[SCM] gxtuner/master: Added patch to fix undefined reference to symbol
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Aug 5 00:40:19 UTC 2013
The following commit has been merged in the master branch:
commit 2180287fe0f5e41a2cac85e7e1cc14583870b045
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Aug 5 02:41:06 2013 +0200
Added patch to fix undefined reference to symbol
diff --git a/debian/patches/0002-undefined_reference.patch b/debian/patches/0002-undefined_reference.patch
new file mode 100644
index 0000000..0a6db4a
--- /dev/null
+++ b/debian/patches/0002-undefined_reference.patch
@@ -0,0 +1,13 @@
+Index: gxtuner/Makefile
+===================================================================
+--- gxtuner.orig/Makefile 2013-08-05 02:03:21.494584719 +0200
++++ gxtuner/Makefile 2013-08-05 02:19:23.234560426 +0200
+@@ -9,7 +9,7 @@
+ DESKAPPS_DIR = $(SHARE_DIR)/applications
+ PIXMAPS_DIR = $(SHARE_DIR)/pixmaps
+ VER = 2.0
+- LIBS = `pkg-config --libs jack gtk+-2.0 gthread-2.0 fftw3f` -lzita-resampler
++ LIBS = `pkg-config --libs jack gtk+-2.0 gthread-2.0 fftw3f x11` -lzita-resampler
+ CFLAGS += -Wall -ffast-math `pkg-config --cflags jack gtk+-2.0 gthread-2.0 fftw3f`
+ OBJS = jacktuner.o gxtuner.o cmdparser.o pitchtracker.o gtkknob.o \
+ paintbox.o tuner.o deskpager.o main.o
diff --git a/debian/patches/series b/debian/patches/series
index 67e9fff..0c25321 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-new_resampler_api.patch
+0002-undefined_reference.patch
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list