multimedia/guvcview: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b8e8d4fb0
commit
7e46de9ee5
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for guvcview
|
# Slackware build script for guvcview
|
||||||
#
|
#
|
||||||
# Copyright 2010-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2010-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=guvcview
|
PRGNAM=guvcview
|
||||||
VERSION=${VERSION:-2.0.8}
|
VERSION=${VERSION:-2.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="guvcview"
|
PRGNAM="guvcview"
|
||||||
VERSION="2.0.8"
|
VERSION="2.1.0"
|
||||||
HOMEPAGE="http://guvcview.sourceforge.net/"
|
HOMEPAGE="http://guvcview.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.1.0.tar.bz2"
|
||||||
MD5SUM="45c387500a258ace63e75ac4d4c001da"
|
MD5SUM="43593ab63c9fa7e31105d6552d926bf4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="portaudio"
|
REQUIRES="portaudio"
|
||||||
|
|
Loading…
Reference in New Issue