commit shotcut for openSUSE:Factory
Hello community, here is the log from the commit of package shotcut for openSUSE:Factory checked in at 2018-08-31 10:47:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotcut (Old) and /work/SRC/openSUSE:Factory/.shotcut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shotcut" Fri Aug 31 10:47:45 2018 rev:16 rq:632260 version:18.08.14 Changes: -------- --- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes 2018-07-09 13:29:27.114719546 +0200 +++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes 2018-08-31 10:47:47.295446367 +0200 @@ -1,0 +2,25 @@ +Fri Aug 17 11:23:32 UTC 2018 - davejplater@gmail.com + +- Update to bugfix release 18.08.14 +- Upstream changes: + Fix loading existing Text filter with animation. + Fix changing Speed, Duration, or track deletes Comments. + Fix selecting clip with speed change corrupts XML. + +------------------------------------------------------------------- +Tue Aug 14 10:39:22 UTC 2018 - davejplater@gmail.com + +- Update to 18.08.11 +- Removed shotcut-desktopfile.patch. +- Rebased shotcut-noupdatecheck.patch. +- Upstream changes: + Use a queued signal to add transition by drag-n-drop clip. + Fix crash changing Video Mode with nothing loaded. + Use multi consumer if export resolution/aspect differs from + project. + Fix right-click timeline clip breaks timeline scrolling. + Fix track name becomes uneditable after click track head. + Fix #616 util.h included twice. + Fix making project modified when adding comments or changing sync. + +------------------------------------------------------------------- Old: ---- shotcut-18.07.tar.gz shotcut-desktopfile.patch New: ---- shotcut-18.08.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotcut.spec ++++++ --- /var/tmp/diff_new_pack.5WI3dc/_old 2018-08-31 10:47:48.247447542 +0200 +++ /var/tmp/diff_new_pack.5WI3dc/_new 2018-08-31 10:47:48.255447552 +0200 @@ -22,7 +22,7 @@ %bcond_with x264 Name: shotcut -Version: 18.07 +Version: 18.08.14 Release: 0 # This package creates a build time version from the current date and uses it to check # for updates. See patch1 and prep/build section. For reproducible builds. @@ -32,13 +32,12 @@ Group: Productivity/Multimedia/Video/Editors and Convertors Url: http://www.shotcut.org/ Source: https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE shotcut-desktopfile.patch davejplater@gmail.com -- Fix icon path -Patch0: shotcut-desktopfile.patch # PATCH-FIX-OPENSUSE shotcut-noupdatecheck.patch davejplater@gmail.com -- Disable automatic update check Patch1: shotcut-noupdatecheck.patch Patch2: shotcut-QAction.patch BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme BuildRequires: libqt5-qtdeclarative-private-headers-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Concurrent) @@ -88,7 +87,6 @@ %prep %setup -q echo "Qt5Core = %{qt5version}" -#%%patch0 %patch1 %patch2 @@ -96,7 +94,11 @@ find . \ \( -name \*.html -o -name \*.js \) -type f -executable -exec chmod a-x {} + || : #Remove license restricted Droid fonts -rm -rf src/qml/filters/webvfx* +rm src/qml/filters/webvfx_threejs_text/fonts/droid_sans_bold.typeface.js +rm src/qml/filters/webvfx_threejs_text/fonts/droid_sans_regular.typeface.js +rm src/qml/filters/webvfx_threejs_text/fonts/droid_serif_bold.typeface.js +rm src/qml/filters/webvfx_threejs_text/fonts/droid_serif_regular.typeface.js +rm -rf src/qml/filters/webvfx_threejs_text/* # Create version.json from current version echo "{" > version.json @@ -158,15 +160,12 @@ %license COPYING %{_bindir}/%{name} %{_datadir}/%{name}/ -%{_datadir}/icons/ +%{_datadir}/icons/hicolor/64x64/apps/org.shotcut.Shotcut.png %{_datadir}/metainfo/ %{_datadir}/pixmaps/%{name}.png %{_datadir}/mime/ %{_datadir}/applications/org.%{name}.Shotcut.desktop %exclude %{_datadir}/%{name}/translations - /usr/share/icons/hicolor/64x64/apps/org.shotcut.Shotcut.png - /usr/share/metainfo/org.shotcut.Shotcut.appdata.xml - /usr/share/mime/packages/org.shotcut.Shotcut.xml %files lang -f %{name}.lang %defattr(-,root,root) ++++++ shotcut-18.07.tar.gz -> shotcut-18.08.14.tar.gz ++++++ ++++ 47073 lines of diff (skipped) ++++++ shotcut-noupdatecheck.patch ++++++ --- /var/tmp/diff_new_pack.5WI3dc/_old 2018-08-31 10:47:49.071448558 +0200 +++ /var/tmp/diff_new_pack.5WI3dc/_new 2018-08-31 10:47:49.071448558 +0200 @@ -1,8 +1,8 @@ Index: src/mainwindow.cpp =================================================================== ---- src/mainwindow.cpp.orig 2018-06-02 17:08:34.000000000 +0200 -+++ src/mainwindow.cpp 2018-06-11 16:21:07.928586245 +0200 -@@ -3109,7 +3109,7 @@ void MainWindow::on_menuExternal_aboutTo +--- src/mainwindow.cpp.orig 2018-08-11 16:47:59.000000000 +0200 ++++ src/mainwindow.cpp 2018-08-14 11:56:51.036167338 +0200 +@@ -3085,7 +3085,7 @@ void MainWindow::on_menuExternal_aboutTo void MainWindow::on_actionUpgrade_triggered() { showStatusMessage("Checking for upgrade..."); @@ -11,7 +11,7 @@ } void MainWindow::on_actionOpenXML_triggered() -@@ -3241,7 +3241,7 @@ void MainWindow::onUpgradeCheckFinished( +@@ -3217,7 +3217,7 @@ void MainWindow::onUpgradeCheckFinished( m_upgradeUrl = json.object().value("url").toString(); showStatusMessage(action, 10 /* seconds */); } else { @@ -22,10 +22,10 @@ return; Index: src/src.pro =================================================================== ---- src/src.pro.orig 2018-06-02 17:08:34.000000000 +0200 -+++ src/src.pro 2018-06-11 16:21:07.936586495 +0200 -@@ -311,7 +311,7 @@ debug_and_release { - LIBS += -lCuteLogger -lmvcp -lpthread +--- src/src.pro.orig 2018-08-11 16:47:59.000000000 +0200 ++++ src/src.pro 2018-08-14 11:56:51.036167338 +0200 +@@ -294,7 +294,7 @@ debug_and_release { + LIBS += -lCuteLogger isEmpty(SHOTCUT_VERSION) { - !win32:SHOTCUT_VERSION = $$system(date "+%y.%m.%d")
participants (1)
-
root