pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/img2eps update img2eps to 0.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1121b7b69c41
branches: trunk
changeset: 496865:1121b7b69c41
user: dillo <dillo%pkgsrc.org@localhost>
date: Thu Jul 14 14:52:08 2005 +0000
description:
update img2eps to 0.2:
* support for specifying resolution, size, orientation,
and placement of image
* support for JPEG 2000 image format
* options to force recompression of image data and to ignore pixel order
* support for EXIF Orientation tag (auto-rotate images)
* fix handling of interlaced GIF images
* LZW compression no longer optional (patent expired)
diffstat:
print/img2eps/Makefile | 10 ++++++----
print/img2eps/distinfo | 8 ++++----
print/img2eps/options.mk | 14 ++++++++++++++
3 files changed, 24 insertions(+), 8 deletions(-)
diffs (62 lines):
diff -r ed54be428999 -r 1121b7b69c41 print/img2eps/Makefile
--- a/print/img2eps/Makefile Thu Jul 14 14:48:09 2005 +0000
+++ b/print/img2eps/Makefile Thu Jul 14 14:52:08 2005 +0000
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:08 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/14 14:52:08 dillo Exp $
#
-DISTNAME= img2eps-0.1
-PKGREVISION= 3
+DISTNAME= img2eps-0.2
CATEGORIES= print graphics
MASTER_SITES= http://www.nih.at/img2eps/
MASTER_SITES+= http://eris.giga.or.at/pub/nih/img2eps/
MASTER_SITES+= http://sunsite.univie.ac.at/pub/nih/img2eps/
-MAINTAINER= dillo%giga.or.at@localhost
+MAINTAINER= dillo%NetBSD.org@localhost
HOMEPAGE= http://www.nih.at/img2eps/
COMMENT= Convert raster images to EPS files
GNU_CONFIGURE= YES
TEST_TARGET= check
+.include "options.mk"
+
.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
diff -r ed54be428999 -r 1121b7b69c41 print/img2eps/distinfo
--- a/print/img2eps/distinfo Thu Jul 14 14:48:09 2005 +0000
+++ b/print/img2eps/distinfo Thu Jul 14 14:52:08 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:51:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/07/14 14:52:08 dillo Exp $
-SHA1 (img2eps-0.1.tar.gz) = 0fb06950f424babc6ef7e81c34667d6bf490d4ed
-RMD160 (img2eps-0.1.tar.gz) = c3cc359b99af84502a8ffb8bd6274763352abf67
-Size (img2eps-0.1.tar.gz) = 360320 bytes
+SHA1 (img2eps-0.2.tar.gz) = 0b62efba9ffdf1b9420e29ea9de928e5e8d9abaf
+RMD160 (img2eps-0.2.tar.gz) = 5113a3cd22bcc2ae1562a45bfdd21c2ef0151e70
+Size (img2eps-0.2.tar.gz) = 404286 bytes
diff -r ed54be428999 -r 1121b7b69c41 print/img2eps/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/img2eps/options.mk Thu Jul 14 14:52:08 2005 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2005/07/14 14:52:08 dillo Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.img2eps
+PKG_SUPPORTED_OPTIONS= jasper
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mjasper)
+CONFIGURE_ARGS+= --with-jpeg2000
+.include "../../graphics/jasper/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-jpeg2000
+.endif
Home |
Main Index |
Thread Index |
Old Index