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

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


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

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

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..a13d105
--- /dev/null
+++ b/debian/patches/03-remove_LADSPA_PROPERTY_REALTIME.patch
@@ -0,0 +1,18 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Remove LADSPA_PROPERTY_REALTIME.
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765554
+Forwarded: no
+
+Index: fil-plugins/filters_if.cc
+===================================================================
+--- fil-plugins.orig/filters_if.cc
++++ fil-plugins/filters_if.cc
+@@ -159,7 +159,7 @@ static const LADSPA_Descriptor moddescr
+   {
+     1970,
+     label0,
+-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
++    LADSPA_PROPERTY_HARD_RT_CAPABLE,
+     name0,
+     maker,
+     copyr,
diff --git a/debian/patches/series b/debian/patches/series
index 493eca0..c64650d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-destdir.patch
 02-pass_ldflags.patch
+03-remove_LADSPA_PROPERTY_REALTIME.patch

-- 
fil-plugins packaging



More information about the pkg-multimedia-commits mailing list