Niklas Poslovski
2023-03-22 58e4fd726e39aee4adfa8a4fb618594acf5faebd
openscenegraph: Rebuild and disable FFmpeg support

4 files modified
527 ■■■■ changed files
components/encumbered/openscenegraph/Makefile 7 ●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/manifests/sample-manifest.p5m 259 ●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/openscenegraph.p5m 258 ●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/pkg5 3 ●●●●● patch | view | raw | blame | history
components/encumbered/openscenegraph/Makefile
@@ -17,7 +17,7 @@
COMPONENT_NAME=        OpenSceneGraph
COMPONENT_VERSION=    3.6.5
COMPONENT_REVISION= 1
COMPONENT_REVISION= 2
COMPONENT_PROJECT_URL=    https://www.openscenegraph.com
COMPONENT_SUMMARY=    OpenSceneGraph - High performance 3D graphics toolkit.
COMPONENT_SRC=        OpenSceneGraph-$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -37,6 +37,10 @@
# This is to get libraries to install into /usr/lib/$(MACH64)
CMAKE_OPTIONS += -DLIB_POSTFIX=/$(MACH64)
# 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
CMAKE_OPTIONS += -DCMAKE_DISABLE_FIND_PACKAGE_FFmpeg=1
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
@@ -60,7 +64,6 @@
REQUIRED_PACKAGES += system/library/fontconfig
REQUIRED_PACKAGES += system/library/freetype-2
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += video/ffmpeg
REQUIRED_PACKAGES += web/curl
REQUIRED_PACKAGES += x11/library/libx11
REQUIRED_PACKAGES += x11/library/libxinerama
components/encumbered/openscenegraph/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -650,166 +650,161 @@
link path=usr/lib/$(MACH64)/libOpenThreads.so.21 target=libOpenThreads.so.3.3.1
file path=usr/lib/$(MACH64)/libOpenThreads.so.3.3.1
link path=usr/lib/$(MACH64)/libosg.so target=libosg.so.161
file path=usr/lib/$(MACH64)/libosg.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosg.so.161 target=libosg.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosg.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosg.so.161 target=libosg.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgAnimation.so target=libosgAnimation.so.161
file path=usr/lib/$(MACH64)/libosgAnimation.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgAnimation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgAnimation.so.161 \
    target=libosgAnimation.so.$(COMPONENT_VERSION)
    target=libosgAnimation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so target=libosgDB.so.161
file path=usr/lib/$(MACH64)/libosgDB.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so.161 \
    target=libosgDB.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgDB.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so.161 target=libosgDB.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so target=libosgFX.so.161
file path=usr/lib/$(MACH64)/libosgFX.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so.161 \
    target=libosgFX.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgFX.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so.161 target=libosgFX.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so target=libosgGA.so.161
file path=usr/lib/$(MACH64)/libosgGA.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so.161 \
    target=libosgGA.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgGA.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so.161 target=libosgGA.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgManipulator.so target=libosgManipulator.so.161
file path=usr/lib/$(MACH64)/libosgManipulator.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgManipulator.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgManipulator.so.161 \
    target=libosgManipulator.so.$(COMPONENT_VERSION)
    target=libosgManipulator.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgParticle.so target=libosgParticle.so.161
file path=usr/lib/$(MACH64)/libosgParticle.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgParticle.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgParticle.so.161 \
    target=libosgParticle.so.$(COMPONENT_VERSION)
    target=libosgParticle.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgPresentation.so \
    target=libosgPresentation.so.161
file path=usr/lib/$(MACH64)/libosgPresentation.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgPresentation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgPresentation.so.161 \
    target=libosgPresentation.so.$(COMPONENT_VERSION)
    target=libosgPresentation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgShadow.so target=libosgShadow.so.161
file path=usr/lib/$(MACH64)/libosgShadow.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgShadow.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgShadow.so.161 \
    target=libosgShadow.so.$(COMPONENT_VERSION)
    target=libosgShadow.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgSim.so target=libosgSim.so.161
file path=usr/lib/$(MACH64)/libosgSim.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgSim.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgSim.so.161 \
    target=libosgSim.so.$(COMPONENT_VERSION)
    target=libosgSim.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgTerrain.so target=libosgTerrain.so.161
file path=usr/lib/$(MACH64)/libosgTerrain.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgTerrain.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgTerrain.so.161 \
    target=libosgTerrain.so.$(COMPONENT_VERSION)
    target=libosgTerrain.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgText.so target=libosgText.so.161
file path=usr/lib/$(MACH64)/libosgText.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgText.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgText.so.161 \
    target=libosgText.so.$(COMPONENT_VERSION)
    target=libosgText.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so target=libosgUI.so.161
