commit QMPlay2 for openSUSE:Factory
Hello community, here is the log from the commit of package QMPlay2 for openSUSE:Factory checked in at 2016-07-30 00:26:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old) and /work/SRC/openSUSE:Factory/.QMPlay2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "QMPlay2" Changes: -------- --- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes 2016-07-15 12:50:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2016-07-30 00:26:33.000000000 +0200 @@ -1,0 +2,25 @@ +Wed Jul 20 17:16:30 UTC 2016 - dap.darkness@gmail.com + +- Update to 16.07.20: + * Don't fetch the stream url twice on add and play action, + * move most settings Ui from C++ to Qt forms, + * play the entire audio if playback has been finished, + * block screen saver on full screen when only audio is playing, + * add sharpness to video adjustment (OpenGL2 and VDPAU only), + * add key bindings (currently only in settings file), + * sort current group instead of entire playlist, + * HW and SW filters settings in the same place, + * rename video equalizer -> video adjustment, + * fix OGG pictures for taglib 1.11 and newer, + * fix bug in tag editor (non-Windows OS'es), + * updated Russian translation (victorr2007), + * fix downloading cover art from Last FM, + * move OpenGL2 shaders to resources, + * handle multimedia keys on Windows, + * properly handle chained OGG files, + * add sharpness shader to OpenGL2, + * move online contents to GitHub, + * add contributors tab, + * bugfix. + +------------------------------------------------------------------- Old: ---- QMPlay2-src-16.07.07.tar.xz New: ---- QMPlay2-src-16.07.20.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QMPlay2.spec ++++++ --- /var/tmp/diff_new_pack.0IWEi4/_old 2016-07-30 00:26:34.000000000 +0200 +++ /var/tmp/diff_new_pack.0IWEi4/_new 2016-07-30 00:26:34.000000000 +0200 @@ -17,13 +17,13 @@ Name: QMPlay2 -Version: 16.07.07 +Version: 16.07.20 Release: 0 Summary: A Qt based media player, streamer and downloader License: LGPL-3.0+ Group: Productivity/Multimedia/Video/Players Url: http://qt-apps.org/content/show.php/QMPlay2?content=153339 -Source: http://kent.dl.sourceforge.net/project/zaps166/QMPlay2/QMPlay2-src-%{version}.tar.xz +Source: https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz # PATCH-FIX-UPSTREAM vs. Qt5.3 lrelease issue, read more at # https://github.com/zaps166/QMPlay2/issues/10#issuecomment-186585268 Patch0: QMPlay2-Qt53-lrelease.diff @@ -57,6 +57,10 @@ BuildRequires: pkgconfig(taglib) BuildRequires: pkgconfig(vdpau) BuildRequires: pkgconfig(xv) +Requires(post): hicolor-icon-theme +Requires(post): update-desktop-files +Requires(postun): hicolor-icon-theme +Requires(postun): update-desktop-files Recommends: youtube-dl Obsoletes: %{name}-kde-integration <= %{version} @@ -98,17 +102,23 @@ ln -s %{_libdir}/qmplay2 %{buildroot}/%{_prefix}/lib/qmplay2 %endif -# Let's use %%doc macro +# Let's use %%doc macro. AUTHORS & ChangeLog are required for help window cd %{buildroot}/%{_datadir}/qmplay2 -rm ChangeLog LICENSE README.md TODO +rm LICENSE README.md TODO -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%post +/sbin/ldconfig +%desktop_database_post +%icon_theme_cache_post + +%postun +/sbin/ldconfig +%desktop_database_postun +%icon_theme_cache_postun %files %defattr(-,root,root) -%doc ChangeLog LICENSE README.md TODO +%doc LICENSE README.md TODO %{_bindir}/%{name} %{_libdir}/qmplay2 %{_libdir}/libqmplay2.so ++++++ QMPlay2-src-16.07.07.tar.xz -> QMPlay2-src-16.07.20.tar.xz ++++++ ++++ 15287 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de