Andreas Wacknitz
2024-03-29 25e0c07bef1417511a91b99226f7ed12ee2a752f
rebuild openscenegraph

2 files modified
6 ■■■■■ changed files
components/encumbered/openscenegraph/Makefile 5 ●●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/pkg5 1 ●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/Makefile
@@ -16,7 +16,7 @@
COMPONENT_NAME=        OpenSceneGraph
COMPONENT_VERSION=    3.6.5
COMPONENT_REVISION= 6
COMPONENT_REVISION= 7
COMPONENT_PROJECT_URL=    https://www.openscenegraph.com
COMPONENT_SUMMARY=    OpenSceneGraph - High performance 3D graphics toolkit.
COMPONENT_SRC=        OpenSceneGraph-$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -40,7 +40,7 @@
# This is to get libraries to install into /usr/lib/$(MACH64)
CMAKE_OPTIONS += -DLIB_POSTFIX=/$(MACH64)
CMAKE_OPTIONS += -DJPEG_LIBRARY=$(JPEG_LIBDIR)/libjpeg.so
#CMAKE_OPTIONS += -DJPEG_LIBRARY=$(JPEG_LIBDIR)/libjpeg.so
# OpenSceneGraph doesn't yet support FFmpeg 5 or higher, we have FFmpeg 6, so disable it for now
# https://github.com/openscenegraph/OpenSceneGraph/issues/1111
@@ -51,6 +51,7 @@
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
REQUIRED_PACKAGES += codec/jasper
REQUIRED_PACKAGES += image/library/libjpeg-turbo
REQUIRED_PACKAGES += image/library/libpng16
REQUIRED_PACKAGES += image/library/librsvg
REQUIRED_PACKAGES += image/library/libtiff
components/encumbered/openscenegraph/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "codec/jasper",
        "image/library/libjpeg-turbo",
        "image/library/libjpeg8-turbo",
        "image/library/libpng16",
        "image/library/librsvg",