summaryrefslogtreecommitdiffstats
path: root/libraries/libkexiv2
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-12 17:41:24 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:41:24 +0200
commit51ae95151db43f492387a9203a96d346740b5334 (patch)
treeaf0688534b8f20e34c264c867cd07ce3e7b4845a /libraries/libkexiv2
parente6aad01efcedf6c896192a82f109b3b6588aaf60 (diff)
downloadslackbuilds-51ae95151db43f492387a9203a96d346740b5334.tar.gz
slackbuilds-51ae95151db43f492387a9203a96d346740b5334.tar.xz
libraries/libkexiv2: Updated for version 0.1.9
Diffstat (limited to 'libraries/libkexiv2')
-rw-r--r--libraries/libkexiv2/README8
-rw-r--r--libraries/libkexiv2/libkexiv2.SlackBuild19
-rw-r--r--libraries/libkexiv2/libkexiv2.info10
-rw-r--r--libraries/libkexiv2/slack-desc18
4 files changed, 24 insertions, 31 deletions
diff --git a/libraries/libkexiv2/README b/libraries/libkexiv2/README
index 0e9482a03c..f43d728fd9 100644
--- a/libraries/libkexiv2/README
+++ b/libraries/libkexiv2/README
@@ -1,6 +1,6 @@
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
-metadata. This library is used by kipi-plugins, digiKam, and other
-kipi host programs. The library documentation is available on kexiv2.h
-header file.
+metadata. This library is used by kipi-plugins, digiKam and others
+kipi host programs. The library documentation is available on
+kexiv2.h header file.
-exiv2 (also available at SBo) is required to build Libkexiv2.
+exiv2 (available at SBo) is required to build Libkexiv2.
diff --git a/libraries/libkexiv2/libkexiv2.SlackBuild b/libraries/libkexiv2/libkexiv2.SlackBuild
index 4ef5e9dee8..e76c144436 100644
--- a/libraries/libkexiv2/libkexiv2.SlackBuild
+++ b/libraries/libkexiv2/libkexiv2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Libkexiv2
-# 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=libkexiv2
-VERSION=0.1.7
+VERSION=${VERSION:-0.1.9}
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 \
+ $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/libkexiv2/libkexiv2.info b/libraries/libkexiv2/libkexiv2.info
index bf20801157..d147ef58fa 100644
--- a/libraries/libkexiv2/libkexiv2.info
+++ b/libraries/libkexiv2/libkexiv2.info
@@ -1,8 +1,8 @@
PRGNAM="libkexiv2"
-VERSION="0.1.7"
-HOMEPAGE="http://extragear.kde.org/apps/kipi/"
-DOWNLOAD="http://downloads.sourceforge.net/kipi/libkexiv2-0.1.7.tar.bz2"
-MD5SUM="adfd55e11f919533ba450d4d49ef078f"
+VERSION="0.1.9"
+HOMEPAGE="http://www.kipi-plugins.org/"
+DOWNLOAD="http://downloads.sourceforge.net/kipi/libkexiv2-0.1.9.tar.bz2"
+MD5SUM="6e6fc9edbfad4506f6f59508d9aa45d6"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
-APPROVED="David Somero" \ No newline at end of file
+APPROVED="dsomero"
diff --git a/libraries/libkexiv2/slack-desc b/libraries/libkexiv2/slack-desc
index 511f2cbe3b..d28738cda0 100644
--- a/libraries/libkexiv2/slack-desc
+++ b/libraries/libkexiv2/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------------------------------------------------------|
libkexiv2: Libkexiv2 (Exiv2 Library Wrapper)
libkexiv2:
-libkexiv2: Libkexiv2 is a wrapper around Exiv2 library to manipulate
-libkexiv2: pictures metadata. This library is used by kipi-plugins,
-libkexiv2: digiKam and others kipi host programs. The library
-libkexiv2: documentation is available on kexiv2.h header file.
+libkexiv2: Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
+libkexiv2: metadata. This library is used by kipi-plugins, digiKam and others
+libkexiv2: kipi host programs. The library documentation is available on
+libkexiv2: kexiv2.h header file.
libkexiv2:
-libkexiv2: Homepage: http://extragear.kde.org/apps/kipi/
+libkexiv2: Homepage: http://www.kipi-plugins.org/
libkexiv2:
libkexiv2:
libkexiv2: