Initial import of gliv-1.8.2.
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.
This commit is contained in:
parent
fdeec40087
commit
827d7fb095
4 changed files with 41 additions and 0 deletions
4
gliv/DESCR
Normal file
4
gliv/DESCR
Normal file
|
@ -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.
|
24
gliv/Makefile
Normal file
24
gliv/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/03/19 01:45:04 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"
|
9
gliv/PLIST
Normal file
9
gliv/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/19 01:45:04 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
|
4
gliv/distinfo
Normal file
4
gliv/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/03/19 01:45:04 xtraeme Exp $
|
||||
|
||||
SHA1 (gliv-1.8.2.tar.bz2) = 69949b729dfe448dfd23d6998b08fec9d3fa1cb5
|
||||
Size (gliv-1.8.2.tar.bz2) = 688729 bytes
|
Loading…
Reference in a new issue