summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/guvcview/guvcview.SlackBuild8
-rw-r--r--multimedia/guvcview/guvcview.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/guvcview/guvcview.SlackBuild b/multimedia/guvcview/guvcview.SlackBuild
index c811bdfedd..f6bf95395d 100644
--- a/multimedia/guvcview/guvcview.SlackBuild
+++ b/multimedia/guvcview/guvcview.SlackBuild
@@ -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 {} \;
diff --git a/multimedia/guvcview/guvcview.info b/multimedia/guvcview/guvcview.info
index fef188f454..747c076c9c 100644
--- a/multimedia/guvcview/guvcview.info
+++ b/multimedia/guvcview/guvcview.info
@@ -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"