multimedia/guvcview: Updated for version 2.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-02-12 18:42:29 +07:00
parent 60e99335e3
commit 3a07b3ef7d
3 changed files with 7 additions and 5 deletions

View file

@ -7,3 +7,5 @@ it should also work with any v4l2 compatible device.
If you want to compile guvcview without PulseAudio support you can
run the script as follows:
PULSE=NO ./guvcview.SlackBuild
NOTE: Qt5 support is disabled by default.

View file

@ -2,7 +2,7 @@
# Slackware build script for GuvcView.
#
# Copyright 2010-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2010-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guvcview
VERSION=${VERSION:-2.0.4}
VERSION=${VERSION:-2.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="guvcview"
VERSION="2.0.4"
VERSION="2.0.5"
HOMEPAGE="http://guvcview.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.4.tar.gz"
MD5SUM="a6d900166ac2bba251a2c09cb602f1fe"
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.5.tar.gz"
MD5SUM="f4d238ccd26e126ae6e8e6bd4a052bfc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg portaudio SDL2"