mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vdr: fix packages names for updating from 1.6 to 2.x.
This commit is contained in:
2
lfs/vdr
2
lfs/vdr
@@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
|||||||
PROG = vdr
|
PROG = vdr
|
||||||
PAK_VER = 6
|
PAK_VER = 6
|
||||||
|
|
||||||
DEPS = "vdr-streamdev"
|
DEPS = "vdr_streamdev"
|
||||||
|
|
||||||
MAKE_OPTIONS = \
|
MAKE_OPTIONS = \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ DL_FILE = $(THISAPP).tgz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/epgsearch-$(VER)
|
DIR_APP = $(DIR_SRC)/epgsearch-$(VER)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = vdr-epgsearch
|
PROG = vdr_epgsearch
|
||||||
PAK_VER = 1
|
PAK_VER = 6
|
||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ DL_FILE = $(THISAPP).tar.xz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = vdr-streamdev
|
PROG = vdr_streamdev
|
||||||
PAK_VER = 1
|
PAK_VER = 1
|
||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.xz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = vdr-vnsiserver3
|
PROG = vdr_vnsiserver3
|
||||||
PAK_VER = 1
|
PAK_VER = 1
|
||||||
|
|
||||||
DEPS = "vdr"
|
DEPS = "vdr"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
# 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 #
|
||||||
@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = vdradmin
|
PROG = vdradmin
|
||||||
PAK_VER = 4
|
PAK_VER = 5
|
||||||
|
|
||||||
DEPS = "perl-gettext vdr vdr-epgsearch"
|
DEPS = "perl-gettext vdr vdr_epgsearch"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
|
|||||||
6
make.sh
6
make.sh
@@ -664,9 +664,9 @@ buildipfire() {
|
|||||||
ipfiremake faad2
|
ipfiremake faad2
|
||||||
ipfiremake ffmpeg
|
ipfiremake ffmpeg
|
||||||
ipfiremake vdr
|
ipfiremake vdr
|
||||||
ipfiremake vdr-streamdev
|
ipfiremake vdr_streamdev
|
||||||
ipfiremake vdr-vnsiserver3
|
ipfiremake vdr_vnsiserver3
|
||||||
ipfiremake vdr-epgsearch
|
ipfiremake vdr_epgsearch
|
||||||
ipfiremake w_scan
|
ipfiremake w_scan
|
||||||
ipfiremake icecast
|
ipfiremake icecast
|
||||||
ipfiremake icegenerator
|
ipfiremake icegenerator
|
||||||
|
|||||||
Reference in New Issue
Block a user