summaryrefslogtreecommitdiff
path: root/graphics/jpeg/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20jpeg: update to 9.etnn1-1/+2
define LICENSE Version 9e 16-Jan-2022 - Include alternate user interface files for cjpeg/djpeg. - jcparam.c: change default chrominance DC quantization factor for lossless support. Note: Requires rebuild of test images. - rdgif.c, cderror.h: add sanity check for GIF image dimensions. - Thank to Casper Sun for cjpeg potential vulnerability report.
2018-01-28jpeg: update to 9c.wiz1-1/+2
Version 9c 14-Jan-2018 ----------------------- jpegtran: add an option to the -wipe switch to fill the region with the average of adjacent blocks, instead of gray out. Thank to Caitlyn Feddock and Maddie Ziegler for inspiration. Make range extension bits adjustable (in jpegint.h). Thank to Robin Watts for suggestion. Provide macros for fflush() and ferror() in jinclude.h in order to facilitate adaption by applications using an own FILE class. Thank to Gerhard Huber for suggestion. Add libjpeg pkg-config file. Thank to Mark Lavi, Vincent Torri, Patrick McMunn, and Huw Davies for suggestion. Add sanity checks in cjpeg image reader modules. Thank to Bingchang, Liu for reports.
2009-08-26Updating package graphics/jpeg from version 6bnb4 to 7sno1-9/+9
pkgsrc changes: - update MASTER_SITES - bump ApI_DEPENDS in buildlink3.mk Upstream changes: - The new features added with version 6bnb4 are now added upstream (except exifautotran and jpegexiforient) Version 7 27-Jun-2009 ---------------------- New scaled DCTs implemented. djpeg now supports scalings N/8 with all N from 1 to 16. cjpeg now supports scalings 8/N with all N from 1 to 16. Scaled DCTs with size larger than 8 are now also used for resolving the common 2x2 chroma subsampling case without additional spatial resampling. Separate spatial resampling for those kind of files is now only necessary for N>8 scaling cases. Furthermore, separate scaled DCT functions are provided for direct resolving of the common asymmetric subsampling cases (2x1 and 1x2) without additional spatial resampling. cjpeg -quality option has been extended for support of separate quality settings for luminance and chrominance (or in general, for every provided quantization table slot). New API function jpeg_default_qtables() and q_scale_factor array in library. Added -nosmooth option to cjpeg, complementary to djpeg. New variable "do_fancy_downsampling" in library, complement to fancy upsampling. Fancy upsampling now uses direct DCT scaling with sizes larger than 8. The old method is not reversible and has been removed. Support arithmetic entropy encoding and decoding. Added files jaricom.c, jcarith.c, jdarith.c. Straighten the file structure: Removed files jidctred.c, jcphuff.c, jchuff.h, jdphuff.c, jdhuff.h. jpegtran has a new "lossless" cropping feature. Implement -perfect option in jpegtran, new API function jtransform_perfect_transform() in transupp. (DP 204_perfect.dpatch) Better error messages for jpegtran fopen failure. (DP 203_jpegtran_errmsg.dpatch) Fix byte order issue with 16bit PPM/PGM files in rdppm.c/wrppm.c: according to Netpbm, the de facto standard implementation of the PNM formats, the most significant byte is first. (DP 203_rdppm.dpatch) Add -raw option to rdjpgcom not to mangle the output. (DP 205_rdjpgcom_raw.dpatch) Make rdjpgcom locale aware. (DP 201_rdjpgcom_locale.dpatch) Add extern "C" to jpeglib.h. This avoids the need to put extern "C" { ... } around #include "jpeglib.h" in your C++ application. Defining the symbol DONT_USE_EXTERN_C in the configuration prevents this. (DP 202_jpeglib.h_c++.dpatch)
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-06-05Adopt some new features from www.jpegclub.org that have already beentnn1-1/+3
adopted by many Linux distributions as well as FreeBSD ports: o jpegtran: add "-perfect" switch: Fail if there are non-transformable edge blocks. o jpegtran: add "-crop" switch: Crop to a rectangular subarea. o jpegtran: correct EXIF handling. o jpegexiforient: Get and set the Exif Orientation Tag. o exifautotran: Transforms Exif files so that Orientation becomes 1. Suggested by dzoe on #NetBSD IRCNet.
2004-10-30Sort.wiz1-2/+2
2004-10-30graphics/jpeg: install "jpegint.h" file, required by feh-1.2.7.xtraeme1-1/+2
Bump PKGREVISION.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2003-10-03PKGREVISION++salo1-8/+17
Install documentation. Style nits, while here. Addresses PR pkg/23046 by Ben Collver.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+20