summaryrefslogtreecommitdiff
path: root/graphics/ufraw/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ufraw/README')
-rw-r--r--graphics/ufraw/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/ufraw/README b/graphics/ufraw/README
index 00db50418a..a7c05750b7 100644
--- a/graphics/ufraw/README
+++ b/graphics/ufraw/README
@@ -3,11 +3,12 @@ raw images from digital cameras. It supports most of the existing raw
formats (any format supported by DCRaw). UFRaw can be used on its own or
as a Gimp plug-in.
-UFRaw requires dcraw and gtkimageview; lensfun is an optional dependency
-(run the build script with LENSFUN=yes if you have it installed).
-
+UFRaw depends on dcraw, which is also available at SlackBuilds.org.
However, you can add "--enable-extras" to the configure arguments in the
-build script to use the included dcraw. You'll need gtkimageview if you
-want to include the image preview window. You can build ufraw without
-gtkimageview (run the build script with GTK=no), but you'll only have command
-line interface to UFRaw.
+build script to use the included dcraw.
+
+UFRaw requires gtkimageview to include the image preview window. You can build
+it without gtkimageview (run with GTK=no) but you'll only have command line
+interface to UFRaw.
+
+Lensfun library is now autodetected.