1
0
forked from ports/contrib

mpd: 0.17.6 -> 0.18.10 (close FS#1006)

This commit is contained in:
Thomas Penteker 2014-05-01 21:19:16 +02:00
parent 784890f44b
commit 2859f412bf
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
d0da6a6a1d9cf1e8710b6082f6ef7849 mpd-0.17.6.tar.xz
046f23f63ad9aa4af38159754f813fc7 mpd-0.18.10.tar.xz

View File

@ -6,9 +6,9 @@
# Nice to have: faad2 flac audiofile
name=mpd
version=0.17.6
version=0.18.10
release=1
source=(http://www.musicpd.org/download/mpd/0.17/$name-$version.tar.xz)
source=(http://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
@ -19,8 +19,6 @@ build() {
--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