[audacious-plugins] Build with Qt and GTK2.

Michael Schwendt mschwendt at fedoraproject.org
Tue Mar 3 13:22:37 UTC 2015


commit c03638d16c94d0ea50213842cbe3c44fbd15854c
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Mar 3 14:22:34 2015 +0100

    Build with Qt and GTK2.

 audacious-plugins.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index c71fad4..61fca4c 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -1,9 +1,9 @@
-### Fedora 22 package
+### Fedora >= 23 package
 
 # if without gtk2, build with gtk3 (requires a different source tarball)
 %bcond_without gtk2
-# build without Qt
-%bcond_with qt
+# build with Qt
+%bcond_without qt
 
 %global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
 %if 0%{aud_plugin_api} > 0
@@ -297,6 +297,8 @@ install -p -m0644 %{SOURCE102} ${RPM_BUILD_ROOT}%{_datadir}/appdata
 
 %changelog
 * Tue Mar  3 2015 Michael Schwendt <mschwendt at fedoraproject.org> - 3.6-3
+- For Fedora 23, build with gtk2 and Qt.
+  Run "audacious --qt" once to switch to Qt user-interface.
 - For Fedora 22, build with gtk2 and without Qt by default.
 - Use %%make_install and %%license.
 - Drop old Obs/Prov from -exotic subpackage.


More information about the scm-commits mailing list