Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2017-08-30 16:24:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwave (Old)
 and      /work/SRC/openSUSE:Factory/.kwave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwave"

Wed Aug 30 16:24:10 2017 rev:9 rq:519555 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwave/kwave.changes      2017-08-28 
15:18:48.598858801 +0200
+++ /work/SRC/openSUSE:Factory/.kwave.new/kwave.changes 2017-08-30 
16:24:13.668841938 +0200
@@ -1,0 +2,6 @@
+Sat Aug 26 09:14:06 UTC 2017 - wba...@tmo.at
+
+- Enable MP3 support in Factory/Tumbleweed, libmad is part of the
+  distribution now
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwave.spec ++++++
--- /var/tmp/diff_new_pack.nSl4V4/_old  2017-08-30 16:24:14.324749672 +0200
+++ /var/tmp/diff_new_pack.nSl4V4/_new  2017-08-30 16:24:14.328749110 +0200
@@ -62,6 +62,10 @@
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
+%if 0%{?suse_version} >= 1330
+BuildRequires:  id3lib-devel
+BuildRequires:  pkgconfig(mad)
+%endif
 Recommends:     lame
 Recommends:     toolame
 Recommends:     twolame
@@ -90,7 +94,11 @@
 perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
 
 %build
+%if 0%{?suse_version} >= 1330
+  %cmake_kf5 -d build -- -DWITH_MP3=ON
+%else
   %cmake_kf5 -d build
+%endif
   %make_jobs
 
 %install


Reply via email to