mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vdr_epgsearch: update to 2.4.2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -5,10 +5,10 @@ etc/sysconfig/vdr-plugins.d/quickepgsearch.conf
|
||||
etc/vdr/plugins/epgsearch
|
||||
etc/vdr/plugins/epgsearch/conf.d
|
||||
usr/bin/createcats
|
||||
usr/lib/vdr/libvdr-conflictcheckonly.so.2.4.7
|
||||
usr/lib/vdr/libvdr-epgsearch.so.2.4.7
|
||||
usr/lib/vdr/libvdr-epgsearchonly.so.2.4.7
|
||||
usr/lib/vdr/libvdr-quickepgsearch.so.2.4.7
|
||||
usr/lib/vdr/libvdr-conflictcheckonly.so.2.6.6
|
||||
usr/lib/vdr/libvdr-epgsearch.so.2.6.6
|
||||
usr/lib/vdr/libvdr-epgsearchonly.so.2.6.6
|
||||
usr/lib/vdr/libvdr-quickepgsearch.so.2.6.6
|
||||
#var/lib/vdr
|
||||
#var/lib/vdr/data
|
||||
var/lib/vdr/data/epgsearch
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 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,22 +26,22 @@ include Config
|
||||
|
||||
SUMMARY = Searchtimer and replacement of the VDR program menu
|
||||
|
||||
VER = 2.4.0+git20191101
|
||||
VER = 2.4.2
|
||||
|
||||
THISAPP = vdr-plugin-epgsearch_$(VER).orig
|
||||
THISAPP = vdr-plugin-epgsearch-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/vdr-plugin-epgsearch
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = vdr_epgsearch
|
||||
PAK_VER = 11
|
||||
PAK_VER = 12
|
||||
|
||||
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)
|
||||
@@ -55,7 +55,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = d48a3174c451ddca257d36c45747d41f7c628b8963558115f27053ef6d57cc5b3c6d5860a6af46dd37f16d6ad7f29c9fb10c4295be76e60cbfef4943ca456241
|
||||
$(DL_FILE)_BLAKE2 = 1e2ed02a2d8ac1ba1e2ffd72b7830c4bb9a3478cebce8affd871e7cac25ac7759f21908447d74652632541dca74cbeb8e4de9773550bad65d279770677b7e146
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -89,7 +89,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/vdr-epgsearch-2.4.0-debian-paths.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/vdr-epgsearch-2.4.0-gcc1.patch
|
||||
|
||||
cd $(DIR_APP) && make $(MAKE_TUNING) LIBDIR=. VDRDIR=/usr/lib/vdr \
|
||||
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
|
||||
Reference in New Issue
Block a user