mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/guvcview: Updated for version 1.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
416def0e1d
commit
28d02811e7
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for GuvcView.
|
||||
#
|
||||
# Copyright 2010-2012 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2010-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,11 +24,11 @@
|
|||
|
||||
|
||||
PRGNAM=guvcview
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README"
|
||||
DOCS="AUTHORS COPYING ChangeLog INSTALL README"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guvcview"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="http://guvcview.berlios.de/downloads.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/guvcview/guvcview-src-1.6.1.tar.gz"
|
||||
MD5SUM="b3dfd04d8aae0c807d5f5d6ba035580f"
|
||||
VERSION="1.7.0"
|
||||
HOMEPAGE="http://guvcview.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-1.7.0.tar.gz"
|
||||
MD5SUM="fe141fe2fe2a16df69f7866c27334a56"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg portaudio"
|
||||
|
|
Loading…
Reference in a new issue