Commit graph

34 commits

Author SHA1 Message Date
gdt
174a41b761 fix thinko in libexif option 2006-06-11 00:46:50 +00:00
gdt
e054791602 Optionize for choice of EXIF library.
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-11 00:19:04 +00:00
gdt
a8ee3c0d6e PKGREVISION++ for exiv2 ABI change 2006-06-10 17:03:43 +00:00
drochner
4d173efe9d update to 0.8.1
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-16 08:27:08 +00:00
drochner
285b344982 don't @dirrm foreign dirs 2006-05-10 16:52:27 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gdt
41f63bdee0 force using libexif. PKGREVISION++ 2006-03-15 13:02:17 +00:00
gdt
3d1134260c Update to 0.7
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-14 15:19:20 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
gdt
23c71e4d33 Add explicit dependency on lcms (ufraw links against it, and it's
present from gimp, at least with gimp24).  PKGREVISION++.
2006-02-20 16:31:45 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
wiz
0d2b760aab Revert unintended commit. 2005-11-24 20:20:25 +00:00
wiz
5e1132f1a3 Remove patches that were removed from distinfo
during update to 0.6.
2005-11-24 20:19:40 +00:00
gdt
47fd4c7095 Update to 0.6
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-11-18 11:23:34 +00:00
rillig
c1fb2ed253 This package needs a C99 compiler. 2005-10-10 09:07:22 +00:00
gdt
edc5dd5d18 Add patch to move variable declaration to beginning of function where
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-10-04 12:58:13 +00:00
gdt
b07bb71d1a Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.
Probably this should also avoid defining memmem on recent FreeBSD as
well, given that dcraw doesn't test for memmem presence.
2005-09-29 13:20:48 +00:00
gdt
e1f9b6e2e4 update to 0.5:
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-09-27 00:31:18 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-10 20:56:10 +00:00
gdt
3b77e49f9d Change my email address to @NetBSD.org. 2005-08-10 19:01:23 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
hubertf
b608b444d8 gimp/Gimp -> GIMP 2005-07-17 21:46:50 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
5edc3faf8c Add patch-ad, similar to graphics/dcraw's patch-aa, to fix build on
NetBSD-current. From Greg Troxel in private mail.
2005-04-25 16:52:10 +00:00
rillig
343aa370b0 Added some patches for ISO C90 compliance. Approved by jlam. 2005-04-13 16:56:27 +00:00
rillig
53ebb0f48e Added some patches for ISO C90 compliance. Approved by jlam. 2005-04-13 16:49:57 +00:00
wiz
5be9012548 Fix for compilation with gcc 2.95, provided by Greg Troxel in private
mail.
2005-04-13 13:59:10 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
drochner
f515630139 merge with Greg Troxel's "ufraw" pkg in pkgsrc-wip
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-04-01 13:02:28 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
drochner
4be2435843 import ufraw-0.3, a GIMP import plugin for raw-format dicgicam images
(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)
2005-02-02 21:22:10 +00:00