[SCM] audacious-plugins/master: Build for Qt5 UI.

andrewsh at users.alioth.debian.org andrewsh at users.alioth.debian.org
Wed Jan 20 12:07:54 UTC 2016


The following commit has been merged in the master branch:
commit c911e1e9f161afa0cd1e54cf858b4677024b337c
Author: Andrew Shadura <andrew.shadura at collabora.co.uk>
Date:   Wed Jan 20 13:07:22 2016 +0100

    Build for Qt5 UI.

diff --git a/debian/changelog b/debian/changelog
index c40c585..f709375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+audacious-plugins (3.6.2-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build for Qt5 UI.
+
+ -- Andrew Shadura <andrewsh at debian.org>  Wed, 20 Jan 2016 12:42:55 +0100
+
 audacious-plugins (3.6.2-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index c75c2f3..d8514fa 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,10 @@ Build-Depends:
  libwavpack-dev (>= 4.31),
  libxcomposite-dev,
  libxml2-dev,
- oss4-dev
+ oss4-dev,
+ qtbase5-dev,
+ qtmultimedia5-dev,
+ libqt5opengl5-dev
 Homepage: http://www.audacious-media-player.org/
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/audacious-plugins.git
diff --git a/debian/rules b/debian/rules
index b1a77e4..7e4be2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(additional_confflags) \
-		--disable-rpath
+		--disable-rpath --enable-qt
 
 override_dh_strip:
 	dh_strip --dbg-package=audacious-plugins-dbg

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list