summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2015-09-30 08:25:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-01 20:09:42 +0700
commitccacaac11688407224af7ffff3ad3a4c0d6d7977 (patch)
treead72982c2d11d30d97796fda0cfe773eb34f26e3
parent86e1517905580062caef4b2e737bc34151be0ea2 (diff)
downloadslackbuilds-ccacaac11688407224af7ffff3ad3a4c0d6d7977.tar.gz
slackbuilds-ccacaac11688407224af7ffff3ad3a4c0d6d7977.tar.xz
graphics/ufraw: Updated for version 0.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/ufraw/README7
-rw-r--r--graphics/ufraw/ufraw.SlackBuild8
-rw-r--r--graphics/ufraw/ufraw.info6
3 files changed, 13 insertions, 8 deletions
diff --git a/graphics/ufraw/README b/graphics/ufraw/README
index 51a75a0564..3b99ae94ee 100644
--- a/graphics/ufraw/README
+++ b/graphics/ufraw/README
@@ -3,10 +3,9 @@ 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.
-You can add "--enable-extras" to the configure arguments in the build
-script to use the included dcraw and avoid the recommended dependency
-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.
+
+cfitsio (available in SBo) is an optional dependency to support FITS file
+format.
diff --git a/graphics/ufraw/ufraw.SlackBuild b/graphics/ufraw/ufraw.SlackBuild
index 4f89bcbb51..6a77d6f771 100644
--- a/graphics/ufraw/ufraw.SlackBuild
+++ b/graphics/ufraw/ufraw.SlackBuild
@@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="ufraw"
-VERSION=${VERSION:-0.21}
+VERSION=${VERSION:-0.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,6 +86,9 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--enable-mime \
+ --enable-extras \
+ --enable-dst-correction \
+ --enable-contrast \
--build=$ARCH-slackware-linux \
$gtk_option
@@ -95,6 +98,9 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+# remove dcraw executable - we have a separate package in SBo which provides this.
+rm -f $PKG/usr/bin/dcraw
+
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
diff --git a/graphics/ufraw/ufraw.info b/graphics/ufraw/ufraw.info
index 3dc4f618d8..2cd98f3795 100644
--- a/graphics/ufraw/ufraw.info
+++ b/graphics/ufraw/ufraw.info
@@ -1,8 +1,8 @@
PRGNAM="ufraw"
-VERSION="0.21"
+VERSION="0.22"
HOMEPAGE="http://ufraw.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.21/ufraw-0.21.tar.gz"
-MD5SUM="897873deec92f88e2b7c4e8699959f6f"
+DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.22/ufraw-0.22.tar.gz"
+MD5SUM="c30767cae2c44310f2a3d67d7a76f2c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dcraw gtkimageview lensfun"