diff options
Diffstat (limited to 'games/RetroArch')
-rw-r--r-- | games/RetroArch/RetroArch.SlackBuild | 14 | ||||
-rw-r--r-- | games/RetroArch/RetroArch.info | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 393f94c3ceff..515afcf5443c 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -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 diff --git a/games/RetroArch/RetroArch.info b/games/RetroArch/RetroArch.info index 7b91984d2320..5a76afa6bff2 100644 --- a/games/RetroArch/RetroArch.info +++ b/games/RetroArch/RetroArch.info @@ -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="" |