From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] libtiff: Move into core system. Date: Sun, 15 May 2022 18:02:20 +0200 Message-ID: <20220515160220.3693506-2-stefan.schantl@ipfire.org> In-Reply-To: <20220515160220.3693506-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0855191560951661037==" List-Id: --===============0855191560951661037== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- config/rootfiles/{packages =3D> common}/libtiff | 0 lfs/cups | 4 ++-- lfs/foomatic | 4 ++-- lfs/ghostscript | 4 ++-- lfs/libtiff | 4 ---- lfs/spandsp | 4 ++-- 6 files changed, 8 insertions(+), 12 deletions(-) rename config/rootfiles/{packages =3D> common}/libtiff (100%) diff --git a/config/rootfiles/packages/libtiff b/config/rootfiles/common/libt= iff similarity index 100% rename from config/rootfiles/packages/libtiff rename to config/rootfiles/common/libtiff diff --git a/lfs/cups b/lfs/cups index 7d4dc20c2..d333532e3 100644 --- a/lfs/cups +++ b/lfs/cups @@ -33,9 +33,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/cups-$(VER) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cups -PAK_VER =3D 26 +PAK_VER =3D 27 =20 -DEPS =3D avahi cups-filters dbus ghostscript libtiff +DEPS =3D avahi cups-filters dbus ghostscript =20 SERVICES =3D cups =20 diff --git a/lfs/foomatic b/lfs/foomatic index 50f5c2377..73dc16842 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -37,9 +37,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/foomatic-filters-$(VER_FILTERS) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D foomatic -PAK_VER =3D 6 +PAK_VER =3D 7 =20 -DEPS =3D cups ghostscript libtiff hplip +DEPS =3D cups ghostscript hplip =20 SERVICES =3D =20 diff --git a/lfs/ghostscript b/lfs/ghostscript index 7df96bdd5..ce318a572 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D ghostscript -PAK_VER =3D 10 +PAK_VER =3D 11 =20 -DEPS =3D cups dbus libtiff +DEPS =3D cups dbus =20 SERVICES =3D =20 diff --git a/lfs/libtiff b/lfs/libtiff index ef8991e31..23cb19b68 100644 --- a/lfs/libtiff +++ b/lfs/libtiff @@ -33,10 +33,6 @@ DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D libtiff -PAK_VER =3D 5 - -DEPS =3D =20 SERVICES =3D =20 diff --git a/lfs/spandsp b/lfs/spandsp index 19b606117..5d609cb06 100644 --- a/lfs/spandsp +++ b/lfs/spandsp @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D spandsp -PAK_VER =3D 5 +PAK_VER =3D 6 =20 -DEPS =3D libtiff +DEPS =3D =20 SERVICES =3D =20 --=20 2.30.2 --===============0855191560951661037==--