]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index 161b04ee1e8cd3446b7d51cca0baeb9ba85bce52..8cac181387def6086b105d1b05537dfdabc62baa 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
 
 include Config
 
-VER        = 2.0.3
+SUMMARY    = Video Disk Recorder
 
-# VDRPLUGVER must match with APIVERSION in config.h
+VER        = 2.4.7
+
+# VDRPLUGVER must match with APIVERSION! in config.h
 # after change this update also all vdr plugins
-VDRPLUGVER = 2.0.0
+VDRPLUGVER = 2.4.7
 
 THISAPP    = vdr-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -37,9 +39,13 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr
-PAK_VER    = 8
+PAK_VER    = 13
+
+DEPS       = vdr_streamdev
 
-DEPS       = "vdr_streamdev"
+SERVICES   = vdr
+
+CXXFLAGS  += -std=c++11
 
 MAKE_OPTIONS = \
        PREFIX=/usr \
@@ -63,9 +69,9 @@ MAKE_OPTIONS = \
 
 objects = $(DL_FILE)
 
-$(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = dd8fb1642bdfa7feb0e9a8ae41e9ef2f
+$(DL_FILE)_MD5 = 24ff672a7c73118a912bd8c6cdd0aae4
 
 install : $(TARGET)
 
@@ -131,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