Hello community,
here is the log from the commit of package qmmp-plugin-pack for
openSUSE:Factory checked in at 2020-05-01 11:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp-plugin-pack (Old)
and /work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmmp-plugin-pack"
Fri May 1 11:14:04 2020 rev:8 rq:799151 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp-plugin-pack/qmmp-plugin-pack.changes
2020-03-27 21:57:53.278813363 +0100
+++
/work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.2738/qmmp-plugin-pack.changes
2020-05-01 11:14:07.907949042 +0200
@@ -1,0 +2,11 @@
+Thu Apr 30 06:01:28 UTC 2020 - [email protected]
+
+- Update to version 1.4.0
+ * ported to qmmp 1.4 api
+ * added Youtube plugin (uses youtube-dl)
+ * improved ffap plugin
+ * updated Portuguese, Dutch, Polish, Galician, Spanish,
+ Russian, Ukrainian, French, Indonesian, Greek, Italian,
+ German
+
+-------------------------------------------------------------------
Old:
----
qmmp-plugin-pack-1.3.2.tar.bz2
New:
----
qmmp-plugin-pack-1.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qmmp-plugin-pack.spec ++++++
--- /var/tmp/diff_new_pack.4JtQ0l/_old 2020-05-01 11:14:08.755950885 +0200
+++ /var/tmp/diff_new_pack.4JtQ0l/_new 2020-05-01 11:14:08.759950895 +0200
@@ -17,11 +17,11 @@
#
-%define qmmp_ver_min 1.3.0
-%define qmmp_ver_max 1.3.99
-%define mver 1.3
+%define qmmp_ver_min 1.4.0
+%define qmmp_ver_max 1.4.99
+%define mver 1.4
Name: qmmp-plugin-pack
-Version: 1.3.2
+Version: 1.4.0
Release: 0
Summary: Extra plugins for Qmmp
License: GPL-2.0-or-later
@@ -93,8 +93,16 @@
%description xmp
Qmmp plugin which uses libxmp to play module and tracker files.
+%package youtube
+Summary: Qmmp plugin which uses the youtube-dl tool
+Requires: %{name} = %{version}-%{release}
+Requires: youtube-dl
+
+%description youtube
+Qmmp plugin which uses youtube-dl to stream videos.
+
%prep
-%setup -q
+%autosetup
%build
%cmake \
@@ -109,6 +117,7 @@
%license COPYING
%doc AUTHORS ChangeLog README
%dir %{_libdir}/qmmp-%{mver}/
+%{_datadir}/metainfo/%{name}.appdata.xml
%files ffap
%dir %{_libdir}/qmmp-%{mver}/Input/
@@ -130,4 +139,8 @@
%dir %{_libdir}/qmmp-%{mver}/Input/
%{_libdir}/qmmp-%{mver}/Input/libxmp.so
+%files youtube
+%dir %{_libdir}/qmmp-%{mver}/Transports
+%{_libdir}/qmmp-%{mver}/Transports/libytb.so
+
%changelog
++++++ qmmp-plugin-pack-1.3.2.tar.bz2 -> qmmp-plugin-pack-1.4.0.tar.bz2 ++++++
++++ 5583 lines of diff (skipped)