[SCM] gxtuner/master: Refreshed patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Oct 12 01:23:18 UTC 2011


The following commit has been merged in the master branch:
commit 9a8d6cafc03479419fc2beedc4921d02ed376bde
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Oct 12 03:22:21 2011 +0200

    Refreshed patch

diff --git a/debian/patches/0001-makefile.patch b/debian/patches/0001-makefile.patch
index 8536f72..451edb9 100644
--- a/debian/patches/0001-makefile.patch
+++ b/debian/patches/0001-makefile.patch
@@ -5,18 +5,23 @@ Forwarded: no
  Makefile |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
---- gxtuner.orig/Makefile
-+++ gxtuner/Makefile
-@@ -6,11 +6,13 @@
+Index: gxtuner/Makefile
+===================================================================
+--- gxtuner.orig/Makefile	2011-10-12 02:35:57.618070487 +0200
++++ gxtuner/Makefile	2011-10-12 02:37:59.730067298 +0200
+@@ -7,6 +7,8 @@
  	SHARE_DIR = $(PREFIX)/share
  	DESKAPPS_DIR = $(SHARE_DIR)/applications
  	PIXMAPS_DIR = $(SHARE_DIR)/pixmaps
 +	LIBS = `pkg-config --libs jack gtk+-2.0 gthread-2.0 fftw3f` -lzita-resampler
 +	CFLAGS += -Wall -ffast-math `pkg-config --cflags jack gtk+-2.0 gthread-2.0 fftw3f`
+ ## set to NO to disable jack_session support
+ 	JACK_SESSION  = YES
  
- all    :
- 	@echo '#define PIXMAPS_DIR  "$(PIXMAPS_DIR)"' > config.h
- 	@echo "build . . gxtuner"
+@@ -22,7 +24,7 @@
+ 	@echo "build gxtuner with jack_session support"
+ 	@echo '#define HAVE_JACK_SESSION 1' >> config.h 
+ endif
 -	$(CXX) -O2 -Wall -march=native  -ffast-math -lzita-resampler `pkg-config --cflags --libs jack gtk+-2.0 gthread-2.0 fftw3f` gxtuner.cpp  -o gxtuner
 +	$(CXX) $(LDFLAGS) $(CFLAGS) gxtuner.cpp $(LIBS) -o gxtuner
  	@echo "build finish, now run make install"

-- 
gxtuner packaging



More information about the pkg-multimedia-commits mailing list