summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-12 11:47:49 +0200
committer Heinz Wiesinger2010-05-12 11:47:49 +0200
commitc9b0e056c411560466bc4970eabd82948e2005ce (patch)
treefbe02beb727f248ddcbd6322d78a06c633861845 /graphics
parentc2c6860f60eb1010cc10cbde0cb4492f8d3c5c75 (diff)
downloadslackbuilds-c9b0e056c411560466bc4970eabd82948e2005ce.tar.gz
graphics/gphoto2: Removed from 12.2 repository
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gphoto2/README7
-rw-r--r--graphics/gphoto2/gphoto2.SlackBuild74
-rw-r--r--graphics/gphoto2/gphoto2.info8
-rw-r--r--graphics/gphoto2/slack-desc19
4 files changed, 0 insertions, 108 deletions
diff --git a/graphics/gphoto2/README b/graphics/gphoto2/README
deleted file mode 100644
index 8dbbc463f3..0000000000
--- a/graphics/gphoto2/README
+++ /dev/null
@@ -1,7 +0,0 @@
-gPhoto2 is a free, redistributable, ready to use set of digital
-camera software applications for Unix-like systems, written by a
-whole team of dedicated volunteers around the world. It supports
-more than 800 cameras.
-
-You must have libgphoto2 installed in order to build gPhoto2.
-libgphoto2 is also available at SlackBuilds.org.
diff --git a/graphics/gphoto2/gphoto2.SlackBuild b/graphics/gphoto2/gphoto2.SlackBuild
deleted file mode 100644
index 2d29c4b098..0000000000
--- a/graphics/gphoto2/gphoto2.SlackBuild
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for gphoto2
-
-# Written by Frank Caraballo <fecaraballo[AT]gmail.com>
-# No Guarantees. Use this SlackBuild at your own risk.
-# Public Domain
-
-PRGNAM=gphoto2
-VERSION=2.4.3
-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
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-static=no \
- --mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-( cd $PKG/usr/man || exit 1
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README 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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/graphics/gphoto2/gphoto2.info b/graphics/gphoto2/gphoto2.info
deleted file mode 100644
index 1a292efcbe..0000000000
--- a/graphics/gphoto2/gphoto2.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="gphoto2"
-VERSION="2.4.3"
-HOMEPAGE="http://www.gphoto.org/"
-DOWNLOAD="http://downloads.sourceforge.net/gphoto/gphoto2-2.4.3.tar.bz2"
-MD5SUM="561bcf2beac539431017c6302e0237a6"
-MAINTAINER="Frank Caraballo"
-EMAIL="fecaraballo[AT]gmail.com"
-APPROVED="dsomero"
diff --git a/graphics/gphoto2/slack-desc b/graphics/gphoto2/slack-desc
deleted file mode 100644
index b0e3ec7b90..0000000000
--- a/graphics/gphoto2/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------------------------------------------------------|
-gphoto2: gPhoto2 (Command Line Interface to libgphoto2)
-gphoto2:
-gphoto2: gPhoto2 is a free, redistributable, ready to use set of digital
-gphoto2: camera software applications for Unix-like systems, written by a
-gphoto2: whole team of dedicated volunteers around the world. It supports
-gphoto2: more than 800 cameras.
-gphoto2:
-gphoto2: Homepage: http://www.gphoto.org/
-gphoto2:
-gphoto2:
-gphoto2: