summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
AgeCommit message (Collapse)AuthorFilesLines
2006-06-11fix thinko in libexif optiongdt1-2/+2
2006-06-11Optionize for choice of EXIF library.gdt1-5/+18
exiv2 is enabled by default; this is known to work and supports most raw formats (NEF is new with 0.10). libexif is disabled by default because of stability concerns, following guidance from the ufraw author. The only format libexif supports that exiv2 does not is Fuji RAF.
2006-06-10PKGREVISION++ for exiv2 ABI changegdt1-1/+2
2006-05-16update to 0.8.1drochner3-9/+13
changes: -Preliminary zoom support -some improvements in algorithms -support for EXIF data of Canon CRW and Fuji RAF -White balance presets for more cameras -bugfixes pkgsrc changes: -pull in exiv2 for Canon CRW EXIF support -use xdg dirs, use c++
2006-05-10don't @dirrm foreign dirsdrochner1-3/+1
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-15force using libexif. PKGREVISION++gdt1-1/+3
2006-03-14Update to 0.7gdt2-7/+6
03/03/2006 - UFRaw-0.7 released, based on DCRaw v8.05. * Much more accurate white balance temperature setting. * White balance presets per camera model. * Show the channel multipliers in the UI. * Apply base curve before gamma curve. * Fix a few general bugs. * Fix camera specific bugs for Sony F828, Sigma Foveon, Nikon D2H, D1X.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-20Add explicit dependency on lcms (ufraw links against it, and it'sgdt1-2/+3
present from gimp, at least with gimp24). PKGREVISION++.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Revert unintended commit.wiz1-2/+1
2005-11-24Remove patches that were removed from distinfowiz3-29/+2
during update to 0.6.
2005-11-18Update to 0.6gdt3-15/+7
Binaries created by --enable-extras are no longer included in the package, per the upstream author's guidance. 13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84. * Enabled AHD (Adaptive Homogeneity-Directed) interpolation. * Added base curve, which simulates Nikon tone curve behavior. (The old correction curve is still there.) * Automatically apply the embedded custom curve only if the camera was setup to use this curve. * Support the D1X rectangular pixels. * Fix EXIF support with libtiff 3.7.4. * Some bug fixes.
2005-10-10This package needs a C99 compiler.rillig3-24/+4
2005-10-04Add patch to move variable declaration to beginning of function wheregdt3-3/+25
it belongs, and where gcc 2.95.3 insists on it being. Fixes build on NetBSD 1.6.2. (I have committed the patch (and the memmem decl patch) to the master ufraw repository.)
2005-09-29Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.gdt3-2/+19
Probably this should also avoid defining memmem on recent FreeBSD as well, given that dcraw doesn't test for memmem presence.
2005-09-27update to 0.5:gdt7-89/+38
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65. * Read support for Nikon Tone Curve (NTC/NCV) files. * Added a curve editor. * Added control on the base curve (see the user guide for more information). * Support the new DCRaw color matrices for better color rendering. * More controls can be set from the command-line. * Preliminary EXIF support. * New UFRaw ID files contain all the conversion parameters and allow for batch conversion. * New 'ufraw-batch' replaces 'ufraw --batch'. * Numerous other changes. * Notice that the new Adaptive Homogeneity-Directed interpolation is still not enabled. Also, adds desktop file, and standalone nikon curve program. The standalone dcraw that can be built with ufraw is not installed.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Change my email address to @NetBSD.org.gdt1-2/+2
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-17gimp/Gimp -> GIMPhubertf1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-25Add patch-ad, similar to graphics/dcraw's patch-aa, to fix build onwiz2-1/+18
NetBSD-current. From Greg Troxel in private mail.
2005-04-13Added some patches for ISO C90 compliance. Approved by jlam.rillig3-2/+46
2005-04-13Added some patches for ISO C90 compliance. Approved by jlam.rillig2-3/+7
2005-04-13Fix for compilation with gcc 2.95, provided by Greg Troxel in privatewiz2-1/+16
mail.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01merge with Greg Troxel's "ufraw" pkg in pkgsrc-wipdrochner3-13/+11
pkg changes: uses "gimptool" to install (causes an annoying error msg about arguments to "install" - this is harmless), installs the standalone "ufraw" utility too update to 0.4; from the changelog: -based on DCRaw v6.33 -Rotate Fuji images by 45 degrees. -Preview dialog is more responsive. -Disable internationalization for Hebrew and Arabic (The right to left setting doesn't do good to the preview dialog). -bugfixes
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-02import ufraw-0.3, a GIMP import plugin for raw-format dicgicam imagesdrochner4-0/+35
(this competes with the gimp-rawphoto plugin, but not in a pkgsrc sense, so I'll leave it to the user to sort it out)