pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/OpenRM Update OpenRM to 1.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbf75c0e4942
branches:  trunk
changeset: 473371:cbf75c0e4942
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Mon Apr 19 05:54:45 2004 +0000

description:
Update OpenRM to 1.5.2

#  New indexed primitive types: quads, quad-strips, tris, tri-strips,
along with a new RMdemo program that exercises these new primitives.
# New primitive type: quad-strips.
# Expanded set of supported platforms: 64-bit Linux, MacOSX (it really
works this time)
# Dramatically improved "tfly" demo program produces stunning visuals
(see images below).
# Overhauled configure script for enhanced multi-architecture support in
the RMdemo distribution.
# New Gordo demonstration program "lightModes" that lets you explore
OpenRM's light source parameters and lighting environment attributes.

diffstat:

 graphics/OpenRM/Makefile |  8 ++++----
 graphics/OpenRM/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 8a65217cd38d -r cbf75c0e4942 graphics/OpenRM/Makefile
--- a/graphics/OpenRM/Makefile  Mon Apr 19 05:34:58 2004 +0000
+++ b/graphics/OpenRM/Makefile  Mon Apr 19 05:54:45 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/02/10 10:07:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/19 05:54:45 garbled Exp $
 #
 
-DISTNAME=              openrm-devel-1.5.1
-PKGNAME=               OpenRM-1.5.1
+DISTNAME=              openrm-devel-1.5.2
+PKGNAME=               OpenRM-1.5.2
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=openrm/}
 
@@ -11,7 +11,7 @@
 COMMENT=               The OpenRM Scene Graph API
 
 USE_X11=               yes
-WRKSRC=                        ${WRKDIR}/rm151
+WRKSRC=                        ${WRKDIR}/rm152
 ALL_TARGET=            freebsd docs
 USE_BUILDLINK3=                yes
 MAKE_ENV+=             AR=${AR} RM=${RM} CP=${CP} LN=${LN} ECHO_CMD=${ECHO} \
diff -r 8a65217cd38d -r cbf75c0e4942 graphics/OpenRM/distinfo
--- a/graphics/OpenRM/distinfo  Mon Apr 19 05:34:58 2004 +0000
+++ b/graphics/OpenRM/distinfo  Mon Apr 19 05:54:45 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/02/10 23:58:36 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/04/19 05:54:45 garbled Exp $
 
-SHA1 (openrm-devel-1.5.1.tar.gz) = 33a3a2942a57b15da3459efef6b9f2942f9c4ffd
-Size (openrm-devel-1.5.1.tar.gz) = 628213 bytes
+SHA1 (openrm-devel-1.5.2.tar.gz) = 8d68099b779ea0e45361f7270ade0646e2d1e635
+Size (openrm-devel-1.5.2.tar.gz) = 633707 bytes
 SHA1 (patch-aa) = 45caa6f9d0117e98f707ba7c7e071e1f9dae4d1f
 SHA1 (patch-ab) = c8ad68eb88b9ff557d15f1c3e358dbee828c5605
 SHA1 (patch-ac) = 1288d0d5fa8de3484859f75b9b94554a5ebd1643



Home | Main Index | Thread Index | Old Index