summaryrefslogtreecommitdiffstats
path: root/multimedia/wxcam
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenaveatgmaildotcom>2010-05-13 00:35:18 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:35:18 +0200
commit9fedb97894ea9738ebbb3b579d2e658f97f883aa (patch)
treead081c0c20caf33969b92ed5b0cfe2876bf8a0b5 /multimedia/wxcam
parent3cacf179daafbf0eaaa0bbd88952419e222545e6 (diff)
downloadslackbuilds-9fedb97894ea9738ebbb3b579d2e658f97f883aa.tar.gz
slackbuilds-9fedb97894ea9738ebbb3b579d2e658f97f883aa.tar.xz
multimedia/wxcam: Updated for version 1.0.4
Diffstat (limited to 'multimedia/wxcam')
-rw-r--r--multimedia/wxcam/README3
-rw-r--r--multimedia/wxcam/slack-desc8
-rw-r--r--multimedia/wxcam/wxcam.SlackBuild10
-rw-r--r--multimedia/wxcam/wxcam.info8
4 files changed, 16 insertions, 13 deletions
diff --git a/multimedia/wxcam/README b/multimedia/wxcam/README
index 469632ce73..c49ff48ae3 100644
--- a/multimedia/wxcam/README
+++ b/multimedia/wxcam/README
@@ -4,5 +4,4 @@ for philips webcams, so you can also use the program for astronomy purposes.
It supports both video4linux 1 and 2 drivers, so it should work on a very
large number of devices.
-This requires xvidcore, CImg, mjpegtools, and wxWidgets
-(only tested with wxGTK).
+This requires xvidcore, CImg, mjpegtools, and wxGTK.
diff --git a/multimedia/wxcam/slack-desc b/multimedia/wxcam/slack-desc
index 91effefff8..71ac50914e 100644
--- a/multimedia/wxcam/slack-desc
+++ b/multimedia/wxcam/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------|
-wxcam: wxCam (webcam app for linux)
+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: special commands for philips webcams, so you can also use the program
-wxcam: for astronomy purposes. It supports both video4linux 1 and 2
+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: http://wxcam.sourceforge.net/
+wxcam:
+wxcam: Homepage: http://wxcam.sourceforge.net/
wxcam:
wxcam:
diff --git a/multimedia/wxcam/wxcam.SlackBuild b/multimedia/wxcam/wxcam.SlackBuild
index 07a56e4a6d..0b034c3d60 100644
--- a/multimedia/wxcam/wxcam.SlackBuild
+++ b/multimedia/wxcam/wxcam.SlackBuild
@@ -1,8 +1,10 @@
#!/bin/sh
# Slackware build script for wxcam 11/01/2009
+
# Updated for Slackware64 28/05/2009
-#
+# Updated for version 1.04 27/07/2009
+
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
@@ -24,9 +26,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxcam
-VERSION=1.0.3
+VERSION=1.0.4
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -86,4 +88,4 @@ 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.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/multimedia/wxcam/wxcam.info b/multimedia/wxcam/wxcam.info
index 05865b981c..6fec7cbfc8 100644
--- a/multimedia/wxcam/wxcam.info
+++ b/multimedia/wxcam/wxcam.info
@@ -1,8 +1,10 @@
PRGNAM="wxcam"
-VERSION="1.0.3"
+VERSION="1.0.4"
HOMEPAGE="http://wxcam.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/wxcam/wxcam-1.0.3.tar.bz2"
-MD5SUM="7a7c5a1e2b82c848d0be12cfc3f2cf28"
+DOWNLOAD="http://downloads.sourceforge.net/wxcam/wxcam-1.0.4.tar.bz2"
+MD5SUM="8119b6f0a6e80dbbdc5f86fa791d8199"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave<at>gmail<dot>com"
APPROVED="rworkman"