diff options
author | adam <adam@pkgsrc.org> | 2004-11-30 16:13:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-30 16:13:53 +0000 |
commit | bbc677a10f9bccb7a868cc05784340b514f6c146 (patch) | |
tree | 43281b63e20c01b9160f71b62d1b653c0d633dae /graphics | |
parent | 454ae3090bc7e034694ecb895d651b37327f21b6 (diff) | |
download | pkgsrc-bbc677a10f9bccb7a868cc05784340b514f6c146.tar.gz |
Changes 1.8.4:
* Require gtk+-2.4.
* The framerate limiter is more accurate and is by default enabled at 100 fps.
* Faster collection loading, the file is now mmapped.
* Slovak translation.
Changes 1.8.3:
* New menu item to open the current image directory menu.
* The PageUp and PageDown can be used to switch images.
* Fixed a thinko in the case where automatic centering is disabled.
* Transitions can be disabled in a more intuitive way.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gliv/Makefile | 19 | ||||
-rw-r--r-- | graphics/gliv/PLIST | 3 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 7bf41512ab0..a7fee264e88 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:51 tv Exp $ -# +# $NetBSD: Makefile,v 1.4 2004/11/30 16:13:53 adam Exp $ -DISTNAME= gliv-1.8.2 -PKGREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://guichaz.free.fr/gliv/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= gliv-1.8.4 +CATEGORIES= graphics +MASTER_SITES= http://guichaz.free.fr/gliv/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://guichaz.free.fr/gliv/ -COMMENT= OpenGL image viewer +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://guichaz.free.fr/gliv/ +COMMENT= OpenGL image viewer BUILD_USES_MSGFMT= yes @@ -22,4 +20,5 @@ 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 index d7fe2864199..b2a8515efe7 100644 --- a/graphics/gliv/PLIST +++ b/graphics/gliv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 19:59:47 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/11/30 16:13:53 adam Exp $ bin/gliv man/man1/gliv.1 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gliv.mo @@ -7,3 +7,4 @@ ${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 +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gliv.mo diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index c5a2f3b6ec1..eeec20bee4f 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/03/28 19:59:47 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/11/30 16:13:53 adam Exp $ -SHA1 (gliv-1.8.2.tar.bz2) = 69949b729dfe448dfd23d6998b08fec9d3fa1cb5 -Size (gliv-1.8.2.tar.bz2) = 688729 bytes +SHA1 (gliv-1.8.4.tar.bz2) = c46ac771a1e6931ab1dbca0c4f4ce6fb8d31f225 +Size (gliv-1.8.4.tar.bz2) = 428207 bytes |