02cde4b503
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
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2003/07/25 16:59:24 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= eog-2.3.4
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Eye of GNOME: an image viewing and cataloging program
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
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"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|