All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] lame: bump to version 3.99
@ 2011-11-13 22:27 Gustavo Zacarias
  2011-11-13 22:27 ` [Buildroot] [PATCH 02/10] bash: bump to version 4.2 pl10 Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Gustavo Zacarias @ 2011-11-13 22:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/lame/lame-no-static.patch |   28 --------------------------
 package/multimedia/lame/lame.mk              |    3 +-
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 package/multimedia/lame/lame-no-static.patch

diff --git a/package/multimedia/lame/lame-no-static.patch b/package/multimedia/lame/lame-no-static.patch
deleted file mode 100644
index f507f7f..0000000
--- a/package/multimedia/lame/lame-no-static.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-We don't want statically compiled binaries by force so nuke that.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura lame-3.98.4/frontend/Makefile.am lame-3.98.4.nostatic/frontend/Makefile.am
---- lame-3.98.4/frontend/Makefile.am	2006-09-30 06:17:05.000000000 -0300
-+++ lame-3.98.4.nostatic/frontend/Makefile.am	2011-02-10 13:46:05.512559590 -0300
-@@ -52,7 +52,7 @@
- endif
- 
- CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@ @SNDFILE_CFLAGS@
--LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@ -static
-+LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
- 
- INCLUDES = -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include -I$(top_builddir)
- 
-diff -Nura lame-3.98.4/frontend/Makefile.in lame-3.98.4.nostatic/frontend/Makefile.in
---- lame-3.98.4/frontend/Makefile.in	2008-06-25 09:17:51.000000000 -0300
-+++ lame-3.98.4.nostatic/frontend/Makefile.in	2011-02-10 13:45:54.752559590 -0300
-@@ -152,7 +152,7 @@
- 	$(top_builddir)/libmp3lame/libmp3lame.la \
- 	@FRONTEND_LDADD@
- 
--LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@ -static
-+LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
- LIBOBJS = @LIBOBJS@
- LIBS = @LIBS@
- LIBTOOL = @LIBTOOL@
diff --git a/package/multimedia/lame/lame.mk b/package/multimedia/lame/lame.mk
index 7609f2d..fbf0dda 100644
--- a/package/multimedia/lame/lame.mk
+++ b/package/multimedia/lame/lame.mk
@@ -4,11 +4,12 @@
 #
 #############################################################
 
-LAME_VERSION = 3.98.4
+LAME_VERSION = 3.99
 LAME_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/lame
 LAME_DEPENDENCIES = host-pkg-config
 LAME_INSTALL_STAGING = YES
 LAME_CONF_ENV = GTK_CONFIG=/bin/false
+LAME_CONF_OPT = --enable-dynamic-frontends
 
 ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
 LAME_DEPENDENCIES += libsndfile
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-11-14  8:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 22:27 [Buildroot] [PATCH 01/10] lame: bump to version 3.99 Gustavo Zacarias
2011-11-13 22:27 ` [Buildroot] [PATCH 02/10] bash: bump to version 4.2 pl10 Gustavo Zacarias
2011-11-14  8:25   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 03/10] bison: bump to version 2.5 Gustavo Zacarias
2011-11-14  8:25   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 04/10] gawk: bump to version 4.0.0 Gustavo Zacarias
2011-11-14  8:26   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 05/10] diffutils: bump to version 3.2 Gustavo Zacarias
2011-11-14  8:29   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 06/10] m4: bump to version 1.4.16 Gustavo Zacarias
2011-11-14  8:33   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 07/10] nano: bump to version 2.3.1 Gustavo Zacarias
2011-11-14  8:33   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 08/10] grep: bump to version 2.9 Gustavo Zacarias
2011-11-14  8:34   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 09/10] tar: build after busybox if enabled Gustavo Zacarias
2011-11-14  8:35   ` Peter Korsgaard
2011-11-13 22:27 ` [Buildroot] [PATCH 10/10] coreutils: bump to version 8.14 Gustavo Zacarias
2011-11-14  8:35   ` Peter Korsgaard
2011-11-14  8:24 ` [Buildroot] [PATCH 01/10] lame: bump to version 3.99 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.