vdr_eepg: update PLUGVER to new vdr

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2024-02-05 11:05:02 +01:00
parent bc4b8c4858
commit 2c930773f5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
etc/vdr/plugins/eepg
usr/lib/vdr/libvdr-eepg.so.2.4.7
usr/lib/vdr/libvdr-eepg.so.2.6.6

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2024 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 #
@@ -38,13 +38,13 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdr_eepg
PAK_VER = 5
PAK_VER = 6
DEPS =
SERVICES =
VDRPLUGVER = 2.4.7
VDRPLUGVER = 2.6.6
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CFLAGS += $(EXTRA_FLAGS)