diff options
author | markus <markus@FreeBSD.org> | 2004-11-18 00:48:26 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-11-18 00:48:26 +0800 |
commit | 9beecfde863e14e31e008b9a0b67aef66e570016 (patch) | |
tree | 6ed560388eba358c3c758a4ca8240df78903a99d /graphics/Makefile | |
parent | f76d4cc7d0ef189a108175a2d08186713b251a5c (diff) | |
download | freebsd-ports-gnome-9beecfde863e14e31e008b9a0b67aef66e570016.tar.gz freebsd-ports-gnome-9beecfde863e14e31e008b9a0b67aef66e570016.tar.zst freebsd-ports-gnome-9beecfde863e14e31e008b9a0b67aef66e570016.zip |
Add libkexif 0.1, a library for manipulating EXIF information embedded in
images.
It currently supports viewing of all EXIF information via libexif. It also
supports the modification of a few attributes in a safe way that preserves
all other EXIF information in the file. It can currently modify the following
tags:
IFD0/Orientation
EXIF/UserCommend
WWW: http://digikam.sourceforge.net/
Arjan van Leeuwen <avleeuwen@piwebs.com> kindly volunteered to maintain
this port, thanks!
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9f8d84536b4e..f5fc25f584b0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -247,6 +247,7 @@ SUBDIR += libgphoto2 SUBDIR += libgrass5 SUBDIR += libimg + SUBDIR += libkexif SUBDIR += libkipi SUBDIR += liblug SUBDIR += libmng |