pkgsrc/graphics/eog2/Makefile

41 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2004/02/09 18:47:37 jmmv Exp $
#
DISTNAME= eog-2.5.1
PKGREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.5/}
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
Update to 2.2.0. Changes since 1.0.4: * Translation updates. * Toolbar fix (Christian Neumaier) * Typo fixes. (Kjartan Maraas) * Typo fixes. (Kjartan Maraas) * Documentation updates. - #91027 (Irene Ryan) * URI handling fixes. (Jens) * Don't depend on libgnomeprint until printing is working again. (Jens) * We don't crash anymore if the user doesn't have permissions to read a file - #85263 (Federico). * The window is correctly sized upon startup, and you can shrink it again - #72352, #75713 (Jens). * Nautilus will now display "Display as Image", which is better than "Display as EOG Image" - #73651 (Federico). * Images now have a simple context menu - #75889 (Federico). * We do the right thing to destroy the window list on File/Exit - #86469 (Federico). * Filenames with percent signs in them are now handled correctly - * #89372 (Federico). * The File/Open dialog now displays a list of the supported image types - #85690 (Jens). * Removed Tiles interpolation as it does not make sense for EOG. (Federico) * Reworked preferences dialog and droped View menu settings. (Jens) * Components are installed in $(libexec) (Michael). * Restarted work on the collection component, currently disabled by default (Jens). * No distorted view anymore when resizing an empty window. - #85927 (Jens) * DnD into an empty window doesn't open a new window. (Jens) * Load control ui xml file correctly (Ross Burton). * Fullscreen now uses the whole screen again. (Jens) * Better HIG compliance. (Jens) * Rotating and flipping images - #68340 (Jens). * New Latvian translation (Peteris Krisjanis). * New Bulgarian translation (Borislav Aleksandrov). * New Albanian translation (Laurent Dhima, Christian Rose). * Lots of updated translations. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14 22:11:26 +01:00
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
GNU_CONFIGURE= YES
USE_X11= YES
USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
Update to 2.2.0. Changes since 1.0.4: * Translation updates. * Toolbar fix (Christian Neumaier) * Typo fixes. (Kjartan Maraas) * Typo fixes. (Kjartan Maraas) * Documentation updates. - #91027 (Irene Ryan) * URI handling fixes. (Jens) * Don't depend on libgnomeprint until printing is working again. (Jens) * We don't crash anymore if the user doesn't have permissions to read a file - #85263 (Federico). * The window is correctly sized upon startup, and you can shrink it again - #72352, #75713 (Jens). * Nautilus will now display "Display as Image", which is better than "Display as EOG Image" - #73651 (Federico). * Images now have a simple context menu - #75889 (Federico). * We do the right thing to destroy the window list on File/Exit - #86469 (Federico). * Filenames with percent signs in them are now handled correctly - * #89372 (Federico). * The File/Open dialog now displays a list of the supported image types - #85690 (Jens). * Removed Tiles interpolation as it does not make sense for EOG. (Federico) * Reworked preferences dialog and droped View menu settings. (Jens) * Components are installed in $(libexec) (Michael). * Restarted work on the collection component, currently disabled by default (Jens). * No distorted view anymore when resizing an empty window. - #85927 (Jens) * DnD into an empty window doesn't open a new window. (Jens) * Load control ui xml file correctly (Ross Burton). * Fullscreen now uses the whole screen again. (Jens) * Better HIG compliance. (Jens) * Rotating and flipping images - #68340 (Jens). * New Latvian translation (Peteris Krisjanis). * New Bulgarian translation (Borislav Aleksandrov). * New Albanian translation (Laurent Dhima, Christian Rose). * Lots of updated translations. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14 22:11:26 +01:00
GCONF2_SCHEMAS= eog.schemas
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/eel2/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libbonobo/buildlink2.mk"
.include "../../devel/libbonoboui/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/libexif/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
.include "../../print/libgnomeprintui/buildlink2.mk"
.include "../../print/libgnomeprint/buildlink2.mk"
.include "../../textproc/intltool/buildlink2.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"