From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A0D5158086 for ; Wed, 29 Dec 2021 18:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE022BC00B; Wed, 29 Dec 2021 18:35:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E448D2BC00B for ; Wed, 29 Dec 2021 18:35:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C6BB342B0D for ; Wed, 29 Dec 2021 18:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98AE4266 for ; Wed, 29 Dec 2021 18:35:49 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1640802912.d50b874f3b3d2c69e613bda5b7f8bac32c1c759c.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild games-emulation/dosbox-staging/metadata.xml X-VCS-Directories: games-emulation/dosbox-staging/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: d50b874f3b3d2c69e613bda5b7f8bac32c1c759c X-VCS-Branch: master Date: Wed, 29 Dec 2021 18:35:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d69125d-28df-4019-b04b-887010d86a58 X-Archives-Hash: d47aeee9d6089299ac720c2f90bdb64f commit: d50b874f3b3d2c69e613bda5b7f8bac32c1c759c Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Dec 29 18:35:12 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Dec 29 18:35:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50b874f games-emulation/dosbox-staging: add missing flag for libslirp support This is used in this new version for Ethernet emulation Closes: https://bugs.gentoo.org/830229 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild | 4 +++- games-emulation/dosbox-staging/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild index 652dbe698a9a..35528cd3b10a 100644 --- a/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild +++ b/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dosbox-staging/dosbox-staging/archive/v${PV}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+alsa debug dynrec +fluidsynth mt-32 network opengl test" +IUSE="+alsa debug dynrec +fluidsynth mt-32 network opengl slirp test" RESTRICT="!test? ( test )" @@ -24,6 +24,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) mt-32? ( media-libs/munt-mt32emu ) network? ( media-libs/sdl2-net ) opengl? ( virtual/opengl ) + slirp? ( net-libs/libslirp ) media-libs/libpng:0= media-libs/libsdl2[joystick,opengl?,video,X] media-libs/opusfile @@ -58,6 +59,7 @@ src_configure() { $(meson_use mt-32 use_mt32emu) $(meson_use network use_sdl2_net) $(meson_use opengl use_opengl) + $(meson_use slirp use_slirp) $(meson_feature test unit_tests) ) meson_src_configure diff --git a/games-emulation/dosbox-staging/metadata.xml b/games-emulation/dosbox-staging/metadata.xml index 639809d4af9f..f4c7e89956af 100644 --- a/games-emulation/dosbox-staging/metadata.xml +++ b/games-emulation/dosbox-staging/metadata.xml @@ -11,6 +11,7 @@ use media-libs/munt-mt32emu for MT-32 emulation Enable networking features (modem, ipx) Support compressed audio tracks (.opus) used with CDROM images + Enable Ethernet emulation using net-libs/libslirp dosbox-staging/dosbox-staging