From 0be1aece9c5581594b397efcccdbbccabb5ae885 Mon Sep 17 00:00:00 2001 From: dsomero Date: Thu, 20 May 2010 20:44:06 -0400 Subject: graphics/hugin: Removed (build failure) This appears related to libpng14 --- graphics/hugin/README | 13 ------- graphics/hugin/doinst.sh | 3 -- graphics/hugin/hugin.SlackBuild | 86 ----------------------------------------- graphics/hugin/hugin.info | 10 ----- graphics/hugin/slack-desc | 19 --------- 5 files changed, 131 deletions(-) delete mode 100644 graphics/hugin/README delete mode 100644 graphics/hugin/doinst.sh delete mode 100644 graphics/hugin/hugin.SlackBuild delete mode 100644 graphics/hugin/hugin.info delete mode 100644 graphics/hugin/slack-desc (limited to 'graphics') diff --git a/graphics/hugin/README b/graphics/hugin/README deleted file mode 100644 index 1522b8ce89..0000000000 --- a/graphics/hugin/README +++ /dev/null @@ -1,13 +0,0 @@ -An easy to use cross-platform panoramic imaging toolchain based on -Panorama Tools. With hugin you can assemble a mosaic of photographs -into a complete immersive panorama, stitch any series of overlapping -pictures and much more. - -Build Requirements: -wxWidgets (wxPython, wxGTK, wxX11). Only tested with wxPython. -libpano13 - -Run-time requirements: -exiftool -enblend-enfuse -autopano-sift-C diff --git a/graphics/hugin/doinst.sh b/graphics/hugin/doinst.sh deleted file mode 100644 index 3857649f50..0000000000 --- a/graphics/hugin/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null -fi diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild deleted file mode 100644 index c12131f9e6..0000000000 --- a/graphics/hugin/hugin.SlackBuild +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -# -# Slackware build script for Hugin -# -# 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. - -set -eu - -PRGNAM=hugin -VERSION=2009.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 - -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 . - -cmake \ - -DCMAKE_C_FLAGS="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ - -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \ - -DLIB_SUFFIX="$LIBDIRSUFFIX" \ - -DCMAKE_INSTALL_PREFIX=/usr . - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | egrep "ELF.*executable" | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -find $PKG | xargs file | egrep "ELF.*shared object" | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null - -mv $PKG/usr/share/man $PKG/usr/man -gzip -9 $PKG/usr/man/man?/*.? - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL_cmake LICENCE_VIGRA README README_JP \ - README_WINDOWS TODO $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/graphics/hugin/hugin.info b/graphics/hugin/hugin.info deleted file mode 100644 index 95afc049ad..0000000000 --- a/graphics/hugin/hugin.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="hugin" -VERSION="2009.4.0" -HOMEPAGE="http://hugin.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/hugin/hugin-2009.4.0.tar.gz" -MD5SUM="ed197d35213a46c77489f512cb8ff191" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="dsomero" diff --git a/graphics/hugin/slack-desc b/graphics/hugin/slack-desc deleted file mode 100644 index 1e7f373b3f..0000000000 --- a/graphics/hugin/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------------------------------------------------------| -hugin: Hugin (Panorama photo stitcher) -hugin: -hugin: An easy to use cross-platform panoramic imaging toolchain based on -hugin: Panorama Tools. With hugin you can assemble a mosaic of photographs -hugin: into a complete immersive panorama, stitch any series of overlapping -hugin: pictures and much more. -hugin: -hugin: -hugin: -hugin: http://hugin.sourceforge.net/ -hugin: -- cgit v1.2.3