From 0859a09a47ccbce48915f9f512e9b9569fd0295e Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Apr 2013 14:12:23 +0000 Subject: Update to 1.2. openjpeg (jpeg2000) support not enabled because cmake refuses to find it. As a feature release, it comes with a lot of new goodies: profiled denoising: adapt to the properties of your camera's sensor (72 cameras already profiled for you). lightroom import: convert some basic edits from your lightroom collection to darktable operations. multi instance support: duplicate your modules and apply them more than one time with different settings. improved usability for distorting modules (streamline spot removal in the presence of crop/rotate for example). selective copy/paste of image processing. new more intuitive keystone correction tool. jpeg2000 support. graphics magick import (support virtually all input image formats). much faster thumbnail loading (if you can live with crappy embedded thumbnails). incredibly lengthy list of small bug fixes, performance enhancements, and usability improvements. new camera support (decode and color matrices). dithering against banding. sharper thumbnails in lighttable mode. new oauth2 based picasa uploader. updated translations. and a thoroughly overhauled user manual, proof read by natives (thanks heaps guys!). --- graphics/darktable/Makefile | 7 ++++--- graphics/darktable/PLIST | 7 +++++-- graphics/darktable/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'graphics/darktable') diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index dbf32a66b46..75c6af5d5af 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.30 2013/03/15 19:14:05 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2013/04/21 14:12:23 wiz Exp $ -DISTNAME= darktable-1.1.3 +DISTNAME= darktable-1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=darktable/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://darktable.sourceforge.net/ +HOMEPAGE= http://www.darktable.org/ COMMENT= Photography workflow application LICENSE= gnu-gpl-v3 diff --git a/graphics/darktable/PLIST b/graphics/darktable/PLIST index c7a352f6963..c9ea5ca818f 100644 --- a/graphics/darktable/PLIST +++ b/graphics/darktable/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/01/20 18:34:18 jakllsch Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/04/21 14:12:23 wiz Exp $ bin/darktable bin/darktable-cli bin/darktable-cltest @@ -36,6 +36,8 @@ lib/darktable/plugins/libcolorout.so lib/darktable/plugins/libcolortransfer.so lib/darktable/plugins/libcolorzones.so lib/darktable/plugins/libdemosaic.so +lib/darktable/plugins/libdenoiseprofile.so +lib/darktable/plugins/libdither.so lib/darktable/plugins/libequalizer.so lib/darktable/plugins/libexposure.so lib/darktable/plugins/libflip.so @@ -102,7 +104,6 @@ lib/darktable/plugins/lighttable/libnavigation.so lib/darktable/plugins/lighttable/libratings.so lib/darktable/plugins/lighttable/librecentcollect.so lib/darktable/plugins/lighttable/libselect.so -lib/darktable/plugins/lighttable/libsimilarity.so lib/darktable/plugins/lighttable/libsnapshots.so lib/darktable/plugins/lighttable/libstyles.so lib/darktable/plugins/lighttable/libtagging.so @@ -143,6 +144,7 @@ share/darktable/pixmaps/plugins/darkroom/colorout.png share/darktable/pixmaps/plugins/darkroom/colortransfer.png share/darktable/pixmaps/plugins/darkroom/colorzones.png share/darktable/pixmaps/plugins/darkroom/demosaic.png +share/darktable/pixmaps/plugins/darkroom/dither.png share/darktable/pixmaps/plugins/darkroom/exposure.png share/darktable/pixmaps/plugins/darkroom/flip.png share/darktable/pixmaps/plugins/darkroom/graduatednd.png @@ -223,4 +225,5 @@ share/locale/ru/LC_MESSAGES/darktable.mo share/locale/sq/LC_MESSAGES/darktable.mo share/locale/sv/LC_MESSAGES/darktable.mo share/locale/th/LC_MESSAGES/darktable.mo +share/locale/uk/LC_MESSAGES/darktable.mo share/locale/zh_CN/LC_MESSAGES/darktable.mo diff --git a/graphics/darktable/distinfo b/graphics/darktable/distinfo index fbdc0b92d02..b81b44572df 100644 --- a/graphics/darktable/distinfo +++ b/graphics/darktable/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2013/03/15 19:14:05 drochner Exp $ +$NetBSD: distinfo,v 1.18 2013/04/21 14:12:23 wiz Exp $ -SHA1 (darktable-1.1.3.tar.gz) = 50c101128c50e3a79e14e98f26d0edc160fd98a5 -RMD160 (darktable-1.1.3.tar.gz) = e60f5e375d5f2dab8ac1665790f748eec40245a5 -Size (darktable-1.1.3.tar.gz) = 3432839 bytes +SHA1 (darktable-1.2.tar.xz) = 2a444a691bd7cf77a9cdbb174d3ce5b2e247efd2 +RMD160 (darktable-1.2.tar.xz) = 765267bcde5d7970af03f3be23ad1dc8a85a7212 +Size (darktable-1.2.tar.xz) = 2399856 bytes SHA1 (patch-cmake_modules_FindGTK2.cmake) = de1273594801ab82da31b624845e0b36a77b53b3 SHA1 (patch-src_LibRaw_libraw_libraw__alloc.h) = 8227a7180383cd4379313b07ff964bb7fb9ce694 SHA1 (patch-src_common_imageio__rgbe.c) = 5c396754d6dbb7390062e78afde315ee293215d6 -- cgit v1.2.3