libraries/openjpeg2: Added (open-source JPEG 2000 codec).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-08-22 11:54:13 +07:00 committed by Willy Sudiarto Raharjo
parent 93efaed1b0
commit 539b2ab872
4 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,6 @@
openjpeg2 (open-source JPEG 2000 codec)
The OpenJPEG library is an open-source JPEG 2000 codec. This is version
2.x of OpenJPEG, which is API-incompatible with the 1.x series. For the
1.x API, install the openjpeg build. Both openjpeg and openjpeg2 can be
installed on the same system with no conflicts.

View file

@ -0,0 +1,89 @@
#!/bin/sh
# Slackware build script for openjpeg2
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=openjpeg2
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
TARNAM=openjpeg
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAM-$VERSION
tar xvf $CWD/$TARNAM-$VERSION.tar.gz
cd $TARNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOPENJPEG_INSTALL_LIB_DIR=lib$LIBDIRSUFFIX \
-DOPENJPEG_INSTALL_MAN_DIR=man \
-DOPENJPEG_INSTALL_DOC_DIR=doc/$PRGNAM-$VERSION \
-DCMAKE_BUILD_TYPE=Release ..
make
make install/strip DESTDIR=$PKG
cd ..
# 2.0.0 installed the man pages, for some reason 2.1.0 doesn't.
cd doc/man
for dir in man?; do
mkdir -p $PKG/usr/man/$dir
for page in $dir/*.?; do
gzip -9c < $page > $PKG/usr/man/$dir/$( basename $page ).gz
done
done
cd -
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CHANGES LICENSE NEWS README THANKS $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.${PKGTYPE:-tgz}

View file

@ -0,0 +1,10 @@
PRGNAM="openjpeg2"
VERSION="2.1.0"
HOMEPAGE="http://www.openjpeg.org/"
DOWNLOAD="http://downloads.sourceforge.net/project/openjpeg.mirror/2.1.0/openjpeg-2.1.0.tar.gz"
MD5SUM="f6419fcc233df84f9a81eb36633c6db6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"

View file

@ -0,0 +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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
openjpeg2: openjpeg2 (open-source JPEG 2000 codec)
openjpeg2:
openjpeg2: The OpenJPEG library is an open-source JPEG 2000 codec. This is
openjpeg2: version 2.x of OpenJPEG, which is API-incompatible with the 1.x
openjpeg2: series. For the 1.x API, install the openjpeg build. Both openjpeg
openjpeg2: and openjpeg2 can be installed on the same system with no conflicts.
openjpeg2:
openjpeg2:
openjpeg2:
openjpeg2:
openjpeg2: