mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
vdr: Update to 2.0.0.
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.1.7.41
|
||||
usr/lib/vdr/libvdr-epgsearch.so.1.7.41
|
||||
usr/lib/vdr/libvdr-epgsearchonly.so.1.7.41
|
||||
usr/lib/vdr/libvdr-quickepgsearch.so.1.7.41
|
||||
usr/lib/vdr/libvdr-conflictcheckonly.so.2.0.0
|
||||
usr/lib/vdr/libvdr-epgsearch.so.2.0.0
|
||||
usr/lib/vdr/libvdr-epgsearchonly.so.2.0.0
|
||||
usr/lib/vdr/libvdr-quickepgsearch.so.2.0.0
|
||||
#var/lib/vdr
|
||||
#var/lib/vdr/data
|
||||
var/lib/vdr/data/epgsearch
|
||||
|
||||
@@ -5,4 +5,4 @@ etc/vdr/plugins/streamdev-server/streamdevhosts.conf
|
||||
#usr/lib/vdr
|
||||
#usr/lib/vdr/bin
|
||||
usr/lib/vdr/bin/externremux.sh
|
||||
usr/lib/vdr/libvdr-streamdev-server.so.1.7.41
|
||||
usr/lib/vdr/libvdr-streamdev-server.so.2.0.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
etc/sysconfig/vdr-plugins.d/vnsiserver3.conf
|
||||
etc/vdr/plugins/vnsiserver3
|
||||
etc/vdr/plugins/vnsiserver3/allowed_hosts.conf
|
||||
usr/lib/vdr/libvdr-vnsiserver3.so.1.7.41
|
||||
usr/lib/vdr/libvdr-vnsiserver3.so.2.0.0
|
||||
|
||||
4
lfs/vdr
4
lfs/vdr
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.7.41
|
||||
VER = 2.0.0
|
||||
THISAPP = vdr-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
|
||||
@@ -60,7 +60,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = c7928bff45fa1c0e6dadf2c0a5adf94b
|
||||
$(DL_FILE)_MD5 = fd7f481b996e03fae3c00e80b6b0d301
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ PAK_VER = 1
|
||||
|
||||
DEPS = "vdr"
|
||||
|
||||
VDR_VER = 1.7.41
|
||||
VDR_VER = 2.0.0
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -37,7 +37,7 @@ PAK_VER = 1
|
||||
|
||||
DEPS = "vdr"
|
||||
|
||||
VDR_VER = 1.7.41
|
||||
VDR_VER = 2.0.0
|
||||
|
||||
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||
CFLAGS += $(EXTRA_FLAGS)
|
||||
|
||||
@@ -36,7 +36,7 @@ PAK_VER = 1
|
||||
|
||||
DEPS = "vdr"
|
||||
|
||||
VDR_VER = 1.7.41
|
||||
VDR_VER = 2.0.0
|
||||
|
||||
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||
CFLAGS += $(EXTRA_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user