X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmediatomb;h=5811a0ad6e6e75f9aedf4c645772b7ef5e746060;hb=d0bd5afe1b27020b41d0e7e043578e313a0ebf39;hp=b327d724058ecc1a489fb5231d7be04ecf1c9d1a;hpb=58c1bbd5e3cb2faf7f04ae9c321354ece050818f;p=ipfire-2.x.git diff --git a/lfs/mediatomb b/lfs/mediatomb index b327d72405..5811a0ad6e 100644 --- a/lfs/mediatomb +++ b/lfs/mediatomb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2012 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,17 +24,17 @@ include Config -VER = svn2020 +VER = 0.12.1 THISAPP = mediatomb-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mediatomb -PAK_VER = 3 +PAK_VER = 5 -DEPS = "sqlite taglib ffmpeg-libs" +DEPS = "ffmpeg-libs libexif taglib " ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7fb4ef41da88f82eb1d0acb160104874 +$(DL_FILE)_MD5 = e927dd5dc52d3cfcebd8ca1af6f0d3c2 install : $(TARGET) @@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install