diff options
author | osa <osa@FreeBSD.org> | 2008-05-06 13:03:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-05-06 13:03:26 +0800 |
commit | a7f7cf7148e5512abe10a7e1527db1933f9cfb8b (patch) | |
tree | aac4ba911226f6a9f97ffb736c96867d8e5a6bfd /graphics/Makefile | |
parent | b181f7c2795dc2f22dfa987f1d7a0939cbaf8807 (diff) | |
download | freebsd-ports-gnome-a7f7cf7148e5512abe10a7e1527db1933f9cfb8b.tar.gz freebsd-ports-gnome-a7f7cf7148e5512abe10a7e1527db1933f9cfb8b.tar.zst freebsd-ports-gnome-a7f7cf7148e5512abe10a7e1527db1933f9cfb8b.zip |
Add libraw a library for reading RAW files obtained from digital photo
cameras (CRW/CR2, NEF, RAF, DNG, and others).
LibRaw is based on the source codes of the dcraw utility, where part
of drawbacks have already been eliminated and part will be fixed in
future. The users of the library are provided with API to be built
into their software programs.
WWW: http://www.libraw.org
http://www.libraw.su
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 4dcf2e4616b2..a832e480023e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -402,6 +402,7 @@ SUBDIR += libpuzzle SUBDIR += libqglviewer SUBDIR += libqrencode + SUBDIR += libraw SUBDIR += librsvg SUBDIR += librsvg2 SUBDIR += libspiro |