commit shotcut for openSUSE:Factory
Hello community, here is the log from the commit of package shotcut for openSUSE:Factory checked in at 2017-08-24 18:54:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotcut (Old) and /work/SRC/openSUSE:Factory/.shotcut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shotcut" Thu Aug 24 18:54:49 2017 rev:5 rq:517960 version:17.08 Changes: -------- --- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes 2017-05-09 18:10:04.722145881 +0200 +++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes 2017-08-24 18:54:49.956859741 +0200 @@ -1,0 +2,30 @@ +Mon Aug 21 13:08:28 UTC 2017 - olaf@aepfle.de + +- Recommend lame unconditionally + +------------------------------------------------------------------- +Sat Aug 5 04:24:04 UTC 2017 - davejplater@gmail.com + +- Update to 17.08 and rebase shotcut-noupdatecheck.patch. +- Upstream changes: + Add Norwegian Bokmål translation. + Increase maximum of speed field. + Fix unlinked files dialog not using folder for next open. + Add another decimal digit of precision to speed. + Fix fade in/out on clip-only project. + Fix #442 all image sequences reported missing. + Increase maximum Timeline zoom level. + Prevent O key (set out) from pausing playback. + +------------------------------------------------------------------- +Fri Jun 9 13:41:32 UTC 2017 - davejplater@gmail.com + +- Update to 17.06 +- Require qmelt created in new package webvfx see boo#1043070. +- Upstream changes: + Add Hungarian translation. + Fix #428 unable to make image longer than 10 minutes. + Pin x264 to version before requiring nasm. + Update Chinese translation file. + +------------------------------------------------------------------- Old: ---- shotcut-17.05.tar.gz New: ---- shotcut-17.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotcut.spec ++++++ --- /var/tmp/diff_new_pack.2vdWoR/_old 2017-08-24 18:54:51.040707129 +0200 +++ /var/tmp/diff_new_pack.2vdWoR/_new 2017-08-24 18:54:51.052705439 +0200 @@ -19,25 +19,15 @@ # Find qt version used to build %define qt5version %(pkg-config --modversion Qt5Core) -%if 0%{?BUILD_ORIG} -%bcond_without lame -%bcond_without libvpx -%bcond_without ffmpeg -%bcond_without x264 -%endif -%if !%{with ffmpeg} -%if 0%{?suse_version} > 1320 || (0%{?suse_version} >= 1315 && 0%{?is_opensuse}) -%bcond_without ffmpeg -%bcond_without libvpx -%endif -%endif +%bcond_with x264 + Name: shotcut -Version: 17.05 +Version: 17.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 updates. See patch1 and prep/build section. For reproducible builds. %define _vstring %(echo %{version} |tr -d ".") -Summary: A video editor +Summary: Video and audio editor and creator License: GPL-3.0+ Group: Productivity/Multimedia/Video/Editors and Convertors Url: http://www.shotcut.org/ @@ -65,33 +55,30 @@ BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(mlt++) BuildRequires: pkgconfig(mlt-framework) +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 -%if %{with lame} -Requires: lame -%endif -%if %{with libvpx} -BuildRequires: pkgconfig(vpx) -Requires: %(rpm -qf $(readlink -qne %{_libdir}/libvpx.so) --qf '%{NAME} >= %{VERSION}') -%endif -%if %{with ffmpeg} +Requires: qmelt +Recommends: lame Requires: ffmpeg >= 2.7 -%endif +Requires: %(rpm -qf $(readlink -qne %{_libdir}/libvpx.so) --qf '%{NAME} >= %{VERSION}') %if %{with x264} BuildRequires: pkgconfig(x264) Requires: %(rpm -qf $(readlink -qne %{_libdir}/libx264.so) --qf '%{NAME} >= %{VERSION}') %endif # needed on runtime for the timeline to work see https://forums.opensuse.org/showthread.php/520592-shotcut-video-editor-timel... +Requires: libQt5Sql5-sqlite Requires: libqt5-qtgraphicaleffects >= %{qt5version} Requires: libqt5-qtquickcontrols >= %{qt5version} %description -Shotcut is a video editor. It supports many audio and video and image -formats, as well as image sequences. It's compatible with JACK Audio -and Melted Server, and offers an experimental GPU Processing feature. +Shotcut is an audio/video editor. It supports most audio, video and +image formats, as well as image sequences with a wide range of +filters and effects. It's compatible with JACK Audio and Melted +Server, and offers an experimental GPU Processing feature. Shotcut can test MLT XML files, too. %lang_package ++++++ shotcut-17.05.tar.gz -> shotcut-17.08.tar.gz ++++++ ++++ 40397 lines of diff (skipped) ++++++ shotcut-noupdatecheck.patch ++++++ --- /var/tmp/diff_new_pack.2vdWoR/_old 2017-08-24 18:54:52.228539874 +0200 +++ /var/tmp/diff_new_pack.2vdWoR/_new 2017-08-24 18:54:52.228539874 +0200 @@ -1,8 +1,8 @@ Index: src/mainwindow.cpp =================================================================== ---- src/mainwindow.cpp.orig 2017-05-02 21:22:35.000000000 +0200 -+++ src/mainwindow.cpp 2017-05-04 11:36:05.920623513 +0200 -@@ -1872,9 +1872,9 @@ void MainWindow::showEvent(QShowEvent* e +--- src/mainwindow.cpp.orig 2017-08-02 07:41:40.000000000 +0200 ++++ src/mainwindow.cpp 2017-08-05 06:23:17.818576703 +0200 +@@ -1878,9 +1878,9 @@ void MainWindow::showEvent(QShowEvent* e windowHandle()->installEventFilter(this); @@ -15,7 +15,7 @@ } void MainWindow::on_actionOpenOther_triggered() -@@ -2879,7 +2879,7 @@ void MainWindow::on_menuExternal_aboutTo +@@ -2885,7 +2885,7 @@ void MainWindow::on_menuExternal_aboutTo void MainWindow::on_actionUpgrade_triggered() { showStatusMessage("Checking for upgrade..."); @@ -24,7 +24,7 @@ } void MainWindow::on_actionOpenXML_triggered() -@@ -3011,7 +3011,7 @@ void MainWindow::onUpgradeCheckFinished( +@@ -3017,7 +3017,7 @@ void MainWindow::onUpgradeCheckFinished( m_upgradeUrl = json.object().value("url").toString(); showStatusMessage(action, 10 /* seconds */); } else { @@ -35,9 +35,9 @@ return; Index: src/src.pro =================================================================== ---- src/src.pro.orig 2017-05-02 21:22:35.000000000 +0200 -+++ src/src.pro 2017-05-04 11:32:03.828104313 +0200 -@@ -322,7 +322,7 @@ debug_and_release { +--- src/src.pro.orig 2017-08-02 07:41:40.000000000 +0200 ++++ src/src.pro 2017-08-05 06:23:17.818576703 +0200 +@@ -324,7 +324,7 @@ debug_and_release { LIBS += -lLogger -lmvcp -lpthread isEmpty(SHOTCUT_VERSION) {
participants (1)
-
root@hilbert.suse.de