]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ghostscript: upgrade 10.04.0 -> 10.05.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Mar 2025 10:20:05 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2025 22:36:45 +0000 (22:36 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb [moved from meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb with 97% similarity]

index 0546fdf8f0bb6bc88fc035e65b599f9ba3025107..d191231c7b338f62db63688d2500776c1ac053ed 100644 (file)
@@ -1,4 +1,4 @@
-From 095bb1db8b2e68cac40e985f347a7039573e1e80 Mon Sep 17 00:00:00 2001
+From 85905ce3b1bc63f0be9eda9888e40d8e7a803d21 Mon Sep 17 00:00:00 2001
 From: Kai Kang <kai.kang@windriver.com>
 Date: Thu, 29 Mar 2018 16:02:05 +0800
 Subject: [PATCH] avoid host contamination
index 8c4a5d44e396e5a645abe0467fee61805e471c75..0598c3dcd2b80b0ceb780fa6361984f5fa0e1902 100644 (file)
@@ -1,7 +1,7 @@
-From c481b055cd464734a3c2d80719ead4c1c92a40c9 Mon Sep 17 00:00:00 2001
+From c23b787f9a38be2cdc57133915c402b69acedd1a Mon Sep 17 00:00:00 2001
 From: Robert Yang <liezhi.yang@windriver.com>
 Date: Mon, 4 May 2015 22:31:48 -0700
-Subject: [PATCH 02/10] base/gendev.c: fix for -Werror=return-type
+Subject: [PATCH] base/gendev.c: fix for -Werror=return-type
 
 Fixed:
 base/gendev.c:80:1: error: return type defaults to 'int' [-Werror=return-type]
@@ -14,7 +14,7 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
  1 file changed, 1 insertion(+)
 
 diff --git a/base/gendev.c b/base/gendev.c
-index 59d5999..7766b08 100644
+index f36cfe2..031f30b 100644
 --- a/base/gendev.c
 +++ b/base/gendev.c
 @@ -77,6 +77,7 @@ static const char *indent_item = "";
@@ -25,6 +25,3 @@ index 59d5999..7766b08 100644
  main(int argc, char *argv[])
  {
      config conf;
--- 
-1.8.3.1
-
similarity index 97%
rename from meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb
rename to meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb
index 546d73433384311f67b648d296b21cb038d91d78..1d05945c30d9dc3cf3cd2950edef4788df643e29 100644 (file)
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo
            file://avoid-host-contamination.patch \
            "
 
-SRC_URI[sha256sum] = "c764dfbb7b13fc71a7a05c634e014f9bb1fb83b899fe39efc0b6c3522a9998b1"
+SRC_URI[sha256sum] = "56e77833de683825c420d0af8cb90aa8ba7da71ea6fb5624290cbc1b53fe7942"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"