vdr: update to 2.4.1

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-02-16 11:48:22 +01:00
parent 06fc566a0a
commit eb7066388b
16 changed files with 131 additions and 159 deletions

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2020 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 #
@@ -24,9 +24,8 @@
include Config
GIT_VER = 69b47ba4bf0195fd6820beb2cf4f7c7ea31f4011
GIT_VER = 32b4e669bf8bc6e3336073616c121f10b8518fe8
VER = master
SUP_ARCHES =
THISAPP = vdr-plugin-eepg-$(VER)
DL_FILE = vdr-plugin-eepg-$(GIT_VER).tar.bz2
@@ -37,11 +36,11 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdr_eepg
PAK_VER = 1
PAK_VER = 2
DEPS = ""
VDRPLUGVER = 2.0.0
VDRPLUGVER = 2.4.1
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CFLAGS += $(EXTRA_FLAGS)
@@ -55,7 +54,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 0d8049949263f9a2b8deb2ae9919bc49
$(DL_FILE)_MD5 = 53c5ec7358da2ce740a764f9d429d96f
install : $(TARGET)