[SCM] snd packaging branch, master, updated. debian/11.1-1

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Thu Dec 3 12:14:22 UTC 2009


The following commit has been merged in the master branch:
commit 866735f5fe82c5190af826bce3cefff1b21240ff
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Thu Dec 3 13:12:33 2009 +0100

    Debian release 11.1-1

diff --git a/debian/changelog b/debian/changelog
index e20c4af..1e1f436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+snd (11.1-1) unstable; urgency=low
+
+  * New upstream release:
+    - colormaps are objects now.  integer->colormap, colormap->integer.
+    - transforms are also objects.  integer->transform, transform->integer.
+    - play is generic now, "old-play" is the previous form.
+    - removed all support for gtkglext.
+    - selection function/object. selection->mix.
+    - add pretty-print.scm. 
+  * Remove gtkglext support.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Thu, 03 Dec 2009 12:31:17 +0100
+
 snd (11-5) unstable; urgency=low
 
   * debian/{control,rules,snd-nox-alsa.*}:
diff --git a/debian/control b/debian/control
index b2a3ab7..752931e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 7.0.50),
  libgsl0-dev (>= 1.1.1),
  autotools-dev,
  libfftw3-dev (>= 2.1.3),
- libgtkglext1-dev,
  libgtk2.0-dev (>= 2.0.6),
  libsamplerate0-dev,
  libxmu-dev,
diff --git a/debian/rules b/debian/rules
index 09bacf1..934a89e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,6 @@ override_dh_auto_install:
 	# then, build with PulseAudio
 	./configure $(COMMON_CONFIGURE_ARGS) \
 									--with-gtk \
-									--with-gl \
 									--with-pulseaudio
 	$(MAKE)
 	dh_install -psnd-gtk-pulse
@@ -40,7 +39,6 @@ override_dh_auto_install:
 ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:i386:powerpc:amd64:))
 	./configure $(COMMON_CONFIGURE_ARGS) \
 									--with-gtk \
-									--with-gl \
 									--with-jack
 	$(MAKE)
 	dh_install -psnd-gtk-jack

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list