vdr: update to 2.6.6

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2024-02-05 11:02:25 +01:00
parent 8fcd99355b
commit cbf32e7dd2

10
lfs/vdr
View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2023 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 #
@@ -26,11 +26,11 @@ include Config
SUMMARY = Video Disk Recorder
VER = 2.4.7
VER = 2.6.6
# VDRPLUGVER must match with APIVERSION! in config.h
# after change this update also all vdr plugins
VDRPLUGVER = 2.4.7
VDRPLUGVER = 2.6.6
THISAPP = vdr-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -39,7 +39,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdr
PAK_VER = 15
PAK_VER = 16
DEPS = vdr_streamdev
@@ -71,7 +71,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = be4e1ec365330855e4b2b26f44b1f35dc323e4783e96ef344a67b3e9fe2c0499760ab0f3d27c5e3bdddf5a65ebb65b0c81a62092301d34370aa19d0dd63bb1ab
$(DL_FILE)_BLAKE2 = 22ad6d0d4048347ff16a48ad137900f32dda7adfc7fb54bb1501f14cfc426185f942ffa4997de1e0318ca8c6b67a7dfc48d49b30bfda9367d7337b2d601544fc
install : $(TARGET)