forked from Lainports/freebsd-ports
Update to version 1.0.3
PR: ports/76897 Submitted by: Ports Fury
This commit is contained in:
parent
32efbff29e
commit
ca2456fa84
4 changed files with 34 additions and 22 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue