summaryrefslogtreecommitdiff
path: root/graphics/xli/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2003-12-22 04:46:15 +0000
committerfredb <fredb@pkgsrc.org>2003-12-22 04:46:15 +0000
commit817f76e17e3f65dc666df03117d98832abba1c55 (patch)
tree97c312ccaa0214735191d9d8ad3a24a95abdd45c /graphics/xli/Makefile
parent803a6fe13f59a17a96a1be168788f7475ecc4d12 (diff)
downloadpkgsrc-817f76e17e3f65dc666df03117d98832abba1c55.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/Makefile18
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"