[SCM] gmtk/master: Remove patch 0001-fix-buildsystem.patch (not needed anymore).

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Sat Apr 7 18:26:07 UTC 2012


The following commit has been merged in the master branch:
commit 4f669225fabca5ac83f91236e2ac41602431b4b5
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Sat Apr 7 20:13:52 2012 +0200

    Remove patch 0001-fix-buildsystem.patch (not needed anymore).

diff --git a/debian/patches/0001-fix-buildsystem.patch b/debian/patches/0001-fix-buildsystem.patch
deleted file mode 100644
index ec95c64..0000000
--- a/debian/patches/0001-fix-buildsystem.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: Link against missing libraries
-Origin: upstream
-Last-Updated: 2012-01-02
-
-Index: src/Makefile.am
-===================================================================
---- a/src/Makefile.am	(revision 76)
-+++ b/src/Makefile.am	(revision 79)
-@@ -28,13 +28,16 @@
- 
- libgmtk_la_CFLAGS = -fPIC \
- 	$(GTK_CFLAGS) \
--	$(ALSA_CFLAGS)
-+	$(ALSA_CFLAGS) \
-+	$(PULSE_CFLAGS)	
- 
--libgmtk_la_LDFLAGS = 
-+libgmtk_la_LDFLAGS = -L.libs
- 
- libgmtk_la_LIBADD = \
-+    -lgmlib \
-     $(GTK_LIBS) \
--    $(ALSA_LIBS)
-+    $(ALSA_LIBS) \
-+    $(PULSE_LIBS)
-     
- 
- libgmlib_la_SOURCES = \
-@@ -65,6 +68,7 @@
- libgmlib_la_LDFLAGS = 
- 
- libgmlib_la_LIBADD = \
-+    $(LIBS) \
- 	$(GLIB_LIBS) \
- 	$(GCONF_LIBS) \
- 	$(GIO_LIBS) \
-Index: configure.ac
-===================================================================
---- a/configure.ac	(revision 76)
-+++ b/configure.ac	(revision 79)
-@@ -55,7 +55,7 @@
- PKG_CHECK_MODULES([X11], [x11],[AC_DEFINE([X11_ENABLED],[1],[Define to 1 if X11 support is needed])],[AC_MSG_NOTICE([Compiling without X11 support])])
- AC_SUBST(X11_LIBS)
- 
--
-+AC_CHECK_LIB([m],[floor])
- AC_ARG_ENABLE(gtk3,
-     AC_HELP_STRING([--enable-gtk3],[compile using GTK3]),
-     [case "${enableval}" in
diff --git a/debian/patches/series b/debian/patches/series
index 2c3ec42..963cda0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-fix-buildsystem.patch
 0002-hide-private-symbols.patch

-- 
gmtk packaging



More information about the pkg-multimedia-commits mailing list