summaryrefslogtreecommitdiff
path: root/libraries/libkdcraw
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-12 17:41:23 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:41:23 +0200
commite6aad01efcedf6c896192a82f109b3b6588aaf60 (patch)
tree137e072c04a8084452ebf7b5ce0bc99b2e1c72de /libraries/libkdcraw
parentd36541dc229881fdaf50c55fe77d314134a2201f (diff)
downloadslackbuilds-e6aad01efcedf6c896192a82f109b3b6588aaf60.tar.gz
libraries/libkdcraw: Updated for version 0.1.8
Diffstat (limited to 'libraries/libkdcraw')
-rw-r--r--libraries/libkdcraw/README8
-rw-r--r--libraries/libkdcraw/libkdcraw.SlackBuild19
-rw-r--r--libraries/libkdcraw/libkdcraw.info10
-rw-r--r--libraries/libkdcraw/slack-desc18
4 files changed, 24 insertions, 31 deletions
diff --git a/libraries/libkdcraw/README b/libraries/libkdcraw/README
index ffd2a451f7..36e30ea784 100644
--- a/libraries/libkdcraw/README
+++ b/libraries/libkdcraw/README
@@ -1,4 +1,4 @@
-Libkdcraw is a C++ interface around dcraw binary program
-used to decode RAW picture files. The library documentation
-is available on header files. This library is used by
-kipi-plugins, digiKam and others kipi host programs.
+Libkdcraw is a C++ interface around dcraw binary program used to
+decode RAW picture files. The library documentation is available
+on header files. This library is used by kipi-plugins, digiKam
+and others kipi host programs.
diff --git a/libraries/libkdcraw/libkdcraw.SlackBuild b/libraries/libkdcraw/libkdcraw.SlackBuild
index bf23b7968c..cd0678c4ec 100644
--- a/libraries/libkdcraw/libkdcraw.SlackBuild
+++ b/libraries/libkdcraw/libkdcraw.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Libkdcraw
-# Copyright 2007-2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
+# Copyright 2007-2009 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libkdcraw
-VERSION=0.1.4
+VERSION=${VERSION:-0.1.8}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,8 +33,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS PACKAGING README RELEASE.rev"
-
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
@@ -47,9 +45,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || exit 1
cd $PRGNAM-$VERSION || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -65,20 +62,16 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=$KDEPREF \
--sysconfdir=/etc \
--localstatedir=/var \
- --program-prefix="" \
- --program-suffix="" \
- --disable-debug \
- --enable-shared=yes \
- --enable-static=no \
+ --build=$ARCH-slackware-linux \
|| exit 1
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog COPYING INSTALL NEWS PACKAGING README RELEASE.rev TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/libraries/libkdcraw/libkdcraw.info b/libraries/libkdcraw/libkdcraw.info
index 7c409d9d71..70dde0459c 100644
--- a/libraries/libkdcraw/libkdcraw.info
+++ b/libraries/libkdcraw/libkdcraw.info
@@ -1,8 +1,8 @@
PRGNAM="libkdcraw"
-VERSION="0.1.4"
-HOMEPAGE="http://extragear.kde.org/apps/kipi/"
-DOWNLOAD="http://downloads.sourceforge.net/kipi/libkdcraw-0.1.4.tar.bz2"
-MD5SUM="4fa5de407e9acf2eb5650d3fb5836f7d"
+VERSION="0.1.8"
+HOMEPAGE="http://www.kipi-plugins.org/"
+DOWNLOAD="http://downloads.sourceforge.net/kipi/libkdcraw-0.1.8.tar.bz2"
+MD5SUM="bd9b18cd08493510ad772b927b086424"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
-APPROVED="David Somero" \ No newline at end of file
+APPROVED="dsomero"
diff --git a/libraries/libkdcraw/slack-desc b/libraries/libkdcraw/slack-desc
index 8fcc6a1c08..a027579622 100644
--- a/libraries/libkdcraw/slack-desc
+++ b/libraries/libkdcraw/slack-desc
@@ -1,19 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
libkdcraw: Libkdcraw (dcraw Library Wrapper)
libkdcraw:
-libkdcraw: Libkdcraw is a C++ interface around dcraw binary program
-libkdcraw: used to decode RAW picture files. The library documentation
-libkdcraw: is available on header files. This library is used by
-libkdcraw: kipi-plugins, digiKam and others kipi host programs.
+libkdcraw: Libkdcraw is a C++ interface around dcraw binary program used to
+libkdcraw: decode RAW picture files. The library documentation is available
+libkdcraw: on header files. This library is used by kipi-plugins, digiKam
+libkdcraw: and others kipi host programs.
libkdcraw:
-libkdcraw: Homepage: http://extragear.kde.org/apps/kipi/
+libkdcraw: Homepage: http://www.kipi-plugins.org/
libkdcraw:
libkdcraw:
libkdcraw: