diff options
author | adam <adam@pkgsrc.org> | 2005-09-07 14:42:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-07 14:42:10 +0000 |
commit | 48285a466db49b8abbb63c29f5a935d8de6066c8 (patch) | |
tree | 13668d624982abecfe1f27ae82adddb1739a3686 /graphics/gliv/Makefile | |
parent | 35c6f699e080a330ff6175ad3c9b33e6e4dd1e29 (diff) | |
download | pkgsrc-48285a466db49b8abbb63c29f5a935d8de6066c8.tar.gz |
Changes 1.9.3:
* New menu entry to open a directory.
* Initial Kinyarwanda translation.
* Vietnamese translation.
* "Pause" as a keybinding to toggle the slideshow.
* Files are sorted in natural order, such that 2.jpg comes before 10.jpg.
Changes 1.9.2:
* Faster loading of collections.
* Faster switching between images.
* Added an option to keep transformations between images.
* Turkish translation
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r-- | graphics/gliv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index c5028344b16..43c6e3c2818 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/07 14:42:10 adam Exp $ -DISTNAME= gliv-1.9.1 +DISTNAME= gliv-1.9.3 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/ EXTRACT_SUFX= .tar.bz2 @@ -11,12 +11,11 @@ COMMENT= OpenGL image viewer BUILD_USES_MSGFMT= yes -USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/gtkglext/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |