[SCM] snd packaging branch, master, updated. debian/11-1-5-g766206c

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Nov 10 21:13:48 UTC 2009


The following commit has been merged in the master branch:
commit 766206c27c22cd6233c980f0f8664b12692adf1c
Author: Alessio Treglia <alessio at quadromatic.(none)>
Date:   Tue Nov 10 22:13:03 2009 +0100

    Sync with the package

diff --git a/debian/changelog b/debian/changelog
index c8627d2..a4a8089 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+snd (11-3) unstable; urgency=low
+
+  * debian/{control,rules}:
+    - Build with JACK on i386, amd64 and powerpc architectures, build with
+      PulseAudio on the other ones (Closes: #555538).
+    - Drop ALSA support at all.
+  * debian/control:
+    - One build-dep per line allows me to make smaller patches.
+  * debian/rules:
+    - s/--enable-debug/--enable-snd-debug/
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Tue, 10 Nov 2009 19:10:19 +0100
+
 snd (11-2) unstable; urgency=low
 
   * Add debian/snd.xpm, update debian/snd-gtk.install to install it.
diff --git a/debian/control b/debian/control
index c1ec380..c7c9829 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,20 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <quadrispro at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50), bzip2, ladspa-sdk, guile-1.8-dev,
- xutils-dev, libgsl0-dev (>= 1.1.1), autotools-dev, libfftw3-dev (>= 2.1.3),
- libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libgtkglext1-dev,
- libgtk2.0-dev (>= 2.0.6), libjack-dev, libsamplerate0-dev, libxmu-dev,
+Build-Depends: debhelper (>= 7.0.50),
+ ladspa-sdk,
+ guile-1.8-dev,
+ xutils-dev,
+ libgsl0-dev (>= 1.1.1),
+ autotools-dev,
+ libfftw3-dev (>= 2.1.3),
+ libgtkglext1-dev,
+ libgtk2.0-dev (>= 2.0.6),
+ libsamplerate0-dev,
+ libxmu-dev,
+ libpulse-dev [!i386 !amd64 !powerpc],
+ libjack-dev [i386 amd64 powerpc],
+ bzip2,
  quilt (>= 0.46-7)
 Standards-Version: 3.8.3
 Homepage: http://ccrma.stanford.edu/software/snd/
diff --git a/debian/rules b/debian/rules
index 30434c0..d70cc20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ override_dh_auto_configure:
 						--with-gtk \
 						--with-guile \
 						--with-gl \
-						--enable-debug \
-						--enable-alsa \
+						--enable-snd-debug \
+						--with-pulseaudio \
 						--with-jack
 
 override_dh_auto_clean:

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list