Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ghostscript: update to 10.01.0.
@ 2023-03-24 21:48 mhmdanas
  2023-03-25 22:25 ` tornaria
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mhmdanas @ 2023-03-24 21:48 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages ghostscript-10.01.0
https://github.com/void-linux/void-packages/pull/42988

ghostscript: update to 10.01.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42988.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghostscript-10.01.0-42988.patch --]
[-- Type: text/x-diff, Size: 5043 bytes --]

From 56b11c6313ccb71daf515b6d496e627e9afdec7d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 24 Mar 2023 21:41:50 +0000
Subject: [PATCH] ghostscript: update to 10.01.0.

---
 srcpkgs/ghostscript/patches/fix-cross.patch | 37 ---------------------
 srcpkgs/ghostscript/template                | 16 ++++-----
 2 files changed, 7 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/ghostscript/patches/fix-cross.patch

diff --git a/srcpkgs/ghostscript/patches/fix-cross.patch b/srcpkgs/ghostscript/patches/fix-cross.patch
deleted file mode 100644
index d3f70b435bb3..000000000000
--- a/srcpkgs/ghostscript/patches/fix-cross.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4c3575346b9c7d394ebc73b4e5fabebadd8877ec Mon Sep 17 00:00:00 2001
-From: Chris Liddell <chris.liddell@artifex.com>
-Date: Thu, 24 Nov 2022 16:33:47 +0000
-Subject: [PATCH] Fix a little bitrot in the cross-compiling logic
-
-Removing the option to disable FAPI meant configuring for cross compiling would
-fail because the option being passed to the sub-call to configure would include
-an unknown command line option.
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index d5c68c4b3..738eb10a9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -138,7 +138,7 @@ if test x"$host" != x"$build" ; then
-   echo $AUXFLAGS_MAK_LINE07 >> $AUXFLAGS_MAK.in
- 
-   AC_MSG_NOTICE([Begin recursive call to configure script (for auxiliary tools)])
--  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-fapi --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-+  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-   status=$?
-   cp config.log "$olddir/configaux.log"
-   if test $status -eq 0 ; then
-@@ -2530,7 +2530,7 @@ PDF=
- PDF_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- PDFROMFS_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- 
--if test x"$with_pdf" != x"no" ; then
-+if test x"$with_pdf" != x"no" -a x"$enable_auxtools_only" != x"yes" ; then
- 
-   if test x"$JBIG2_DECODER" = x""; then
-       AC_MSG_ERROR([No JBIG2 decoder available, required for PDF support])
--- 
-2.25.1
-
diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index dce91a71ae0e..15c25fd852c2 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,6 +1,6 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=10.0.0
+version=10.01.0
 revision=1
 hostmakedepends="automake libtool pkg-config"
 makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel
@@ -12,7 +12,7 @@ license="AGPL-3.0-or-later, CPL-1.0"
 homepage="https://www.ghostscript.com/"
 changelog="https://ghostscript.readthedocs.io/en/latest/News.html"
 distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz"
-checksum=f1fa585f7c7d32adfa81ab389388100ac9df83444eb64db1fb92737141ef9f61
+checksum=dfc8c3180546ebd5550c71d4ac68b04eed0f14186d93d35abc9324364bd3eac4
 
 build_options="cups"
 build_options_default="cups"
@@ -26,9 +26,7 @@ pre_configure() {
 	rm -rf $(vopt_if cups cups/libs) freetype jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
 
 	# add missing LDFLAGS
-	sed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
-
-	autoreconf -fi
+	vsed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
 
 	cd ijs
 	autoreconf -fi
@@ -41,12 +39,12 @@ do_configure() {
 		export CCAUX=cc CFLAGSAUX=${XBPS_CFLAGS}
 		export CUPSCONFIG=/usr/bin/cups-config
 	fi
-	./configure ${configure_args} --enable-dynamic --with-ijs \
-		--with-jbig2dec --with-omni --with-x --with-drivers=ALL \
+	./configure ${configure_args} --with-ijs --with-jbig2dec --with-x \
+		--with-drivers=ALL \
 		--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
 		--enable-fontconfig --enable-freetype --enable-openjpeg \
-		--with-libpaper --without-luratech --without-omni \
-		--with-system-libtiff --disable-compile-inits $(vopt_enable cups)
+		--with-libpaper --with-system-libtiff --disable-compile-inits \
+		$(vopt_enable cups)
 
 	# configure libijs
 	cd ijs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ghostscript: update to 10.01.0.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
@ 2023-03-25 22:25 ` tornaria
  2023-03-25 22:32 ` mhmdanas
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2023-03-25 22:25 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42988#issuecomment-1483936298

Comment:
Care to briefly explain the changed flags?

I've built and installed this locally, will report back in a week.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ghostscript: update to 10.01.0.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
  2023-03-25 22:25 ` tornaria
