diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-22 17:02:55 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-22 17:02:55 +0000 |
commit | 3492da6936b2f5f61e59f758e42da5a7d1546d39 (patch) | |
tree | ab9b39f9a5e8661a8acbc3d93cef791913ee619c /graphics/truevision | |
parent | c4ff30c35b77a0cde0ed80ec0704d13f3afedd76 (diff) | |
download | ports-3492da6936b2f5f61e59f758e42da5a7d1546d39.tar.gz ports-3492da6936b2f5f61e59f758e42da5a7d1546d39.zip |
Update to 0.5.4
PR: ports/82535
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=137873
Diffstat (limited to 'graphics/truevision')
-rw-r--r-- | graphics/truevision/Makefile | 59 | ||||
-rw-r--r-- | graphics/truevision/distinfo | 4 | ||||
-rw-r--r-- | graphics/truevision/files/patch-Makefile.am | 21 | ||||
-rw-r--r-- | graphics/truevision/files/patch-configure.in | 28 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-density.cc | 37 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-dlgutils.cc | 11 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-glview.cc | 21 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-linkobj.cc | 11 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-texnormal.cc | 37 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src-texpigment.cc | 37 | ||||
-rw-r--r-- | graphics/truevision/files/patch-src::Makefile.am | 28 | ||||
-rw-r--r-- | graphics/truevision/pkg-plist | 330 |
12 files changed, 329 insertions, 295 deletions
diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 9cbbf0c4e804..59adee603f6c 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -7,8 +7,7 @@ # PORTNAME= truevision -PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTVERSION= 0.5.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,33 +18,41 @@ COMMENT= The GNOME 3D modeler LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes -USE_REINPLACE= yes USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui USE_GL= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_PYTHON= yes +USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -AUTOMAKE_ARGS= --add-missing --include-deps +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} - -post-extract: - @${FIND} ${WRKSRC} -type l -delete - @${FIND} ${WRKSRC} -name "*.o" -delete - @${FIND} ${WRKSRC} -name "config.cache" -delete - @${REINPLACE_CMD} -e 's/ enum Gdk/Gdk/' ${WRKSRC}/src/glview2d.cc \ - ${WRKSRC}/src/glview3d.cc ${WRKSRC}/src/mapedit.cc \ - ${WRKSRC}/src/slopemap.cc - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/Truevision - ${TAR} -C ${WRKSRC} --exclude "CVS" -cf - materials | \ - ${TAR} -C ${PREFIX}/share/gnome/Truevision --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/gnome/Truevision + +MAN1= truevision.1 + +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include \ + `pkg-config --cflags gtkglext-1.0` +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib \ + `pkg-config --libs gtkglext-1.0` + +post-patch: + @${REINPLACE_CMD} -e 's|CXXFLAGS=""||g ; \ + s|-I/usr/include/gtkglext-1.0/||g ; \ + s|-I/usr/local/include/gtkglext-1.0/||g ; \ + s|-I/usr/lib/gtkglext-1.0/include/||g ; \ + s|-I/usr/local/lib/gtkglext-1.0/include/||g ; \ + s|-I/usr/local/include ||g ; \ + s|=share$$|=share/gnome|g ; \ + s|=share/pixmap|=share/gnome/pixmap|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-I/usr/include||g ; \ + s|-I/usr/local/include||g ; \ + s|-I/usr/X11R6/include||g ; \ + s|-L/usr/lib||g ; \ + s|-L/usr/local/lib||g ; \ + s|-L/usr/X11R6/lib||g ; \ + s|-O2||g ; \ + s|share/application|share/gnome/application|g ; \ + s|share/mime-info|share/gnome/mime-info|g ; \ + s|^truevisiondoc|#truevisiondoc|g' .include <bsd.port.mk> diff --git a/graphics/truevision/distinfo b/graphics/truevision/distinfo index 077aa6f3c587..0be8039613d0 100644 --- a/graphics/truevision/distinfo +++ b/graphics/truevision/distinfo @@ -1,2 +1,2 @@ -MD5 (truevision-0.4.0.tar.bz2) = 0cc2a48150db97ea12206b3ed70f4e90 -SIZE (truevision-0.4.0.tar.bz2) = 2137977 +MD5 (truevision-0.5.4.tar.bz2) = c8576083fe45a1a6384ff35f04b38a6c +SIZE (truevision-0.5.4.tar.bz2) = 1692146 diff --git a/graphics/truevision/files/patch-Makefile.am b/graphics/truevision/files/patch-Makefile.am deleted file mode 100644 index 382d00d57a8e..000000000000 --- a/graphics/truevision/files/patch-Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.am.orig Wed Oct 15 21:59:20 2003 -+++ Makefile.am Thu Dec 11 21:09:25 2003 -@@ -5,8 +5,7 @@ - - SUBDIRS = intl po macros include src pixmaps - --truevisiondocdir = ${prefix}/doc/Truevision --truevisiondoc_DATA = \ -+EXTRA_DIST = \ - README\ - COPYING\ - AUTHORS\ -@@ -15,8 +14,6 @@ - NEWS\ - TODO\ - ABOUT-NLS -- --EXTRA_DIST = $(truevisiondoc_DATA) - - gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Graphics - gnomemenu_DATA = Truevision.desktop diff --git a/graphics/truevision/files/patch-configure.in b/graphics/truevision/files/patch-configure.in deleted file mode 100644 index 1217d3a3845a..000000000000 --- a/graphics/truevision/files/patch-configure.in +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.in.orig Wed Oct 15 21:59:20 2003 -+++ configure.in Thu Dec 11 21:08:12 2003 -@@ -123,8 +123,8 @@ - dnl************************************************* - dnl Libraries - dnl************************************************* --CXXFLAGS="$CXXFLAGS $GTK_CFLAGS $GL_CFLAGS $Z_CFLAGS $GTKGL_CFLAGS -I/usr/local/include" --LIBS="$LIBS $GL_LIBS $Z_LIBS $GTKGL_LDOPTS -L/usr/local/lib" -+CXXFLAGS="$CXXFLAGS $GTK_CFLAGS $GL_CFLAGS $Z_CFLAGS $GTKGL_CFLAGS" -+LIBS="$LIBS $GL_LIBS $Z_LIBS $GTKGL_LDOPTS" - AC_SUBST(CFLAGS) - AC_SUBST(LIBS) - -@@ -142,11 +142,11 @@ - fi - - dnl Set PACKAGE DATA & DOC DIR --packagedatadir=share/${PACKAGE} --packagedocdir=doc/${PACKAGE} -+packagedatadir=share/gnome/${PACKAGE} -+packagedocdir=share/doc/${PACKAGE} - - dnl Set PACKAGE DIRs in config.h. --packagepixmapsdir=share/pixmaps/${PACKAGE} -+packagepixmapsdir=share/gnome/pixmaps/${PACKAGE} - packagehelpdir=share/gnome/help/${PACKAGE} - packagemenudir=share/gnome/apps - diff --git a/graphics/truevision/files/patch-src-density.cc b/graphics/truevision/files/patch-src-density.cc new file mode 100644 index 000000000000..c70550009eb8 --- /dev/null +++ b/graphics/truevision/files/patch-src-density.cc @@ -0,0 +1,37 @@ +--- src/density.cc.orig Thu Feb 17 04:10:34 2005 ++++ src/density.cc Wed Mar 16 22:21:17 2005 +@@ -194,9 +194,9 @@ + + if ( blockdens1 == NULL && type->value() == 1 ) + { +- blockdens1 = new PovTexDensity( app_ref, NULL, NULL, false ); +- blockdens2 = new PovTexDensity( app_ref, NULL, NULL, false ); +- blockdens3 = new PovTexDensity( app_ref, NULL, NULL, false ); ++ blockdens1 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); ++ blockdens2 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); ++ blockdens3 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); + blockdens1->add_to_tree( ctree, ctree_node ); + blockdens2->add_to_tree( ctree, ctree_node ); + } +@@ -475,9 +475,9 @@ + + if ( !strcmp( tag, "DENSITY" ) ) + { +- if ( blockdens1 == NULL ) { blockdens1 = new PovTexDensity( app_ref, NULL, NULL, false ); blockdens1->load( file, tag ); continue; } +- if ( blockdens2 == NULL ) { blockdens2 = new PovTexDensity( app_ref, NULL, NULL, false ); blockdens2->load( file, tag ); continue; } +- if ( blockdens3 == NULL ) { blockdens3 = new PovTexDensity( app_ref, NULL, NULL, false ); blockdens3->load( file, tag ); continue; } ++ if ( blockdens1 == NULL ) { blockdens1 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); blockdens1->load( file, tag ); continue; } ++ if ( blockdens2 == NULL ) { blockdens2 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); blockdens2->load( file, tag ); continue; } ++ if ( blockdens3 == NULL ) { blockdens3 = new PovTexDensity( app_ref, NULL, NULL, NULL, false ); blockdens3->load( file, tag ); continue; } + tvio_skip_section( file ); + } + +@@ -553,7 +553,7 @@ + MapItem_density::MapItem_density( float val, guint8 c, app_objs *appref ) : MapItem( _("Density"), val ) + { + color[0]=color[1]=color[2]=c; color[3]=255; +-density = new PovTexDensity( appref, NULL, NULL, false ); ++density = new PovTexDensity( appref, NULL, NULL, NULL, false ); + char text[25]; + sprintf( text, "Map density #%u", obj_count++ ); + density->set_name( text ); diff --git a/graphics/truevision/files/patch-src-dlgutils.cc b/graphics/truevision/files/patch-src-dlgutils.cc new file mode 100644 index 000000000000..9c4a840a1beb --- /dev/null +++ b/graphics/truevision/files/patch-src-dlgutils.cc @@ -0,0 +1,11 @@ +--- src/dlgutils.cc.orig Sun Jun 12 02:34:25 2005 ++++ src/dlgutils.cc Mon Jun 20 23:50:40 2005 +@@ -27,7 +27,7 @@ + + #include "include/dlgutils.h" + #include <unistd.h> +-#include <libintl.h> ++#include <ctype.h> + #include "include/main.h" + #include "include/preferences.h" + #include "config.h" diff --git a/graphics/truevision/files/patch-src-glview.cc b/graphics/truevision/files/patch-src-glview.cc new file mode 100644 index 000000000000..c6e79fb25a9a --- /dev/null +++ b/graphics/truevision/files/patch-src-glview.cc @@ -0,0 +1,21 @@ +--- src/glview.cc.orig Sun Jun 12 02:34:25 2005 ++++ src/glview.cc Tue Jun 21 01:06:43 2005 +@@ -676,15 +676,15 @@ + default: + break; + case TV_VIEW_TOP: +- tmp_coord += fmax(fabs(lookat->get(0)), fabs(lookat->get(2))); ++ tmp_coord += ((fabs(lookat->get(0)))>(fabs(lookat->get(2)))?(fabs(lookat->get(0))):(fabs(lookat->get(2)))); + break; + + case TV_VIEW_FRONT: +- tmp_coord += fmax(fabs(lookat->get(0)), fabs(lookat->get(1))); ++ tmp_coord += ((fabs(lookat->get(0)))>(fabs(lookat->get(1)))?(fabs(lookat->get(0))):(fabs(lookat->get(1)))); + break; + + case TV_VIEW_RIGHT: +- tmp_coord += fmax(fabs(lookat->get(1)), fabs(lookat->get(2))); ++ tmp_coord += ((fabs(lookat->get(1)))>(fabs(lookat->get(2)))?(fabs(lookat->get(1))):(fabs(lookat->get(2)))); + break; + } + diff --git a/graphics/truevision/files/patch-src-linkobj.cc b/graphics/truevision/files/patch-src-linkobj.cc new file mode 100644 index 000000000000..6022b0b2ad91 --- /dev/null +++ b/graphics/truevision/files/patch-src-linkobj.cc @@ -0,0 +1,11 @@ +--- src/linkobj.cc.orig Sun Feb 27 02:02:13 2005 ++++ src/linkobj.cc Wed Mar 16 22:15:22 2005 +@@ -94,7 +94,7 @@ + glScalef( a, b, c ); + rotation->gl_rotate(); + +- link->get_current()->display( false ); ++ link->get_current()->display( NULL, false ); + + glPopMatrix(); + list.end(); diff --git a/graphics/truevision/files/patch-src-texnormal.cc b/graphics/truevision/files/patch-src-texnormal.cc new file mode 100644 index 000000000000..81209a52032b --- /dev/null +++ b/graphics/truevision/files/patch-src-texnormal.cc @@ -0,0 +1,37 @@ +--- src/texnormal.cc.orig Wed Feb 23 22:32:55 2005 ++++ src/texnormal.cc Wed Mar 16 22:27:11 2005 +@@ -197,9 +197,9 @@ + + if ( normal1 == NULL && type->value() == 1 ) + { +- normal1 = new PovTexNormal( app_ref, false ); +- normal2 = new PovTexNormal( app_ref, false ); +- normal3 = new PovTexNormal( app_ref, false ); ++ normal1 = new PovTexNormal( app_ref, NULL, false ); ++ normal2 = new PovTexNormal( app_ref, NULL, false ); ++ normal3 = new PovTexNormal( app_ref, NULL, false ); + normal1->add_to_tree( ctree, ctree_node ); + normal2->add_to_tree( ctree, ctree_node ); + } +@@ -524,9 +524,9 @@ + + if ( !strcmp( tag, "NORMAL" ) ) + { +- if ( normal1 == NULL ) { normal1 = new PovTexNormal( app_ref, false ); normal1->load( file, tag ); continue; } +- if ( normal2 == NULL ) { normal2 = new PovTexNormal( app_ref, false ); normal2->load( file, tag ); continue; } +- if ( normal3 == NULL ) { normal3 = new PovTexNormal( app_ref, false ); normal3->load( file, tag ); continue; } ++ if ( normal1 == NULL ) { normal1 = new PovTexNormal( app_ref, NULL, false ); normal1->load( file, tag ); continue; } ++ if ( normal2 == NULL ) { normal2 = new PovTexNormal( app_ref, NULL, false ); normal2->load( file, tag ); continue; } ++ if ( normal3 == NULL ) { normal3 = new PovTexNormal( app_ref, NULL, false ); normal3->load( file, tag ); continue; } + tvio_skip_section( file ); + } + +@@ -613,7 +613,7 @@ + MapItem_normal::MapItem_normal( float val, guint8 c, app_objs *appref ) : MapItem( _("Normal"), val ) + { + color[0]=color[1]=color[2]=c; color[3]=255; +-normal = new PovTexNormal( appref, false ); ++normal = new PovTexNormal( appref, NULL, false ); + char text[25]; + sprintf( text, "Map normal #%u", obj_count++ ); + normal->set_name( text ); diff --git a/graphics/truevision/files/patch-src-texpigment.cc b/graphics/truevision/files/patch-src-texpigment.cc new file mode 100644 index 000000000000..4a236c1ad0f0 --- /dev/null +++ b/graphics/truevision/files/patch-src-texpigment.cc @@ -0,0 +1,37 @@ +--- src/texpigment.cc.orig Wed Feb 23 22:32:55 2005 ++++ src/texpigment.cc Wed Mar 16 22:29:09 2005 +@@ -234,9 +234,9 @@ + + if ( blockpig1 == NULL && type->value() == 2 ) + { +- blockpig1 = new PovTexPigment( app_ref, false ); +- blockpig2 = new PovTexPigment( app_ref, false ); +- blockpig3 = new PovTexPigment( app_ref, false ); ++ blockpig1 = new PovTexPigment( app_ref, NULL, false ); ++ blockpig2 = new PovTexPigment( app_ref, NULL, false ); ++ blockpig3 = new PovTexPigment( app_ref, NULL, false ); + blockpig1->add_to_tree( ctree, ctree_node, NULL ); + blockpig2->add_to_tree( ctree, ctree_node, NULL ); + } +@@ -552,9 +552,9 @@ + + if ( !strcmp( tag, "PIGMENT" ) ) + { +- if ( blockpig1 == NULL ) { blockpig1 = new PovTexPigment( app_ref, false ); blockpig1->load( file, tag ); continue; } +- if ( blockpig2 == NULL ) { blockpig2 = new PovTexPigment( app_ref, false ); blockpig2->load( file, tag ); continue; } +- if ( blockpig3 == NULL ) { blockpig3 = new PovTexPigment( app_ref, false ); blockpig3->load( file, tag ); continue; } ++ if ( blockpig1 == NULL ) { blockpig1 = new PovTexPigment( app_ref, NULL, false ); blockpig1->load( file, tag ); continue; } ++ if ( blockpig2 == NULL ) { blockpig2 = new PovTexPigment( app_ref, NULL, false ); blockpig2->load( file, tag ); continue; } ++ if ( blockpig3 == NULL ) { blockpig3 = new PovTexPigment( app_ref, NULL, false ); blockpig3->load( file, tag ); continue; } + tvio_skip_section( file ); + } + +@@ -641,7 +641,7 @@ + MapItem_pigment::MapItem_pigment( float val, guint8 c, app_objs *appref ) : MapItem( _("Pigment"), val ) + { + color[0]=color[1]=color[2]=c; color[3]=255; +-pigment = new PovTexPigment( appref, false ); ++pigment = new PovTexPigment( appref, NULL, false ); + char text[25]; + sprintf( text, "Map pigment #%u", obj_count++ ); + pigment->set_name( text ); diff --git a/graphics/truevision/files/patch-src::Makefile.am b/graphics/truevision/files/patch-src::Makefile.am deleted file mode 100644 index 473693d172cb..000000000000 --- a/graphics/truevision/files/patch-src::Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ ---- src/Makefile.am.orig Wed Oct 15 21:59:21 2003 -+++ src/Makefile.am Thu Dec 11 21:10:51 2003 -@@ -6,15 +6,7 @@ - - INCLUDES = \ - $(GNOME_CFLAGS)\ -- -I/usr/local/include/gtkglext-1.0 -I/usr/local/lib/gtkglext-1.0/include -- --CFLAGS =\ -- -Wall -Wimplicit -Wunused -Wmissing-prototypes\ -- -O2 -- --CXXFLAGS =\ -- -Wall -Wimplicit -Wunused -Wmissing-prototypes\ -- -O2 -+ `$(PKG_CONFIG) --cflags gtkglext-x11-1.0` - - bin_PROGRAMS = truevision - -@@ -68,7 +60,7 @@ - viewmanager.cc - - truevision_LDFLAGS = \ -- -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib -+ `$(PKG_CONFIG) --libs gtkglext-x11-1.0` - - truevision_LDADD = \ - $(GNOME_LIBS) diff --git a/graphics/truevision/pkg-plist b/graphics/truevision/pkg-plist index bf4098d97b1d..f51e2eb6d050 100644 --- a/graphics/truevision/pkg-plist +++ b/graphics/truevision/pkg-plist @@ -1,191 +1,141 @@ bin/truevision -include/Truevision/atmosphere.h -include/Truevision/box.h -include/Truevision/camera.h -include/Truevision/cone.h -include/Truevision/cylinder.h -include/Truevision/density.h -include/Truevision/disc.h -include/Truevision/dlgutils.h -include/Truevision/fog.h -include/Truevision/glview.h -include/Truevision/glview2d.h -include/Truevision/glview3d.h -include/Truevision/heightfield.h -include/Truevision/interface.h -include/Truevision/interior.h -include/Truevision/lights.h -include/Truevision/main.h -include/Truevision/mapedit.h -include/Truevision/material.h -include/Truevision/matlib.h -include/Truevision/matlist.h -include/Truevision/matpov.h -include/Truevision/media.h -include/Truevision/obj3dcsg.h -include/Truevision/obj3ddef.h -include/Truevision/object3d.h -include/Truevision/objectlayer.h -include/Truevision/objectlist.h -include/Truevision/objparam.h -include/Truevision/plane.h -include/Truevision/povfe.h -include/Truevision/preferences.h -include/Truevision/proppanel.h -include/Truevision/rotation.h -include/Truevision/scene.h -include/Truevision/slopemap.h -include/Truevision/sphere.h -include/Truevision/superellipsoid.h -include/Truevision/texfinish.h -include/Truevision/texnormal.h -include/Truevision/texpigment.h -include/Truevision/toolbar.h -include/Truevision/torus.h -include/Truevision/tvio.h -include/Truevision/tvwidgets.h -include/Truevision/undo.h -include/Truevision/viewmanager.h -share/gnome/Truevision/materials/Effects/Fire1.tvm -share/gnome/Truevision/materials/Glass/Acrylic.tvm -share/gnome/Truevision/materials/Glass/Amber.tvm -share/gnome/Truevision/materials/Glass/Beerbottle.tvm -share/gnome/Truevision/materials/Glass/Crystal.tvm -share/gnome/Truevision/materials/Glass/DarkGreen.tvm -share/gnome/Truevision/materials/Glass/Glass.tvm -share/gnome/Truevision/materials/Glass/Green.tvm -share/gnome/Truevision/materials/Glass/Old.tvm -share/gnome/Truevision/materials/Glass/Ruby.tvm -share/gnome/Truevision/materials/Glass/Vicks.tvm -share/gnome/Truevision/materials/Glass/Winebottle.tvm -share/gnome/Truevision/materials/Glass/Yellow.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass1A.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass1B.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass1C.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass1D.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass2A.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass2B.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass2C.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass2D.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass3A.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass3B.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass3C.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass3D.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass4A.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass4B.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass4C.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass4D.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass5A.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass5B.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass5C.tvm -share/gnome/Truevision/materials/Metals/Brass/Brass5D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_1A.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_1B.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_1C.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_1D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_1E.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_2A.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_2B.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_2C.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_2D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_2E.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_3A.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_3B.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_3C.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_3D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_3E.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_4A.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_4B.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_4C.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_4D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_4E.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_5A.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_5B.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_5C.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_5D.tvm -share/gnome/Truevision/materials/Metals/Copper/Copper_5E.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_1A.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_1B.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_1C.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_1D.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_1E.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_2A.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_2B.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_2C.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_2D.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_2E.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_3A.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_3B.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_3C.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_3D.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_3E.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_4A.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_4B.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_4C.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_4D.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_4E.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_5A.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_5B.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_5C.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_5D.tvm -share/gnome/Truevision/materials/Metals/Golds/Gold_5E.tvm -share/gnome/Truevision/materials/Skies/Cloud1.tvm -share/gnome/Truevision/materials/Stones/Marble1.tvm -share/gnome/Truevision/materials/Woods/Golden_Oak.tvm -share/gnome/Truevision/materials/Woods/Soft_Pine.tvm -share/gnome/apps/Graphics/Truevision.desktop -share/gnome/pixmaps/Truevision/create_icon.png -share/gnome/pixmaps/Truevision/lock.xpm -share/gnome/pixmaps/Truevision/mapedit_cursor.xpm -share/gnome/pixmaps/Truevision/move_icon.png -share/gnome/pixmaps/Truevision/nopreview.xpm -share/gnome/pixmaps/Truevision/object_bkgd.xpm -share/gnome/pixmaps/Truevision/object_box.xpm -share/gnome/pixmaps/Truevision/object_camera.xpm -share/gnome/pixmaps/Truevision/object_cone.xpm -share/gnome/pixmaps/Truevision/object_csg.xpm -share/gnome/pixmaps/Truevision/object_cylinder.xpm -share/gnome/pixmaps/Truevision/object_default.xpm -share/gnome/pixmaps/Truevision/object_default2.xpm -share/gnome/pixmaps/Truevision/object_diff.xpm -share/gnome/pixmaps/Truevision/object_disc.xpm -share/gnome/pixmaps/Truevision/object_fog.xpm -share/gnome/pixmaps/Truevision/object_hf.xpm -share/gnome/pixmaps/Truevision/object_inter.xpm -share/gnome/pixmaps/Truevision/object_light.xpm -share/gnome/pixmaps/Truevision/object_merge.xpm -share/gnome/pixmaps/Truevision/object_plane.xpm -share/gnome/pixmaps/Truevision/object_sphere.xpm -share/gnome/pixmaps/Truevision/object_superellipsoid.xpm -share/gnome/pixmaps/Truevision/object_torus.xpm -share/gnome/pixmaps/Truevision/object_union.xpm -share/gnome/pixmaps/Truevision/object_visible.xpm -share/gnome/pixmaps/Truevision/render.xpm -share/gnome/pixmaps/Truevision/rotate_icon.png -share/gnome/pixmaps/Truevision/scale_icon.png -share/gnome/pixmaps/Truevision/select_icon.png -share/gnome/pixmaps/Truevision/splash.png -share/gnome/pixmaps/Truevision/trackball_icon.png -share/gnome/pixmaps/Truevision/uscale_icon.png -share/gnome/pixmaps/Truevision/view_maximize.png -share/gnome/pixmaps/Truevision/view_menu.png -share/gnome/pixmaps/Truevision/view_restore.png -share/gnome/pixmaps/Truevision/view_rolldown.png -share/gnome/pixmaps/Truevision/view_rollup.png -share/gnome/pixmaps/Truevision/warning.xpm -share/locale/de/LC_MESSAGES/Truevision.mo -share/locale/fr/LC_MESSAGES/Truevision.mo -share/locale/ru/LC_MESSAGES/Truevision.mo -@dirrm share/gnome/pixmaps/Truevision -@dirrm share/gnome/Truevision/materials/Woods -@dirrm share/gnome/Truevision/materials/Stones -@dirrm share/gnome/Truevision/materials/Skies -@dirrm share/gnome/Truevision/materials/Metals/Golds -@dirrm share/gnome/Truevision/materials/Metals/Copper -@dirrm share/gnome/Truevision/materials/Metals/Brass -@dirrm share/gnome/Truevision/materials/Metals -@dirrm share/gnome/Truevision/materials/Glass -@dirrm share/gnome/Truevision/materials/Effects -@dirrm share/gnome/Truevision/materials -@dirrm share/gnome/Truevision -@dirrm include/Truevision +lib/libftgltv.a +share/gnome/applications/truevision.desktop +share/gnome/application-registry/truevision.applications +share/gnome/help/truevision/C/athmospherics.xml +share/gnome/help/truevision/C/camera.xml +share/gnome/help/truevision/C/figures/interface_editor.png +share/gnome/help/truevision/C/figures/interface_glviews.png +share/gnome/help/truevision/C/figures/interface_mateditor.png +share/gnome/help/truevision/C/figures/interface_matlibrary.png +share/gnome/help/truevision/C/figures/interface_objcreate.png +share/gnome/help/truevision/C/figures/interface_objeditor.png +share/gnome/help/truevision/C/figures/interface_objmaterial.png +share/gnome/help/truevision/C/figures/interface_objselect.png +share/gnome/help/truevision/C/figures/interface_prefs1.png +share/gnome/help/truevision/C/figures/interface_prefs2.png +share/gnome/help/truevision/C/figures/interface_prefs3.png +share/gnome/help/truevision/C/figures/interface_prefs4.png +share/gnome/help/truevision/C/figures/interface_renderbox.png +share/gnome/help/truevision/C/figures/interface_rendopt1.png +share/gnome/help/truevision/C/figures/interface_rendopt2.png +share/gnome/help/truevision/C/figures/interface_rendopt3.png +share/gnome/help/truevision/C/figures/interface_rendopt4.png +share/gnome/help/truevision/C/figures/interface_rendopt5.png +share/gnome/help/truevision/C/figures/interface_rendopt6.png +share/gnome/help/truevision/C/figures/interface_rendopt7.png +share/gnome/help/truevision/C/figures/interface_rendopt8.png +share/gnome/help/truevision/C/figures/interface_toolbar.png +share/gnome/help/truevision/C/functions.xml +share/gnome/help/truevision/C/interface_editor.xml +share/gnome/help/truevision/C/interface_glviews.xml +share/gnome/help/truevision/C/interface_mateditor.xml +share/gnome/help/truevision/C/interface_matlibrary.xml +share/gnome/help/truevision/C/interface_prefs.xml +share/gnome/help/truevision/C/interface_prefs1.xml +share/gnome/help/truevision/C/interface_prefs2.xml +share/gnome/help/truevision/C/interface_prefs3.xml +share/gnome/help/truevision/C/interface_prefs4.xml +share/gnome/help/truevision/C/interface_renderbox.xml +share/gnome/help/truevision/C/interface_rendopt.xml +share/gnome/help/truevision/C/interface_rendopt1.xml +share/gnome/help/truevision/C/interface_rendopt2.xml +share/gnome/help/truevision/C/interface_rendopt3.xml +share/gnome/help/truevision/C/interface_rendopt4.xml +share/gnome/help/truevision/C/interface_rendopt5.xml +share/gnome/help/truevision/C/interface_rendopt6.xml +share/gnome/help/truevision/C/interface_rendopt7.xml +share/gnome/help/truevision/C/interface_rendopt8.xml +share/gnome/help/truevision/C/interface_toolbar.xml +share/gnome/help/truevision/C/legal.xml +share/gnome/help/truevision/C/truevision.xml +share/gnome/help/truevision/C/welcome.xml +share/gnome/mime-info/truevision.keys +share/gnome/mime-info/truevision.mime +share/gnome/pixmaps/truevision/create_icon.png +share/gnome/pixmaps/truevision/gnome-mime-application-x-truevision.png +share/gnome/pixmaps/truevision/gnome-truevision.png +share/gnome/pixmaps/truevision/lock.xpm +share/gnome/pixmaps/truevision/mapedit_cursor.xpm +share/gnome/pixmaps/truevision/move_icon.png +share/gnome/pixmaps/truevision/nopreview.xpm +share/gnome/pixmaps/truevision/object_bkgd.xpm +share/gnome/pixmaps/truevision/object_blob.xpm +share/gnome/pixmaps/truevision/object_box.xpm +share/gnome/pixmaps/truevision/object_camera.xpm +share/gnome/pixmaps/truevision/object_cone.xpm +share/gnome/pixmaps/truevision/object_csg.xpm +share/gnome/pixmaps/truevision/object_cylinder.xpm +share/gnome/pixmaps/truevision/object_default.xpm +share/gnome/pixmaps/truevision/object_default2.xpm +share/gnome/pixmaps/truevision/object_diff.xpm +share/gnome/pixmaps/truevision/object_disc.xpm +share/gnome/pixmaps/truevision/object_fog.xpm +share/gnome/pixmaps/truevision/object_hf.xpm +share/gnome/pixmaps/truevision/object_inter.xpm +share/gnome/pixmaps/truevision/object_lathe.xpm +share/gnome/pixmaps/truevision/object_light.xpm +share/gnome/pixmaps/truevision/object_link.xpm +share/gnome/pixmaps/truevision/object_merge.xpm +share/gnome/pixmaps/truevision/object_plane.xpm +share/gnome/pixmaps/truevision/object_prism.xpm +share/gnome/pixmaps/truevision/object_sphere.xpm +share/gnome/pixmaps/truevision/object_superellipsoid.xpm +share/gnome/pixmaps/truevision/object_text.xpm +share/gnome/pixmaps/truevision/object_torus.xpm +share/gnome/pixmaps/truevision/object_union.xpm +share/gnome/pixmaps/truevision/object_visible.xpm +share/gnome/pixmaps/truevision/render.xpm +share/gnome/pixmaps/truevision/rotate_icon.png +share/gnome/pixmaps/truevision/scale_icon.png +share/gnome/pixmaps/truevision/select_icon.png +share/gnome/pixmaps/truevision/splash.png +share/gnome/pixmaps/truevision/trackball_icon.png +share/gnome/pixmaps/truevision/uscale_icon.png +share/gnome/pixmaps/truevision/view_maximize.png +share/gnome/pixmaps/truevision/view_menu.png +share/gnome/pixmaps/truevision/view_restore.png +share/gnome/pixmaps/truevision/view_rolldown.png +share/gnome/pixmaps/truevision/view_rollup.png +share/gnome/pixmaps/truevision/warning.xpm +share/gnome/truevision/materials/Effects/Fire1.tvm +share/gnome/truevision/materials/Effects/water.tvm +share/gnome/truevision/materials/Metals/Brass/Brass1A.tvm +share/gnome/truevision/materials/Metals/Brass/Brass1B.tvm +share/gnome/truevision/materials/Metals/Brass/Brass1C.tvm +share/gnome/truevision/materials/Metals/Brass/Brass1D.tvm +share/gnome/truevision/materials/Metals/Copper/Copper_1A.tvm +share/gnome/truevision/materials/Metals/Copper/Copper_1B.tvm +share/gnome/truevision/materials/Metals/Copper/Copper_1C.tvm +share/gnome/truevision/materials/Metals/Gold/Gold_1A.tvm +share/gnome/truevision/materials/Metals/Gold/Gold_1B.tvm +share/gnome/truevision/materials/Metals/Gold/Gold_1C.tvm +share/gnome/truevision/materials/Skies/Cloud1.tvm +share/gnome/truevision/materials/Stones/Marble1.tvm +share/gnome/truevision/materials/Stones/granite3.tvm +share/gnome/truevision/materials/Woods/Golden_Oak.tvm +share/gnome/truevision/materials/Woods/Soft_Pine.tvm +share/gnome/truevision/python/tv_classes.py +share/locale/de/LC_MESSAGES/truevision.mo +share/locale/fr/LC_MESSAGES/truevision.mo +share/locale/ru/LC_MESSAGES/truevision.mo +share/mime/application/x-truevision.xml +share/mime/packages/truevision.xml +@dirrm share/gnome/truevision/python +@dirrm share/gnome/truevision/materials/Woods +@dirrm share/gnome/truevision/materials/Stones +@dirrm share/gnome/truevision/materials/Skies +@dirrm share/gnome/truevision/materials/Metals/Gold +@dirrm share/gnome/truevision/materials/Metals/Copper +@dirrm share/gnome/truevision/materials/Metals/Brass +@dirrm share/gnome/truevision/materials/Metals +@dirrm share/gnome/truevision/materials/Glass +@dirrm share/gnome/truevision/materials/Effects +@dirrm share/gnome/truevision/materials +@dirrm share/gnome/truevision +@dirrm share/gnome/pixmaps/truevision +@dirrm share/gnome/help/truevision/C/figures +@dirrm share/gnome/help/truevision/C +@dirrm share/gnome/help/truevision +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime |