[Pkg-voip-commits] r2764 - in libccaudio2/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Fri Dec 1 23:45:53 CET 2006


Author: msp
Date: 2006-12-01 23:45:52 +0100 (Fri, 01 Dec 2006)
New Revision: 2764

Removed:
   libccaudio2/trunk/debian/patches/02_speex.dpatch
Modified:
   libccaudio2/trunk/debian/changelog
   libccaudio2/trunk/debian/patches/00list
   libccaudio2/trunk/debian/rules
Log:
* New upstream release

Modified: libccaudio2/trunk/debian/changelog
===================================================================
--- libccaudio2/trunk/debian/changelog	2006-12-01 21:49:59 UTC (rev 2763)
+++ libccaudio2/trunk/debian/changelog	2006-12-01 22:45:52 UTC (rev 2764)
@@ -1,8 +1,8 @@
-libccaudio2 (0.9.12-1) UNRELEASED; urgency=low
+libccaudio2 (0.9.12-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
 
- -- Mark Purcell <msp at debian.org>  Fri,  1 Dec 2006 21:49:11 +0000
+ -- Mark Purcell <msp at debian.org>  Fri,  1 Dec 2006 22:45:07 +0000
 
 libccaudio2 (0.9.10-2) unstable; urgency=low
 

Modified: libccaudio2/trunk/debian/patches/00list
===================================================================
--- libccaudio2/trunk/debian/patches/00list	2006-12-01 21:49:59 UTC (rev 2763)
+++ libccaudio2/trunk/debian/patches/00list	2006-12-01 22:45:52 UTC (rev 2764)
@@ -1,2 +1 @@
 01_debian
-02_speex

Deleted: libccaudio2/trunk/debian/patches/02_speex.dpatch
===================================================================
--- libccaudio2/trunk/debian/patches/02_speex.dpatch	2006-12-01 21:49:59 UTC (rev 2763)
+++ libccaudio2/trunk/debian/patches/02_speex.dpatch	2006-12-01 22:45:52 UTC (rev 2764)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_speex.dpatch by  <msp at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad libccaudio2-0.9.7~/codecs/speex.cpp libccaudio2-0.9.7/codecs/speex.cpp
---- libccaudio2-0.9.7~/codecs/speex.cpp	2006-06-08 20:40:35.000000000 +0100
-+++ libccaudio2-0.9.7/codecs/speex.cpp	2006-06-08 20:41:00.000000000 +0100
-@@ -48,7 +48,7 @@
- class SpeexCommon: public AudioCodec
- {
- protected:
--	SpeexMode *spx_mode;
-+	const SpeexMode *spx_mode;
- 	SpeexBits enc_bits, dec_bits;
- 	unsigned int spx_clock, spx_channel;
- 	void *encoder, *decoder;

Modified: libccaudio2/trunk/debian/rules
===================================================================
--- libccaudio2/trunk/debian/rules	2006-12-01 21:49:59 UTC (rev 2763)
+++ libccaudio2/trunk/debian/rules	2006-12-01 22:45:52 UTC (rev 2764)
@@ -17,6 +17,7 @@
 	rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
 
 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-speex
 
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"




More information about the Pkg-voip-commits mailing list