[SCM] xwax/master: Enable JACK support.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jan 17 09:29:47 UTC 2013
The following commit has been merged in the master branch:
commit f399209f97800f002960cbc142cb4c9d2a91a6fd
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jan 17 09:12:19 2013 +0000
Enable JACK support.
diff --git a/debian/control b/debian/control
index 339a523..5fe1c21 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
Build-Depends:
debhelper (>= 7.0.50~),
libasound2-dev [linux-any],
+ libjack-dev,
libsdl-ttf2.0-dev
Standards-Version: 3.9.3
Homepage: http://www.xwax.co.uk/
@@ -24,6 +25,8 @@ Recommends:
cdparanoia,
ffmpeg,
mpg123
+Suggests:
+ jackd
Description: open-source vinyl emulation software for Linux
xwax is open-source vinyl emulation software for Linux. It allows DJs and
turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and
diff --git a/debian/rules b/debian/rules
index baeb426..88a089d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ endif
override_dh_auto_configure:
ifneq ($(DEB_HOST_ARCH_OS),linux)
- ./configure --prefix /usr --enable-oss
+ ./configure --prefix /usr --enable-oss --enable-jack
else
- ./configure --prefix /usr --enable-alsa
+ ./configure --prefix /usr --enable-alsa --enable-jack
endif
override_dh_auto_build:
--
xwax packaging
More information about the pkg-multimedia-commits
mailing list