[SCM] mpg123/master: Introduce JACK's wrapper.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 29 09:41:15 UTC 2012


The following commit has been merged in the master branch:
commit 84cfc8c70eaf193452826e620d31a7b42b41e3cf
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 29 11:20:09 2012 +0200

    Introduce JACK's wrapper.

diff --git a/debian/rules b/debian/rules
index 3044266..451dc56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ OS:=$(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 CPU:=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-WRAPPER_TARGETS:=mpg123-oss mpg123-nas
+WRAPPER_TARGETS:=mpg123-oss mpg123-nas mpg123-jack
 
 ifeq ($(OS),linux)
 WRAPPER_TARGETS += mpg123-alsa
@@ -77,7 +77,7 @@ override_dh_makeshlibs:
 override_dh_shlibdeps:
 	dh_shlibdeps $(ALL_PKGSTR) -Xdebian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/ -- \
 		-dSuggests `find debian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/ -name "output_*.so" -type f` -dDepends
-	for n in alsa nas dummy oss; do \
+	for n in alsa nas jack dummy oss; do \
 		i="debian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/output_$$n.so"; \
 		test -e "$$i" || continue; \
 		dh_shlibdeps $(ARCH_PKGSTR) $(DUMMY_PKGSTR) -Xdebian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123 debian/mpg123 -- -p"$$n"plugin -dRecommends "$$i" -dDepends; \
@@ -85,6 +85,6 @@ override_dh_shlibdeps:
 	chmod +x "$(CURDIR)/debian/alt_deps.py"
 	"$(CURDIR)/debian/alt_deps.py" "$(CURDIR)/debian/mpg123.substvars" \
 	  plugin:Recommends \
-	  "alsaplugin:Recommends ossplugin:Recommends dummyplugin:Recommends" \
+	  "alsaplugin:Recommends ossplugin:Recommends dummyplugin:Recommends jackplugin:Recommends" \
 	  "ossplugin:Recommends=oss-compat | oss4-base"
 	dh_shlibdeps --remaining-packages

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list