Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/dosbox-x/
Date: Tue, 02 Aug 2022 10:55:26
Message-Id: 1659399774.dc6f7122c02df39b7ddeb4483cc61ee5ab3f629f.lanodan@gentoo
1 commit: dc6f7122c02df39b7ddeb4483cc61ee5ab3f629f
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 2 00:22:54 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Tue Aug 2 00:22:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc6f7122
7
8 games-emulation/dosbox-x: Sync live ebuild
9
10 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
11
12 games-emulation/dosbox-x/dosbox-x-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
16 index 052e563f5..8605437e9 100644
17 --- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild
18 +++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
19 @@ -9,8 +9,8 @@ if [[ "${PV}" == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://github.com/joncampbell123/dosbox-x.git"
22 else
23 - SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${PV}.tar.gz"
24 - S="${WORKDIR}/${PN}-${PN}-v${PV}"
25 + SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-windows-v${PV}.tar.gz"
26 + S="${WORKDIR}/${PN}-${PN}-windows-v${PV}"
27 KEYWORDS="~amd64"
28 fi
29
30 @@ -106,7 +106,7 @@ src_prepare() {
31 src_configure() {
32 local myconf=(
33 # --disable-core-inline could cause compiler errors
34 - # as of v0.84.1, so enable it unconditionally
35 + # as of v2022.08.0, so enable it unconditionally
36 --enable-core-inline
37
38 # Always use SDL 2, even though the package provides the option to
39 @@ -118,7 +118,7 @@ src_configure() {
40 --enable-sdl2
41
42 # Explicitly enable ALSA MIDI support, same as default. As of
43 - # v0.84.1, even when it is disabled, media-libs/alsa-lib will
44 + # v2022.08.0, even when it is disabled, media-libs/alsa-lib will
45 # still be automagically linked if it is present in the build
46 # environment (presumably for other components of this package),
47 # so the dependency cannot be made optional by disabling this