aboutsummaryrefslogtreecommitdiff
path: root/games/RetroArch/RetroArch.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <orbea@fredslev.dk>2018-10-11 18:32:23 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-13 08:02:58 +0700
commitc673e15e58297e8e058ec72a593c56f1c36d556f (patch)
tree9764039a75167a054e04dacd4a88db67156b13c6 /games/RetroArch/RetroArch.SlackBuild
parente6567da89fa1f57748914ff746245f824933ad14 (diff)
games/RetroArch: Updated for version 1.7.5.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'games/RetroArch/RetroArch.SlackBuild')
-rw-r--r--games/RetroArch/RetroArch.SlackBuild23
1 files changed, 2 insertions, 21 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild
index e0cdfc6947e07..861886605d60c 100644
--- a/games/RetroArch/RetroArch.SlackBuild
+++ b/games/RetroArch/RetroArch.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=RetroArch
-VERSION=${VERSION:-1.7.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.7.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -123,25 +123,6 @@ sed -e "s|# audio_filter_dir =|audio_filter_dir = ${filter_dir}/audio|" \
-e "$SED_CORE;$SED_INFO;$SED_MENU" \
-i retroarch.cfg
-# Update libretro-common
-# https://github.com/libretro/RetroArch/commit/7c22f265b8928aca6e5706ab3a8bab2de0e24b8c
-# https://github.com/libretro/libretro-common/pull/84
-# https://github.com/libretro/RetroArch/issues/6889
-patch -p1 < $CWD/libretro.patch
-
-# Update config entries pointer to the new beginning of the list after sorting
-# https://github.com/libretro/RetroArch/commit/9da261c6d9a3f276e44c7f1999aef4fc758cbafd
-# https://github.com/libretro/RetroArch/pull/7178
-# https://github.com/libretro/RetroArch/issues/7160
-patch -p1 < $CWD/etc.patch
-
-# revert #7156
-# https://github.com/libretro/RetroArch/commit/64459bda3a8add5c5e679b3fa4d1fd4cd7796233
-# https://github.com/libretro/RetroArch/commit/dd9db4140304c480745f7f344ff67041bdd2c9ad
-# https://github.com/libretro/RetroArch/pull/7162
-# https://github.com/libretro/RetroArch/pull/7163
-patch -p1 < $CWD/savestates.patch
-
# Set $lib to a portable array
eval "set -- $lib"