diff options
author | simonb <simonb@pkgsrc.org> | 2003-09-12 01:47:39 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2003-09-12 01:47:39 +0000 |
commit | 8aec4500b8ac3ef0479a776f99cc5fadc03f199e (patch) | |
tree | 5d3d45194bfba857a2ee079c2ece2d24da5e265c /graphics/gimageview | |
parent | b5f25148e804a8ab249309ba3a2cfe82be3f3fcf (diff) | |
download | pkgsrc-8aec4500b8ac3ef0479a776f99cc5fadc03f199e.tar.gz |
Update to 0.2.24. Changes include:
# "Auto fit without zoom in" feature has been fixed.
# Added "Fit width" and "Fit height" feature.
# The bug that sometimes mplayer fails to start playing has been fixed.
# Fixed double freeing bug of JPEG loader.
(Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>)
# Fixed a bug in DnD support
(Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>)
# Remove trailing slash when create directory.
(Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).
# Updated libexif to 0.5.11.
# Other code improvements.
The "Remove trailing slash when create directory" change in particular
makes this package work much better under NetBSD.
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimageview/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index b2a02cf2ec6..162bd219813 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2003/08/28 20:05:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/12 01:47:39 simonb Exp $ -DISTNAME= gimageview-0.2.23 -PKGREVISION= 1 +DISTNAME= gimageview-0.2.24 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmmviewer/} diff --git a/graphics/gimageview/distinfo b/graphics/gimageview/distinfo index 3e77ef209f0..0a054f29e27 100644 --- a/graphics/gimageview/distinfo +++ b/graphics/gimageview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/07/12 11:29:43 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2003/09/12 01:47:40 simonb Exp $ -SHA1 (gimageview-0.2.23.tar.gz) = 6621971468b31953640fba036dbeb644004fb4ba -Size (gimageview-0.2.23.tar.gz) = 1342200 bytes +SHA1 (gimageview-0.2.24.tar.gz) = 31bbcced3ac1985f830e2a2c44ce5bc36bd62efb +Size (gimageview-0.2.24.tar.gz) = 1361585 bytes |