mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/wxcam: Updated for version 1.0.4
This commit is contained in:
parent
3cacf179da
commit
9fedb97894
4 changed files with 16 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue