diff options
author | xtraeme <xtraeme> | 2003-11-10 02:03:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-11-10 02:03:17 +0000 |
commit | 5019b8f3dcb3f5b4330a906604ff96e7302c4243 (patch) | |
tree | db8042083320862aa394cf563357d06c1342fd5a /graphics | |
parent | 182001c2a9bff26fce980261397ff78e9a13bfed (diff) | |
download | pkgsrc-5019b8f3dcb3f5b4330a906604ff96e7302c4243.tar.gz |
Update to 1.3.5 provided by Soren Jacobsen PR pkg/23403.
Changes since 1.3.4:
* Added option to rotate image based on Exif.
* Added advanced view for exif data, shows all data in the file.
* The list of supported file formats is now built by querying gdk-pixbuf.
Installing additional image loaders (for example the one in
librsvg2 for SVG files) will now be enabled automatically.
* Fix crash when filesystem filenames are not UTF-8 even though the
system settings claim they are.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gqview-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index c4b63a206d5..f9de380550d 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/11/01 18:26:49 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/10 02:03:17 xtraeme Exp $ # -DISTNAME= gqview-1.3.4 +DISTNAME= gqview-1.3.5 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} diff --git a/graphics/gqview-devel/distinfo b/graphics/gqview-devel/distinfo index b6f9e6c47c9..fa5b335409b 100644 --- a/graphics/gqview-devel/distinfo +++ b/graphics/gqview-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/11/01 18:25:36 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/11/10 02:03:17 xtraeme Exp $ -SHA1 (gqview-1.3.4.tar.gz) = 1aaa2df0968873d1025c0f032c3e3dec62938d57 -Size (gqview-1.3.4.tar.gz) = 1043851 bytes +SHA1 (gqview-1.3.5.tar.gz) = c5140623a2ba153697c3843a91d3af9b39d0c8ba +Size (gqview-1.3.5.tar.gz) = 1062019 bytes |