mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
graphics/osgearth: update to 2.10.1
Bug fix and performance release based on the 2.10 branch. PR: 237790 Submitted by: lbartoletti@tuxfamily.org (maintainer)
This commit is contained in:
parent
b132d22e3a
commit
30d4dacb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501386
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osgearth
|
||||
PORTVERSION= 2.10
|
||||
PORTVERSION= 2.10.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics geography
|
||||
|
||||
MAINTAINER= lbartoletti@tuxfamily.org
|
||||
@ -35,6 +34,8 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
|
||||
-DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \
|
||||
-DLIB_POSTFIX:STRING=""
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == i386
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1542524324
|
||||
SHA256 (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 986ad26b8e340a40ac6404137aa61f80a030030fa3e8cf5fbdf183c697f2556e
|
||||
SIZE (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 90196039
|
||||
TIMESTAMP = 1556665448
|
||||
SHA256 (gwaldron-osgearth-osgearth-2.10.1_GH0.tar.gz) = aec8e2d86e700c45aac5e12d352ab7e4011b40c34533c998da7abe18d297af4f
|
||||
SIZE (gwaldron-osgearth-osgearth-2.10.1_GH0.tar.gz) = 90448456
|
||||
|
@ -59,6 +59,7 @@ bin/osgearth_video
|
||||
bin/osgearth_viewer
|
||||
bin/osgearth_wfs
|
||||
bin/osgearth_windows
|
||||
include/osgEarth/Async
|
||||
include/osgEarth/Bounds
|
||||
include/osgEarth/Cache
|
||||
include/osgEarth/CacheBin
|
||||
@ -66,6 +67,7 @@ include/osgEarth/CacheEstimator
|
||||
include/osgEarth/CachePolicy
|
||||
include/osgEarth/CacheSeed
|
||||
include/osgEarth/Capabilities
|
||||
include/osgEarth/CascadeDrapingDecorator
|
||||
include/osgEarth/ClampableNode
|
||||
include/osgEarth/Clamping
|
||||
include/osgEarth/ClampingTechnique
|
||||
@ -117,6 +119,7 @@ include/osgEarth/LandCover
|
||||
include/osgEarth/LandCoverLayer
|
||||
include/osgEarth/Layer
|
||||
include/osgEarth/LayerListener
|
||||
include/osgEarth/LayerShader
|
||||
include/osgEarth/Lighting
|
||||
include/osgEarth/LineDrawable
|
||||
include/osgEarth/LineFunctor
|
||||
@ -482,24 +485,25 @@ include/osgEarthUtil/WFS
|
||||
include/osgEarthUtil/WMS
|
||||
lib/libosgEarth.so
|
||||
lib/libosgEarth.so.0
|
||||
lib/libosgEarth.so.2.9.0
|
||||
lib/libosgEarth.so.%%PORTVERSION%%
|
||||
lib/libosgEarthAnnotation.so
|
||||
lib/libosgEarthAnnotation.so.0
|
||||
lib/libosgEarthAnnotation.so.2.9.0
|
||||
lib/libosgEarthAnnotation.so.%%PORTVERSION%%
|
||||
lib/libosgEarthFeatures.so
|
||||
lib/libosgEarthFeatures.so.0
|
||||
lib/libosgEarthFeatures.so.2.9.0
|
||||
lib/libosgEarthFeatures.so.%%PORTVERSION%%
|
||||
lib/libosgEarthSplat.so
|
||||
lib/libosgEarthSplat.so.0
|
||||
lib/libosgEarthSplat.so.2.9.0
|
||||
lib/libosgEarthSplat.so.%%PORTVERSION%%
|
||||
lib/libosgEarthSymbology.so
|
||||
lib/libosgEarthSymbology.so.0
|
||||
lib/libosgEarthSymbology.so.2.9.0
|
||||
lib/libosgEarthSymbology.so.%%PORTVERSION%%
|
||||
lib/libosgEarthUtil.so
|
||||
lib/libosgEarthUtil.so.0
|
||||
lib/libosgEarthUtil.so.2.9.0
|
||||
lib/libosgEarthUtil.so.%%PORTVERSION%%
|
||||
lib/osgdb_earth.so
|
||||
lib/osgdb_fastdxt.so
|
||||
lib/osgdb_gltf.so
|
||||
lib/osgdb_kml.so
|
||||
lib/osgdb_osgearth_agglite.so
|
||||
lib/osgdb_osgearth_arcgis.so
|
||||
|
Loading…
Reference in New Issue
Block a user