X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvdr;h=52ecdd54354fe21c86f712beb4cd927d8af20e0a;hp=552f09625206e57a95519f8dcd2d680e27fa5439;hb=49abe7afb1868315b96643afe08c12fa1b339e3a;hpb=c232d1b59a1882211479dea12a39bc066d6b1c5e diff --git a/lfs/vdr b/lfs/vdr index 552f096252..52ecdd5435 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# Copyright (C) 2007-2013 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,12 @@ include Config -VER = 2.0.0 +VER = 2.0.5 + +# VDRPLUGVER must match with APIVERSION in config.h +# after change this update also all vdr plugins +VDRPLUGVER = 2.0.0 + THISAPP = vdr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,9 +37,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr -PAK_VER = 6 +PAK_VER = 9 -DEPS = "vdr-streamdev" +DEPS = "vdr_streamdev" MAKE_OPTIONS = \ PREFIX=/usr \ @@ -58,9 +63,9 @@ MAKE_OPTIONS = \ objects = $(DL_FILE) -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fd7f481b996e03fae3c00e80b6b0d301 +$(DL_FILE)_MD5 = f58b9836a60440fde84480a2e37ee91d install : $(TARGET) @@ -109,7 +114,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install-bin install-dirs install-includes $(MAKE_OPTIONS) mv -v /usr/bin/vdr /usr/sbin/vdr - sed -e "s/VDR_PLUGIN_VERSION/$(VER)/" \ + sed -e "s/VDR_PLUGIN_VERSION/$(VDRPLUGVER)/" \ < $(DIR_SRC)/config/vdr/runvdr > /usr/sbin/runvdr chmod 755 /usr/sbin/runvdr