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>
This commit is contained in:
B. Watson 2024-08-13 16:13:51 -04:00 committed by Willy Sudiarto Raharjo
parent c043ee5856
commit 9de42dae7c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 24 deletions

View file

@ -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

View file

@ -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"

View file

@ -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, [], [], [