SOURCES: lame-without_gtk.patch - updated.
pluto
pluto at pld-linux.org
Sat Aug 30 13:07:28 CEST 2008
Author: pluto Date: Sat Aug 30 11:07:28 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated.
---- Files affected:
SOURCES:
lame-without_gtk.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/lame-without_gtk.patch
diff -u SOURCES/lame-without_gtk.patch:1.1 SOURCES/lame-without_gtk.patch:1.2
--- SOURCES/lame-without_gtk.patch:1.1 Thu Jan 23 08:12:59 2003
+++ SOURCES/lame-without_gtk.patch Sat Aug 30 13:07:22 2008
@@ -1,28 +1,22 @@
-diff -Nru lame-3.93.1.orig/configure.in lame-3.93.1/configure.in
---- lame-3.93.1.orig/configure.in Sun Dec 1 17:15:34 2002
-+++ lame-3.93.1/configure.in Wed Jan 22 20:28:02 2003
-@@ -333,11 +333,7 @@
+--- lame-398/configure.in.orig 2008-08-30 12:40:34.000000000 +0200
++++ lame-398/configure.in 2008-08-30 12:41:17.000000000 +0200
+@@ -386,7 +386,7 @@
dnl configure use of features
-AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no")
--if test "${HAVE_GTK}" = "yes"; then
-- AC_DEFINE(HAVE_GTK, 1, have working GTK)
--fi
--
+HAVE_GTK=no
dnl ElectricFence malloc debugging
AC_MSG_CHECKING(use of ElectricFence malloc debugging)
-diff -Nru lame-3.93.1.orig/frontend/Makefile.am lame-3.93.1/frontend/Makefile.am
---- lame-3.93.1.orig/frontend/Makefile.am Wed Jan 22 20:26:52 2003
-+++ lame-3.93.1/frontend/Makefile.am Wed Jan 22 20:28:15 2003
-@@ -52,7 +52,7 @@
- mp3x__EXEEXT__SOURCES = mp3x.c gtkanal.c gpkplotting.c $(common_sources)
+--- lame-398/frontend/Makefile.am.orig 2008-08-30 12:40:34.000000000 +0200
++++ lame-398/frontend/Makefile.am 2008-08-30 12:41:44.000000000 +0200
+@@ -51,7 +51,7 @@
+ mp3x_SOURCES = mp3x.c gtkanal.c gpkplotting.c $(common_sources)
endif
--CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@
-+CFLAGS = @CFLAGS@ @FRONTEND_CFLAGS@
- LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@
+-CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@ @SNDFILE_CFLAGS@
++CFLAGS = @CFLAGS@ @FRONTEND_CFLAGS@ @SNDFILE_CFLAGS@
+ LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
INCLUDES = -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include -I$(top_builddir)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lame-without_gtk.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list