file path=usr/lib/$(MACH64)/libosgUI.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so.161 \
    target=libosgUI.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgUI.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so.161 target=libosgUI.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUtil.so target=libosgUtil.so.161
file path=usr/lib/$(MACH64)/libosgUtil.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgUtil.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUtil.so.161 \
    target=libosgUtil.so.$(COMPONENT_VERSION)
    target=libosgUtil.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgViewer.so target=libosgViewer.so.161
file path=usr/lib/$(MACH64)/libosgViewer.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgViewer.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgViewer.so.161 \
    target=libosgViewer.so.$(COMPONENT_VERSION)
    target=libosgViewer.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgVolume.so target=libosgVolume.so.161
file path=usr/lib/$(MACH64)/libosgVolume.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgVolume.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgVolume.so.161 \
    target=libosgVolume.so.$(COMPONENT_VERSION)
    target=libosgVolume.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgWidget.so target=libosgWidget.so.161
file path=usr/lib/$(MACH64)/libosgWidget.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgWidget.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgWidget.so.161 \
    target=libosgWidget.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_3dc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_3ds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ac.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bmp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bsp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bvh.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_cfg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_curl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgwidget.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dxf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ffmpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_freetype.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gif.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gles.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_glsl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gstreamer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_hdr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ive.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_jp2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_jpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ktx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_logo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lua.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lwo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lws.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_md2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_mdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_normals.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_obj.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_openflight.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgjs.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgtgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_p3d.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pdf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pic.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ply.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_png.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pnm.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pov.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pvr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_revisions.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_rgb.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_rot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_scale.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_sdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgmanipulator.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgui.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgutil.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_shp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_stl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_svg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tiff.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_trans.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_trk.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_txf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_txp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_vnc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_vtf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_x.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_zip.so
    target=libosgWidget.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_3dc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_3ds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ac.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bmp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bsp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bvh.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_cfg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_curl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgwidget.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dxf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_freetype.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gif.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gles.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_glsl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gstreamer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_hdr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ive.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_jp2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_jpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ktx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_logo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lua.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lwo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lws.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_md2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_mdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_normals.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_obj.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_openflight.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgjs.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgtgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_p3d.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pdf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pic.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ply.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_png.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pnm.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pov.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pvr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_revisions.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_rgb.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_rot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_scale.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_sdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgmanipulator.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgui.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgutil.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_shp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_stl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_svg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tiff.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_trans.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_trk.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_txf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_txp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_vnc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_vtf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_x.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_zip.so
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osg.pc
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osgAnimation.pc
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osgDB.pc
components/encumbered/openscenegraph/openscenegraph.p5m
@@ -11,6 +11,7 @@
#
# Copyright 2022 Jake Goerzen
# Copyright 2023 Niklas Poslovski
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -652,166 +653,161 @@
link path=usr/lib/$(MACH64)/libOpenThreads.so.21 target=libOpenThreads.so.3.3.1
file path=usr/lib/$(MACH64)/libOpenThreads.so.3.3.1
link path=usr/lib/$(MACH64)/libosg.so target=libosg.so.161
file path=usr/lib/$(MACH64)/libosg.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosg.so.161 target=libosg.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosg.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosg.so.161 target=libosg.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgAnimation.so target=libosgAnimation.so.161
file path=usr/lib/$(MACH64)/libosgAnimation.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgAnimation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgAnimation.so.161 \
    target=libosgAnimation.so.$(COMPONENT_VERSION)
    target=libosgAnimation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so target=libosgDB.so.161
file path=usr/lib/$(MACH64)/libosgDB.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so.161 \
    target=libosgDB.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgDB.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgDB.so.161 target=libosgDB.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so target=libosgFX.so.161
file path=usr/lib/$(MACH64)/libosgFX.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so.161 \
    target=libosgFX.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgFX.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgFX.so.161 target=libosgFX.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so target=libosgGA.so.161
file path=usr/lib/$(MACH64)/libosgGA.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so.161 \
    target=libosgGA.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgGA.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgGA.so.161 target=libosgGA.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgManipulator.so target=libosgManipulator.so.161
file path=usr/lib/$(MACH64)/libosgManipulator.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgManipulator.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgManipulator.so.161 \
    target=libosgManipulator.so.$(COMPONENT_VERSION)
    target=libosgManipulator.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgParticle.so target=libosgParticle.so.161
file path=usr/lib/$(MACH64)/libosgParticle.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgParticle.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgParticle.so.161 \
    target=libosgParticle.so.$(COMPONENT_VERSION)
    target=libosgParticle.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgPresentation.so \
    target=libosgPresentation.so.161
file path=usr/lib/$(MACH64)/libosgPresentation.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgPresentation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgPresentation.so.161 \
    target=libosgPresentation.so.$(COMPONENT_VERSION)
    target=libosgPresentation.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgShadow.so target=libosgShadow.so.161
