[SCM] wah-plugins/master: Added patch to remove LADSPA_PROPERTY_REALTIME. (Closes: #765553)
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 10 08:32:02 UTC 2015
The following commit has been merged in the master branch:
commit aa7eb91754e5195f15dfa2a285788b66abe922d6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 10 10:28:52 2015 +0200
Added patch to remove LADSPA_PROPERTY_REALTIME. (Closes: #765553)
diff --git a/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch b/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch
new file mode 100644
index 0000000..136db20
--- /dev/null
+++ b/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch
@@ -0,0 +1,18 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Remove LADSPA_PROPERTY_REALTIME.
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765553
+Forwarded: no
+
+Index: wah-plugins/wahplugins.cc
+===================================================================
+--- wah-plugins.orig/wahplugins.cc
++++ wah-plugins/wahplugins.cc
+@@ -123,7 +123,7 @@ static const LADSPA_Descriptor moddescr
+ {
+ 1949,
+ label1,
+- LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
++ LADSPA_PROPERTY_HARD_RT_CAPABLE,
+ name1,
+ maker,
+ copyr,
diff --git a/debian/patches/series b/debian/patches/series
index d3b72df..1d2bab4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-makefile.patch
+02-remove_LADSPA_PROPERTY_REALTIME.patch
--
wah-plugins packaging
More information about the pkg-multimedia-commits
mailing list