mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vdr: change vdrplugin version back 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
|
||||||
etc/vdr/plugins/epgsearch/conf.d
|
etc/vdr/plugins/epgsearch/conf.d
|
||||||
usr/bin/createcats
|
usr/bin/createcats
|
||||||
usr/lib/vdr/libvdr-conflictcheckonly.so.2.0.1
|
usr/lib/vdr/libvdr-conflictcheckonly.so.2.0.0
|
||||||
usr/lib/vdr/libvdr-epgsearch.so.2.0.1
|
usr/lib/vdr/libvdr-epgsearch.so.2.0.0
|
||||||
usr/lib/vdr/libvdr-epgsearchonly.so.2.0.1
|
usr/lib/vdr/libvdr-epgsearchonly.so.2.0.0
|
||||||
usr/lib/vdr/libvdr-quickepgsearch.so.2.0.1
|
usr/lib/vdr/libvdr-quickepgsearch.so.2.0.0
|
||||||
#var/lib/vdr
|
#var/lib/vdr
|
||||||
#var/lib/vdr/data
|
#var/lib/vdr/data
|
||||||
var/lib/vdr/data/epgsearch
|
var/lib/vdr/data/epgsearch
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ etc/vdr/plugins/streamdev-server/streamdevhosts.conf
|
|||||||
#usr/lib/vdr
|
#usr/lib/vdr
|
||||||
#usr/lib/vdr/bin
|
#usr/lib/vdr/bin
|
||||||
usr/lib/vdr/bin/externremux.sh
|
usr/lib/vdr/bin/externremux.sh
|
||||||
usr/lib/vdr/libvdr-streamdev-server.so.2.0.1
|
usr/lib/vdr/libvdr-streamdev-server.so.2.0.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
etc/sysconfig/vdr-plugins.d/vnsiserver3.conf
|
etc/sysconfig/vdr-plugins.d/vnsiserver3.conf
|
||||||
etc/vdr/plugins/vnsiserver3
|
etc/vdr/plugins/vnsiserver3
|
||||||
etc/vdr/plugins/vnsiserver3/allowed_hosts.conf
|
etc/vdr/plugins/vnsiserver3/allowed_hosts.conf
|
||||||
usr/lib/vdr/libvdr-vnsiserver3.so.2.0.1
|
usr/lib/vdr/libvdr-vnsiserver3.so.2.0.0
|
||||||
|
|||||||
5
lfs/vdr
5
lfs/vdr
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.0.1
|
VER = 2.0.1
|
||||||
|
VDRPLUGVER = 2.0.0
|
||||||
THISAPP = vdr-$(VER)
|
THISAPP = vdr-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
|
|
||||||
@@ -109,7 +110,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && make install-bin install-dirs install-includes $(MAKE_OPTIONS)
|
cd $(DIR_APP) && make install-bin install-dirs install-includes $(MAKE_OPTIONS)
|
||||||
mv -v /usr/bin/vdr /usr/sbin/vdr
|
mv -v /usr/bin/vdr /usr/sbin/vdr
|
||||||
|
|
||||||
sed -e "s/VDR_PLUGIN_VERSION/$(VER)/" \
|
sed -e "s/VDR_PLUGIN_VERSION/$(VDRPLUGVER)/" \
|
||||||
< $(DIR_SRC)/config/vdr/runvdr > /usr/sbin/runvdr
|
< $(DIR_SRC)/config/vdr/runvdr > /usr/sbin/runvdr
|
||||||
chmod 755 /usr/sbin/runvdr
|
chmod 755 /usr/sbin/runvdr
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -36,7 +36,7 @@ PAK_VER = 1
|
|||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
|
|
||||||
VDR_VER = 2.0.1
|
VDRPLUGVER = 2.0.0
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
@@ -85,13 +85,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
LOCALEDIR=$$(pwd)/locale all
|
LOCALEDIR=$$(pwd)/locale all
|
||||||
|
|
||||||
cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \
|
cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \
|
||||||
/usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDRPLUGVER)
|
||||||
cd $(DIR_APP) && install -m 755 libvdr-epgsearchonly.so \
|
cd $(DIR_APP) && install -m 755 libvdr-epgsearchonly.so \
|
||||||
/usr/lib/vdr/libvdr-epgsearchonly.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-epgsearchonly.so.$(VDRPLUGVER)
|
||||||
cd $(DIR_APP) && install -m 755 libvdr-epgsearch.so \
|
cd $(DIR_APP) && install -m 755 libvdr-epgsearch.so \
|
||||||
/usr/lib/vdr/libvdr-epgsearch.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-epgsearch.so.$(VDRPLUGVER)
|
||||||
cd $(DIR_APP) && install -m 755 libvdr-quickepgsearch.so \
|
cd $(DIR_APP) && install -m 755 libvdr-quickepgsearch.so \
|
||||||
/usr/lib/vdr/libvdr-quickepgsearch.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-quickepgsearch.so.$(VDRPLUGVER)
|
||||||
|
|
||||||
install -m 644 \
|
install -m 644 \
|
||||||
$(DIR_SRC)/config/vdr/plugins.d/epgsearch.conf \
|
$(DIR_SRC)/config/vdr/plugins.d/epgsearch.conf \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -37,7 +37,7 @@ PAK_VER = 1
|
|||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
|
|
||||||
VDR_VER = 2.0.1
|
VDRPLUGVER = 2.0.0
|
||||||
|
|
||||||
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||||
CFLAGS += $(EXTRA_FLAGS)
|
CFLAGS += $(EXTRA_FLAGS)
|
||||||
@@ -92,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
|
|
||||||
-mkdir -pv /etc/vdr/plugins/streamdev-server /usr/lib/vdr/bin
|
-mkdir -pv /etc/vdr/plugins/streamdev-server /usr/lib/vdr/bin
|
||||||
cd $(DIR_APP) && install -m 755 server/libvdr-streamdev-server.so \
|
cd $(DIR_APP) && install -m 755 server/libvdr-streamdev-server.so \
|
||||||
/usr/lib/vdr/libvdr-streamdev-server.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-streamdev-server.so.$(VDRPLUGVER)
|
||||||
ln -svf ../../svdrphosts.conf \
|
ln -svf ../../svdrphosts.conf \
|
||||||
/etc/vdr/plugins/streamdev-server/streamdevhosts.conf
|
/etc/vdr/plugins/streamdev-server/streamdevhosts.conf
|
||||||
cd $(DIR_APP) && install -m 755 streamdev-server/externremux.sh \
|
cd $(DIR_APP) && install -m 755 streamdev-server/externremux.sh \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -36,7 +36,7 @@ PAK_VER = 1
|
|||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
|
|
||||||
VDR_VER = 2.0.1
|
VDRPLUGVER = 2.0.0
|
||||||
|
|
||||||
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||||
CFLAGS += $(EXTRA_FLAGS)
|
CFLAGS += $(EXTRA_FLAGS)
|
||||||
@@ -90,7 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
|
|
||||||
-mkdir -pv /etc/vdr/plugins/vnsiserver3
|
-mkdir -pv /etc/vdr/plugins/vnsiserver3
|
||||||
cd $(DIR_APP) && install -m 755 libvdr-vnsiserver3.so \
|
cd $(DIR_APP) && install -m 755 libvdr-vnsiserver3.so \
|
||||||
/usr/lib/vdr/libvdr-vnsiserver3.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-vnsiserver3.so.$(VDRPLUGVER)
|
||||||
ln -svf ../../svdrphosts.conf /etc/vdr/plugins/vnsiserver3/allowed_hosts.conf
|
ln -svf ../../svdrphosts.conf /etc/vdr/plugins/vnsiserver3/allowed_hosts.conf
|
||||||
install -m 644 $(DIR_SRC)/config/vdr/plugins.d/vnsiserver3.conf \
|
install -m 644 $(DIR_SRC)/config/vdr/plugins.d/vnsiserver3.conf \
|
||||||
/etc/sysconfig/vdr-plugins.d
|
/etc/sysconfig/vdr-plugins.d
|
||||||
|
|||||||
Reference in New Issue
Block a user