X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fvdr;h=836983f508d1bb74f18747f5188e81c23bb2ebe0;hb=e4f287a268c490e393e2e7ffd5bdd8246c3d3f76;hp=e40174e24237efa982f9f288b40c8bc8083830d4;hpb=2cb220fd3cbff4382656b30d02facdd9df81775e;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/vdr b/lfs/vdr index e40174e242..836983f508 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -24,11 +24,11 @@ include Config -VER = 2.4.1 +VER = 2.4.4 # VDRPLUGVER must match with APIVERSION in config.h # after change this update also all vdr plugins -VDRPLUGVER = 2.4.1 +VDRPLUGVER = 2.4.4 THISAPP = vdr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -37,7 +37,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr -PAK_VER = 11 +PAK_VER = 12 DEPS = vdr_streamdev @@ -65,7 +65,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b2897fe6b6e6711d512a69642b1b8ec1 +$(DL_FILE)_MD5 = ccf724c157740b2b153ca41ad38f1217 install : $(TARGET) @@ -98,8 +98,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - # stime was removed from glibc with version 2.31 - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/vdr/vdr-2.4.1_replace_stime.patch # Compile main package. cd $(DIR_APP) && make $(MAKE_OPTIONS) $(MAKETUNING) vdr include-dir