Commit graph

74 commits

Author SHA1 Message Date
dsainty
ccd1a32fac Correct hash for patch-ufraw_writer.c 2011-02-08 19:41:41 +00:00
ryoon
86642abf8f fix build with png-1.5
PR pkg/44522
2011-02-06 16:25:27 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
0e1038db85 update to 0.17
changes:
-based on DCRaw v 8.99
* Lens distortion corrections using lenfun. This feature is now fully
  implemented and enabled by default.
* Added a despeckling/denoising algorithm to solve issues with images taken
  under very difficult lighting conditions, like deep sea diving.
  It may be useful in other situations too. Patch by Frank van Maarseveen.
* Enabled hot pixel elimination by default.
* Calculate live histogram from working color-space instead of display
  color-space. Calculate live histogram from cropped area only.
  Based on patches by Konrad.
* Added auto-crop option.
* Allow upto 400% zoom.

pkgsrc change: the "lensfun" option is now enabled per default, as done
 upstream

approved by gdt
2010-06-16 15:24:10 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gdt
6a0f6408df Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98.

    * New German translation by Matthias Urlichs and Chris Leick.
    * New Simplified Chinese translation.
    * Added --with-gtk configuration option to make GTK optional.
    * When GTK is used, the GtkImageView library is mandatory.
    * Added lightness adjustmens by hue. Based on patch by Bruce Guenter.
    * Added --color-smoothing command line option.
    * Added --maximize-window command line switch.
    * Configurable frame lines overlay. Patch by Bruce Guenter.
    * OpenMP support for preview redrawing. Patch by Bruce Guenter.
    * OpenMP support for VNG interpolation. Patch by Bruce Guenter.
    * Added rotation control to the transformations page of the
      GUI. Patch by Frank van Maarseveen.
    * Initial implementation of 100% preview. Based on patches by
      Frank van Maarseveen.
    * Added support for hot pixel elimination. It is an experimental
      feature enabled by the configuration switch
      --enable-hotpixels. Based on patch by Frank van Maarseveen.
2009-11-22 14:16:47 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
1b6c4ce7e6 odd an option to pull in "lensfun" to correct lens distortions;
this is experimental, thus off per default
approved by gdt The Maintainer
2009-07-29 17:49:41 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gdt
e2ea716a7d Bump per revbump(1) due to exiv2 update which changed shlib major. 2009-01-07 01:43:49 +00:00
gdt
804ae7853f 24/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.
* Multiprocessing support using OpenMP. Patch by Bruce Guenter.
* Add progress report during the loading of raw files.
* Add JPEG optimization to reduce the file size without effecting image quality.
* Compatibility with the just released Exiv2-0.18.
* Support sRAW1 and sRAW2 formats of the Canon 50D and 5D Mark II.
* Some annoying bugs got squashed.
2009-01-04 01:12:38 +00:00
drochner
a23705a97e update to 0.14.1
changes:
-license now 'GPLv2 or later'
-UI improvements
-Grayscale conversion
-Arbitrary rotation support for ufraw-batch
-Load private resource file $HOME/.ufraw-gtkrc at startup
-Replace the "use matrix" check box with a "Color matrix" profile
-more improvements
-translation updates
-works with gimp-2.6
approved by Greg Troxel
2008-11-26 12:05:38 +00:00
gdt
ce981fbb1d build against gtkimageview 2008-08-31 23:35:25 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
0cd8b3e368 Bump PKGREVISION for exiv2 shlib major bump. 2008-01-16 07:54:30 +00:00
gdt
05e79b4b05 Update to 0.13, fixing build failure on Solaris (caused by non-POSIX
signature of ctime_r) reported in pkg/37272.

12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80.

    * Simplified output path logic - output path defaults to the path of the input path.
    * Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp.
    * Do not read/write display ICC profile from/to ID files.
    * Show camera white balance in EXIF page. Patch by Erik Burrows.
    * Automatically fit histograms to allocated height.
    * Read Canon lens from EXIF data. Patch by Andreas Steinel.
    * Improved PPG interpolation. Patch by Alain Desbiolles.
    * Remember maximized state of window between sessions.
    * Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD.
    * Added darkframe to GUI (patch by Bruce Guenter).
    * Darkframe subtraction also handles hot pixels (patch by Bruce Guenter).
    * Show spot values only if spot is selected and allow unselecting spot values.
    * Add FITS output. Patch by Andreas Steinel. This option is disabled by default.
    * Progressive JPEG encoding. Patch by Bruce Guenter.
    * Blink over/under exposure in preview. Patch by Bruce Guenter.
    * Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix.
    * Reimplemented the EXIF page. Patch by Andrew Zabolotny.
    * Display flash mode in EXIF page.
    * Moved shrink/size controls from Save dialog to main window.
    * Added delete button to stand-alone tool.
    * Added 'send to Gimp' option to stand-alone tool.
    * Made the save-as button an icon only, to save space.
    * Added option to save as PNG 8 or 16 bits.
    * Write EXIF data to PNG files. Based on code from DigiKam.
    * Added aspect ratio control. Patch by Andrew Zabolotny.
    * New Spanish translation by Enrique Jorreto Ledesma.
    * New Polish translation by Tomasz Golinski.
    * New Korean translation by Homin Lee.
