Hello community, here is the log from the commit of package shotcut for openSUSE:Factory checked in at 2018-05-13 16:05:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotcut (Old) and /work/SRC/openSUSE:Factory/.shotcut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shotcut" Sun May 13 16:05:10 2018 rev:13 rq:605721 version:18.05.08 Changes: -------- --- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes 2018-04-25 10:02:37.428042057 +0200 +++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes 2018-05-13 16:05:12.934002429 +0200 @@ -1,0 +2,26 @@ +Wed May 9 11:15:37 UTC 2018 - [email protected] + +- Update to bug fix release 18.05.08 +- Upstream changes: + *Fix QML producer object not updated before loading filter UI. + *Fix fade out filters incorrect after changing out point. + *Fix broken fade out control on Timeline. + *Fix Fade Out Audio raises volume. + *Fix endOfStream signal off by one frame. + +------------------------------------------------------------------- +Sun May 6 12:34:44 UTC 2018 - [email protected] + +- Update to release 18.05 and rebased shotcut-noupdatecheck.patch. +- Upstream changes: + *Added Keyframe support with a new Keyframes panel. + *Added 5.1 Surround Sound. + *Added Finnish translation. + *Restored GIF Animation for Export. + *Reduced memory footprint (especially for the Rotate and Size and + Position filters). + *Changed default Export settings to reduce output size by + increasing GOP and number of B frames. + *See https://shotcut.org/blog/new-release-1805/ + +------------------------------------------------------------------- Old: ---- shotcut-18.03.06.tar.gz New: ---- shotcut-18.05.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotcut.spec ++++++ --- /var/tmp/diff_new_pack.Ek3z6q/_old 2018-05-13 16:05:14.593941871 +0200 +++ /var/tmp/diff_new_pack.Ek3z6q/_new 2018-05-13 16:05:14.605941433 +0200 @@ -22,7 +22,7 @@ %bcond_with x264 Name: shotcut -Version: 18.03.06 +Version: 18.05.08 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. @@ -53,15 +53,15 @@ BuildRequires: pkgconfig(Qt5WebSockets) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Xml) -BuildRequires: pkgconfig(mlt++) -BuildRequires: pkgconfig(mlt-framework) +BuildRequires: pkgconfig(mlt++) >= 6.7.0 +BuildRequires: pkgconfig(mlt-framework) >= 6.7.0 BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(vpx) # frei0r-plugins prior to 1.4-7.1 are built against qt4 and cause a segfault on startup. Requires: frei0r-plugins >= 1.4-7.1 Requires: ladspa -Requires: libmlt6-modules -Requires: melt +Requires: libmlt6-modules > 6.6.0 +Requires: melt > 6.6.0 Requires: qmelt Recommends: lame Requires: ffmpeg >= 2.7 ++++++ shotcut-18.03.06.tar.gz -> shotcut-18.05.08.tar.gz ++++++ ++++ 103171 lines of diff (skipped) ++++++ shotcut-noupdatecheck.patch ++++++ --- /var/tmp/diff_new_pack.Ek3z6q/_old 2018-05-13 16:05:15.513908309 +0200 +++ /var/tmp/diff_new_pack.Ek3z6q/_new 2018-05-13 16:05:15.517908163 +0200 @@ -1,8 +1,8 @@ Index: src/mainwindow.cpp =================================================================== ---- src/mainwindow.cpp.orig 2017-12-03 08:39:09.000000000 +0200 -+++ src/mainwindow.cpp 2017-12-04 09:15:30.709075792 +0200 -@@ -2909,7 +2909,7 @@ void MainWindow::on_menuExternal_aboutTo +--- src/mainwindow.cpp.orig 2018-05-03 20:16:01.000000000 +0200 ++++ src/mainwindow.cpp 2018-05-04 15:28:59.108830949 +0200 +@@ -3059,7 +3059,7 @@ void MainWindow::on_menuExternal_aboutTo void MainWindow::on_actionUpgrade_triggered() { showStatusMessage("Checking for upgrade..."); @@ -11,7 +11,7 @@ } void MainWindow::on_actionOpenXML_triggered() -@@ -3041,7 +3041,7 @@ void MainWindow::onUpgradeCheckFinished( +@@ -3191,7 +3191,7 @@ void MainWindow::onUpgradeCheckFinished( m_upgradeUrl = json.object().value("url").toString(); showStatusMessage(action, 10 /* seconds */); } else { @@ -22,9 +22,9 @@ return; Index: src/src.pro =================================================================== ---- src/src.pro.orig 2017-12-03 08:39:09.000000000 +0200 -+++ src/src.pro 2017-12-04 09:15:30.709075792 +0200 -@@ -329,7 +329,7 @@ debug_and_release { +--- src/src.pro.orig 2018-05-03 20:16:01.000000000 +0200 ++++ src/src.pro 2018-05-04 15:28:59.144832529 +0200 +@@ -337,7 +337,7 @@ debug_and_release { LIBS += -lCuteLogger -lmvcp -lpthread isEmpty(SHOTCUT_VERSION) {
