games/RetroArch: Updated for version 1.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4739460236
commit
8b10c0a7b0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for RetroArch
|
||||
|
||||
# Copyright 2016-2017 Hunter Sezen California, USA
|
||||
# Copyright 2016-2018 Hunter Sezen California, USA
|
||||
# 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=RetroArch
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,6 +87,8 @@ elif [ "${GLES3:-0}" != 0 ]; then
|
|||
lib="${lib} --enable-opengles --enable-opengles3"
|
||||
fi
|
||||
|
||||
pkg-config --exists flac && lib="${lib} --disable-builtinflac"
|
||||
|
||||
[ -d /usr/include/miniupnpc ] && lib="${lib} --disable-builtinminiupnpc"
|
||||
|
||||
if [ "${PYTHON:-0}" != 0 ]; then
|
||||
|
@ -119,8 +121,9 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-bin_dir=/usr/games \
|
||||
--with-man_dir=/usr/man \
|
||||
--bindir=/usr/games \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-assets_dir=/usr/share/games \
|
||||
--disable-update_assets \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|
@ -158,8 +161,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES.md CONTRIBUTING.md COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a media/assets/COPYING $PKG/usr/doc/$PRGNAM-$VERSION/COPYING.assets
|
||||
cp -a CHANGES.md CONTRIBUTING.md README-* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.7.0"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/RetroArch-1.7.0.tar.xz"
|
||||
MD5SUM="3ad88ef45a850e975d9f3749f756494b"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/RetroArch-1.7.1.tar.xz"
|
||||
MD5SUM="4bc02dd342c1254579319e49d911273c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue