pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/osg



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul 16 08:41:31 UTC 2021

Modified Files:
        pkgsrc/graphics/osg: Makefile PLIST

Log Message:
osg: openexr can be re-enabled. Pointed out by Mark Davies.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/graphics/osg/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/osg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/osg/Makefile
diff -u pkgsrc/graphics/osg/Makefile:1.133 pkgsrc/graphics/osg/Makefile:1.134
--- pkgsrc/graphics/osg/Makefile:1.133  Mon Jul 12 21:06:42 2021
+++ pkgsrc/graphics/osg/Makefile        Fri Jul 16 08:41:31 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.133 2021/07/12 21:06:42 nia Exp $
+# $NetBSD: Makefile,v 1.134 2021/07/16 08:41:31 nia Exp $
 
 DISTNAME=      osg-3.6.5
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openscenegraph/}
 GITHUB_PROJECT=        OpenSceneGraph
@@ -33,7 +33,6 @@ CMAKE_ARGS+=          -DCMAKE_DISABLE_FIND_PACKA
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_GStreamer=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_OpenCascade=TRUE
-CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_DCMTK=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_NVTT=TRUE
 CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_ZeroConf=TRUE
@@ -56,6 +55,7 @@ CXXFLAGS+=    -D__STDC_LIMIT_MACROS
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/jasper/buildlink3.mk"
+.include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../lang/lua52/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"

Index: pkgsrc/graphics/osg/PLIST
diff -u pkgsrc/graphics/osg/PLIST:1.9 pkgsrc/graphics/osg/PLIST:1.10
--- pkgsrc/graphics/osg/PLIST:1.9       Mon Jul 12 21:06:42 2021
+++ pkgsrc/graphics/osg/PLIST   Fri Jul 16 08:41:31 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/07/12 21:06:42 nia Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/07/16 08:41:31 nia Exp $
 bin/osgarchive
 bin/osgconv
 bin/osgfilecache
@@ -702,6 +702,7 @@ lib/osgPlugins-${PKGVERSION}/osgdb_depre
 lib/osgPlugins-${PKGVERSION}/osgdb_deprecated_osgwidget.so
 lib/osgPlugins-${PKGVERSION}/osgdb_dot.so
 lib/osgPlugins-${PKGVERSION}/osgdb_dxf.so
+lib/osgPlugins-${PKGVERSION}/osgdb_exr.so
 lib/osgPlugins-${PKGVERSION}/osgdb_ffmpeg.so
 lib/osgPlugins-${PKGVERSION}/osgdb_freetype.so
 ${PLIST.gdal}lib/osgPlugins-${PKGVERSION}/osgdb_gdal.so



Home | Main Index | Thread Index | Old Index