diff options
author | fredb <fredb@pkgsrc.org> | 2003-12-22 04:46:15 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-12-22 04:46:15 +0000 |
commit | 28e25f69d6e9c0af5dfb9d4e6aa3689aa65f3ed6 (patch) | |
tree | 97c312ccaa0214735191d9d8ad3a24a95abdd45c /graphics/xli/Makefile | |
parent | dc35fb4ecaa8f8228f57f33d458d25f47e4ba73b (diff) | |
download | pkgsrc-28e25f69d6e9c0af5dfb9d4e6aa3689aa65f3ed6.tar.gz |
Update xli to 1.17.0. Still small and fast. Now uses the standard jpeg
library to support more image formats, and adds support for MIT shared
memory where available, for even more speed. "xli" is now maintained
by Smarasderagd, whose credits include the former png patch for xli,
and the png support for the chimera browser.
Changes from 1.16 (from the "README"):
Converted source code to ANSI C prototypes.
Removed MSDOS support (Sorry! Anyone want to add Win32 support?)
Added PNG file format loader.
Added support for MIT shared memory extension.
Rewrote JPEG file format loader to use the IJG library, to take
advantage of performance improvements and support progressive
scan JPEGs.
Added the -delete, -iscale, -focus, and -cache options.
Added interactive image fast scaling with the '<', '>' and '=' keys.
Added TODO file. Feel free to do anything on the list, or offer
your own fixes and enhancements.
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 4b7c3a7541f..79f21dd1c10 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,25 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2003/12/22 03:06:52 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/22 04:46:15 fredb Exp $ -DISTNAME= xli-1.16 -PKGREVISION= 4 -WRKSRC= ${WRKDIR} +DISTNAME= xli-1.17.0 CATEGORIES= graphics x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} -DISTFILES= xli.1.16.tar.gz \ - xli-png.tar.gz +MASTER_SITES= http://pantransit.reptiles.org/prog/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Version of xloadimage, an X11 Image Loading Utility -#SITES_xli-png.tar.gz= http://pantransit.reptiles.org/prog/ -SITES_xli-png.tar.gz= ${MASTER_SITE_BACKUP} - USE_BUILDLINK2= YES USE_IMAKE= YES -pre-patch: - ${RM} ${WRKSRC}/png.c,v - @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch - +.include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |