pkgsrc/graphics/dcraw/Makefile

60 lines
1.7 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.44 2017/02/12 20:28:23 adam Exp $
#
# Changes can be found in the RCS file at
# http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
DISTNAME= dcraw-9.27.0
CATEGORIES= graphics
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
MASTER_SITES= http://www.cybercom.net/~dcoffin/dcraw/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cybercom.net/~dcoffin/dcraw/
COMMENT= Raw digital camera decoder
2015-07-16 18:46:47 +02:00
WRKSRC= ${WRKDIR}/${PKGBASE}
2015-07-16 18:46:47 +02:00
USE_LANGUAGES= c
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
Update dcraw to 9.16. PR 46718 by YAMAMOTO Takeshi. Changes since 9.04 from RCS file: * Support the Samsung NX1000 and Sony RX100. * Support the Canon EOS 650D, Samsung NX20, and Sigma SD1 * Fixed gravity sensor for Canon 5D Mark III with Firmware Version 1.1.x. * Decode CAMF and IMAG blocks from Sigma SD15 and DP cameras. Added "-E" and "-I" options to support raw pixel substitution. Support Adobe Lossy DNG and the Imacon Flexframe 3f format. Support the Canon G1-X, 1D-X, 5D Mark III, the Fuji X-Pro1, X-S1, and many others. * Support the Casio EX-Z500. * Support the Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10, and Samsung NX200 with color matrices from DNG Converter 6.6. * Copied new color matrices from DNG Converter 6.5. * Support ARRIRAW and Redcode R3D raw formats (video only). Support the Leica D-LUX 5 and V-LUX 2, Panasonic G3 and GF3, Olympus E-P3, Sony NEX-C3 and SLT-A35, and Canon SX30. Updated support for Nikon encrypted WB and Canon sRAW/mRAW. * Support the Fuji HS20EXR/F550EXR, Kodak Z990, Leaf AFi-II 12, Nikon D5100, and Samsung NX11 and NX100. * Support the Hasselblad 9044x6732 back, Leaf 1068x1464 back, Fuji X100, and Canon 600D and 1100D. * Support high-ISO images from the Samsung WB2000. * Read correct camera WB from Nikon NRW and Samsung SRW files. Copied color matrices from Adobe DNG Converter 6.3. * Support the Nikon D3100 & D7000 & P7000, Panasonic FZ40 & FZ100 & LX5, Samsung WB2000, Nokia X2, Canon SX120 & PowerShot G12, Hasselblad H4D, Pentax 645D & K-5 & K-r, Sony SLT-A33 & SLT-A55V.
2012-08-11 11:45:11 +02:00
LIBS+= -lm -ljasper -ljpeg
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
CFLAGS+= -DLOCALEDIR=\"${PREFIX}/${PKGLOCALEDIR}/locale\"
2015-07-16 18:46:47 +02:00
DCRAW_LOCALES= ca cs da de eo es fr hu it ja nl pl pt ro ru sv zh_CN zh_TW
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
2015-07-16 18:46:47 +02:00
.for lang in ${DCRAW_LOCALES}
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
INSTALLATION_DIRS+= ${PKGMANDIR}/${lang}/man1
.endfor
.for lang in ${DCRAW_LOCALES}
INSTALLATION_DIRS+= ${PKGLOCALEDIR}/locale/${lang}/LC_MESSAGES
.endfor
BROKEN_GETTEXT_DETECTION= yes
.include "options.mk"
do-build:
2015-07-16 18:46:47 +02:00
set -e; cd ${WRKSRC}; \
${CC} ${CFLAGS} dcraw.c -o dcraw ${LDFLAGS} ${LIBS}; \
for l in ${DCRAW_LOCALES}; do \
msgfmt -o dcraw_$${l}.mo dcraw_$${l}.po; \
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
done;
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
2015-07-16 18:46:47 +02:00
.for l in ${DCRAW_LOCALES}
${INSTALL_MAN} ${WRKSRC}/dcraw_${l}.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/${l}/man1/dcraw.1
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
.endfor
.for l in ${DCRAW_LOCALES}
${INSTALL_DATA} ${WRKSRC}/dcraw_${l}.mo \
${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale/${l}/LC_MESSAGES/dcraw.mo
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
.endfor
Update dcraw to 8.77 (include dcraw.c rev 1.392) Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 15:32:48 +02:00
.include "../../devel/gettext-lib/buildlink3.mk"
Update dcraw to 9.16. PR 46718 by YAMAMOTO Takeshi. Changes since 9.04 from RCS file: * Support the Samsung NX1000 and Sony RX100. * Support the Canon EOS 650D, Samsung NX20, and Sigma SD1 * Fixed gravity sensor for Canon 5D Mark III with Firmware Version 1.1.x. * Decode CAMF and IMAG blocks from Sigma SD15 and DP cameras. Added "-E" and "-I" options to support raw pixel substitution. Support Adobe Lossy DNG and the Imacon Flexframe 3f format. Support the Canon G1-X, 1D-X, 5D Mark III, the Fuji X-Pro1, X-S1, and many others. * Support the Casio EX-Z500. * Support the Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10, and Samsung NX200 with color matrices from DNG Converter 6.6. * Copied new color matrices from DNG Converter 6.5. * Support ARRIRAW and Redcode R3D raw formats (video only). Support the Leica D-LUX 5 and V-LUX 2, Panasonic G3 and GF3, Olympus E-P3, Sony NEX-C3 and SLT-A35, and Canon SX30. Updated support for Nikon encrypted WB and Canon sRAW/mRAW. * Support the Fuji HS20EXR/F550EXR, Kodak Z990, Leaf AFi-II 12, Nikon D5100, and Samsung NX11 and NX100. * Support the Hasselblad 9044x6732 back, Leaf 1068x1464 back, Fuji X100, and Canon 600D and 1100D. * Support high-ISO images from the Samsung WB2000. * Read correct camera WB from Nikon NRW and Samsung SRW files. Copied color matrices from Adobe DNG Converter 6.3. * Support the Nikon D3100 & D7000 & P7000, Panasonic FZ40 & FZ100 & LX5, Samsung WB2000, Nokia X2, Canon SX120 & PowerShot G12, Hasselblad H4D, Pentax 645D & K-5 & K-r, Sony SLT-A33 & SLT-A55V.
2012-08-11 11:45:11 +02:00
.include "../../graphics/jasper/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"