[SCM] mpg123/master: Introduce a wrapper for the pulse plugin.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Thu Aug 6 23:17:26 UTC 2015
The following commit has been merged in the master branch:
commit 9fe140ddecf622e510cca93bb1772950ca2614cf
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Thu Aug 6 19:03:19 2015 -0400
Introduce a wrapper for the pulse plugin.
It's not available on hurd.
diff --git a/debian/rules b/debian/rules
index acdd4e6..de74814 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,10 @@ LDFLAGS += -Wl,--as-needed
WRAPPER_TARGETS:=mpg123-oss mpg123-nas mpg123-jack mpg123-openal mpg123-portaudio
ifeq ($(OS),linux)
-WRAPPER_TARGETS += mpg123-alsa
+ WRAPPER_TARGETS += mpg123-alsa
+endif
+ifneq ($(OS),hurd)
+ WRAPPER_TARGETS += mpg123-pulse
endif
CONF_COMMON:=--enable-static=no --enable-shared --enable-lfs-alias \
--
mpg123 packaging
More information about the pkg-multimedia-commits
mailing list