On 2022-02-22 04:30, Dave Woodfall wrote:
MuseScore
hatari
hydrogen
mame
mixxx
odamex
pd
prboom-plus
pygame
seq24
xjadeo
All checked and working.
Thanks for checking.
xjadeo could have been fixed with the attached patch, but portmidi was
changed for xjadeo with this patch
https://git.slackbuilds.org/slackbuilds/patch/?id=933f7aee263bb498d206475a2fcfb0e4186c6653
, the others don't need this patch to build.
That's what it boils down to.
Johannes
diff --git a/multimedia/xjadeo/xjadeo.SlackBuild b/multimedia/xjadeo/xjadeo.SlackBuild
index ce40b60c59..8811d28851 100644
--- a/multimedia/xjadeo/xjadeo.SlackBuild
+++ b/multimedia/xjadeo/xjadeo.SlackBuild
@@ -59,6 +59,9 @@ 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 {} \;
+# libporttime is included in libportmidi
+sed -i 's/-lporttime//g' configure
+
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/