summaryrefslogtreecommitdiff
path: root/graphics/osg/Makefile
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-11 11:59:06 +0000
committermarino <marino@pkgsrc.org>2011-12-11 11:59:06 +0000
commitb8a2a7200c6989f9299af644e8a430044190af51 (patch)
tree497c5506fde72559cca1c808f2925068c74aedb6 /graphics/osg/Makefile
parent221d3d873c2881c684209b495f5b43ca0f262ed8 (diff)
downloadpkgsrc-b8a2a7200c6989f9299af644e8a430044190af51.tar.gz
graphics/osg: Fix all platforms
1) Modified current patch to support DragonFly 2) Fixed includes for ffmeg headers 3) The API for ffmpeg's sample format changed, so tell it to use old API. This can be removed when OpenSceneGraph version is upgraded 4) The PLIST was missing ffmpeg plugin. I guess it never built before.
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r--graphics/osg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index cce9d14bfad..5cbfe739eb9 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2011/11/01 06:01:41 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2011/12/11 11:59:06 marino Exp $
DISTNAME= OpenSceneGraph-${OSGVER}
PKGNAME= osg-${OSGVER}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= graphics devel
MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${OSGVER}/source/
EXTRACT_SUFX= .zip
@@ -36,6 +36,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"