Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] mpd: bump to version 0.16.2 and bugfix
@ 2011-04-01 18:51 Gustavo Zacarias
  2011-04-01 18:51 ` [Buildroot] [PATCH 2/2] quagga: security bump to version 0.99.18 Gustavo Zacarias
  2011-04-01 19:25 ` [Buildroot] [PATCH 1/2] mpd: bump to version 0.16.2 and bugfix Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2011-04-01 18:51 UTC (permalink / raw)
  To: buildroot

Bump mpd server to version 0.6.12
Also make ffmpeg support conditional on IPv6 since the new ffmpeg
version requires it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/mpd/Config.in |    4 ++--
 package/multimedia/mpd/mpd.mk    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in
index b3491f2..a6ded13 100644
--- a/package/multimedia/mpd/Config.in
+++ b/package/multimedia/mpd/Config.in
@@ -64,8 +64,8 @@ config BR2_PACKAGE_MPD_FFMPEG
 	  Enable ffmpeg input support.
 	  Select this if you want to play back files supported by ffmpeg.
 
-comment "ffmpeg support requires a toolchain with LARGEFILE support"
-	depends on !BR2_LARGEFILE
+comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support"
+	depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
 
 config BR2_PACKAGE_MPD_LAME
 	bool "lame"
diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk
index d6658ae..3f5057c 100644
--- a/package/multimedia/mpd/mpd.mk
+++ b/package/multimedia/mpd/mpd.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MPD_VERSION = 0.16.1
+MPD_VERSION = 0.16.2
 MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/musicpd
 MPD_DEPENDENCIES = host-pkg-config libglib2
 
-- 
1.7.3.4

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

end of thread, other threads:[~2011-04-01 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 18:51 [Buildroot] [PATCH 1/2] mpd: bump to version 0.16.2 and bugfix Gustavo Zacarias
2011-04-01 18:51 ` [Buildroot] [PATCH 2/2] quagga: security bump to version 0.99.18 Gustavo Zacarias
2011-04-01 19:28   ` Peter Korsgaard
2011-04-01 19:25 ` [Buildroot] [PATCH 1/2] mpd: bump to version 0.16.2 and bugfix Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox