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
This commit is contained in:
parent
35c6f699e0
commit
48285a466d
3 changed files with 14 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/11/30 16:13:53 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2005/09/07 14:42:10 adam Exp $
|
||||
bin/gliv
|
||||
man/de/man1/gliv.1
|
||||
man/fr/man1/gliv.1
|
||||
man/man1/gliv.1
|
||||
man/ru/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
|
||||
${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/gliv.mo
|
||||
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gliv.mo
|
||||
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gliv.mo
|
||||
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gliv.mo
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2005/03/14 14:52:40 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.7 2005/09/07 14:42:10 adam Exp $
|
||||
|
||||
SHA1 (gliv-1.9.1.tar.bz2) = 2517f57d0a1e99411f389a689e96457864743398
|
||||
RMD160 (gliv-1.9.1.tar.bz2) = b54e63ab022347af319f085e4c06137090d0c357
|
||||
Size (gliv-1.9.1.tar.bz2) = 446120 bytes
|
||||
SHA1 (patch-aa) = 23de2dc54f14d4909d47a1d6808beae6969443f6
|
||||
SHA1 (patch-ab) = 496ae5268e6c343b239415ba5f6ee782c8131dc4
|
||||
SHA1 (gliv-1.9.3.tar.bz2) = 35630f6327437761b62d84750140bfc9a84c9819
|
||||
RMD160 (gliv-1.9.3.tar.bz2) = 3163b91e1b5b3d8704f277309ec505bca193a4aa
|
||||
Size (gliv-1.9.3.tar.bz2) = 468387 bytes
|
||||
|
|
Loading…
Reference in a new issue