mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
ghostscript: update 9.54.0 -> 9.55.0
jbig2dec seems no longer optional; the source for it is bundle with ghostscript. License-Update: removed patent references (From OE-Core rev: 44a3bea7e8fedbc76b6e8f97e1f669def81e158a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39a7aeddfb
commit
6f138098b1
@@ -11,7 +11,7 @@ HOMEPAGE = "http://www.ghostscript.com"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=70dc2bac4d0ce4448da873cd86b123fc"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f98ffa763e50cded76f49bce73aade16"
|
||||
|
||||
DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng"
|
||||
DEPENDS:class-native = "libpng-native"
|
||||
@@ -45,7 +45,7 @@ SRC_URI:class-native = "${SRC_URI_BASE} \
|
||||
file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "0646bb97f6f4d10a763f4919c54fa28b4fbdd3dff8e7de3410431c81762cade0"
|
||||
SRC_URI[sha256sum] = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b"
|
||||
|
||||
# Put something like
|
||||
#
|
||||
@@ -61,7 +61,7 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST
|
||||
--without-x, virtual/libx11 libxext libxt gtk+3\
|
||||
"
|
||||
|
||||
EXTRA_OECONF = "--without-libpaper --with-system-libtiff --without-jbig2dec \
|
||||
EXTRA_OECONF = "--without-libpaper --with-system-libtiff --with-jbig2dec \
|
||||
--with-fontpath=${datadir}/fonts \
|
||||
--without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \
|
||||
--with-cups-datadir=${datadir}/cups \
|
||||
Reference in New Issue
Block a user