summaryrefslogtreecommitdiffstats
path: root/multimedia/wxcam
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenaveatgmaildotcom>2012-05-01 11:58:48 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-05-07 12:18:05 -0500
commit4976c412898cbbc696321edd6c6ac6320e00d472 (patch)
tree80457a167d8196747e1d145115cf544472dfe3c5 /multimedia/wxcam
parentb6dfe80dd5693d3058388de33f7beab73fb6f3da (diff)
downloadslackbuilds-4976c412898cbbc696321edd6c6ac6320e00d472.tar.gz
slackbuilds-4976c412898cbbc696321edd6c6ac6320e00d472.tar.xz
multimedia/wxcam: Updated for version 1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/wxcam')
-rw-r--r--multimedia/wxcam/slack-desc10
-rw-r--r--multimedia/wxcam/wxcam.SlackBuild9
-rw-r--r--multimedia/wxcam/wxcam.info6
3 files changed, 12 insertions, 13 deletions
diff --git a/multimedia/wxcam/slack-desc b/multimedia/wxcam/slack-desc
index 71ac50914e..a7da234c15 100644
--- a/multimedia/wxcam/slack-desc
+++ b/multimedia/wxcam/slack-desc
@@ -5,14 +5,14 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
wxcam: wxcam (webcam application for linux)
wxcam:
-wxcam: wxCam is a webcam application for linux. It supports video recording
-wxcam: (in an avi uncompressed and Xvid format), snapshot taking, and some
+wxcam: wxCam is a webcam application for linux. It supports video recording
+wxcam: (in an avi uncompressed and Xvid format), snapshot taking, and some
wxcam: special commands for philips webcams, so you can also use the program
-wxcam: for astronomy purposes. It supports both video4linux 1 and 2
-wxcam: drivers, so it should work on a very large number of devices.
+wxcam: for astronomy purposes. It supports both video4linux 1 and 2
+wxcam: drivers, so it should work on a very large number of devices.
wxcam:
wxcam: Homepage: http://wxcam.sourceforge.net/
wxcam:
diff --git a/multimedia/wxcam/wxcam.SlackBuild b/multimedia/wxcam/wxcam.SlackBuild
index 41ce900ec4..91e4fcd909 100644
--- a/multimedia/wxcam/wxcam.SlackBuild
+++ b/multimedia/wxcam/wxcam.SlackBuild
@@ -5,8 +5,9 @@
# Updated for Slackware64 28/05/2009
# Updated for version 1.0.4 27/07/2009
# Updated for version 1.0.7 01/01/2011
+# Updated for version 1.1 18/03/2012
#
-# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
+# Copyright 2009-2012 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,16 +28,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxcam
-VERSION=1.0.7
+VERSION=1.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -82,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make wxcamdocdir=/usr/doc/$PRGNAM-$VERSION
-make install wxcamdocdir=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
+make install wxcamdocdir=/usr/doc/$PRGNAM-$VERSION 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
diff --git a/multimedia/wxcam/wxcam.info b/multimedia/wxcam/wxcam.info
index d6162af4a9..55947bbd44 100644
--- a/multimedia/wxcam/wxcam.info
+++ b/multimedia/wxcam/wxcam.info
@@ -1,8 +1,8 @@
PRGNAM="wxcam"
-VERSION="1.0.7"
+VERSION="1.1"
HOMEPAGE="http://wxcam.sourceforge.net/"
-DOWNLOAD="http://sourceforge.net/projects/wxcam/files/wxcam/1.0.7/wxcam-1.0.7.tar.bz2"
-MD5SUM="deeb69999f7277e09b1844d52b75a54f"
+DOWNLOAD="http://sourceforge.net/projects/wxcam/files/wxcam/1.1/wxcam-1.1.tar.bz2"
+MD5SUM="c9ea8991b6375c1709a7ce4e61fcc263"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"