mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/guvcview: Updated for version 1.7.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
3d62c5e2de
commit
df15754ff9
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for GuvcView.
|
||||
#
|
||||
# Copyright 2010-2013 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2010-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=guvcview
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,8 +77,8 @@ tar xvf $CWD/$PRGNAM-src-$VERSION.tar.gz
|
|||
cd $PRGNAM-src-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guvcview"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.7.3"
|
||||
HOMEPAGE="http://guvcview.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-1.7.2.tar.gz"
|
||||
MD5SUM="93fa335e6ce52bb730541d5280ed0dad"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-1.7.3.tar.gz"
|
||||
MD5SUM="f9c510ed9908a8d20ca27099aca948a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg portaudio"
|
||||
|
|
Loading…
Reference in a new issue