pkgsrc/graphics/gtksee/Makefile

29 lines
928 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2007/01/07 09:13:55 rillig Exp $
#
Update to 0.5.6, provided in PR 26372 by Sergio Jimenez. Changes: 0.5.6 ======================================================================= Image Viewer o Added 2 features: reflect left/right and up/down (contributed by Jean-Pierre Demailly) o Added feature for save file when reflect or rotate. Other: o EPS image format supported (need GhostSCript installed). o SGI image format supported. o Added Rename Sequence function. o Added Timestamp function. o Improvement in code source. i18n: o Added Polish translation (contributed by Leszek Pietryka) Bug: o Improvement in im_xcf.c and im_psd.c files (contributed by Jean-Pierre Demailly) o Fixed problem of ICO plugin (wrong color bug) (contributed by Jean-Pierre Demailly) 0.5.5.1 ======================================================================= Image Browser: o Show a progress bar while reading a directory. o Sort by file type. Other: o TGA image format supported. o XWD image format supported. o SUN RASTER image format supported. o OS/2 BMP (2.2.x, 2.1.x and 1.x) image format supported. o Improvement in PNM, PBM, PPM and PGM files support. o Changes in Delete function: * use Delete key. * delete single or selection of files. * selection bar stay in the next file. o Changes in Rename function. i18n: o Added Russian and Ukrainian translation (contributed by Dmitry Goroh) Bug: o Fixed GTK See crash when doing "Refresh" in "Small icons" or "Thumbnails" mode. (report by Dmitry Goroh) o Fixed problem when launching GIMP (reported by Jan Keirse and Dmitry Goroh) 0.5.4 ======================================================================= Other: o Changes in configure and configure.in scripts for compile GTK See in Solaris 9 (sparc) (contributed by Holger Weiss) Bug: o Fixed problem reading BMP files (reported by Kevin Krumwiede) 0.5.3 ======================================================================= i18n: o Added german translation (contributed by Dirk Ruediger) Image Browser: o Go to fullscreen (and return from) with double click (contributed by huzheng) Other: o Man page (contributed by Dirk Ruediger) o Command line parsing with getopt (contributed by Laurent Maestracci) o Support zipped images (i.e., foo.bmp.zip) Bug: o Fixed problem reading indexed PNG files with alpha values associated with palettes entries (reported by Andreas Grosse)
2004-12-27 23:50:45 +01:00
DISTNAME= gtksee-0.5.6
PKGREVISION= 3
CATEGORIES= graphics x11
MASTER_SITES= http://download.berlios.de/gtksee/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://developer.berlios.de/projects/gtksee/
COMMENT= Gtk-based image viewing and cataloging program
GNU_CONFIGURE= YES
USE_TOOLS+= gmake msgfmt
USE_PKGLOCALEDIR= YES
post-install:
${INSTALL_MAN} ${WRKSRC}/man/gtksee.1 ${PREFIX}/${PKGMANDIR}/man1/gtksee.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtksee
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtksee
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/gtksee
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/gtksee
2004-04-25 03:30:27 +02:00
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"