[SCM] avldrums.lv2/master: Add patch to pass cppflags.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Dec 31 01:57:35 UTC 2016


The following commit has been merged in the master branch:
commit 29e03fc367fb42ce8ec75cc76892c8c6b30a1572
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Dec 31 02:57:26 2016 +0100

    Add patch to pass cppflags.

diff --git a/debian/patches/0001-flags.patch b/debian/patches/0001-flags.patch
new file mode 100644
index 0000000..0c513c4
--- /dev/null
+++ b/debian/patches/0001-flags.patch
@@ -0,0 +1,17 @@
+Description:  Pass cppflags.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: Robin Gareus <robin at gareus.org>
+
+Index: avldrums.lv2/Makefile
+===================================================================
+--- avldrums.lv2.orig/Makefile
++++ avldrums.lv2/Makefile
+@@ -257,7 +257,7 @@ FLUID_SRC = \
+             fluidsynth/src/fluid_settings.c \
+             fluidsynth/src/fluid_sys.c
+ 
+-CPPFLAGS = -Ifluidsynth -I fluidsynth/fluidsynth -DHAVE_CONFIG_H -D DEFAULT_SOUNDFONT=\"\"
++CPPFLAGS += -Ifluidsynth -I fluidsynth/fluidsynth -DHAVE_CONFIG_H -D DEFAULT_SOUNDFONT=\"\"
+ DSP_SRC  = src/$(LV2NAME).c $(FLUID_SRC)
+ DSP_DEPS = $(DSP_SRC) src/$(LV2NAME).h src/midnam.h
+ GUI_DEPS = gui/$(LV2NAME).c src/$(LV2NAME).h
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..949edcd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-flags.patch

-- 
avldrums.lv2 packaging



More information about the pkg-multimedia-commits mailing list