libraries/DirectFB: Updated for version 1.7.7.

Fixes build failure on -current.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-11-03 14:21:06 +01:00 committed by Willy Sudiarto Raharjo
parent 38c85885d5
commit e49d70a8e2
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for DirectFB-1.6.2
# Slackware build script for DirectFB
# Copyright 2012 Erik Falor <ewfalor@gmail.com> USA
# All rights reserved.
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=DirectFB
VERSION=${VERSION:-1.6.2}
VERSION=${VERSION:-1.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="DirectFB"
VERSION="1.6.2"
VERSION="1.7.7"
HOMEPAGE="http://www.directfb.org/"
DOWNLOAD="http://attic-distfiles.pld-linux.org/distfiles/by-md5/6/b/6bebdbf26f03f7114ae17ab86d4d1d27/DirectFB-1.6.2.tar.gz"
MD5SUM="6bebdbf26f03f7114ae17ab86d4d1d27"
DOWNLOAD="http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.7.tar.gz"
MD5SUM="152cf1863b1a3a28aa1370e9053440bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""