X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmpd;h=25c3e57d7863a7b711355b45a633c2a1311adf25;hp=3213b27f69bed2ecd9f34518608dd9a942f0b381;hb=045ea1d0138e208c6aa5d6e78875f1b5b3f260b8;hpb=21094f574e5a607159f25e77e25334d52ea31a7b diff --git a/lfs/mpd b/lfs/mpd index 3213b27f69..25c3e57d78 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.20.6 +VER = 0.19.19 THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 15 +PAK_VER = 19 -DEPS = "alsa faad2 ffmpeg-libs flac lame libmad libshout libogg libid3tag libvorbis" +DEPS = "alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1197a2190fc8ddfccbf4bba3b749cea4 +$(DL_FILE)_MD5 = 6e4fca9a9c26dad08b61bac9a91802db install : $(TARGET) @@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-ipv6 \ --sysconfdir=/etc \ --disable-sqlite \ + --disable-smbclient \ --enable-id3 \ --enable-vorbis \ --enable-expat \