From 41249d2f64e395eea9b4d5f5e63dd1009992477d Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 7 Jun 2024 10:00:32 +0200 Subject: [PATCH] * update ghostscript to 10.03.1-1 --- ghostscript/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ghostscript/PKGBUILD b/ghostscript/PKGBUILD index 73753f9adf..31b2356e97 100644 --- a/ghostscript/PKGBUILD +++ b/ghostscript/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=ghostscript pkgname=(ghostscript ghostxps ghostpcl) -pkgver=10.03.0 -pkgrel=2 +pkgver=10.03.1 +pkgrel=1 pkgdesc="An interpreter for the PostScript language" url="https://www.ghostscript.com/" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -18,8 +18,8 @@ source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ #https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ghostpdl-${pkgver/.0//}/ghostpdl-${pkgver}.tar.xz 2010_add_build_timestamp_setting.patch 0001_No_output_visible_with_pdfwriter.diff) -# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/SHA512SUMS -sha512sums=('6c46ca6fada94b165fe9af6bc6d8e0533a3313e1e551c300cf40c2d31167ba2ba8069d802833fa234e4d7f71cb54216377c59f2dac3b7cdd1a23735cc4e45b63' +# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/SHA512SUMS +sha512sums=('3aca7834789bf11582391138bbae99b2ef5d9f1e89db9f838ebef0ed86015deb5c8cf93d0ffe25ad8aa1aa99eda9ecd384cbd59b0d21719cd960261c043044f9' 'cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d' '659077a7e60b6c56cf3f2e70fbfc5a7114e1294e7a912e40bce9d7e34f1907fff6e407be6c528961c06e7de5c80c637584929d08ade63b277793284b8b56208d') @@ -70,6 +70,11 @@ prepare() { build() { cd ghostpdl-${pkgver} + + # gcc14 buildfix + export CFLAGS+=" -Wno-incompatible-pointer-types -Wno-int-conversion" +# export CXXFLAGS+=" -Wno-incompatible-pointer-types -Wno-int-conversion" + ./configure --prefix=/usr \ --with-ijs \ --with-jbig2dec \