vdr: fix packages names for updating from 1.6 to 2.x.

This commit is contained in:
Arne Fitzenreiter
2013-04-23 21:25:36 +02:00
parent 514da48192
commit 58ccbbd4f2
9 changed files with 11 additions and 11 deletions

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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