X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmpd;h=45d7d71f512996e08802b25c2cc89af84d9e183b;hp=ee516ea7d53d902bd90c81e0dbe36faedde5a71b;hb=fc558271507c47ac73eaa2a2d1643cb8281fbe91;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d diff --git a/lfs/mpd b/lfs/mpd index ee516ea7d5..45d7d71f51 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # 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,17 +24,17 @@ include Config -VER = 0.13.0 +VER = 0.15.8 THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 1 +PAK_VER = 10 -DEPS = "" +DEPS = "alsa 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 = 7d77b017a249b67d94de43e6c56f9c58 +$(DL_FILE)_MD5 = 824e1ce46c0f468865d9e5e403cdaf5d install : $(TARGET) @@ -81,4 +81,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) + touch /var/log/mpd.error.log + touch /var/log/mpd.log @$(POSTBUILD)