diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:48 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:48 +0200 |
commit | c2c6860f60eb1010cc10cbde0cb4492f8d3c5c75 (patch) | |
tree | 6ed37fde48eedaaf08f29c64b3c68c002ebe7819 /graphics | |
parent | 0540a57ccb91b7fa37fc15fbf35ab145e399ee5a (diff) | |
download | slackbuilds-c2c6860f60eb1010cc10cbde0cb4492f8d3c5c75.tar.gz |
graphics/enblend: Removed from 12.2 repository
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enblend/README | 6 | ||||
-rw-r--r-- | graphics/enblend/enblend.SlackBuild | 59 | ||||
-rw-r--r-- | graphics/enblend/enblend.info | 8 | ||||
-rw-r--r-- | graphics/enblend/slack-desc | 11 |
4 files changed, 0 insertions, 84 deletions
diff --git a/graphics/enblend/README b/graphics/enblend/README deleted file mode 100644 index 8cf2f3373c..0000000000 --- a/graphics/enblend/README +++ /dev/null @@ -1,6 +0,0 @@ -Enblend is a tool for compositing images. Given a set of images that overlap -in some irregular way, Enblend overlays them in such a way that the seam -between the images is invisible, or at least very difficult to see. Enblend -does not line up the images for you. Use a tool like Hugin to do that. - -Requires GLEW, OpenEXR and libxmi, available at SlackBuilds.org. diff --git a/graphics/enblend/enblend.SlackBuild b/graphics/enblend/enblend.SlackBuild deleted file mode 100644 index 576e55414c..0000000000 --- a/graphics/enblend/enblend.SlackBuild +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# Slackware build script for enblend -# Written by Erik Hanson erik@slackbuilds.org - -set -eu - -PRGNAM=enblend -VERSION=3.1.r20080615 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -make -f Makefile.cvs - -CXXFLAGS="$SLKCFLAGS" \ -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --mandir=/usr/man \ - --disable-static - -make -make install-strip DESTDIR=$PKG - -gzip -9 $PKG/usr/man/man?/*.? - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README README_WINDOWS.txt \ - TODO VIGRA_LICENSE $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -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/graphics/enblend/enblend.info b/graphics/enblend/enblend.info deleted file mode 100644 index fa9d5db12c..0000000000 --- a/graphics/enblend/enblend.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="enblend" -VERSION="3.1.r20080615" -HOMEPAGE="http://enblend.sourceforge.net/" -DOWNLOAD="http://mirrors.yocum.org/FreeBSD/ports/local-distfiles/vd/enblend/enblend-3.1.r20080615.tar.bz2" -MD5SUM="5dcd281126e1133fb20c5d0203830132" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="David Somero"
\ No newline at end of file diff --git a/graphics/enblend/slack-desc b/graphics/enblend/slack-desc deleted file mode 100644 index 15a94a1895..0000000000 --- a/graphics/enblend/slack-desc +++ /dev/null @@ -1,11 +0,0 @@ -enblend: Enblend (Image Blending with Multiresolution Splines) -enblend: -enblend: Enblend is a tool for compositing images. Given a set of images that -enblend: overlap in some irregular way, Enblend overlays them in such a way -enblend: that the seam between the images is invisible, or at least very -enblend: difficult to see. Enblend does not line up the images for you. Use a -enblend: tool like Hugin to do that. -enblend: -enblend: -enblend: http://enblend.sourceforge.net/ -enblend: |