[SCM] audacious-plugins/master: Drop qt5 support.

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Wed Sep 28 15:27:29 UTC 2016


The following commit has been merged in the master branch:
commit b753aa0ca7ebb67091563b25052a78a5a1995616
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Wed Sep 28 17:28:09 2016 +0200

     Drop qt5 support.

diff --git a/debian/changelog b/debian/changelog
index d05c327..0f3a72e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ audacious-plugins (3.8-1) UNRELEASED; urgency=medium
     - Bump minimal audacious version to 3.8.
     - Bump Standards-Version to 3.9.8.
   * Bump debhelper version to 10.
+  * Drop qt5 support.
 
  -- Mattia Rizzolo <mattia at debian.org>  Mon, 02 May 2016 08:16:51 +0000
 
diff --git a/debian/control b/debian/control
index 981279a..2e7799b 100644
--- a/debian/control
+++ b/debian/control
@@ -47,10 +47,7 @@ Build-Depends:
  libwavpack-dev (>= 4.31),
  libxcomposite-dev,
  libxml2-dev,
- oss4-dev,
- qtbase5-dev,
- qtmultimedia5-dev,
- libqt5opengl5-dev
+ oss4-dev
 Homepage: http://www.audacious-media-player.org/
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/audacious-plugins.git
diff --git a/debian/rules b/debian/rules
index d488dd0..9eff020 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(additional_confflags) \
-		--disable-rpath --enable-qt
+		--disable-rpath
 
 override_dh_auto_clean:
 	dh_auto_clean || true

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list