@ 2023-03-25 22:32 ` mhmdanas
  2023-03-25 22:37 ` mhmdanas
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-03-25 22:32 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42988#issuecomment-1483937623

Comment:
All of the flags I removed don't exist anymore, except for `--enable-dynamic`, which is deprecated (to be honest I removed this one and then kind of forgot to see what effects it had, if any, so it deserves some degree of scrutiny and testing).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ghostscript: update to 10.01.0.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
  2023-03-25 22:25 ` tornaria
  2023-03-25 22:32 ` mhmdanas
@ 2023-03-25 22:37 ` mhmdanas
  2023-03-29 17:37 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-03-25 22:37 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42988#issuecomment-1483937623

Comment:
All of the flags I removed don't exist anymore, except for `--enable-dynamic`, which is apparently deprecated because it is incompatible with hidden symbols (to be honest I removed this one and then kind of forgot to see what effects it had, if any, so it deserves some degree of scrutiny and testing).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] ghostscript: update to 10.01.0.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-25 22:37 ` mhmdanas
@ 2023-03-29 17:37 ` mhmdanas
  2023-04-18 21:40 ` ghostscript: update to 10.01.1 tornaria
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-03-29 17:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages ghostscript-10.01.0
https://github.com/void-linux/void-packages/pull/42988

ghostscript: update to 10.01.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42988.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghostscript-10.01.0-42988.patch --]
[-- Type: text/x-diff, Size: 5043 bytes --]

From 506e5176d7475fc3b1948bb5150e29d4e3fc554a Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 24 Mar 2023 21:41:50 +0000
Subject: [PATCH] ghostscript: update to 10.01.1.

---
 srcpkgs/ghostscript/patches/fix-cross.patch | 37 ---------------------
 srcpkgs/ghostscript/template                | 16 ++++-----
 2 files changed, 7 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/ghostscript/patches/fix-cross.patch

diff --git a/srcpkgs/ghostscript/patches/fix-cross.patch b/srcpkgs/ghostscript/patches/fix-cross.patch
deleted file mode 100644
index d3f70b435bb3..000000000000
--- a/srcpkgs/ghostscript/patches/fix-cross.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4c3575346b9c7d394ebc73b4e5fabebadd8877ec Mon Sep 17 00:00:00 2001
-From: Chris Liddell <chris.liddell@artifex.com>
-Date: Thu, 24 Nov 2022 16:33:47 +0000
-Subject: [PATCH] Fix a little bitrot in the cross-compiling logic
-
-Removing the option to disable FAPI meant configuring for cross compiling would
-fail because the option being passed to the sub-call to configure would include
-an unknown command line option.
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index d5c68c4b3..738eb10a9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -138,7 +138,7 @@ if test x"$host" != x"$build" ; then
-   echo $AUXFLAGS_MAK_LINE07 >> $AUXFLAGS_MAK.in
- 
-   AC_MSG_NOTICE([Begin recursive call to configure script (for auxiliary tools)])
--  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-fapi --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-+  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-   status=$?
-   cp config.log "$olddir/configaux.log"
-   if test $status -eq 0 ; then
-@@ -2530,7 +2530,7 @@ PDF=
- PDF_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- PDFROMFS_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- 
--if test x"$with_pdf" != x"no" ; then
-+if test x"$with_pdf" != x"no" -a x"$enable_auxtools_only" != x"yes" ; then
- 
-   if test x"$JBIG2_DECODER" = x""; then
-       AC_MSG_ERROR([No JBIG2 decoder available, required for PDF support])
--- 
-2.25.1
-
diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index dce91a71ae0e..51fef8519ffd 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,6 +1,6 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=10.0.0
+version=10.01.1
 revision=1
 hostmakedepends="automake libtool pkg-config"
 makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel
