X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fvdr;h=9f36bdc8f2b977e3c4e65bb5bcfa286be9df56b1;hb=HEAD;hp=0dd2c0f4628ab3960e895a583e00d7213fbbf570;hpb=58ccbbd4f276050f7f2b5930725eae4cf5957887;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/vdr b/lfs/vdr index 0dd2c0f462..41dd4e92dd 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2024 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,8 +24,14 @@ include Config -VER = 2.0.1 -VDRPLUGVER = 2.0.0 +SUMMARY = Video Disk Recorder + +VER = 2.6.6 + +# VDRPLUGVER must match with APIVERSION! in config.h +# after change this update also all vdr plugins +VDRPLUGVER = 2.6.6 + THISAPP = vdr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +39,13 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr -PAK_VER = 6 +PAK_VER = 17 -DEPS = "vdr_streamdev" +DEPS = vdr_streamdev + +SERVICES = vdr + +CXXFLAGS += -std=c++11 MAKE_OPTIONS = \ PREFIX=/usr \ @@ -59,9 +69,9 @@ MAKE_OPTIONS = \ objects = $(DL_FILE) -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e1b7a76c57c96300829dccd39eb20e7d +$(DL_FILE)_BLAKE2 = 22ad6d0d4048347ff16a48ad137900f32dda7adfc7fb54bb1501f14cfc426185f942ffa4997de1e0318ca8c6b67a7dfc48d49b30bfda9367d7337b2d601544fc install : $(TARGET) @@ -69,13 +79,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download : $(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) -dist: +dist: @$(PAK) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -84,8 +94,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details @@ -127,6 +137,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -svf ../../include/vdr/config.h /usr/lib/vdr/config.h ln -svf ../../include/vdr/device.h /usr/lib/vdr/device.h + #install initscripts + $(call INSTALL_INITSCRIPTS,$(SERVICES)) + # Install start links and backup include file. ln -sf ../init.d/vdr /etc/rc.d/rc3.d/S60vdr ln -sf ../init.d/vdr /etc/rc.d/rc0.d/K40vdr