summaryrefslogtreecommitdiff
path: root/graphics/jpegpixi
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-31 23:02:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-31 23:02:29 +0000
commitca2456fa8415954ecee004f6e07efbc2e7efea4e (patch)
tree180265ff46ac075dde6e9bd0991d2abecf7aec47 /graphics/jpegpixi
parentFix WWW: line (diff)
Update to version 1.0.3
PR: ports/76897 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=127815
Diffstat (limited to 'graphics/jpegpixi')
-rw-r--r--graphics/jpegpixi/Makefile19
-rw-r--r--graphics/jpegpixi/distinfo4
-rw-r--r--graphics/jpegpixi/pkg-descr28
-rw-r--r--graphics/jpegpixi/pkg-plist5
4 files changed, 34 insertions, 22 deletions
diff --git a/graphics/jpegpixi/Makefile b/graphics/jpegpixi/Makefile
index da1de352ecd3..d814942c4706 100644
--- a/graphics/jpegpixi/Makefile
+++ b/graphics/jpegpixi/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= jpegpixi
-PORTVERSION= 0.14
+PORTVERSION= 1.0.3
CATEGORIES= graphics
MASTER_SITES= http://www.zero-based.org/software/jpegpixi/
-MASTER_SITE_SUBDIR= jpegpixi
MAINTAINER= ports@FreeBSD.org
COMMENT= Useful to correct images from digtal camera with CCD defects
@@ -17,9 +16,19 @@ COMMENT= Useful to correct images from digtal camera with CCD defects
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-jpeglib-include=${LOCALBASE}/include \
- --with-jpeglib-lib=${LOCALBASE}/lib
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
-MAN1= jpegpixi.1 jpeghotp.1
+MANLANG= "" de fi fr
+MAN1= jpeghotp.1 jpegpixi.1
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.else
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
.include <bsd.port.mk>
diff --git a/graphics/jpegpixi/distinfo b/graphics/jpegpixi/distinfo
index 87a6682300e5..f5dee53c7be0 100644
--- a/graphics/jpegpixi/distinfo
+++ b/graphics/jpegpixi/distinfo
@@ -1,2 +1,2 @@
-MD5 (jpegpixi-0.14.tar.gz) = 91a7a6d948c9e23a9be48611babdcc1e
-SIZE (jpegpixi-0.14.tar.gz) = 113834
+MD5 (jpegpixi-1.0.3.tar.gz) = cd34dfe975d3822b117ba26f5f43b052
+SIZE (jpegpixi-1.0.3.tar.gz) = 153432
diff --git a/graphics/jpegpixi/pkg-descr b/graphics/jpegpixi/pkg-descr
index d5d2a1d03409..3cf525ed592e 100644
--- a/graphics/jpegpixi/pkg-descr
+++ b/graphics/jpegpixi/pkg-descr
@@ -1,17 +1,17 @@
-"Jpegpixi" is short for "JPEG pixel interpolator". The intent of the
-program is to interpolate pixels in JFIF images (commonly refered to as
-"JPEG images"). This is useful to correct images from a digital camera
-with CCD defects. For example, if one pixel is always bright green, this
-pixel can be interpolated away with jpegpixi.
+"Jpegpixi" is short for "JPEG pixel interpolator". The intent of
+the program is to interpolate pixels in JFIF images (commonly refered
+to as "JPEG images"). This is useful to correct images from a digital
+camera with CCD defects. For example, if one pixel is always bright
+green, this pixel can be interpolated away with jpegpixi.
-Jpegpixi is unique in that it tries to preserve the quality of the JFIF
-image as much as possible. Usual graphics programs decode JFIF images
-when they are loaded, and re-encode them when they are saved, which
-results in an overall loss of quality. Jpegpixi, on the other hand, does
-not decode and re-encode the image, but manipulates the encoded image
-data (known as the "DCT coefficients"). Therefore, the blocks (typically
-8x8, 8x16, or 16x16 pixel areas) which contain the pixels to be
-interpolated are minimally disturbed, and other blocks remain
-pixel-by-pixel identical to the original image.
+Jpegpixi is unique in that it tries to preserve the quality of the
+JFIF image as much as possible. Usual graphics programs decode JFIF
+images when they are loaded, and re-encode them when they are saved,
+which results in an overall loss of quality. Jpegpixi, on the other
+hand, does not decode and re-encode the image, but manipulates the
+encoded image data (known as the "DCT coefficients"). Therefore,
+the blocks (typically 8x8, 8x16, or 16x16 pixel areas) which contain
+the pixels to be interpolated are minimally disturbed, and other
+blocks remain pixel-by-pixel identical to the original image.
WWW: http://jpegpixi.sourceforge.net/
diff --git a/graphics/jpegpixi/pkg-plist b/graphics/jpegpixi/pkg-plist
index 761e46466f1a..39d5492d1d11 100644
--- a/graphics/jpegpixi/pkg-plist
+++ b/graphics/jpegpixi/pkg-plist
@@ -1,2 +1,5 @@
-bin/jpegpixi
bin/jpeghotp
+bin/jpegpixi
+%%NLS%%share/locale/de/LC_MESSAGES/jpegpixi.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/jpegpixi.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/jpegpixi.mo