aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/openjpeg2/README6
-rw-r--r--libraries/openjpeg2/openjpeg2.SlackBuild89
-rw-r--r--libraries/openjpeg2/openjpeg2.info10
-rw-r--r--libraries/openjpeg2/slack-desc19
4 files changed, 0 insertions, 124 deletions
diff --git a/libraries/openjpeg2/README b/libraries/openjpeg2/README
deleted file mode 100644
index b3ec3850c578..000000000000
--- a/libraries/openjpeg2/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/libraries/openjpeg2/openjpeg2.SlackBuild b/libraries/openjpeg2/openjpeg2.SlackBuild
deleted file mode 100644
index 6a33d97b70ba..000000000000
--- a/libraries/openjpeg2/openjpeg2.SlackBuild
+++ /dev/null
@@ -1,89 +0,0 @@
-#!/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}
diff --git a/libraries/openjpeg2/openjpeg2.info b/libraries/openjpeg2/openjpeg2.info
deleted file mode 100644
index 31dc2d6d3311..000000000000
--- a/libraries/openjpeg2/openjpeg2.info
+++ /dev/null
@@ -1,10 +0,0 @@
-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"
diff --git a/libraries/openjpeg2/slack-desc b/libraries/openjpeg2/slack-desc
deleted file mode 100644
index dc4f697226c2..000000000000
--- a/libraries/openjpeg2/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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: