[Pkg-voip-commits] r3586 - in twinkle/trunk/debian: . patches

msp at alioth.debian.org msp at alioth.debian.org
Sun May 20 08:47:14 UTC 2007


Author: msp
Date: 2007-05-20 08:47:14 +0000 (Sun, 20 May 2007)
New Revision: 3586

Removed:
   twinkle/trunk/debian/patches/audiocheck.patch
Modified:
   twinkle/trunk/debian/changelog
Log:
* (NOT RELEASED YET) New upstream release
* audiocheck.patch

Modified: twinkle/trunk/debian/changelog
===================================================================
--- twinkle/trunk/debian/changelog	2007-05-20 08:40:27 UTC (rev 3585)
+++ twinkle/trunk/debian/changelog	2007-05-20 08:47:14 UTC (rev 3586)
@@ -1,8 +1,9 @@
-twinkle (1:1.0-4) UNRELEASED; urgency=low
+twinkle (1:1.0.1-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * (NOT RELEASED YET) New upstream release
+  * audiocheck.patch
 
- -- Mark Purcell <msp at debian.org>  Fri, 13 Apr 2007 06:56:40 +0100
+ -- Mark Purcell <msp at debian.org>  Sun, 20 May 2007 09:47:08 +0100
 
 twinkle (1:1.0-3) unstable; urgency=low
 

Deleted: twinkle/trunk/debian/patches/audiocheck.patch
===================================================================
--- twinkle/trunk/debian/patches/audiocheck.patch	2007-05-20 08:40:27 UTC (rev 3585)
+++ twinkle/trunk/debian/patches/audiocheck.patch	2007-05-20 08:47:14 UTC (rev 3586)
@@ -1,13 +0,0 @@
-Index: src/audio/audio_device.cpp
-===================================================================
---- src/audio/audio_device.cpp	(revision 283)
-+++ src/audio/audio_device.cpp	(working copy)
-@@ -66,7 +66,7 @@
- }
- 
- bool t_audio_io::validate(const t_audio_device& dev, bool playback, bool capture) {
--	t_audio_io *aio = open(dev, playback, capture, false, 2, SAMPLEFORMAT_S16, 8000, true);
-+	t_audio_io *aio = open(dev, playback, capture, false, 1, SAMPLEFORMAT_S16, 8000, true);
- 	
- 	if (aio) {
- 		MEMMAN_DELETE(aio);




More information about the Pkg-voip-commits mailing list