[SCM] gxtuner/master: Removed patch applied upstream
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Dec 9 18:11:32 UTC 2011
The following commit has been merged in the master branch:
commit de28f6b4b656abfb6664b99f3a4ffcf7977650e5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Dec 9 16:57:37 2011 +0100
Removed patch applied upstream
diff --git a/debian/patches/0001-makefile.patch b/debian/patches/0001-makefile.patch
deleted file mode 100644
index 451edb9..0000000
--- a/debian/patches/0001-makefile.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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(-)
-
-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
-
-@@ -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"
-
- install:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d0c0e9f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-makefile.patch
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list