diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 19:59:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 19:59:47 +0000 |
commit | 4a0efafafd9963691a6c04112495d4c5aa473ab4 (patch) | |
tree | 5649cf3b5e710240bd91ad74652de546d13cd37a | |
parent | 97d7643da94c739b4fecff6a5e476867e49f9ca1 (diff) | |
download | pkgsrc-4a0efafafd9963691a6c04112495d4c5aa473ab4.tar.gz |
Initial import of gliv-1.8.2 from pkgsrc-wip.
GLiv is an OpenGL image viewer, image loading is done via Gdk-pixbuf bundled
with GTK+-2.2, rendering with OpenGL and the graphical user interface uses
GTK+ with GtkGLExt. GLiv is very fast and smooth at rotating, panning and
zooming if you have an OpenGL accelerated graphics board.
-rw-r--r-- | graphics/gliv/DESCR | 4 | ||||
-rw-r--r-- | graphics/gliv/Makefile | 24 | ||||
-rw-r--r-- | graphics/gliv/PLIST | 9 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/gliv/DESCR b/graphics/gliv/DESCR new file mode 100644 index 00000000000..d4fd180fbb5 --- /dev/null +++ b/graphics/gliv/DESCR @@ -0,0 +1,4 @@ +GLiv is an OpenGL image viewer, image loading is done via Gdk-pixbuf bundled +with GTK+-2.2, rendering with OpenGL and the graphical user interface uses +GTK+ with GtkGLExt. GLiv is very fast and smooth at rotating, panning and +zooming if you have an OpenGL accelerated graphics board. diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile new file mode 100644 index 00000000000..316dddc469b --- /dev/null +++ b/graphics/gliv/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 19:59:47 xtraeme Exp $ +# + +DISTNAME= gliv-1.8.2 +CATEGORIES= graphics +MASTER_SITES= http://guichaz.free.fr/gliv/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://guichaz.free.fr/gliv/ +COMMENT= OpenGL image viewer + +BUILD_USES_MSGFMT= yes + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_PKGLOCALEDIR= yes +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../graphics/gtkglext/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gliv/PLIST b/graphics/gliv/PLIST new file mode 100644 index 00000000000..d7fe2864199 --- /dev/null +++ b/graphics/gliv/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 19:59:47 xtraeme Exp $ +bin/gliv +man/man1/gliv.1 +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gliv.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gliv.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gliv.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gliv.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gliv.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gliv.mo diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo new file mode 100644 index 00000000000..c5a2f3b6ec1 --- /dev/null +++ b/graphics/gliv/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/28 19:59:47 xtraeme Exp $ + +SHA1 (gliv-1.8.2.tar.bz2) = 69949b729dfe448dfd23d6998b08fec9d3fa1cb5 +Size (gliv-1.8.2.tar.bz2) = 688729 bytes |