file path=usr/lib/$(MACH64)/libosgShadow.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgShadow.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgShadow.so.161 \
    target=libosgShadow.so.$(COMPONENT_VERSION)
    target=libosgShadow.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgSim.so target=libosgSim.so.161
file path=usr/lib/$(MACH64)/libosgSim.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgSim.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgSim.so.161 \
    target=libosgSim.so.$(COMPONENT_VERSION)
    target=libosgSim.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgTerrain.so target=libosgTerrain.so.161
file path=usr/lib/$(MACH64)/libosgTerrain.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgTerrain.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgTerrain.so.161 \
    target=libosgTerrain.so.$(COMPONENT_VERSION)
    target=libosgTerrain.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgText.so target=libosgText.so.161
file path=usr/lib/$(MACH64)/libosgText.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgText.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgText.so.161 \
    target=libosgText.so.$(COMPONENT_VERSION)
    target=libosgText.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so target=libosgUI.so.161
file path=usr/lib/$(MACH64)/libosgUI.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so.161 \
    target=libosgUI.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgUI.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUI.so.161 target=libosgUI.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUtil.so target=libosgUtil.so.161
file path=usr/lib/$(MACH64)/libosgUtil.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgUtil.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgUtil.so.161 \
    target=libosgUtil.so.$(COMPONENT_VERSION)
    target=libosgUtil.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgViewer.so target=libosgViewer.so.161
file path=usr/lib/$(MACH64)/libosgViewer.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgViewer.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgViewer.so.161 \
    target=libosgViewer.so.$(COMPONENT_VERSION)
    target=libosgViewer.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgVolume.so target=libosgVolume.so.161
file path=usr/lib/$(MACH64)/libosgVolume.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgVolume.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgVolume.so.161 \
    target=libosgVolume.so.$(COMPONENT_VERSION)
    target=libosgVolume.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgWidget.so target=libosgWidget.so.161
file path=usr/lib/$(MACH64)/libosgWidget.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libosgWidget.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libosgWidget.so.161 \
    target=libosgWidget.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_3dc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_3ds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ac.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bmp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bsp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_bvh.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_cfg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_curl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_deprecated_osgwidget.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_dxf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ffmpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_freetype.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gif.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gles.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_glsl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gstreamer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_gz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_hdr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ive.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_jp2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_jpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ktx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_logo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lua.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lwo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_lws.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_md2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_mdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_normals.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_obj.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_openflight.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgjs.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgtgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_p3d.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pdf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pic.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_ply.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_png.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pnm.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pov.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_pvr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_revisions.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_rgb.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_rot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_scale.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_sdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgmanipulator.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgui.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgutil.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_serializers_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_shp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_stl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_svg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_tiff.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_trans.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_trk.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_txf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_txp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_vnc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_vtf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_x.so
file path=usr/lib/$(MACH64)/osgPlugins-$(COMPONENT_VERSION)/osgdb_zip.so
    target=libosgWidget.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_3dc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_3ds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ac.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bmp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bsp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_bvh.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_cfg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_curl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dds.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_deprecated_osgwidget.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_dxf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_freetype.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gif.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gles.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_glsl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gstreamer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_gz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_hdr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ive.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_jp2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_jpeg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ktx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_logo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lua.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lwo.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_lws.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_md2.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_mdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_normals.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_obj.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_openflight.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgjs.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgtgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_p3d.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pdf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pic.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_ply.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_png.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pnm.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pov.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_pvr.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_revisions.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_rgb.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_rot.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_scale.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_sdl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osganimation.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgfx.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgmanipulator.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgparticle.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgshadow.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgsim.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgterrain.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgtext.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgui.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgutil.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgviewer.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_serializers_osgvolume.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_shp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_stl.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_svg.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tga.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tgz.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_tiff.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_trans.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_trk.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_txf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_txp.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_vnc.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_vtf.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_x.so
file path=usr/lib/$(MACH64)/osgPlugins-$(HUMAN_VERSION)/osgdb_zip.so
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osg.pc
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osgAnimation.pc
file path=usr/lib/$(MACH64)/pkgconfig/openscenegraph-osgDB.pc
components/encumbered/openscenegraph/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "codec/jasper",
        "image/library/libjpeg6",
        "image/library/libjpeg6-ijg",
@@ -16,14 +15,12 @@
        "library/libvncserver",
        "library/sdl",
        "library/zlib",
        "shell/ksh93",
        "system/library",
        "system/library/fontconfig",
        "system/library/freetype-2",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/math",
        "video/ffmpeg",
        "web/curl",
        "x11/library/libx11",
        "x11/library/libxinerama",