diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-17 11:08:12 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-17 11:08:12 +0800 |
commit | 2e4bd19ab0c1898607df05ff273ad1aab81a3594 (patch) | |
tree | 6f28985cd953a945263ed05f11549042907a9325 /graphics | |
parent | 79f65c38ca3ab0760a0a1a7cbb7de25f0a562783 (diff) | |
download | freebsd-ports-gnome-2e4bd19ab0c1898607df05ff273ad1aab81a3594.tar.gz freebsd-ports-gnome-2e4bd19ab0c1898607df05ff273ad1aab81a3594.tar.zst freebsd-ports-gnome-2e4bd19ab0c1898607df05ff273ad1aab81a3594.zip |
- Update to 3.3.5
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/osg-devel/distinfo | 4 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-CMakeLists.txt | 9 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-CMakeModules__FindGStreamer.cmake | 11 | ||||
-rw-r--r-- | graphics/osg-devel/pkg-plist | 1 |
5 files changed, 5 insertions, 24 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 8f7d3f7633f3..a83d5b3a482c 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.5 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -29,7 +29,7 @@ USE_XORG= x11 USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=115 \ + OSG_SHLIBVER=117 \ OPENTHREADS_VERSION=3.3.0 \ OPENTHREADS_SHLIBVER=20 diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo index e69f5ac52cc6..b4ab6823f8ac 100644 --- a/graphics/osg-devel/distinfo +++ b/graphics/osg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (OpenSceneGraph-3.3.3.zip) = b81cda123ffb3bd108e0fe4be4fff1351d6636e6fb0a1475b2c4fb9618d3ae2b -SIZE (OpenSceneGraph-3.3.3.zip) = 8227832 +SHA256 (OpenSceneGraph-3.3.5.zip) = aa7c3e30149752202c3b6f771e4a5bed80465807d732953813512f3f64045564 +SIZE (OpenSceneGraph-3.3.5.zip) = 8263725 diff --git a/graphics/osg-devel/files/patch-CMakeLists.txt b/graphics/osg-devel/files/patch-CMakeLists.txt index 33c214607df1..36c0ee62ec06 100644 --- a/graphics/osg-devel/files/patch-CMakeLists.txt +++ b/graphics/osg-devel/files/patch-CMakeLists.txt @@ -1,14 +1,5 @@ --- CMakeLists.txt.orig 2014-12-18 20:47:08.000000000 +0300 +++ CMakeLists.txt 2015-01-24 21:51:57.000000000 +0300 -@@ -629,7 +629,7 @@ - FIND_PACKAGE(LibVNCServer) - FIND_PACKAGE(OurDCMTK) - FIND_PACKAGE(FFmpeg) -- FIND_PACKAGE(GStreamer COMPONENTS gstreamer-app gstreamer-pbutils) -+ FIND_PACKAGE(GStreamer COMPONENTS app pbutils) - FIND_PACKAGE(GLIB COMPONENTS gobject) - FIND_PACKAGE(DirectShow) - FIND_PACKAGE(SDL2) @@ -805,7 +805,7 @@ IF(UNIX AND NOT WIN32 AND NOT APPLE) diff --git a/graphics/osg-devel/files/patch-CMakeModules__FindGStreamer.cmake b/graphics/osg-devel/files/patch-CMakeModules__FindGStreamer.cmake deleted file mode 100644 index 608032dc4d78..000000000000 --- a/graphics/osg-devel/files/patch-CMakeModules__FindGStreamer.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeModules/FindGStreamer.cmake.orig 2014-12-18 12:03:15.000000000 +0300 -+++ CMakeModules/FindGStreamer.cmake 2015-01-24 21:36:08.000000000 +0300 -@@ -104,7 +104,7 @@ - - # 1.1. Find headers and libraries - FIND_GSTREAMER_COMPONENT(GSTREAMER gstreamer-1.0 gst/gst.h gstreamer-1.0) --#FIND_GSTREAMER_COMPONENT(GSTREAMER_BASE gstreamer-base-1.0 gst/gst.h gstbase-1.0) -+FIND_GSTREAMER_COMPONENT(GSTREAMER_BASE gstreamer-base-1.0 gst/gst.h gstbase-1.0) - - - # 1.2. Check GStreamer version diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist index 86e27b69757d..c28b4efbd297 100644 --- a/graphics/osg-devel/pkg-plist +++ b/graphics/osg-devel/pkg-plist @@ -264,6 +264,7 @@ include/osgDB/Archive include/osgDB/AuthenticationMap include/osgDB/Callbacks include/osgDB/ClassInterface +include/osgDB/ConvertBase64 include/osgDB/ConvertUTF include/osgDB/DataTypes include/osgDB/DatabasePager |