Date: Tue, 1 Feb 2005 00:00:12 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76897: Update port: graphics/jpegpixi to 1.0.3 Message-ID: <20050201000012.4a6a2dc3.tkato432@yahoo.com> Resent-Message-ID: <200501311510.j0VFAHuO085178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76897 >Category: ports >Synopsis: Update port: graphics/jpegpixi to 1.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 15:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jpegpixi/Makefile graphics/jpegpixi/Makefile --- /usr/ports/graphics/jpegpixi/Makefile Sun Dec 19 09:44:05 2004 +++ graphics/jpegpixi/Makefile Sat Jan 29 22:38:24 2005 @@ -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 @@ 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 -urN /usr/ports/graphics/jpegpixi/distinfo graphics/jpegpixi/distinfo --- /usr/ports/graphics/jpegpixi/distinfo Thu Mar 18 13:52:15 2004 +++ graphics/jpegpixi/distinfo Sat Jan 29 22:34:00 2005 @@ -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 -urN /usr/ports/graphics/jpegpixi/pkg-descr graphics/jpegpixi/pkg-descr --- /usr/ports/graphics/jpegpixi/pkg-descr Thu Jun 20 13:47:47 2002 +++ graphics/jpegpixi/pkg-descr Sat Jan 29 22:30:14 2005 @@ -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 -urN /usr/ports/graphics/jpegpixi/pkg-plist graphics/jpegpixi/pkg-plist --- /usr/ports/graphics/jpegpixi/pkg-plist Tue Jan 13 13:55:10 2004 +++ graphics/jpegpixi/pkg-plist Sat Jan 29 22:38:34 2005 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050201000012.4a6a2dc3.tkato432>