[SCM] ste-plugins/master: Added patch to remove LADSPA_PROPERTY_REALTIME.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 10 09:47:51 UTC 2015


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

    Added patch to remove LADSPA_PROPERTY_REALTIME.

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..89f8732
--- /dev/null
+++ b/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch
@@ -0,0 +1,26 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Remove LADSPA_PROPERTY_REALTIME.
+Forwarded: no
+
+Index: ste-plugins/stereo_if.cc
+===================================================================
+--- ste-plugins.orig/stereo_if.cc
++++ ste-plugins/stereo_if.cc
+@@ -167,7 +167,7 @@ static const LADSPA_Descriptor moddescr
+   {
+     1955,
+     label0,
+-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
++    LADSPA_PROPERTY_HARD_RT_CAPABLE,
+     name0,
+     maker,
+     copyr,
+@@ -188,7 +188,7 @@ static const LADSPA_Descriptor moddescr
+   {
+     1956,
+     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 aebdbc4..a3711c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-destdir.patch
+02-remove_LADSPA_PROPERTY_REALTIME.patch

-- 
ste-plugins packaging



More information about the pkg-multimedia-commits mailing list