Andreas Wacknitz
2023-01-29 005de47aa52abb177ba290e1b3a09002ea0c7401
rebuild ghostscript

2 files modified
15 ■■■■ changed files
components/print/ghostscript/Makefile 11 ●●●● patch | view | raw | blame | history
components/print/ghostscript/pkg5 4 ●●●● patch | view | raw | blame | history
components/print/ghostscript/Makefile
@@ -24,13 +24,12 @@
# Copyright (c) 2022, Friedrich Kink
#
PREFERRED_BITS= 64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         ghostscript
COMPONENT_VERSION=      10.0.0
COMPONENT_SUMMARY=    GPL Ghostscript
COMPONENT_REVISION=        1
COMPONENT_SUMMARY=        Ghostscript is an interpreter for the PostScript language and PDF files
COMPONENT_PROJECT_URL=    https://ghostscript.com
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
@@ -43,10 +42,10 @@
include $(WS_MAKE_RULES)/common.mk
PATH=$(PATH.gnu)
PATH= $(PATH.gnu)
# Enforce C standard
CFLAGS   += -std=c11 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
CFLAGS += -std=c11 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
# build with the distribution preferred libjpeg implementation
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
@@ -115,7 +114,7 @@
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += image/library/libjpeg8-turbo
REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
REQUIRED_PACKAGES += image/library/libpng16
REQUIRED_PACKAGES += image/library/libtiff
REQUIRED_PACKAGES += library/desktop/cairo
components/print/ghostscript/pkg5
@@ -14,8 +14,8 @@
        "shell/ksh93",
        "system/library",
        "system/library/fontconfig",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/math",
        "x11/library/libx11",
        "x11/library/toolkit/libxt"