mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libkdcraw: Updated for version 0.1.8
This commit is contained in:
parent
d36541dc22
commit
e6aad01efc
4 changed files with 24 additions and 31 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue