summaryrefslogtreecommitdiff
path: root/graphics/dcraw/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-02-05Update to version 1.234.seb1-2/+2
Changes since last packaged version (1.233): Call fuji_rotate() before apply_profile(). Do not use the gamma curve after applying a profile.
2005-02-02update to 1.233 -- some fixes, some new cameras... anyway, we have todrochner1-2/+2
stay up-to-date because the distribution files don't change names.
2004-10-28Update to 1.214:wiz1-2/+2
Macintosh mktime() chokes on "TZ=". Better to use "TZ=UTC".
2004-10-25Update to version 1.213.seb1-2/+2
Changes since last packaged version: - Added the Canon EOS-1Ds Mark II XXX Something has to done for this so fast moving target...
2004-10-24Update to 1.212:wiz1-3/+3
Added the Minolta DiMAGE G400 and Fuji FinePix S20Pro. Added the "-s" option for Fuji secondary sensors. Based on PR 27415 by Greg Troxel.
2004-10-14Update dcraw to version 1.211.kristerw1-2/+2
Changes since last packaged version: * Separates a Minolta DiMAGE Z2 from a Nikon E4300. * Fixes for Nikon E2100, Nikon E8800, and Fuji FinePix S7000.
2004-10-05Update to version 1.208.seb1-3/+2
Changes since last packaged version (1.206): - Added the Konica KD-400Z. - Fixed rgb_max for all Minolta cameras. - Range of tm_mon is 0 to 11, not 1 to 12! - Fixed vng_interpolate() to match Ting Chen's vargra.m. - Use putenv() instead of setenv() for portability. - Correctly parse .badpixels when it lacks a final newline. - Added the FUJIFILM FinePix E550.
2004-10-04Placate pkglint. Remove outdated comment.wiz1-4/+2
2004-10-04Use PKGNAME_NOREV instead of PKGNAME as DIST_SUBDIR so PKGREVISION bumpseb1-2/+2
does not affect distinfo.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-27Update to 1.206 (old distfile gone).wiz1-2/+2
Change: Added "CLASS" macro for easier conversion to C++.
2004-09-23Update to version 1.205.seb1-3/+2
Summary of changes since last packaged version (1.175): - more camera models supported: Pentax Optio S, Canon PowerShot Pro1, EOS-1D Mark II, Kodaks DC20, DC25, DC40, DC50, and DC120, Nikon Coolpix 8700, Kodak DCS Pro SLR/n, Leica Digilux 2, Kodak DCS Pro 14nx and SLR/c, Panasonic DMC-LC1, Minolta DiMAGE G500, Canon PowerShot A5 Zoom, PowerShot G6/S70, EOS 20D, Konica KD-510Z - new option: half-size output. - Added automatic image flipping, with manual override. - Allow "-w" flag to work with "-h" and "-f". - And many bugfixes, some camera model related.
2004-06-09graphics/dcraw:xtraeme1-13/+16
o Update MASTER_SITES to the original one, because our MASTER_SITE_BACKUP does not have this! o Add missing jpeg dependency. o Link to -ljpeg. Bump PKGREVISION.
2004-04-25Convert to buildlink3.snj1-2/+2
2004-02-25get a snapshot of the source to ftp.netbsd.org (we are at 1.175 now)drochner1-3/+5
and fetch it from there addresses PR pkg/24546 by Robert Elz
2004-02-20import dcraw, a tool to decode raw image files from variousdrochner1-0/+28
digital cameras