From 9c204feefc2c8515e481e4fa023d5d9246c63659 Mon Sep 17 00:00:00 2001 From: dsomero Date: Thu, 20 May 2010 19:16:58 -0400 Subject: graphics/enblend-enfuse: Removed (build failure) This appears related to libpng14 --- graphics/enblend-enfuse/README | 6 -- graphics/enblend-enfuse/enblend-enfuse.SlackBuild | 84 ----------------------- graphics/enblend-enfuse/enblend-enfuse.info | 10 --- graphics/enblend-enfuse/slack-desc | 19 ----- 4 files changed, 119 deletions(-) delete mode 100644 graphics/enblend-enfuse/README delete mode 100644 graphics/enblend-enfuse/enblend-enfuse.SlackBuild delete mode 100644 graphics/enblend-enfuse/enblend-enfuse.info delete mode 100644 graphics/enblend-enfuse/slack-desc (limited to 'graphics') diff --git a/graphics/enblend-enfuse/README b/graphics/enblend-enfuse/README deleted file mode 100644 index df7b2689e5..0000000000 --- a/graphics/enblend-enfuse/README +++ /dev/null @@ -1,6 +0,0 @@ -Enblend combines images that overlap into a single large image with no seams. -Enfuse combines images that overlap into a single image with good exposure -and good focus. Both programs assume that your images are already lined up. -To make panoramas with Enblend and/or Enfuse, use Hugin. - -Requires libxmi, available at SlackBuilds.org. diff --git a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild deleted file mode 100644 index abc39c7576..0000000000 --- a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh -# -# Slackware build script for Enblend-Enfuse -# -# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA -# 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. - -PRGNAM=enblend-enfuse -VERSION=4.0 -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" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -set -eu - -rm -rf $PKG -mkdir -p $TMP $PKG -cd $TMP -rm -rf $PRGNAM-$VERSION-* -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION-* -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CXXFLAGS="$SLKCFLAGS" \ -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --infodir=/usr/info \ - --disable-static \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -gzip -9 $PKG/usr/man/man?/*.? -gzip -9 $PKG/usr/info/*.info -rm -rf $PKG/usr/info/dir - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README README.txt VERSION VIGRA_LICENSE \ - $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/graphics/enblend-enfuse/enblend-enfuse.info b/graphics/enblend-enfuse/enblend-enfuse.info deleted file mode 100644 index d874676921..0000000000 --- a/graphics/enblend-enfuse/enblend-enfuse.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="enblend-enfuse" -VERSION="4.0" -HOMEPAGE="http://enblend.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/enblend/enblend-enfuse-4.0.tar.gz" -MD5SUM="2e7c950061e0085fd75d94576130250f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="dsomero" diff --git a/graphics/enblend-enfuse/slack-desc b/graphics/enblend-enfuse/slack-desc deleted file mode 100644 index 9299a3783b..0000000000 --- a/graphics/enblend-enfuse/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 ':'. - - |-----handy-ruler------------------------------------------------------| -enblend-enfuse: Enblend-Enfuse (Image Blending and Enfusing tools) -enblend-enfuse: -enblend-enfuse: Enblend combines images that overlap into a single large image -enblend-enfuse: with no seams. Enfuse combines images that overlap into a -enblend-enfuse: single image with good exposure and good focus. Both programs -enblend-enfuse: assume that your images are already lined up. To make -enblend-enfuse: panoramas with Enblend and/or Enfuse, use Hugin. -enblend-enfuse: -enblend-enfuse: -enblend-enfuse: http://enblend.sourceforge.net/ -enblend-enfuse: -- cgit v1.2.3