Commit graph

89 commits

Author SHA1 Message Date
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
sbd
fb214745f6 Recursive dependency bump for the Library soname change in graphics/lensfun. 2012-02-15 08:50:55 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
drochner
58f201e4f5 update to 0.18
changes:
-based on DCRaw v 9.06
-New Traditional Chinese translation
-Port UFRaw to OpenSolaris
2011-12-17 13:58:28 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
cb016392dc Recursive Bump from exiv2 shlib major bump. 2011-10-19 06:50:00 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
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