diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-25 16:59:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-25 16:59:24 +0000 |
commit | 02cde4b5038f7245ee89b401b27ace4c5b584879 (patch) | |
tree | 9d695e44b1fe0e1c49c30209141a648cb29e8fa3 /graphics/eog2/Makefile | |
parent | 8a19658c0a3895aa06b2d0330a552105d047e78e (diff) | |
download | pkgsrc-02cde4b5038f7245ee89b401b27ace4c5b584879.tar.gz |
update to 2.3.4
changes:
* Special support for JPEG images on save (preserves EXIF data,
* Function for saving modified images in a collection.
* Collection thumbnail creation/update fixes.
* Translation Updates
* Collection view supports zoom interface
* Recent files support
* Collection view shows the selected image in the top
half of the window
* Support for thumbnail management spec
* Sticky zoom to fit (if you resize the window the image zoom will be
adapted automatically)
* Progressive image loading for remote or large files
* EXIF support in collection view (requires optional libexif)
+bugfixes
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 6df276cee67..a3862a4ed72 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:40:24 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/25 16:59:24 drochner Exp $ # -DISTNAME= eog-2.2.0 -PKGREVISION= 4 +DISTNAME= eog-2.3.4 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.3/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -24,11 +23,13 @@ GCONF2_SCHEMAS= eog.schemas .include "../../textproc/scrollkeeper/omf.mk" .include "../../print/libgnomeprint/buildlink2.mk" +.include "../../print/libgnomeprintui/buildlink2.mk" .include "../../sysutils/gnome-vfs2/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf2/schemas.mk" .include "../../devel/libbonoboui/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" +.include "../../devel/eel2/buildlink2.mk" .include "../../graphics/librsvg2/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" |