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 B115815800A for ; Sat, 19 Aug 2023 17:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A1E2BC016; Sat, 19 Aug 2023 17:29:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2E6E2BC016 for ; Sat, 19 Aug 2023 17:29:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB87534114D for ; Sat, 19 Aug 2023 17:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4960CB8B for ; Sat, 19 Aug 2023 17:29:42 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1692465499.8bd80372a6c1b4b03140b3833976846501e27b57.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/dosbox-x/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild games-emulation/dosbox-x/dosbox-x-9999.ebuild games-emulation/dosbox-x/metadata.xml X-VCS-Directories: games-emulation/dosbox-x/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: 8bd80372a6c1b4b03140b3833976846501e27b57 X-VCS-Branch: dev Date: Sat, 19 Aug 2023 17:29:42 +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: adc3f00d-e167-47d9-8eb7-b7a253e17821 X-Archives-Hash: d38e17a41e655526f4f57cb9d33253e9 commit: 8bd80372a6c1b4b03140b3833976846501e27b57 Author: Yuan Liao gmail com> AuthorDate: Sat Aug 19 17:18:19 2023 +0000 Commit: Yuan Liao gmail com> CommitDate: Sat Aug 19 17:18:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bd80372 games-emulation/dosbox-x: Change `freetype` USE flag to `truetype` `truetype` is a global USE flag, which is more preferable. Signed-off-by: Yuan Liao gmail.com> games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild | 6 +++--- games-emulation/dosbox-x/dosbox-x-9999.ebuild | 6 +++--- games-emulation/dosbox-x/metadata.xml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild b/games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild index f5c74e3b75..4c4100a93f 100644 --- a/games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild +++ b/games-emulation/dosbox-x/dosbox-x-2023.05.01.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://dosbox-x.com/" LICENSE="GPL-2" SLOT="0" -IUSE="X debug ffmpeg fluidsynth freetype opengl png slirp" +IUSE="X debug ffmpeg fluidsynth opengl png slirp truetype" # Unit tests are only available in debug builds RESTRICT="!debug? ( test )" @@ -61,10 +61,10 @@ RDEPEND=" debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) - freetype? ( media-libs/freetype ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) + truetype? ( media-libs/freetype ) " DEPEND=" @@ -118,10 +118,10 @@ src_configure() { $(use_enable X x11) $(use_enable ffmpeg avcodec) $(use_enable fluidsynth libfluidsynth) - $(use_enable freetype) $(use_enable opengl) $(use_enable png screenshots) $(use_enable slirp libslirp) + $(use_enable truetype freetype) ) econf "${myconf[@]}" diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild b/games-emulation/dosbox-x/dosbox-x-9999.ebuild index f5c74e3b75..4c4100a93f 100644 --- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild +++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://dosbox-x.com/" LICENSE="GPL-2" SLOT="0" -IUSE="X debug ffmpeg fluidsynth freetype opengl png slirp" +IUSE="X debug ffmpeg fluidsynth opengl png slirp truetype" # Unit tests are only available in debug builds RESTRICT="!debug? ( test )" @@ -61,10 +61,10 @@ RDEPEND=" debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) - freetype? ( media-libs/freetype ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) + truetype? ( media-libs/freetype ) " DEPEND=" @@ -118,10 +118,10 @@ src_configure() { $(use_enable X x11) $(use_enable ffmpeg avcodec) $(use_enable fluidsynth libfluidsynth) - $(use_enable freetype) $(use_enable opengl) $(use_enable png screenshots) $(use_enable slirp libslirp) + $(use_enable truetype freetype) ) econf "${myconf[@]}" diff --git a/games-emulation/dosbox-x/metadata.xml b/games-emulation/dosbox-x/metadata.xml index cdbdb12b16..c13d207aed 100644 --- a/games-emulation/dosbox-x/metadata.xml +++ b/games-emulation/dosbox-x/metadata.xml @@ -40,10 +40,6 @@ Enable FluidSynth to be used as the MIDI synthesizer - - Enable TrueType font (TTF) output and printing support - via media-libs/freetype - Enable OpenGL as a video system to use for output @@ -54,5 +50,9 @@ Enable the SLIRP back-end for network adapter emulation + + Enable TrueType font (TTF) output and printing support + via media-libs/freetype +