mpd: bump to version 0.16.2 and bugfix
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 1 Apr 2011 18:51:28 +0000 (15:51 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Apr 2011 19:25:02 +0000 (21:25 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mpd/Config.in
package/multimedia/mpd/mpd.mk

index b3491f22e464e5e91fcf12ccaab6851f2360e06b..a6ded1337eaba76d42f15b46ababedf4a409ccb1 100644 (file)
@@ -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"
index d6658aee5d32fc47f2231d298371259514e99698..3f5057c87853c267487f714ab7aab18ba8251932 100644 (file)
@@ -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