multimedia/wxcam: Updated for version 1.0.4

This commit is contained in:
Pierre Cazenave 2010-05-13 00:35:18 +02:00 committed by Robby Workman
parent 3cacf179da
commit 9fedb97894
4 changed files with 16 additions and 13 deletions

View file

@ -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.

View file

@ -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:

View file

@ -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}

View file

@ -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"