mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
libtiff: Move into core system.
pango and the PDF tools as core parts are linked against libtiff, therefore this library has to become a part of the core distribution too. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
4fdd355880
commit
9aa2c4cc29
4
lfs/cups
4
lfs/cups
@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/cups-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = cups
|
||||
PAK_VER = 26
|
||||
PAK_VER = 27
|
||||
|
||||
DEPS = avahi cups-filters dbus ghostscript libtiff
|
||||
DEPS = avahi cups-filters dbus ghostscript
|
||||
|
||||
SERVICES = cups
|
||||
|
||||
|
||||
@@ -37,9 +37,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = foomatic
|
||||
PAK_VER = 6
|
||||
PAK_VER = 7
|
||||
|
||||
DEPS = cups ghostscript libtiff hplip
|
||||
DEPS = cups ghostscript hplip
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = ghostscript
|
||||
PAK_VER = 10
|
||||
PAK_VER = 11
|
||||
|
||||
DEPS = cups dbus libtiff
|
||||
DEPS = cups dbus
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
@@ -33,10 +33,6 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libtiff
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS =
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = spandsp
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = libtiff
|
||||
DEPS =
|
||||
|
||||
SERVICES =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user