Commit graph

29 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
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
1f441ff191 Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"
2012-08-29 16:26:51 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
marino
a42b52b982 graphics/darktable: Fix DragonFly build
DragonFly needs same macro switches as FreeBSD here.
2012-08-12 07:47:29 +00:00
wiz
21001213d3 Update to 1.0.5:
1.0.5:
This has a good chance of being the last one in a series of stable
releases (with stuff backported from our latest and greatest).
Thanks to Pascal for maintaining it! As such, it comes with a short
list of maintenance things as change log:

    Update to RawSpeed r438
    Update to LibRaw 0.14.7
    White balance presets for Nikon Coolpix P7100 and Panasonic GF3
    White balance preset updates for Canon EOS 7D, Canon EOS 350D
    Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark
    III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot
    SX220, Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic
    GF5, Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100
    A few memory leaks were resolved
    A few generic bugs were resolved

1.0.4:
The changes over darktable 1.0.3 are:

    More robust OpenMP compiler detection code
    New warming/cooling filter presets for color correction plugin
    Lighttable thumbnails should be slightly faster and sharper
    Correctly restore panels when using Tab.
    Checking if an export target directly is read-only
    Writing of hierarchical tags in our .xmp has been improved
    Don't list system display profile for anything but the display
    profile selection
    We disabled scrollwheel scrolling in darkroom mode as it
    sometimes conflicts with widget behavior
    Lighttable thumbnails are now color managed with some caveats (1)
    Improved color rendition:
        Nikon D800
        Canon EOS 5D Mark III
    White balance presets:
        Canon EOS 5D Mark III
        Canon EOS 7D (updated)
        Olympus E-M5
        Samsung NX100 (updated)
        Olympus E-PL1 (updated)
        Olympus E-PL2 (updated)
        Olympus E-PL3 (updated)

(1) Lighttable color management caveats:

Our previous releases didn't have any color management in lighttable
mode (and the filmstrip), in this release we have a quick-fix
implementation of color management for lighttable mode. For 1.0.4,
newly imported files use the Preview JPEG by default for the
thumbnail, in that case it's still not color managed. After entering
darkroom mode (after which the thumbnail is regenerated in case
you changed the history stack) it will be color managed. Without
changed history stack the thumbnail will always be the embedded
JPEG. If you need lighttable mode to be color managed all the time
you can disable reading of the Preview JPEGs in our Preferences
dialog "don't use embedded preview jpeg but half-size raw", do note
that this will significantly slow down thumbnail generation and
consequently will slow down new imports. To have darktable regenerate
all old previews (in a color managed fashion) you can delete the
~/.cache/darktable/mipmaps* files.
2012-07-29 20:20:47 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
drochner
23c45a16e4 -on i386/-current, sse2 must be explicitly enabled, otherwise
the build fails
-fix gcc version detection - the original regex doesn't work for
 unknown reasons (possibly a bug in cmake's regex implementation)
-deal with icon-theme.cache
2012-05-31 12:45:33 +00:00
jakllsch
012be32d5f correct previous 2012-05-05 19:20:28 +00:00
jakllsch
54bac4685a update darktable to 1.0.3
Changes since 1.0:

Usability improvements:
- Filmstrip centers on selected image

Behavioral changes:
- Improved (hierarchical) tag export for flickr and friends

Camera support:
- Improved Sony NEX-7 support
- Initial camera support for Nikon D800 and Sony SLT-A57 (color rendition
  of these cameras might still be suboptimal due to the lack of a proper
  color matrix, and is subject to future change.)
- White balance updates for Canon EOS Rebel T3, Olympus E-5 & Nikon D800

Platform support:
- Fixes for FreeBSD

Various:
- New subtle denoise preset for equalizer
- Various build fixes
- Numerous other fixes
2012-05-05 19:18:33 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
7d57910afb Make flickcurl use raptor2 instead of raptor.
Bump PKGREVISION of the only dependency.
2012-03-21 08:13:27 +00:00
jakllsch
85a44782fb Update to darktable-1.0.
changes since 0.9.3:
 * new cameras supported
 . Leica M9
 . NX100/NX5/NX10/NX11
 . Panasonic DMC-GX1
 . Pentax K-r
 . Canon Powershot S100
 . Olympus XZ-1
 . Olympus E-P3
 . Sony DSLR A330
 . Sony NEX-5N
 . Canon EOS 1000D
 . Canon EOS 600D
 . Sony Alpha 390
 . Fuji Finepix HS20EXR
 * new and updated translations (we now have chinese!)
 * new modules:
 . shadows & highlights
 . enhanced tone curve. now operates in a and b channels as well
 * refactored modules:
 . import
 . snapshots (enable sliding separation line between before/after images)
 . metadata
 * new image cache
 . faster concurrent access and insertion
 . reduces needed memory
 . more thumbnails stored on disk
 . read embedded jpegs for creating thumbnails (faster folder import)
 * increased general speed on sqlite3 (journaled, pagesize optimizations)
 * reworked, modular ui
 * keyboard shortcuts support - key accelerators (GSoC)
 * unity launcher support (ubuntu)
 * quicktool bar: exposure, presets and styles
 * new color picker
 * web gallery export now with next/prev buttons per image
 * removed gconf: not used anymore, we have our own backend
 * bugfixes
2012-03-16 00:35:01 +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
dholland
546b8a8908 Apply the proper buildlink prefix for gtk2 instead of hardwiring /usr/pkg. 2011-11-20 01:16:23 +00:00
obache
7a765726fc regen distinfo. 2011-11-17 09:00:54 +00:00
wiz
1befaca3a1 Fix typo. Ride last night's update. 2011-11-17 08:12:40 +00:00
jakllsch
dc9d10f1d5 remove old patch. 2011-11-15 21:22:12 +00:00
jakllsch
dd36df08c4 Update to darktable-0.9.3. 2011-11-15 21:19:02 +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
jakllsch
cd0856b773 Update to darktable-0.9.2.
pkgsrc changes: enable flickr module.

upstream changes:

0.9.1 to 0.9.2:
not yet available

0.9 to 0.9.1:
 - new rawspeed, dcraw, libraw
 - fixed various segfaults and deadlocks
 - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between)
 - fixed a nasty bug which could cause complete loss of history for an image
 - darktable-faster now plays nicely with darktablerc (non-gconf)
 - lots of opencl improvements
 - updated translations
 - second part of our GSoC: customizable keyboard shortcuts!
2011-08-25 14:42:53 +00:00
jakllsch
e261929ff1 Fix man page path with a patch. 2011-07-26 21:48:00 +00:00
jakllsch
fbca60fd85 Add darktable package.
darktable is a photography workflow application: a virtual lighttable
and darkroom for photographers: it manages your digital negatives
in a database and lets you view them through a zoomable lighttable.
it also enables you to develop raw images and enhance them.
2011-07-26 21:37:47 +00:00