mpd: 0.16.8 -> 0.17.6

This commit is contained in:
Thomas Penteker 2013-10-24 12:06:49 +02:00
parent 719afe5edf
commit 2bf09c9192
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
b412a9d0b3457bea1bb87904a8f80c04 mpd-0.16.8.tar.bz2
d0da6a6a1d9cf1e8710b6082f6ef7849 mpd-0.17.6.tar.xz

View File

@ -6,9 +6,9 @@
# Nice to have: faad2 flac audiofile
name=mpd
version=0.16.8
version=0.17.6
release=1
source=(http://download.sourceforge.net/musicpd/$name-$version.tar.bz2)
source=(http://www.musicpd.org/download/mpd/0.17/$name-$version.tar.xz)
build() {
cd $name-$version
@ -16,7 +16,10 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc
--sysconfdir=/etc \
--disable-soundcloud
sed 's:AVCODEC_MAX_AUDIO_FRAME_SIZE:192000:g' -i src/decoder/ffmpeg_decoder_plugin.c
make
make DESTDIR=$PKG install