@@ -12,7 +12,7 @@ license="AGPL-3.0-or-later, CPL-1.0"
 homepage="https://www.ghostscript.com/"
 changelog="https://ghostscript.readthedocs.io/en/latest/News.html"
 distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz"
-checksum=f1fa585f7c7d32adfa81ab389388100ac9df83444eb64db1fb92737141ef9f61
+checksum=c91193635aa2578f9508b8ba846106c1e3705fbd3fed5fd9a015f21b55f15d68
 
 build_options="cups"
 build_options_default="cups"
@@ -26,9 +26,7 @@ pre_configure() {
 	rm -rf $(vopt_if cups cups/libs) freetype jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
 
 	# add missing LDFLAGS
-	sed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
-
-	autoreconf -fi
+	vsed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
 
 	cd ijs
 	autoreconf -fi
@@ -41,12 +39,12 @@ do_configure() {
 		export CCAUX=cc CFLAGSAUX=${XBPS_CFLAGS}
 		export CUPSCONFIG=/usr/bin/cups-config
 	fi
-	./configure ${configure_args} --enable-dynamic --with-ijs \
-		--with-jbig2dec --with-omni --with-x --with-drivers=ALL \
+	./configure ${configure_args} --with-ijs --with-jbig2dec --with-x \
+		--with-drivers=ALL \
 		--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
 		--enable-fontconfig --enable-freetype --enable-openjpeg \
-		--with-libpaper --without-luratech --without-omni \
-		--with-system-libtiff --disable-compile-inits $(vopt_enable cups)
+		--with-libpaper --with-system-libtiff --disable-compile-inits \
+		$(vopt_enable cups)
 
 	# configure libijs
 	cd ijs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ghostscript: update to 10.01.1.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
                   ` (3 preceding siblings ...)
  2023-03-29 17:37 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-04-18 21:40 ` tornaria
  2023-04-19  0:30 ` [PR PATCH] [Updated] " mhmdanas
  2023-05-19 15:29 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2023-04-18 21:40 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42988#issuecomment-1513826132

Comment:
I have this installed since a few weeks ago, I didn't test specifically but I didn't have any trouble.

Until now, since by the tiff update I had to rebuild. It'd be nice to get this merged.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] ghostscript: update to 10.01.1.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
                   ` (4 preceding siblings ...)
  2023-04-18 21:40 ` ghostscript: update to 10.01.1 tornaria
@ 2023-04-19  0:30 ` mhmdanas
  2023-05-19 15:29 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-04-19  0:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages ghostscript-10.01.0
https://github.com/void-linux/void-packages/pull/42988

ghostscript: update to 10.01.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42988.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghostscript-10.01.0-42988.patch --]
[-- Type: text/x-diff, Size: 5131 bytes --]

From 433d70a55d6a2cda8b2e75bfcc764698b7dd0a4e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 24 Mar 2023 21:41:50 +0000
Subject: [PATCH] ghostscript: update to 10.01.1.

---
 srcpkgs/ghostscript/patches/fix-cross.patch | 37 ---------------------
 srcpkgs/ghostscript/template                | 18 +++++-----
 2 files changed, 8 insertions(+), 47 deletions(-)
 delete mode 100644 srcpkgs/ghostscript/patches/fix-cross.patch

diff --git a/srcpkgs/ghostscript/patches/fix-cross.patch b/srcpkgs/ghostscript/patches/fix-cross.patch
deleted file mode 100644
index d3f70b435bb3..000000000000
--- a/srcpkgs/ghostscript/patches/fix-cross.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4c3575346b9c7d394ebc73b4e5fabebadd8877ec Mon Sep 17 00:00:00 2001
-From: Chris Liddell <chris.liddell@artifex.com>
-Date: Thu, 24 Nov 2022 16:33:47 +0000
-Subject: [PATCH] Fix a little bitrot in the cross-compiling logic
-
-Removing the option to disable FAPI meant configuring for cross compiling would
-fail because the option being passed to the sub-call to configure would include
-an unknown command line option.
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index d5c68c4b3..738eb10a9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -138,7 +138,7 @@ if test x"$host" != x"$build" ; then
-   echo $AUXFLAGS_MAK_LINE07 >> $AUXFLAGS_MAK.in
- 
-   AC_MSG_NOTICE([Begin recursive call to configure script (for auxiliary tools)])
--  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-fapi --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-+  "$absolute_source_path/configure" CC="$CCAUX" CFLAGS="$CFLAGSAUX" CPPFLAGS="$CPPFLAGSAUX" LDFLAGS="$LDFLAGSAUX" CCAUX= CFLAGSAUX= CFLAGSAUX= MAKEFILE=$AUXFLAGS_MAK --host=$build --build=$build --enable-auxtools_only --disable-hidden-visibility --with-local-zlib --without-libtiff --disable-contrib --disable-fontconfig --disable-dbus --disable-freetype --disable-cups --disable-openjpeg --disable-gtk --with-libiconv=no --without-libidn --without-libpaper --without-pdftoraster --without-ijs --without-jbig2dec --without-x --with-drivers=""
-   status=$?
-   cp config.log "$olddir/configaux.log"
-   if test $status -eq 0 ; then
-@@ -2530,7 +2530,7 @@ PDF=
- PDF_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- PDFROMFS_MAK="\$(GLSRCDIR)\$(D)stub.mak"
- 
--if test x"$with_pdf" != x"no" ; then
-+if test x"$with_pdf" != x"no" -a x"$enable_auxtools_only" != x"yes" ; then
- 
-   if test x"$JBIG2_DECODER" = x""; then
-       AC_MSG_ERROR([No JBIG2 decoder available, required for PDF support])
--- 
-2.25.1
-
diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template
index c169af7c4e7d..51fef8519ffd 100644
--- a/srcpkgs/ghostscript/template
+++ b/srcpkgs/ghostscript/template
@@ -1,7 +1,7 @@
 # Template file for 'ghostscript'
 pkgname=ghostscript
-version=10.0.0
-revision=2
+version=10.01.1
+revision=1
 hostmakedepends="automake libtool pkg-config"
 makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel
  lcms2-devel libXext-devel libXt-devel libopenjpeg2-devel libpaper-devel"
@@ -12,7 +12,7 @@ license="AGPL-3.0-or-later, CPL-1.0"
 homepage="https://www.ghostscript.com/"
 changelog="https://ghostscript.readthedocs.io/en/latest/News.html"
 distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz"
-checksum=f1fa585f7c7d32adfa81ab389388100ac9df83444eb64db1fb92737141ef9f61
+checksum=c91193635aa2578f9508b8ba846106c1e3705fbd3fed5fd9a015f21b55f15d68
 
 build_options="cups"
 build_options_default="cups"
@@ -26,9 +26,7 @@ pre_configure() {
 	rm -rf $(vopt_if cups cups/libs) freetype jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
 
 	# add missing LDFLAGS
-	sed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
-
-	autoreconf -fi
+	vsed -i 's/-L$(BINDIR)/& $(LDFLAGS)/g' base/unix-dll.mak
 
 	cd ijs
 	autoreconf -fi
@@ -41,12 +39,12 @@ do_configure() {
 		export CCAUX=cc CFLAGSAUX=${XBPS_CFLAGS}
 		export CUPSCONFIG=/usr/bin/cups-config
 	fi
-	./configure ${configure_args} --enable-dynamic --with-ijs \
-		--with-jbig2dec --with-omni --with-x --with-drivers=ALL \
+	./configure ${configure_args} --with-ijs --with-jbig2dec --with-x \
+		--with-drivers=ALL \
 		--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
 		--enable-fontconfig --enable-freetype --enable-openjpeg \
-		--with-libpaper --without-luratech --without-omni \
-		--with-system-libtiff --disable-compile-inits $(vopt_enable cups)
+		--with-libpaper --with-system-libtiff --disable-compile-inits \
+		$(vopt_enable cups)
 
 	# configure libijs
 	cd ijs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: ghostscript: update to 10.01.1.
  2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
                   ` (5 preceding siblings ...)
  2023-04-19  0:30 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-19 15:29 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2023-05-19 15:29 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ghostscript: update to 10.01.1.
https://github.com/void-linux/void-packages/pull/42988

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-19 15:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 21:48 [PR PATCH] ghostscript: update to 10.01.0 mhmdanas
2023-03-25 22:25 ` tornaria
2023-03-25 22:32 ` mhmdanas
2023-03-25 22:37 ` mhmdanas
2023-03-29 17:37 ` [PR PATCH] [Updated] " mhmdanas
2023-04-18 21:40 ` ghostscript: update to 10.01.1 tornaria
2023-04-19  0:30 ` [PR PATCH] [Updated] " mhmdanas
2023-05-19 15:29 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).