diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-13 16:13:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:18 +0700 |
commit | 9de42dae7ca03d8720352b23f3d50b7b71e412c3 (patch) | |
tree | 4b2c06418493765b1691de6250b9b0a955d846bb | |
parent | c043ee5856f99ca33da90e5a40c6f6eea8de05cb (diff) |
games/jg-mednafen: Updated for version 1.32.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/jg-mednafen/jg-mednafen.SlackBuild | 6 | ||||
-rw-r--r-- | games/jg-mednafen/jg-mednafen.info | 6 | ||||
-rw-r--r-- | games/jg-mednafen/pthreads_configure_ac.diff | 17 |
3 files changed, 5 insertions, 24 deletions
diff --git a/games/jg-mednafen/jg-mednafen.SlackBuild b/games/jg-mednafen/jg-mednafen.SlackBuild index 481760176a48c..961a0d3a00ddb 100644 --- a/games/jg-mednafen/jg-mednafen.SlackBuild +++ b/games/jg-mednafen/jg-mednafen.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240813 bkw: updated for v1.32.1. # 20240208 bkw: updated for v1.32.0. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jg-mednafen SRCNAM=mednafen -VERSION=${VERSION:-1.32.0} +VERSION=${VERSION:-1.32.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,9 +61,6 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ -# 20240208 bkw: patch sent upstrem (to orbea). -patch -p1 < $CWD/pthreads_configure_ac.diff - LIBDIR=/usr/lib$LIBDIRSUFFIX PKGLIB=$PKG/$LIBDIR DOCDIR=/usr/doc/$PRGNAM-$VERSION diff --git a/games/jg-mednafen/jg-mednafen.info b/games/jg-mednafen/jg-mednafen.info index ab85bdd76344e..8de0cba7fd758 100644 --- a/games/jg-mednafen/jg-mednafen.info +++ b/games/jg-mednafen/jg-mednafen.info @@ -1,8 +1,8 @@ PRGNAM="jg-mednafen" -VERSION="1.32.0" +VERSION="1.32.1" HOMEPAGE="https://jgemu.gitlab.io/" -DOWNLOAD="https://gitlab.com/jgemu/mednafen/-/archive/1.32.0/mednafen-1.32.0.tar.gz" -MD5SUM="eb1107cf1c183e2770e6cea35934eaec" +DOWNLOAD="https://gitlab.com/jgemu/mednafen/-/archive/1.32.1/mednafen-1.32.1.tar.gz" +MD5SUM="2eab1dbd55c4c3ef49b84ab8444cef49" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jollygood" diff --git a/games/jg-mednafen/pthreads_configure_ac.diff b/games/jg-mednafen/pthreads_configure_ac.diff deleted file mode 100644 index 60e93ecf8a676..0000000000000 --- a/games/jg-mednafen/pthreads_configure_ac.diff +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/jollygood/conf/configure.ac b/jollygood/conf/configure.ac -index 8357435..b1d7d15 100644 ---- a/jollygood/conf/configure.ac -+++ b/jollygood/conf/configure.ac -@@ -89,9 +89,9 @@ if ! expr x"$host" : 'x.*-mingw*' > /dev/null && - AC_SEARCH_LIBS(pthread_create, [pthread]) - AC_CHECK_FUNCS(pthread_create sem_init, [], - AC_MSG_ERROR([*** pthreads not found!])) -- AC_CHECK_FUNCS(sem_timedwait sem_timedwait_monotonic sem_clockwait -- sem_clockwait_np pthread_condattr_setclock pthread_setname_np -- pthread_set_name_np pthread_getaffinity_np -+ AC_CHECK_FUNCS(sem_timedwait sem_timedwait_monotonic sem_clockwait \ -+ sem_clockwait_np pthread_condattr_setclock pthread_setname_np \ -+ pthread_set_name_np pthread_getaffinity_np \ - pthread_setaffinity_np pthread_cond_timedwait_relative_np) - AC_CHECK_HEADERS(pthread.h sched.h) - AC_CHECK_HEADERS(pthread_np.h, [], [], [ |