mpd: bump to version 0.16.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-09-02 11:04:58 -03:00 committed by Peter Korsgaard
parent 170fb5361d
commit 9f5a613eef
2 changed files with 1 additions and 21 deletions

View File

@ -1,20 +0,0 @@
[PATCH] configure: tremor needs common ogg support just like libvorbis does
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mpd-0.16.2/configure.ac
===================================================================
--- mpd-0.16.2.orig/configure.ac
+++ mpd-0.16.2/configure.ac
@@ -1081,7 +1081,7 @@
fi
AM_CONDITIONAL(HAVE_OGG_COMMON,
- test x$enable_vorbis = xyes || test x$enable_oggflac = xyes || test x$enable_flac = xyes)
+ test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_oggflac = xyes || test x$enable_flac = xyes)
AM_CONDITIONAL(HAVE_FLAC_COMMON,
test x$enable_flac = xyes || test x$enable_oggflac = xyes)

View File

@ -4,7 +4,7 @@
# #
############################################################# #############################################################
MPD_VERSION = 0.16.2 MPD_VERSION = 0.16.3
MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/musicpd MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/musicpd
MPD_AUTORECONF = YES MPD_AUTORECONF = YES
MPD_DEPENDENCIES = host-pkg-config libglib2 MPD_DEPENDENCIES = host-pkg-config libglib2