diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2014-06-02 02:52:21 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2014-06-02 02:52:21 +0800 |
commit | 63c1d21467f1606c55dcf81d59fb83dc6cb9c24e (patch) | |
tree | 8ec2ca33804839c04e009318f68190bcbed91f64 /Mk | |
parent | 0fe0f7dcc54c69991e35937db2ef56c747549dcb (diff) | |
download | freebsd-ports-gnome-63c1d21467f1606c55dcf81d59fb83dc6cb9c24e.tar.gz freebsd-ports-gnome-63c1d21467f1606c55dcf81d59fb83dc6cb9c24e.tar.zst freebsd-ports-gnome-63c1d21467f1606c55dcf81d59fb83dc6cb9c24e.zip |
graphics/darktable: Update to 1.4.2
The following changes were made to options:
o Remove GCC option (see below)
o Remove KWALLET option (unused)
o Rename FACEBOOK option to FB_PICASA, because both export features
depend on json-glib.
o Add COLORD option (color management)
o Add GRAPHMAGICK option (support GraphicsMagick's image formats)
o Add LUA option (embed Lua to add scripting)
o Add OPENEXR option (support HDR image format)
o Add SQUISH option (use libsquish to compress thumbnails)
o Add WEBP option (support WebP image format)
The patch enables more options by default, because I think it's more
sensible for a photographer using binary packages:
o COLORD
o FB_PICASA
o FLICKR
o GEO
o GPHOTO (already on)
o LUA
o NLS
o OPENEXR
o OPENJPEG
o RAWSPEED (already on)
o WEBP
The GCC option was removed because the usage of GCC along with libc++
in FreeBSD 10 and -CURRENT is unstable (this isn't a general truth,
just valid in the case of darktable). In FreeBSD up-to 9, the usage of
lang/gcc is mandatory anyway, because GCC 4.2.1 support is best effort
only (upstream).
Ninja is now used to build darktable, instead of make. This is not mandatory
of course, but brings a 33% build time improvement (at least for me).
pkg-plist is generated with "make makeplist" this time. That's why the
diff seems large. In fact most of the content remains the same, just with
a different order.
All patches were committed upstream and are removed, except one which
comes from upstream but isn't part of release 1.4.2.
The port is now "stagified".
Finally, I take maintainership of it.
PR: ports/186979
Phabricator: D107
Reviewed by: danfe@ (previous version), antoine@
Approved by: antoine@
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 5e8108853270..6426668be801 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -46,6 +46,7 @@ CDIO_DESC?= CDIO support via libcdio CDPARANOIA_DESC?= CD ripping support (cdparanoia) CELT_DESC?= CELT audio codec support CFITSIO_DESC?= FITS support via CFITSIO +COLORD_DESC?= Color management via colord COMPOSITE_DESC?= X11 Composite extension support COOKIE_DESC?= Cookie support CUE_DESC?= Embedded CUE sheets support |