rev 20584 - kde-extras/kwave/trunk/debian
Pino Toscano
pino at moszumanska.debian.org
Fri Jul 1 04:35:52 UTC 2016
Author: pino
Date: 2016-07-01 04:35:50 +0000 (Fri, 01 Jul 2016)
New Revision: 20584
Modified:
kde-extras/kwave/trunk/debian/changelog
kde-extras/kwave/trunk/debian/rules
Log:
enable the MP3 support
- pass -DWITH_MP3=ON to cmake
Modified: kde-extras/kwave/trunk/debian/changelog
===================================================================
--- kde-extras/kwave/trunk/debian/changelog 2016-07-01 04:27:19 UTC (rev 20583)
+++ kde-extras/kwave/trunk/debian/changelog 2016-07-01 04:35:50 UTC (rev 20584)
@@ -6,6 +6,8 @@
upstream_compile-fix-for-ppc-optimized-memcpy-support-for-pow.patch.
* Do not install the upstream README and TODO files as documentation, since
they do not provide much user information.
+ * Enable the MP3 support: (LP: #1233262)
+ - pass -DWITH_MP3=ON to cmake
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Fri, 01 Jul 2016 06:11:19 +0200
Modified: kde-extras/kwave/trunk/debian/rules
===================================================================
--- kde-extras/kwave/trunk/debian/rules 2016-07-01 04:27:19 UTC (rev 20583)
+++ kde-extras/kwave/trunk/debian/rules 2016-07-01 04:35:50 UTC (rev 20584)
@@ -12,7 +12,7 @@
dh $@ --parallel --with kf5
override_dh_auto_configure:
- dh_auto_configure -- $(DEB_CMAKE_CUSTOM_FLAGS)
+ dh_auto_configure -- -DWITH_MP3=ON $(DEB_CMAKE_CUSTOM_FLAGS)
override_dh_strip:
dh_strip --dbgsym-migration='kwave-dbg (<< 0.9.2-1-1~)'
More information about the pkg-kde-commits
mailing list