From b66b72a7c61b55fe18d6609d452e696d086f016b Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 20:48:50 +0000 Subject: [PATCH] games/libretro-fceumm: Updated for version 2017.12.19_25bb3e6. Signed-off-by: David Spencer --- games/libretro-fceumm/libretro-fceumm.SlackBuild | 12 ++++++------ games/libretro-fceumm/libretro-fceumm.info | 6 +++--- games/libretro-fceumm/slack-desc | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/games/libretro-fceumm/libretro-fceumm.SlackBuild b/games/libretro-fceumm/libretro-fceumm.SlackBuild index bee0fce309..40aab240cf 100644 --- a/games/libretro-fceumm/libretro-fceumm.SlackBuild +++ b/games/libretro-fceumm/libretro-fceumm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libretro-fceumm -# Copyright 2016 Hunter Sezen +# Copyright 2016-2017 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=libretro-fceumm LIBNAM=fceumm_libretro -VERSION=${VERSION:-2017.01.27_bdf5fa7} +VERSION=${VERSION:-2017.12.19_25bb3e6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,9 +57,7 @@ else LIBDIRSUFFIX="" fi -DEBUG=${DEBUG:-0} - -set -e +set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -74,12 +72,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +[ "${DEBUG:=0}" != 0 ] && DEBUG=1 + make -f Makefile.libretro DEBUG=$DEBUG install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info -if [ "$DEBUG" = "0" ]; then +if [ $DEBUG = 0 ]; then find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true fi diff --git a/games/libretro-fceumm/libretro-fceumm.info b/games/libretro-fceumm/libretro-fceumm.info index 35e40f9b26..d4db47a150 100644 --- a/games/libretro-fceumm/libretro-fceumm.info +++ b/games/libretro-fceumm/libretro-fceumm.info @@ -1,8 +1,8 @@ PRGNAM="libretro-fceumm" -VERSION="2017.01.27_bdf5fa7" +VERSION="2017.12.19_25bb3e6" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-fceumm-2017.01.27_bdf5fa7.tar.xz" -MD5SUM="6fae7b52f89b2779efb1e334584d1264" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-fceumm-2017.12.19_25bb3e6.tar.xz" +MD5SUM="a7e58fde12b0b8b075c7dd2473da85ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" diff --git a/games/libretro-fceumm/slack-desc b/games/libretro-fceumm/slack-desc index ce657088e1..6580ef8c4e 100644 --- a/games/libretro-fceumm/slack-desc +++ b/games/libretro-fceumm/slack-desc @@ -11,7 +11,7 @@ libretro-fceumm: libretro-fceumm: FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that libretro-fceumm: specializes in extensive mapper support. libretro-fceumm: -libretro-fceumm: Homepage: http://www.libretro.com/ +libretro-fceumm: Homepage: https://www.libretro.com/ libretro-fceumm: libretro-fceumm: libretro-fceumm: