diff options
author | MagicMan <MagicMan07@bluebottle.com> | 2010-05-11 14:56:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:16 +0200 |
commit | 8f153419eec105c7070bd3dd4156c65ff10991b9 (patch) | |
tree | 956690ffe9e98bc286b1ed0608e2007cbc8c94f2 /libraries | |
parent | d7176c0fc60fdce01921546897d45d066f7caa62 (diff) | |
download | slackbuilds-8f153419eec105c7070bd3dd4156c65ff10991b9.tar.gz |
libraries/jasper: Initial import
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/jasper/README | 5 | ||||
-rw-r--r-- | libraries/jasper/jasper.SlackBuild | 84 | ||||
-rw-r--r-- | libraries/jasper/jasper.info | 8 | ||||
-rw-r--r-- | libraries/jasper/slack-desc | 11 |
4 files changed, 108 insertions, 0 deletions
diff --git a/libraries/jasper/README b/libraries/jasper/README new file mode 100644 index 0000000000..45d993622a --- /dev/null +++ b/libraries/jasper/README @@ -0,0 +1,5 @@ +JasPer is a collection of software (a library and application programs) +for the coding and manipulation of images. This software can handle image +data in a variety of formats. One such format supported by JasPer is the +JPEG-2000 format defined in ISO/IEC 15444-1. + diff --git a/libraries/jasper/jasper.SlackBuild b/libraries/jasper/jasper.SlackBuild new file mode 100644 index 0000000000..f3a65c3d47 --- /dev/null +++ b/libraries/jasper/jasper.SlackBuild @@ -0,0 +1,84 @@ +#!/bin/sh + +# Slackware build script for JasPer + +# Copyright 2007 MagicMan <MagicMan07@bluebottle.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +if [ "$(id -u)" != "0" ]; then + echo "This script must be run as root!" + exit 1 +fi + +PRGNAM=jasper +VERSION=1.900.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +PDOCS="ChangeLog COPYRIGHT INSTALL LICENSE NEWS README doc" + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +unzip $CWD/$PRGNAM-$VERSION.zip || exit 1 +cd $PRGNAM-$VERSION || exit 1 + +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-shared \ + --disable-static \ + || exit 1 + +make || exit 1 +make install-strip DESTDIR=$PKG || exit 1 + +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $PDOCS $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/jasper/jasper.info b/libraries/jasper/jasper.info new file mode 100644 index 0000000000..5837815e72 --- /dev/null +++ b/libraries/jasper/jasper.info @@ -0,0 +1,8 @@ +PRGNAM="jasper" +VERSION="1.900.1" +HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" +DOWNLOAD="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip" +MD5SUM="a342b2b4495b3e1394e161eb5d85d754" +MAINTAINER="MagicMan" +EMAIL="MagicMan07@bluebottle.com" +APPROVED="rworkman" diff --git a/libraries/jasper/slack-desc b/libraries/jasper/slack-desc new file mode 100644 index 0000000000..83a0a683db --- /dev/null +++ b/libraries/jasper/slack-desc @@ -0,0 +1,11 @@ +jasper: JasPer (Software Tool Kit for the Handling of Image Data) +jasper: +jasper: JasPer is a collection of software (i.e., a library and +jasper: application programs) for the coding and manipulation of +jasper: images. This software can handle image data in a variety +jasper: of formats. One such format supported by JasPer is the +jasper: JPEG-2000 format defined in ISO/IEC 15444-1. +jasper: +jasper: Homepage: http://www.ece.uvic.ca/~mdadams/jasper/ +jasper: +jasper: |