[Demudi-commits] r534 - in packages/mhwaveedit/trunk/debian: . patches

Free Ekanayaka free-guest@costa.debian.org
Tue, 12 Apr 2005 06:38:25 +0000


Author: free-guest
Date: 2005-04-12 06:38:23 +0000 (Tue, 12 Apr 2005)
New Revision: 534

Added:
   packages/mhwaveedit/trunk/debian/patches/
   packages/mhwaveedit/trunk/debian/patches/00list
   packages/mhwaveedit/trunk/debian/patches/jack-default-driver.dpatch
Modified:
   packages/mhwaveedit/trunk/debian/changelog
Log:
  * Use jack as default driver

Modified: packages/mhwaveedit/trunk/debian/changelog
===================================================================
--- packages/mhwaveedit/trunk/debian/changelog	2005-04-12 06:37:04 UTC (rev 533)
+++ packages/mhwaveedit/trunk/debian/changelog	2005-04-12 06:38:23 UTC (rev 534)
@@ -1,3 +1,9 @@
+mhwaveedit (1.3.8pre3-3) UNRELEASED; urgency=low
+
+  * Use jack as default driver
+
+ -- Free Ekanayaka <free@agnula.org>  Tue, 12 Apr 2005 08:38:07 +0200
+
 mhwaveedit (1.3.8pre3-2) UNRELEASED; urgency=low
 
   * Added icon to the menu file

Added: packages/mhwaveedit/trunk/debian/patches/00list
===================================================================
--- packages/mhwaveedit/trunk/debian/patches/00list	2005-04-12 06:37:04 UTC (rev 533)
+++ packages/mhwaveedit/trunk/debian/patches/00list	2005-04-12 06:38:23 UTC (rev 534)
@@ -0,0 +1 @@
+jack-default-driver.dpatch

Added: packages/mhwaveedit/trunk/debian/patches/jack-default-driver.dpatch
===================================================================
--- packages/mhwaveedit/trunk/debian/patches/jack-default-driver.dpatch	2005-04-12 06:37:04 UTC (rev 533)
+++ packages/mhwaveedit/trunk/debian/patches/jack-default-driver.dpatch	2005-04-12 06:38:23 UTC (rev 534)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## jack-default-driver.dpatch by Free Ekanayaka <free@agnula.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad mhwaveedit/src/sound.c /tmp/dpep.KCs6Dp/mhwaveedit/src/sound.c
+--- mhwaveedit/src/sound.c	2005-03-21 21:32:32.000000000 +0100
++++ /tmp/dpep.KCs6Dp/mhwaveedit/src/sound.c	2005-04-11 13:41:55.000000000 +0200
+@@ -248,7 +248,7 @@
+      int i;
+      sound_lock_driver = inifile_get_gboolean("soundLock",FALSE);
+      output_byteswap_flag = inifile_get_gboolean("outputByteswap",FALSE);
+-     c = inifile_get(INI_SETTING_SOUNDDRIVER, drivers[0].id);
++     c = inifile_get(INI_SETTING_SOUNDDRIVER, "jack");
+      for (i=0; i<ARRAY_LENGTH(drivers); i++) {
+ 	  if (!strcmp(drivers[i].id,c)) {
+ 	       current_driver = i;


Property changes on: packages/mhwaveedit/trunk/debian/patches/jack-default-driver.dpatch
___________________________________________________________________
Name: svn:executable
   + *