X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmpd;h=f673c85b4e268876f42985a0cc322aecdada3225;hp=3f1ecc8b5bdc79a5e8e7a477a5962e5007cf6830;hb=44f8687ba29b06b012a01c36abe51ffdba27287d;hpb=4f5519009dc9d58576e3e888d926babff600b066 diff --git a/lfs/mpd b/lfs/mpd index 3f1ecc8b5..f673c85b4 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2009 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 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.15.3 +VER = 0.16.3 THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 8 +PAK_VER = 13 -DEPS = "alsa ffmpeg glib libshout libogg libmad libid3tag libvorbis" +DEPS = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 40f01c53333885f86aace5a37ae55bd1 +$(DL_FILE)_MD5 = 6e708c02b0e8c288aec855eecf441a5a install : $(TARGET) @@ -76,8 +76,11 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6 + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure --prefix=/usr \ + --disable-ipv6 \ + --sysconfdir=/etc \ + --disable-sqlite cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)