]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr
pcengines-apu-firmware: update to 4.14.0.2
[ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index 0dd2c0f4628ab3960e895a583e00d7213fbbf570..ad68636bf94edeaed48474de8d7eed7fbe2dba21 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.1
-VDRPLUGVER = 2.0.0
+VER        = 2.4.7
+
+# VDRPLUGVER must match with APIVERSION! in config.h
+# after change this update also all vdr plugins
+VDRPLUGVER = 2.4.7
+
 THISAPP    = vdr-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
@@ -33,9 +37,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr
-PAK_VER    = 6
+PAK_VER    = 12
+
+DEPS       = vdr_streamdev
 
-DEPS       = "vdr_streamdev"
+CXXFLAGS  += -std=c++11
 
 MAKE_OPTIONS = \
        PREFIX=/usr \
@@ -59,9 +65,9 @@ MAKE_OPTIONS = \
 
 objects = $(DL_FILE)
 
-$(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = e1b7a76c57c96300829dccd39eb20e7d
+$(DL_FILE)_MD5 = 24ff672a7c73118a912bd8c6cdd0aae4
 
 install : $(TARGET)
 
@@ -95,6 +101,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
+#      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/vdr-2.4-gcc-11.patch
+
        # Compile main package.
        cd $(DIR_APP) && make $(MAKE_OPTIONS) $(MAKETUNING) vdr include-dir
 
@@ -127,6 +135,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_INITSCRIPT,vdr)
+
        # 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