mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/wxcam: Updated for version 1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
b6dfe80dd5
commit
4976c41289
3 changed files with 12 additions and 13 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue