Author: neurocyte-guest
Date: Wed Sep 20 16:02:41 2006
New Revision: 38
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=38
Log:
Various fixes as per gst-pulse.
Modified:
pavumeter/trunk/debian/control
pavumeter/trunk/debian/copyright
pavumeter/trunk/debian/rules
Modified: pavumeter/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/control?rev=38&op=diff
==============================================================================
--- pavumeter/trunk/debian/control (original)
+++ pavumeter/trunk/debian/control Wed Sep 20 16:02:41 2006
@@ -8,6 +8,10 @@
Package: pavumeter
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PulseAudio Volume Meter
+ 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.
+ .
A simple GTK volume meter for the PulseAudio sound server.
Modified: pavumeter/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/copyright?rev=38&op=diff
==============================================================================
--- pavumeter/trunk/debian/copyright (original)
+++ pavumeter/trunk/debian/copyright Wed Sep 20 16:02:41 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: pavumeter/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/rules?rev=38&op=diff
==============================================================================
--- pavumeter/trunk/debian/rules (original)
+++ pavumeter/trunk/debian/rules Wed Sep 20 16:02:41 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