Hello community, here is the log from the commit of package deadbeef for openSUSE:Factory checked in at 2017-06-30 18:42:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deadbeef (Old) and /work/SRC/openSUSE:Factory/.deadbeef.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deadbeef" Fri Jun 30 18:42:19 2017 rev:2 rq:506723 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/deadbeef/deadbeef.changes 2017-03-31 15:07:52.770024677 +0200 +++ /work/SRC/openSUSE:Factory/.deadbeef.new/deadbeef.changes 2017-06-30 18:43:33.544029400 +0200 @@ -1,0 +2,11 @@ +Tue Jun 27 21:32:39 UTC 2017 - [email protected] + +- buildconditional for mad and mpg123 + +------------------------------------------------------------------- +Thu May 11 09:27:18 UTC 2017 - [email protected] + +- Enable building with libmpg123 and libmad for newer openSUSE + releases even outside of Packman. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deadbeef.spec ++++++ --- /var/tmp/diff_new_pack.EmxwsI/_old 2017-06-30 18:43:34.247930393 +0200 +++ /var/tmp/diff_new_pack.EmxwsI/_new 2017-06-30 18:43:34.251929830 +0200 @@ -16,6 +16,8 @@ # +%bcond_without mpg123 +%bcond_with mad %bcond_with restricted Name: deadbeef Version: 0.7.2 @@ -31,13 +33,13 @@ Patch1: %{name}-compiler-warnings.patch # PATCH-FEATURE-UPSTREAM deadbeef-add-appdata.patch -- Add a translateable AppStream metadata file, https://github.com/Alexey-Yakovenko/deadbeef/pull/1705 Patch2: %{name}-add-appdata.patch -BuildRequires: automake BuildRequires: autoconf -BuildRequires: libtool +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: libjpeg-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: xorg-x11-libs @@ -63,10 +65,14 @@ BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(wavpack) Recommends: %{name}-lang -%if %{with restricted} -BuildRequires: libfaad-devel +%if %{with mpg123} BuildRequires: pkgconfig(libmpg123) +%endif +%if %{with mad} BuildRequires: pkgconfig(mad) +%endif +%if %{with restricted} +BuildRequires: libfaad-devel Requires: %{name}-plugins-extra = %{version} %else Recommends: %{name}-plugins-extra = %{version} @@ -173,6 +179,9 @@ %{_libdir}/%{name}/converter.so* %{_libdir}/%{name}/dsp_libsrc.so* %{_libdir}/%{name}/m3u.so* +%if %{with mpg123} +%{_libdir}/%{name}/mp3.so* +%endif %{_libdir}/%{name}/vfs_zip.so* %{_libdir}/%{name}/ddb_dumb.so* %{_libdir}/%{name}/ddb_mono2stereo.so* @@ -198,8 +207,10 @@ %files plugins-extra %defattr(-,root,root) %{_libdir}/%{name}/aac.so* -%{_libdir}/%{name}/mp3.so* %{_libdir}/%{name}/ddb_ao.so* +%if %{with mpg123} +%{_libdir}/%{name}/mp3.so* +%endif %endif %files devel
