wok diff mpd/receipt @ rev 4972

add/improve TAGS r* receipts
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 24 11:44:49 2010 +0000 (2010-02-24)
parents e46fec8366e6
children 5b44af8c1257
line diff
     1.1 --- a/mpd/receipt	Mon Jan 18 16:06:04 2010 +0000
     1.2 +++ b/mpd/receipt	Wed Feb 24 11:44:49 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpd"
     1.7 -VERSION="0.15.7"
     1.8 +VERSION="0.15.8"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Music Player Daemon (MPD)."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -21,6 +21,10 @@
    1.13  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14  	--mandir=/usr/share/man \
    1.15  	--disable-jack \
    1.16 +	--disable-ao \
    1.17 +	--disable-modplug \
    1.18 +	--disable-mms \
    1.19 +	--disable-ffmpeg \
    1.20  	--with-zeroconf=no \
    1.21  	$CONFIGURE_ARGS &&
    1.22  	make &&