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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCD7C1581F0 for ; Wed, 11 Dec 2024 10:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED89EE0B63; Wed, 11 Dec 2024 10:57:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99613E0B63 for ; Wed, 11 Dec 2024 10:57:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2940343101 for ; Wed, 11 Dec 2024 10:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1AF1F45 for ; Wed, 11 Dec 2024 10:57:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1733914628.ef61f8be518e5da65b0479d8f4d7892f25ae411c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/scummvm/metadata.xml games-engines/scummvm/scummvm-2.9.0-r1.ebuild games-engines/scummvm/scummvm-9999.ebuild X-VCS-Directories: games-engines/scummvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef61f8be518e5da65b0479d8f4d7892f25ae411c X-VCS-Branch: master Date: Wed, 11 Dec 2024 10:57:12 +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: 3e4a18ca-f3e9-4b7b-aae4-7fba9f8edab7 X-Archives-Hash: 2d6eaeef03ff65d34b9851f63f1d4435 commit: ef61f8be518e5da65b0479d8f4d7892f25ae411c Author: Michał Górny gentoo org> AuthorDate: Wed Dec 11 10:07:52 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 11 10:57:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef61f8be games-engines/scummvm: Enable parallel port support Closes: https://bugs.gentoo.org/946224 Signed-off-by: Michał Górny gentoo.org> games-engines/scummvm/metadata.xml | 1 + .../scummvm/{scummvm-9999.ebuild => scummvm-2.9.0-r1.ebuild} | 8 +++++--- games-engines/scummvm/scummvm-9999.ebuild | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/games-engines/scummvm/metadata.xml b/games-engines/scummvm/metadata.xml index d4e3eb1872f4..3b6346cbd8b6 100644 --- a/games-engines/scummvm/metadata.xml +++ b/games-engines/scummvm/metadata.xml @@ -15,6 +15,7 @@ enable mpeg2 codec for cutscenes enable cloud support via media-libs/sdl2-net Enable mod/tracker music file support via media-libs/libopenmpt + Enable parallel port support via sys-libs/libieee1284 Enable support for MIDI music using media-sound/sndio enable unsupported and/or broken game engines (you're on your own) Enable VP8/VP9 codec support via media-libs/libvpx diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-2.9.0-r1.ebuild similarity index 94% copy from games-engines/scummvm/scummvm-9999.ebuild copy to games-engines/scummvm/scummvm-2.9.0-r1.ebuild index f0b6ffc68467..0615138b1415 100644 --- a/games-engines/scummvm/scummvm-9999.ebuild +++ b/games-engines/scummvm/scummvm-2.9.0-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/scummvm/scummvm" else SRC_URI="https://downloads.scummvm.org/frs/scummvm/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" S=${WORKDIR}/${P/_/} fi @@ -21,8 +21,8 @@ LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" SLOT="0" IUSE=" a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 - mp3 musepack +net opengl openmpt png readline sndio speech theora - truetype unsupported vorbis vpx zlib + mp3 musepack +net opengl openmpt parport png readline sndio speech + theora truetype unsupported vorbis vpx zlib " RESTRICT="test" # it only looks like there's a test there #77507 @@ -54,6 +54,7 @@ DEPEND=" ) ) openmpt? ( media-libs/libopenmpt:= ) + parport? ( sys-libs/libieee1284:= ) png? ( media-libs/libpng:0 ) readline? ( sys-libs/readline:= ) sndio? ( media-sound/sndio:= ) @@ -122,6 +123,7 @@ src_configure() { $(use_enable net libcurl) $(use_enable net sdlnet) $(use_enable openmpt) + $(use_enable parport opl2lpt) $(use_enable png) $(use_enable readline) $(use_enable sndio) diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-9999.ebuild index f0b6ffc68467..db2d168193f0 100644 --- a/games-engines/scummvm/scummvm-9999.ebuild +++ b/games-engines/scummvm/scummvm-9999.ebuild @@ -21,8 +21,8 @@ LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" SLOT="0" IUSE=" a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 - mp3 musepack +net opengl openmpt png readline sndio speech theora - truetype unsupported vorbis vpx zlib + mp3 musepack +net opengl openmpt parport png readline sndio speech + theora truetype unsupported vorbis vpx zlib " RESTRICT="test" # it only looks like there's a test there #77507 @@ -54,6 +54,7 @@ DEPEND=" ) ) openmpt? ( media-libs/libopenmpt:= ) + parport? ( sys-libs/libieee1284:= ) png? ( media-libs/libpng:0 ) readline? ( sys-libs/readline:= ) sndio? ( media-sound/sndio:= ) @@ -122,6 +123,7 @@ src_configure() { $(use_enable net libcurl) $(use_enable net sdlnet) $(use_enable openmpt) + $(use_enable parport opl2lpt) $(use_enable png) $(use_enable readline) $(use_enable sndio)