[SCM] gxtuner/master: Refreshed patch
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Jul 27 16:56:39 UTC 2011
The following commit has been merged in the master branch:
commit a8bac2f5d53049636b56d51f4f93f2796cfde343
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Jul 27 18:55:16 2011 +0200
Refreshed patch
diff --git a/debian/patches/0001-makefile.patch b/debian/patches/0001-makefile.patch
index f80d407..3c22eb9 100644
--- a/debian/patches/0001-makefile.patch
+++ b/debian/patches/0001-makefile.patch
@@ -1,13 +1,12 @@
Description: Removed "-march-native" gcc option
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Forwarded: no
----
- Makefile | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
---- gxtuner.orig/Makefile
-+++ gxtuner/Makefile
-@@ -6,10 +6,12 @@
+Index: gxtuner/Makefile
+===================================================================
+--- gxtuner.orig/Makefile 2011-07-27 18:45:10.035729608 +0200
++++ gxtuner/Makefile 2011-07-27 18:46:31.933036379 +0200
+@@ -6,11 +6,13 @@
SHARE_DIR = $(PREFIX)/share
DESKAPPS_DIR = $(SHARE_DIR)/applications
PIXMAPS_DIR = $(SHARE_DIR)/pixmaps
@@ -15,9 +14,10 @@ Forwarded: no
+ CFLAGS += -Wall -ffast-math `pkg-config --cflags jack gtk+-2.0 gthread-2.0 fftw3f`
all :
- echo '#define PIXMAPS_DIR "$(PIXMAPS_DIR)"' > config.h
+ @echo '#define PIXMAPS_DIR "$(PIXMAPS_DIR)"' > config.h
+ @echo "build . . gxtuner"
- $(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"
install:
- install gxtuner $(DESTDIR)$(BIN_DIR)
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list