mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = "vdr-streamdev"
|
||||
DEPS = "vdr_streamdev"
|
||||
|
||||
MAKE_OPTIONS = \
|
||||
PREFIX=/usr \
|
||||
|
||||
@@ -31,8 +31,8 @@ DL_FILE = $(THISAPP).tgz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/epgsearch-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = vdr-epgsearch
|
||||
PAK_VER = 1
|
||||
PROG = vdr_epgsearch
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = "vdr"
|
||||
|
||||
@@ -32,7 +32,7 @@ DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = vdr-streamdev
|
||||
PROG = vdr_streamdev
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "vdr"
|
||||
@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = vdr-vnsiserver3
|
||||
PROG = vdr_vnsiserver3
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "vdr"
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# 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 #
|
||||
# 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)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = vdradmin
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = "perl-gettext vdr vdr-epgsearch"
|
||||
DEPS = "perl-gettext vdr vdr_epgsearch"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
6
make.sh
6
make.sh
@@ -664,9 +664,9 @@ buildipfire() {
|
||||
ipfiremake faad2
|
||||
ipfiremake ffmpeg
|
||||
ipfiremake vdr
|
||||
ipfiremake vdr-streamdev
|
||||
ipfiremake vdr-vnsiserver3
|
||||
ipfiremake vdr-epgsearch
|
||||
ipfiremake vdr_streamdev
|
||||
ipfiremake vdr_vnsiserver3
|
||||
ipfiremake vdr_epgsearch
|
||||
ipfiremake w_scan
|
||||
ipfiremake icecast
|
||||
ipfiremake icegenerator
|
||||
|
||||
Reference in New Issue
Block a user