From: Stefan Schantl Date: Sun, 15 May 2022 16:02:20 +0000 (+0200) Subject: libtiff: Move into core system. X-Git-Tag: v2.27-core170~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9aa2c4cc2969bcd32d49399098091fcd05befda3;p=ipfire-2.x.git 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 --- diff --git a/config/rootfiles/packages/libtiff b/config/rootfiles/common/libtiff similarity index 100% rename from config/rootfiles/packages/libtiff rename to config/rootfiles/common/libtiff diff --git a/lfs/cups b/lfs/cups index 7d4dc20c2d..d333532e3a 100644 --- a/lfs/cups +++ b/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 diff --git a/lfs/foomatic b/lfs/foomatic index 50f5c23777..73dc168428 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -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 = diff --git a/lfs/ghostscript b/lfs/ghostscript index 7df96bdd53..ce318a5724 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -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 = diff --git a/lfs/libtiff b/lfs/libtiff index ef8991e31a..23cb19b686 100644 --- a/lfs/libtiff +++ b/lfs/libtiff @@ -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 = diff --git a/lfs/spandsp b/lfs/spandsp index 19b606117d..5d609cb06e 100644 --- a/lfs/spandsp +++ b/lfs/spandsp @@ -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 =