[Pkg-voip-commits] r1809 - in kiax/trunk/debian: . patches

George Danchev danchev-guest at costa.debian.org
Sat Jun 10 05:00:36 UTC 2006


Author: danchev-guest
Date: 2006-06-10 05:00:33 +0000 (Sat, 10 Jun 2006)
New Revision: 1809

Added:
   kiax/trunk/debian/patches/02_disable_echo_cancellation.dpatch
Modified:
   kiax/trunk/debian/changelog
   kiax/trunk/debian/patches/00list
   kiax/trunk/debian/rules
Log:
patch 02 - Echo Cancellation checkbox is not to be shown

Modified: kiax/trunk/debian/changelog
===================================================================
--- kiax/trunk/debian/changelog	2006-06-10 03:57:37 UTC (rev 1808)
+++ kiax/trunk/debian/changelog	2006-06-10 05:00:33 UTC (rev 1809)
@@ -1,3 +1,11 @@
+kiax (0.8.51.dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  [ George Danchev ]
+  * 02_disable_echo_cancellation.dpatch - do not show echo cancellation checkbox
+
+ -- George Danchev <danchev at spnet.net>  Sat, 10 Jun 2006 07:10:35 +0300
+
 kiax (0.8.5.dfsg-1) unstable; urgency=low
 
   * The "Habemus Kiax" release.

Modified: kiax/trunk/debian/patches/00list
===================================================================
--- kiax/trunk/debian/patches/00list	2006-06-10 03:57:37 UTC (rev 1808)
+++ kiax/trunk/debian/patches/00list	2006-06-10 05:00:33 UTC (rev 1809)
@@ -1 +1,2 @@
 01_debian-patch
+02_disable_echo_cancellation

Added: kiax/trunk/debian/patches/02_disable_echo_cancellation.dpatch
===================================================================
--- kiax/trunk/debian/patches/02_disable_echo_cancellation.dpatch	2006-06-10 03:57:37 UTC (rev 1808)
+++ kiax/trunk/debian/patches/02_disable_echo_cancellation.dpatch	2006-06-10 05:00:33 UTC (rev 1809)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_disable_echo_cancellation.dpatch by  <danchev at spnet.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Do not show Echo Cancellation checkbox.
+
+ at DPATCH@
+diff -urNad kiax-0.8.51-src~/src/prefswindow.ui kiax-0.8.51-src/src/prefswindow.ui
+--- kiax-0.8.51-src~/src/prefswindow.ui	2006-02-06 18:31:54.000000000 +0200
++++ kiax-0.8.51-src/src/prefswindow.ui	2006-06-10 07:45:04.000000000 +0300
+@@ -476,14 +476,6 @@
+                                     <bool>true</bool>
+                                 </property>
+                             </widget>
+-                            <widget class="QCheckBox" row="1" column="0">
+-                                <property name="name">
+-                                    <cstring>echoCancelationCheckBox</cstring>
+-                                </property>
+-                                <property name="text">
+-                                    <string>Echo Cancelation</string>
+-                                </property>
+-                            </widget>
+                             <widget class="QCheckBox" row="0" column="1">
+                                 <property name="name">
+                                     <cstring>aagcCheckBox</cstring>


Property changes on: kiax/trunk/debian/patches/02_disable_echo_cancellation.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2006-06-10 03:57:37 UTC (rev 1808)
+++ kiax/trunk/debian/rules	2006-06-10 05:00:33 UTC (rev 1809)
@@ -28,7 +28,7 @@
 FILENAME := kiax_$(UPVERSION).orig.tar.gz
 SRCDIR := kiax-$(UPVERSION)-src
 DFSGNAME := kiax_$(UPVERSION).dfsg.orig.tar.gz
-URL := http://mesh.dl.sourceforge.net/kiax/kiax-0.8.5-src.tar.gz
+URL := http://heanet.dl.sourceforge.net/kiax/kiax-0.8.51-src.tar.gz
 
 configure: patch configure-stamp
 configure-stamp:




More information about the Pkg-voip-commits mailing list