[SCM] swh-plugins/master: Added patch to use system wide gsm.h .

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 1 23:42:04 UTC 2016


The following commit has been merged in the master branch:
commit 73522b4e4b8d8a9c5a2afca76a280f8452173901
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 2 01:34:19 2016 +0200

    Added patch to use system wide gsm.h .

diff --git a/debian/patches/08-gsm_plugin.patch b/debian/patches/08-gsm_plugin.patch
new file mode 100644
index 0000000..e338aa0
--- /dev/null
+++ b/debian/patches/08-gsm_plugin.patch
@@ -0,0 +1,51 @@
+Description: Use system-wide copies of gsm.h.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: not-needed
+
+Index: swh-plugins/gsm_1215.xml
+===================================================================
+--- swh-plugins.orig/gsm_1215.xml
++++ swh-plugins/gsm_1215.xml
+@@ -9,7 +9,7 @@
+     <code><![CDATA[
+       #include <stdlib.h>
+       #include "ladspa-util.h"
+-      #include "gsm/gsm.h"
++      #include <gsm/gsm.h>
+       #include "util/biquad.h"
+ 
+       #define SCALE 32768.0f
+Index: swh-plugins/configure.ac
+===================================================================
+--- swh-plugins.orig/configure.ac
++++ swh-plugins/configure.ac
+@@ -143,7 +143,6 @@ AC_SUBST(LIBTOOL)
+ AC_OUTPUT([
+ Makefile
+ util/Makefile
+-gsm/Makefile
+ gverb/Makefile
+ metadata/Makefile
+ po/Makefile.in
+Index: swh-plugins/Makefile.am
+===================================================================
+--- swh-plugins.orig/Makefile.am
++++ swh-plugins/Makefile.am
+@@ -34,7 +34,7 @@ plugin_LTLIBRARIES = \
+ 	latency_1914.la xfade_1915.la sc4m_1916.la \
+ 	mbeq_1197.la pitch_scale_1193.la pitch_scale_1194.la imp_1199.la
+ 
+-SUBDIRS = po util gsm gverb metadata
++SUBDIRS = po util gverb metadata
+ 
+ # Wacky stuff to stop automake getting confused
+ EXTRA_DIST = config.rpath  @top_srcdir@/*.xml @top_srcdir@/*.c @top_srcdir@/*.h \
+@@ -73,7 +73,7 @@ sc3_1427_la_LIBADD = -Lutil -ldb -lrms
+ sc4_1882_la_LIBADD = -Lutil -ldb -lrms
+ sc4m_1916_la_LIBADD = -Lutil -ldb -lrms
+ se4_1883_la_LIBADD = -Lutil -ldb -lrms
+-gsm_1215_la_LIBADD = gsm/libgsm.a
++#gsm_1215_la_LIBADD = gsm/libgsm.a
+ gverb_1216_la_LIBADD = -Lgverb -lgverb
+ lcr_delay_1436_la_DEPENDENCIES = util/biquad.h
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a8af697..e384dd3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02-fix-spelling-add-de.po.diff
 06-build_reproducible.patch
 07-fix_analogueOsc.patch
+08-gsm_plugin.patch

-- 
swh-plugins packaging



More information about the pkg-multimedia-commits mailing list