X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpd;h=3f1ecc8b5bdc79a5e8e7a477a5962e5007cf6830;hb=3885fadad52b7f4635d5be5febb87ed8fd4bd768;hp=86d8e2902aa158f90362e7570b034d0dfb7e1ae8;hpb=64f07449b96ead5aafc92a5f79de4a9de168b6da;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mpd b/lfs/mpd index 86d8e2902a..3f1ecc8b5b 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.3 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 = 8 -DEPS = "" +DEPS = "alsa ffmpeg glib libshout libogg libmad 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 = 40f01c53333885f86aace5a37ae55bd1 install : $(TARGET)