Author: neurocyte-guest
Date: Wed Sep 20 15:47:55 2006
New Revision: 37

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=37
Log:
Various fixes as per gst-pulse.

Modified:
    xmms-pulse/trunk/debian/control
    xmms-pulse/trunk/debian/copyright
    xmms-pulse/trunk/debian/rules
Modified: xmms-pulse/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/control?rev=37&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/control (original)
+++ xmms-pulse/trunk/debian/control Wed Sep 20 15:47:55 2006
@@ -7,6 +7,10 @@
 
 Package: xmms-pulse
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: PulseAudio output plugin for XMMS
+ PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
+ WIN32 systems. It is a drop in replacement for the ESD sound server with
+ much better latency, mixing/re-sampling quality and overall architecture.
+ .
  xmms-pulse is a PulseAudio sound server output plugin for XMMS.

Modified: xmms-pulse/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/copyright?rev=37&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/copyright (original)
+++ xmms-pulse/trunk/debian/copyright Wed Sep 20 15:47:55 2006
@@ -25,6 +25,3 @@
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2006, CJ van den Berg <[EMAIL PROTECTED]> and
-is licensed under the GPL.

Modified: xmms-pulse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/rules?rev=37&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/rules (original)
+++ xmms-pulse/trunk/debian/rules Wed Sep 20 15:47:55 2006
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-export DH_OPTIONS
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -15,7 +13,11 @@
 
 config.status: configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr CFLAGS="$(CFLAGS)"
+	ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+		./configure --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr CFLAGS="$(CFLAGS)"
+	else
+		./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr CFLAGS="$(CFLAGS)"
+	endif
 
 build: build-stamp
 

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to