libraries/libcec: Updated for version 2.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-12-24 19:09:16 +07:00 committed by Willy Sudiarto Raharjo
parent c18f380c08
commit 9be592fc7a
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libcec
# Copyright 2011-2013 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2011-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=libcec
VERSION=${VERSION:-2.1.4}
VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,14 +60,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz 2>/dev/null || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
autoreconf -vif

View file

@ -1,8 +1,8 @@
PRGNAM="libcec"
VERSION="2.1.4"
VERSION="2.2.0"
HOMEPAGE="http://libcec.pulse-eight.com/"
DOWNLOAD="https://github.com/Pulse-Eight/libcec/archive/libcec-2.1.4.tar.gz"
MD5SUM="23bbce4295fe5aa2842177cde9cb8688"
DOWNLOAD="https://github.com/Pulse-Eight/libcec/archive/libcec-2.2.0.tar.gz"
MD5SUM="006df0d807d4b72bc6859e592c7a70eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lockdev"