[SCM] audacious/master: Build with Qt, install the library into libaudqt0 package.
andrewsh at users.alioth.debian.org
andrewsh at users.alioth.debian.org
Wed Jan 20 12:07:46 UTC 2016
The following commit has been merged in the master branch:
commit e91db52e261f48a886f4455aefc30949d799d4bf
Author: Andrew Shadura <andrewsh at debian.org>
Date: Wed Jan 20 12:33:56 2016 +0100
Build with Qt, install the library into libaudqt0 package.
diff --git a/debian/control b/debian/control
index 1c2e9bc..04b246e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends:
libdbus-glib-1-dev (>= 0.60),
libgtk2.0-dev,
libguess-dev (>= 1.2~),
- librsvg2-bin
+ librsvg2-bin,
+ qtbase5-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/audacious.git
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/audacious.git
@@ -90,9 +91,11 @@ Depends:
libaudcore3 (= ${binary:Version}),
libaudgui3 (= ${binary:Version}),
libaudtag2 (= ${binary:Version}),
+ libaudqt0 (= ${binary:Version}),
libdbus-1-dev (>= 0.60),
libdbus-glib-1-dev (>= 0.60),
libgtk2.0-dev,
+ qtbase5-dev,
${misc:Depends}
Description: audacious development files
Audacious is a fork of beep-media-player which supports Winamp skins
@@ -199,3 +202,30 @@ Description: audacious media player (libaudtag shared library)
can also be added through plugins.
.
This package provides the libaudtag shared library.
+
+Package: libaudqt0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: audacious media player (libaudqt shared library)
+ Audacious is a fork of beep-media-player which supports Winamp skins
+ and many codecs.
+ .
+ In the default install, the following codecs are supported:
+ .
+ * MP3
+ * Ogg Vorbis / Theora
+ * AAC and AAC+
+ * FLAC
+ * ALAC
+ * Windows Media (WMA)
+ * WAVE
+ .
+ Additionally, Audacious is extendable through plugins, and contains
+ other useful features like LIRC support. Support for many more codecs
+ can also be added through plugins.
+ .
+ This package provides the libaudqt shared library.
diff --git a/debian/rules b/debian/rules
index e4895df..29f3c29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
dh $@ --with autotools_dev --parallel
override_dh_auto_configure:
- dh_auto_configure -- --disable-rpath --enable-chardet $(additional_confflags) \
+ dh_auto_configure -- --disable-rpath --enable-chardet --enable-qt $(additional_confflags) \
--with-buildstamp="$(shell dpkg-vendor --query vendor) package"
override_dh_auto_install:
--
Small and fast audio player which supports lots of formats
More information about the pkg-multimedia-commits
mailing list