[SCM] Audacity debian packaging branch, master, updated. debian/1.3.11-2-5-g8d35a1e

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Thu Apr 1 01:16:30 UTC 2010


The following commit has been merged in the master branch:
commit 79681c32759a0fabf1a231a7c1fa49d746110f1f
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Thu Apr 1 03:09:34 2010 +0200

    Enable the feature to link audio tracks to a label track.

diff --git a/debian/patches/enable-experimental-linking.patch b/debian/patches/enable-experimental-linking.patch
new file mode 100644
index 0000000..ab34767
--- /dev/null
+++ b/debian/patches/enable-experimental-linking.patch
@@ -0,0 +1,17 @@
+Description: Enable the feature to link audio tracks to a label track
+Forwarded: not-needed
+Author: Benjamin Drung <bdrung at ubuntu.com>
+
+diff --git a/src/Experimental.h b/src/Experimental.h
+index 33b30c1..7d5d7c3 100644
+--- a/src/Experimental.h
++++ b/src/Experimental.h
+@@ -28,7 +28,7 @@
+ #define __EXPERIMENTAL__
+ 
+ //uncomment the next line to enable the feature to link audio tracks to a label track
+-//#define EXPERIMENTAL_LINKING
++#define EXPERIMENTAL_LINKING
+ 
+ //Uncomment the next #define to enable experimental features.
+ #define EXPERIMENTAL_FEATURES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5eb78e0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable-experimental-linking.patch
diff --git a/src/Experimental.h b/src/Experimental.h
index 33b30c1..7d5d7c3 100644
--- a/src/Experimental.h
+++ b/src/Experimental.h
@@ -28,7 +28,7 @@
 #define __EXPERIMENTAL__
 
 //uncomment the next line to enable the feature to link audio tracks to a label track
-//#define EXPERIMENTAL_LINKING
+#define EXPERIMENTAL_LINKING
 
 //Uncomment the next #define to enable experimental features.
 #define EXPERIMENTAL_FEATURES

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list