public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] libtiff: Move into core system.
Date: Sun, 15 May 2022 18:02:20 +0200	[thread overview]
Message-ID: <20220515160220.3693506-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20220515160220.3693506-1-stefan.schantl@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2812 bytes --]

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(a)ipfire.org>
---
 config/rootfiles/{packages => 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 => common}/libtiff (100%)

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 7d4dc20c2..d333532e3 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 50f5c2377..73dc16842 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 7df96bdd5..ce318a572 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 ef8991e31..23cb19b68 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 19b606117..5d609cb06 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   =
 
-- 
2.30.2


  reply	other threads:[~2022-05-15 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 16:02 [PATCH 1/2] krb5: Move package " Stefan Schantl
2022-05-15 16:02 ` Stefan Schantl [this message]
2022-05-16  9:05 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220515160220.3693506-2-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox