public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/dosbox-x/
Date: Mon, 21 Aug 2023 12:43:05 +0000 (UTC)	[thread overview]
Message-ID: <1692465499.8bd80372a6c1b4b03140b3833976846501e27b57.lanodan@gentoo> (raw)

commit:     8bd80372a6c1b4b03140b3833976846501e27b57
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Sat Aug 19 17:18:19 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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 <liaoyuan <AT> 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 @@
 		<flag name="fluidsynth">
 			Enable FluidSynth to be used as the MIDI synthesizer
 		</flag>
-		<flag name="freetype">
-			Enable TrueType font (TTF) output and printing support
-			via <pkg>media-libs/freetype</pkg>
-		</flag>
 		<flag name="opengl">
 			Enable OpenGL as a video system to use for output
 		</flag>
@@ -54,5 +50,9 @@
 		<flag name="slirp">
 			Enable the SLIRP back-end for network adapter emulation
 		</flag>
+		<flag name="truetype">
+			Enable TrueType font (TTF) output and printing support
+			via <pkg>media-libs/freetype</pkg>
+		</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2023-08-21 12:43 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 12:43 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03 19:42 [gentoo-commits] repo/proj/guru:master commit in: games-emulation/dosbox-x/ Julien Roy
2024-12-15 18:10 Julien Roy
2024-12-15 18:10 Julien Roy
2024-12-15 18:10 Julien Roy
2024-12-15 18:10 Julien Roy
2024-10-07  9:06 David Roman
2024-10-07  9:06 David Roman
2024-07-31 22:49 Lucio Sauer
2024-04-27 12:09 Julien Roy
2024-03-02  7:10 Arthur Zamarin
2024-02-08  9:29 David Roman
2023-11-09  3:11 Haelwenn Monnier
2023-10-08 20:58 David Roman
2023-10-08 20:58 David Roman
2023-09-03 12:27 Haelwenn Monnier
2023-04-01 21:30 Haelwenn Monnier
2023-04-01 21:30 Haelwenn Monnier
2023-03-16  8:41 Florian Schmaus
2022-12-27  8:05 Viorel Munteanu
2022-12-27  8:05 Viorel Munteanu
2022-12-27  8:05 Viorel Munteanu
2022-12-16 16:39 Florian Schmaus
2022-12-16 16:39 Florian Schmaus
2022-12-06  6:09 Viorel Munteanu
2022-10-07 13:13 Arthur Zamarin
2022-09-08  1:46 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-02 10:55 Haelwenn Monnier
2022-08-02 10:55 Haelwenn Monnier
2022-07-05  7:14 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1692465499.8bd80372a6c1b4b03140b3833976846501e27b57.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox