mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
update ogre3d to 1.4.7
This commit is contained in:
parent
98561b0250
commit
79b608d89b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208609
@ -18,7 +18,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Ember is a WorldForge 3d client using the OGRE 3d library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.4.6.so:${PORTSDIR}/graphics/ogre3d
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.4.7.so:${PORTSDIR}/graphics/ogre3d
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
||||
eris-1.3:${PORTSDIR}/devel/eris \
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.4.6
|
||||
PORTVERSION= 1.4.7
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=ogre
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ogre-linux_osx-v1-4-6.tar.bz2) = ef1cf73106e0387624bfdd539cdf9de6
|
||||
SHA256 (ogre-linux_osx-v1-4-6.tar.bz2) = 4da478ab66e7dcbd797cfc38fa60575107a7478026b4a89a227f1363b5f963f2
|
||||
SIZE (ogre-linux_osx-v1-4-6.tar.bz2) = 29142327
|
||||
MD5 (ogre-linux_osx-v1-4-7.tar.bz2) = f44cba3f7362f6d8ca4187dee0d588ef
|
||||
SHA256 (ogre-linux_osx-v1-4-7.tar.bz2) = bf23a33ae53715ddb77cb06148c9c7a681c685c90227163aa8ce9af1c993b0cf
|
||||
SIZE (ogre-linux_osx-v1-4-7.tar.bz2) = 28804286
|
||||
|
@ -119,6 +119,7 @@ include/OGRE/OgreMovableObject.h
|
||||
include/OGRE/OgreMovablePlane.h
|
||||
include/OGRE/OgreNoMemoryMacros.h
|
||||
include/OGRE/OgreNode.h
|
||||
include/OGRE/OgreOptimisedUtil.h
|
||||
include/OGRE/OgreOverlay.h
|
||||
include/OGRE/OgreOverlayContainer.h
|
||||
include/OGRE/OgreOverlayElement.h
|
||||
@ -143,6 +144,7 @@ include/OGRE/OgrePixelFormat.h
|
||||
include/OGRE/OgrePlane.h
|
||||
include/OGRE/OgrePlaneBoundedVolume.h
|
||||
include/OGRE/OgrePlatform.h
|
||||
include/OGRE/OgrePlatformInformation.h
|
||||
include/OGRE/OgrePose.h
|
||||
include/OGRE/OgrePredefinedControllers.h
|
||||
include/OGRE/OgrePrerequisites.h
|
||||
@ -234,11 +236,11 @@ lib/OGRE/RenderSystem_GL.so
|
||||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
lib/libCEGUIOgreRenderer-1.4.6.so
|
||||
lib/libCEGUIOgreRenderer-1.4.7.so
|
||||
lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain-1.4.6.so
|
||||
lib/libOgreMain-1.4.7.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
@ -247,5 +249,4 @@ libdata/pkgconfig/OGRE.pc
|
||||
@dirrm include/OGRE/GLX
|
||||
@dirrm include/OGRE
|
||||
@dirrm lib/OGRE
|
||||
@dirrm share/OGRE
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user