[SCM] rev-plugins/master: Added patch to remove LADSPA_PROPERTY_REALTIME. (Closes: #765549)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 10 08:15:07 UTC 2015


The following commit has been merged in the master branch:
commit 76e56339a9a9b7f424ab6780e010dfe6cf27dc2e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Sep 10 10:11:40 2015 +0200

    Added patch to remove LADSPA_PROPERTY_REALTIME. (Closes: #765549)

diff --git a/debian/patches/03-remove_LADSPA_PROPERTY_REALTIME.patch b/debian/patches/03-remove_LADSPA_PROPERTY_REALTIME.patch
new file mode 100644
index 0000000..731aa2f
--- /dev/null
+++ b/debian/patches/03-remove_LADSPA_PROPERTY_REALTIME.patch
@@ -0,0 +1,27 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Remove LADSPA_PROPERTY_REALTIME.
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765549
+Forwarded: no
+
+Index: rev-plugins/reverbs_if.cc
+===================================================================
+--- rev-plugins.orig/reverbs_if.cc
++++ rev-plugins/reverbs_if.cc
+@@ -218,7 +218,7 @@ static const LADSPA_Descriptor moddescr
+   {
+     3701,
+     label1,
+-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
++    LADSPA_PROPERTY_HARD_RT_CAPABLE,
+     name1,
+     maker,
+     copyr,
+@@ -239,7 +239,7 @@ static const LADSPA_Descriptor moddescr
+   {
+     3702,
+     label2,
+-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
++    LADSPA_PROPERTY_HARD_RT_CAPABLE,
+     name2,
+     maker,
+     copyr,
diff --git a/debian/patches/series b/debian/patches/series
index 0a2a95e..812f947 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-destdir.patch
 02-fix_hardening.patch
+03-remove_LADSPA_PROPERTY_REALTIME.patch

-- 
rev-plugins packaging



More information about the pkg-multimedia-commits mailing list