Author: neurocyte-guest
Date: Thu Sep 21 00:12:53 2006
New Revision: 54
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=54
Log:
Various tidy ups.
Modified:
pavucontrol/trunk/debian/changelog
pavucontrol/trunk/debian/control
pavucontrol/trunk/debian/copyright
pavucontrol/trunk/debian/rules
Modified: pavucontrol/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavucontrol/trunk/debian/changelog?rev=54&op=diff
==============================================================================
--- pavucontrol/trunk/debian/changelog (original)
+++ pavucontrol/trunk/debian/changelog Thu Sep 21 00:12:53 2006
@@ -1,12 +1,6 @@
-pavucontrol (0.9.4-2) unstable; urgency=low
-
- * rebuild with libpulse0
-
- -- CJ van den Berg <[EMAIL PROTECTED]> Thu, 31 Aug 2006 16:55:03 +0200
-
pavucontrol (0.9.4-1) unstable; urgency=low
* Initial release
- -- CJ van den Berg <[EMAIL PROTECTED]> Wed, 30 Aug 2006 22:16:26 +0200
+ -- CJ van den Berg <[EMAIL PROTECTED]> Thu, 21 Sep 2006 00:13:49 +0200
Modified: pavucontrol/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavucontrol/trunk/debian/control?rev=54&op=diff
==============================================================================
--- pavucontrol/trunk/debian/control (original)
+++ pavucontrol/trunk/debian/control Thu Sep 21 00:12:53 2006
@@ -8,9 +8,15 @@
Package: pavucontrol
Architecture: any
-Depends: ${shlibs:Depends}
-Description: PulseAudio Manager
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: PulseAudio Volume Control
+ 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.
+ .
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume
control tool (mixer) for the PulseAudio sound server. In contrast to
classic mixer tools this one allows you to control both the volume of
- hardware devices and of each playback stream seperately.
+ hardware devices and of each playback stream seperately. It also allows
+ you to redirect a playback stream to another output device without
+ interrupting playback.
Modified: pavucontrol/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavucontrol/trunk/debian/copyright?rev=54&op=diff
==============================================================================
--- pavucontrol/trunk/debian/copyright (original)
+++ pavucontrol/trunk/debian/copyright Thu Sep 21 00:12:53 2006
@@ -42,6 +42,3 @@
On Debian systems, the complete text of the GNU Lesser General Public
License can be found in `/usr/share/common-licenses/LGPL'.
-
-The Debian packaging is (C) 2006, CJ van den Berg <[EMAIL PROTECTED]> and
-is licensed under the GPL.
Modified: pavucontrol/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavucontrol/trunk/debian/rules?rev=54&op=diff
==============================================================================
--- pavucontrol/trunk/debian/rules (original)
+++ pavucontrol/trunk/debian/rules Thu Sep 21 00:12:53 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)
@@ -13,9 +11,17 @@
CFLAGS += -O2
endif
+CONFIGURE_FLAGS = --prefix=/usr CFLAGS="$(CFLAGS)"
+
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+ CONFIGURE_FLAGS += --build=$(DEB_BUILD_GNU_TYPE)
+else
+ CONFIGURE_FLAGS += --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
+endif
+
config.status: configure
dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr CFLAGS="$(CFLAGS)"
+ ./configure $(CONFIGURE_FLAGS)
build: build-stamp
_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel