X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvdr;h=161b04ee1e8cd3446b7d51cca0baeb9ba85bce52;hp=24eac9b7d8630bfb799e0b091ba96d3f68e86de2;hb=278280da9606d394ec7c39127ffadc26a5a3d3d0;hpb=90dc87b7de182ae1b82179a1fb1dfab38bf80bb9 diff --git a/lfs/vdr b/lfs/vdr index 24eac9b7d..161b04ee1 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 = 1.7.41 +VER = 2.0.3 + +# 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 = 8 -DEPS = "freefont vdr-streamdev" +DEPS = "vdr_streamdev" MAKE_OPTIONS = \ PREFIX=/usr \ @@ -60,7 +65,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c7928bff45fa1c0e6dadf2c0a5adf94b +$(DL_FILE)_MD5 = dd8fb1642bdfa7feb0e9a8ae41e9ef2f 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