[pulseaudio] 01/02: Revert "Drop pulseaudio equalizer package, python-qt4 is in universe"
Luke Yelavich
themuso-guest at moszumanska.debian.org
Tue Nov 22 22:51:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.
commit 9ebdde2ea1652d8dee5d84a8435fd86db5c4c67c
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Wed Nov 23 09:33:13 2016 +1100
Revert "Drop pulseaudio equalizer package, python-qt4 is in universe"
This reverts commit d6dfb53f737743a8fc1786291c1f16ce84cbc3f6.
---
debian/changelog | 9 +++++++++
debian/control | 17 +++++++++++++++++
debian/pulseaudio-equalizer.install | 2 ++
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c784dae..2959815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pulseaudio (1:9.0-5ubuntu3) UNRELEASED; urgency=medium
+
+ * Re-add pulseaudio equalizer package, my understanding on build deps with
+ main/universe wasn't quite correct, and I only dropped it to get the
+ package through proposed, so a demotion of the equalizer package to
+ universe is the better solution
+
+ -- Luke Yelavich <themuso at ubuntu.com> Wed, 23 Nov 2016 09:31:24 +1100
+
pulseaudio (1:9.0-5ubuntu2) zesty; urgency=medium
* Drop pulseaudio equalizer package, python-qt4 is in universe
diff --git a/debian/control b/debian/control
index a61a975..870f7ed 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends: android-headers-19 (>= 23) [armhf i386 amd64],
libsbc-dev [linux-any],
libcap-dev [linux-any],
libdbus-cpp-dev [armhf i386 amd64],
+ libfftw3-dev,
libgconf2-dev,
libglib2.0-dev,
libhardware-dev [armhf i386 amd64],
@@ -234,6 +235,22 @@ Description: Bluetooth module for PulseAudio sound server
.
The module is called module-bluetooth
+Package: pulseaudio-equalizer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ python, python-qt4, python-sip, python-qt4-dbus, python-dbus
+Breaks: pulseaudio (<< 9.0-3~)
+Replaces: pulseaudio (<< 9.0-3~)
+Description: Equalizer sink module for PulseAudio sound server
+ 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.
+ .
+ This package provides an equalizer sink and an interface to configure the
+ equalizer, qpaeq.
+ .
+ The module is called module-equalizer-sink.
+
Package: libpulse0
Section: libs
Architecture: any
diff --git a/debian/pulseaudio-equalizer.install b/debian/pulseaudio-equalizer.install
new file mode 100644
index 0000000..9cff9f8
--- /dev/null
+++ b/debian/pulseaudio-equalizer.install
@@ -0,0 +1,2 @@
+usr/lib/pulse-*/modules/*equalizer-sink*
+usr/bin/qpaeq
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list