[Pkg-voip-commits] r5542 - in /speex/trunk/debian: changelog control rules

ron at alioth.debian.org ron at alioth.debian.org
Mon Apr 14 17:12:20 UTC 2008


Author: ron
Date: Mon Apr 14 17:12:20 2008
New Revision: 5542

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5542
Log:
Update for the 1.2~beta3.2-1 release

Modified:
    speex/trunk/debian/changelog
    speex/trunk/debian/control
    speex/trunk/debian/rules

Modified: speex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/speex/trunk/debian/changelog?rev=5542&op=diff
==============================================================================
--- speex/trunk/debian/changelog (original)
+++ speex/trunk/debian/changelog Mon Apr 14 17:12:20 2008
@@ -1,3 +1,13 @@
+speex (1.2~beta3.2-1) unstable; urgency=low
+
+  * New upstream snapshot.  Reverts an accidental API change in beta3.1
+  * Conflicts with the packages known to be affected by the speexdsp split.
+    Closes: #474253
+  * Drop Uploaders that are no longer active, by request from #pkg-voip.
+  * Enable sse support for amd64.
+
+ -- Ron Lee <ron at debian.org>  Mon, 14 Apr 2008 23:22:26 +0930
+
 speex (1.2~beta3.1.ds-1) unstable; urgency=low
 
   * Include .pc fixes accepted upstream and the upstream doxygen config

Modified: speex/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/speex/trunk/debian/control?rev=5542&op=diff
==============================================================================
--- speex/trunk/debian/control (original)
+++ speex/trunk/debian/control Mon Apr 14 17:12:20 2008
@@ -2,11 +2,9 @@
 Section: sound
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: A. Maitland Bottoms <bottoms at debian.org>,
-           Jose Carlos Garcia Sogo <jsogo at debian.org>,
+Uploaders: Ron Lee <ron at debian.org>,
            Mark Purcell <msp at debian.org>,
-           Kilian Krause <kilian at debian.org>,
-           Ron Lee <ron at debian.org>
+           Kilian Krause <kilian at debian.org>
 Build-Depends: debhelper (>> 4.1.0), libogg-dev, dpkg-dev (>= 1.13.19)
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.7.3
@@ -30,6 +28,13 @@
 Section: libs
 Depends: ${shlibs:Depends}
 Suggests: speex
+Conflicts: libopal-2.2 (<= 2.2.11~dfsg1-3),
+           libopal-2.2-develop (<= 2.2.11~dfsg1-3),
+           libopal-2.2-ptrace (<= 2.2.11~dfsg1-3),
+           libopal-2.2.0,
+           libiaxclient1 (<= 2.0.2-1),
+           asterisk (<=1:1.4.18.1~dfsg-1),
+           libmediastreamer0 (<= 2.1.0-1)
 Description: The Speex codec runtime library
  Speex is an audio codec especially designed for compressing voice at low
  bit-rates for applications such as voice over IP (VoIP). In some senses,

Modified: speex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/speex/trunk/debian/rules?rev=5542&op=diff
==============================================================================
--- speex/trunk/debian/rules (original)
+++ speex/trunk/debian/rules Mon Apr 14 17:12:20 2008
@@ -18,6 +18,13 @@
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+# Check for amd64 and enable sse
+DEB_HOST_ARCH_CPU  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+
+ifeq ($(DEB_HOST_ARCH_CPU),amd64)
+EXTRA_CONFIG_FLAGS = --enable-sse
+endif
+
 
 objdir := objs
 
@@ -34,7 +41,8 @@
 	mkdir -p $(objdir)
 	cd $(objdir) &&	../configure --host=$(DEB_HOST_GNU_TYPE)	\
 				     --build=$(DEB_BUILD_GNU_TYPE)	\
-				     --prefix=/usr
+				     --prefix=/usr			\
+				     $(EXTRA_CONFIG_FLAGS)
 
 build: build-arch
 
@@ -88,7 +96,7 @@
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -plibspeex1 -V"libspeex1 (>= 1.2~beta3-1)"
-	dh_makeshlibs -plibspeexdsp1 -V"libspeexdsp1 (>= 1.2~beta3.1-1)"
+	dh_makeshlibs -plibspeexdsp1 -V"libspeexdsp1 (>= 1.2~beta3.2-1)"
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a




More information about the Pkg-voip-commits mailing list