2007-12-27 23:46:02 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
joerg
6f7f262a51 Explicitly link pthread. 2007-09-02 14:02:57 +00:00
gdt
d83a5f52b5 Update to 0.12.1.
Nuke options, because that was about choosing between exiv2 and
libexif, and upstream has removed support for libexif.

10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77.

* Fixed handling of non integer shrink factors.
* Fixed crash when spot selector reached image boundary.
* Some TIFF images were wrongly identified as raw file.

30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77.

* Full color management workflow with camera, display and output profiles.
* Added image cropping. Patch contributed by Martin Ling.
* Added rotate/flip support. Patch contributed by Bruce Guenter.
* Added scrolling and panning. Based on the new GtkImageView widget by
  Bjoern Lindqvist.
* Added support for dcraw's wavelet denoising. Code contributed by
  Niels Kristian Bech Jensen.
* Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better
  than other interpolations in some cases and much faster. Patch contributed
  by Alain Desbiolles.
* Added EAHD interpolation. It is an enhancement of the AHD interpolation
  with another phase of color smoothing. The improvement is mostly seen in
  high contrast as it removes color artifacts such as chromatic aberration.
  Patch contributed by Michael Goertz.
* Read raw files compressed with gzip or bzip2. Patch contributed by
  Bruce Guenter.
* Display luminosity value and Adams' zone for spot value. Patch contributed by
  Greg Troxel.
* Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons.
* Retain some hue and saturation when clipping pixels. This is only relevant
  when applying positive exposure compensation, and mostly for Canon cameras
  where positive exposure is applied by default.
* Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann.
* Based the user interface more on icons and less on text.
* Removed dependency on libexif.
* Dozens of smaller fixes.

06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62.

* Add option to restore highlights. The restoration can be done either
  in HSV space giving sharp details or in LCH space giving soft natural details.
  This option is relevant when applying negative exposure correction in UFRaw.
* Add option for soft, filmlike clipping of highlights.
  This option is relevant when applying positive exposure correction in UFRaw.
* Give the correct camera exposure by default for Canon DSLRs.
  Until now raw images from these cameras came out under exposed.
* For Windows users, fix conflict with the liblcms-1.dll supplied
  with the Gimp windows instaler.
* Added translation to Danish, Japanese and Portuguese.
2007-08-10 23:10:38 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
4d0e992a90 PKGREVISION bump for exiv2 shlib name change. 2007-04-01 14:20:16 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
gdt
e8d0fc94e6 belated PKGREVISION++ due to exiv2 shlib version change 2006-12-02 18:44:21 +00:00
joerg
28f7fb3092 Needs msgfmt. 2006-11-29 15:22:04 +00:00
drochner
18298bd1f7 add some missing entries, from Gilles Dauphin per PR pkg/35104 2006-11-24 15:38:54 +00:00
gdt
47983098a6 Update to 0.10.
26/10/2006 - UFRaw-0.10 released, based on DCRaw v 8.41.
* Apply luminosity curve and saturation corrections in LCH(ab) space.
* Add the '--embedded-image' option to ufraw-batch for reading the
  embedded preview image in raw files.
* Use the above code in the Gimp plug-in for a much quicker generation
  of the preview thumbnails.
* Add mime types to recognize raw files in the Gnome desktop.
* Add schemas to generate thumbnails for these mime types.
* Modify the desktop entry to associate ufraw with these mime types.
* If 'save ID' is set to 'never again' then .ufrawrc is not written
  after each processed image.
* Add a 'Cancel' button to the 'Options' window.
* Fix compatibility issues with GTK+ 2.10.
* When handling ID files save output image in same directory as ID file.
* If input and output filenames in the ID file have the same path,
  then input filename is searched for in the path of the ID file.
  This allows moving raw and ID files together between folders.
* Add translations to French and Russian.
* Some bug corrections.
2006-11-23 00:31:06 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
gdt
fdfe086148 add gtk2 bl3; this package uses gtk2 in its own right. 2006-08-15 00:25:27 +00:00
gdt
95a29646c3 Update to 0.9.1
11/08/2006 - UFRaw-0.9.1 released, based on DCRaw v8.29.
* Recognize Sony's *.arw file type.
* Redirect exiv2 warnings from the terminal to the log.
* Fix build for some build environments (libjpeg errors).
* Treat Minolta's Alpha and Maxxum models as the Dynax model for WB presets.

03/08/2006 - UFRaw-0.9 released, based on DCRaw v8.28.
* Display EXIF data in user interface.
* Add darkframe subtraction option.
* More conservative highlight unclipping.
* Support filenames in URI format.
* Some bug corrections.
2006-08-14 13:15:15 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
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