aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 02:59:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 02:59:02 +0000
commitb38da63204b60c8c667f963423777771cf559a7a (patch)
tree7c6183a65ea637be94decc12c63d75c5c97c9a4b /graphics
parent07eddb25123ab37f732bc7f3bb8d3024c3d9e526 (diff)
downloadports-b38da63204b60c8c667f963423777771cf559a7a.tar.gz
ports-b38da63204b60c8c667f963423777771cf559a7a.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/g3dviewer/Makefile10
-rw-r--r--graphics/g3dviewer/distinfo4
-rw-r--r--graphics/g3dviewer/pkg-descr3
-rw-r--r--graphics/g3dviewer/pkg-plist3
4 files changed, 11 insertions, 9 deletions
diff --git a/graphics/g3dviewer/Makefile b/graphics/g3dviewer/Makefile
index 4899399ad00c..bbed4083d433 100644
--- a/graphics/g3dviewer/Makefile
+++ b/graphics/g3dviewer/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= g3dviewer
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2.0
CATEGORIES= graphics
MASTER_SITES= http://automagically.de/files/
@@ -28,11 +28,7 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
post-patch:
- @${REINPLACE_CMD} -e 's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g ; \
- s|$$datadir/$$PACKAGE/|$$libdir/$$PACKAGE/|g' ${WRKSRC}/configure
-.for file in plugins/image/Makefile.in plugins/import/Makefile.in
- @${REINPLACE_CMD} -e 's|= $$(pkgdatadir)|= $$(pkglibdir)|g ; \
- s|= -Wall|= -fPIC -Wall|g' ${WRKSRC}/${file}
-.endfor
+ @${REINPLACE_CMD} -e \
+ 's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/graphics/g3dviewer/distinfo b/graphics/g3dviewer/distinfo
index e1813b2aaea4..2aba8f8c285f 100644
--- a/graphics/g3dviewer/distinfo
+++ b/graphics/g3dviewer/distinfo
@@ -1,2 +1,2 @@
-MD5 (g3dviewer-0.1.1.tar.gz) = 1b2be262eef15aafa26bc33291a446b2
-SIZE (g3dviewer-0.1.1.tar.gz) = 184585
+MD5 (g3dviewer-0.2.0.tar.gz) = 800698ac338191e998e8cfd2943909a0
+SIZE (g3dviewer-0.2.0.tar.gz) = 196824
diff --git a/graphics/g3dviewer/pkg-descr b/graphics/g3dviewer/pkg-descr
index bacb80ba6a5b..aa1da6884a7b 100644
--- a/graphics/g3dviewer/pkg-descr
+++ b/graphics/g3dviewer/pkg-descr
@@ -9,9 +9,12 @@ G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types:
- 3D Metafile (.3dmf, .3mf, .b3d)
- Caligari TrueSpace Objects (.cob)
- Quick3D Objects & Scenes (.q3o, q3s)
+ - VRML 1.0 files (.wrl, .vrml) (still buggy)
+ - AC3D objects (.ac, .acc)
Some of the features are:
- Wireframe mode
+ - Texture support
- Specular lighting (not really nice at the moment)
- changable background color :)
diff --git a/graphics/g3dviewer/pkg-plist b/graphics/g3dviewer/pkg-plist
index 944fd6f21939..b76362e2c297 100644
--- a/graphics/g3dviewer/pkg-plist
+++ b/graphics/g3dviewer/pkg-plist
@@ -1,8 +1,11 @@
bin/g3dviewer
include/g3dviewer_plugin.h
lib/g3dviewer/plugins/image/img_bmp.so
+lib/g3dviewer/plugins/image/img_gdkpixbuf.so
+lib/g3dviewer/plugins/image/img_sgi.so
lib/g3dviewer/plugins/import/imp_3dmf.so
lib/g3dviewer/plugins/import/imp_3ds.so
+lib/g3dviewer/plugins/import/imp_ac3d.so
lib/g3dviewer/plugins/import/imp_cob.so
lib/g3dviewer/plugins/import/imp_dxf.so
lib/g3dviewer/plugins/import/imp_heightfield.so