diff options
author | Arn0 <yth@ythogtha.org> | 2024-07-02 11:37:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-03 07:05:03 +0700 |
commit | 575e6ccc880f4beead9a810233aea1c5b39a489a (patch) | |
tree | 11fb023cfccdf56254ea9a99adb7dc7167a68ddc /system | |
parent | a29ea742cc29b5e9e9e07b9df5cd69e20a9428d0 (diff) |
system/dosbox-x: updated for version 2024.07.01
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/dosbox-x/README | 3 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.SlackBuild | 5 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.info | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/system/dosbox-x/README b/system/dosbox-x/README index 17cb2022f226a..fd28b9af96c74 100644 --- a/system/dosbox-x/README +++ b/system/dosbox-x/README @@ -2,3 +2,6 @@ DOSBox-X is a fork of DOSBox; while retaining compatibility with the wide base of DOS games and DOS gaming DOSBox was designed for, it goes further with a focus on accurate emulation of the hardware and many more ways to tweak and configure the DOS virtual machine. + +libslirp is an optional, and auto-detected, dependency, adding a way +better networking support. diff --git a/system/dosbox-x/dosbox-x.SlackBuild b/system/dosbox-x/dosbox-x.SlackBuild index 1c18fbb18f016..e0d85da80c6fa 100644 --- a/system/dosbox-x/dosbox-x.SlackBuild +++ b/system/dosbox-x/dosbox-x.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dosbox-x -VERSION=${VERSION:-2024.03.01} +VERSION=${VERSION:-2024.07.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -95,7 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux \ --enable-sdl2 \ --enable-d3d9 \ - --enable-d3d-shaders + --enable-d3d-shaders \ + --enable-avcodec make install DESTDIR=$PKG diff --git a/system/dosbox-x/dosbox-x.info b/system/dosbox-x/dosbox-x.info index c5a83b561c879..99cb3cf71083b 100644 --- a/system/dosbox-x/dosbox-x.info +++ b/system/dosbox-x/dosbox-x.info @@ -1,8 +1,8 @@ PRGNAM="dosbox-x" -VERSION="2024.03.01" +VERSION="2024.07.01" HOMEPAGE="http://dosbox-x.com/" -DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.03.01/dosbox-x-dosbox-x-v2024.03.01.tar.gz" -MD5SUM="82f68d294e739c2616130b15a65f582c" +DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.07.01/dosbox-x-dosbox-x-v2024.07.01.tar.gz" +MD5SUM="c1d66b5f8c02ae90b1798fea43b33cba" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |