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:dev commit in: games-arcade/taisei/
Date: Sat,  1 Apr 2023 21:23:50 +0000 (UTC)	[thread overview]
Message-ID: <1680384213.eb7954c2d3baa5b6404cc124591189e3dcea0b04.lanodan@gentoo> (raw)

commit:     eb7954c2d3baa5b6404cc124591189e3dcea0b04
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Apr  1 21:21:29 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Apr  1 21:23:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb7954c2

games-arcade/taisei: Fix automagic dependencies

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 .../taisei/{taisei-1.3.2-r1.ebuild => taisei-1.3.2-r2.ebuild}        | 5 ++++-
 games-arcade/taisei/taisei-9999.ebuild                               | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/games-arcade/taisei/taisei-1.3.2-r1.ebuild b/games-arcade/taisei/taisei-1.3.2-r2.ebuild
similarity index 92%
rename from games-arcade/taisei/taisei-1.3.2-r1.ebuild
rename to games-arcade/taisei/taisei-1.3.2-r2.ebuild
index 5566ec61c..4891047e7 100644
--- a/games-arcade/taisei/taisei-1.3.2-r1.ebuild
+++ b/games-arcade/taisei/taisei-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,11 +25,13 @@ IUSE="doc lto zip"
 
 RDEPEND="
 	media-libs/freetype:2
+	media-libs/opusfile
 	>=media-libs/libpng-1.5
 	media-libs/libsdl2
 	media-libs/sdl2-mixer[opus]
 	media-libs/libwebp
 	sys-libs/zlib
+	dev-libs/openssl:=
 	zip? ( dev-libs/libzip )
 "
 DEPEND="
@@ -55,6 +57,7 @@ src_configure() {
 		$(meson_use lto b_lto)
 		$(meson_use zip enable_zip)
 		-Dstrip=false
+		-Duse_libcrypto=true
 	)
 	meson_src_configure
 }

diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
index 460264b34..b51703e9b 100644
--- a/games-arcade/taisei/taisei-9999.ebuild
+++ b/games-arcade/taisei/taisei-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,12 +25,14 @@ IUSE="doc lto zip"
 
 RDEPEND="
 	media-libs/freetype:2
+	media-libs/opusfile
 	>=media-libs/libpng-1.5
 	media-libs/libsdl2
 	media-libs/opusfile
 	media-libs/libwebp
 	app-arch/zstd
 	sys-libs/zlib
+	dev-libs/openssl:=
 	zip? ( dev-libs/libzip )
 "
 DEPEND="
@@ -63,6 +65,7 @@ src_configure() {
 		$(meson_use lto b_lto)
 		$(meson_use zip enable_zip)
 		-Dstrip=false
+		-Duse_libcrypto=true
 	)
 	meson_src_configure
 }


             reply	other threads:[~2023-04-01 21:23 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01 21:23 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-10 15:03 [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/ Haelwenn Monnier
2024-10-08 19:29 Oliver Freyermuth
2024-03-31  2:11 Oliver Freyermuth
2024-03-30 19:26 Oliver Freyermuth
2024-03-22 17:57 Haelwenn Monnier
2024-03-22 17:57 Haelwenn Monnier
2024-03-12 14:48 Haelwenn Monnier
2024-03-11 22:02 Oliver Freyermuth
2023-09-09  3:53 Haelwenn Monnier
2023-09-08 14:17 Oliver Freyermuth
2023-09-08 14:15 Oliver Freyermuth
2022-06-02 10:39 Oliver Freyermuth
2022-05-31  0:30 Oliver Freyermuth
2022-05-31  0:10 Oliver Freyermuth
2021-05-03 17:43 Haelwenn Monnier
2021-05-03 17:43 Haelwenn Monnier
2021-05-01 15:39 Oliver Freyermuth
2021-05-01 15:39 Oliver Freyermuth
2021-04-24 16:00 Oliver Freyermuth
2021-04-18  0:53 Oliver Freyermuth
2021-04-17 17:38 Oliver Freyermuth
2021-04-08 11:16 Oliver Freyermuth
2021-04-08 11:16 Oliver Freyermuth
2021-03-28  9:55 Andrew Ammerlaan
2020-06-02 15:44 Oliver Freyermuth
2020-04-12 10:26 Sergey Torokhov
2020-03-09 17:51 Andrew Ammerlaan
2019-11-23 14:16 Haelwenn Monnier
2019-11-23 14:16 Haelwenn Monnier
2019-07-13  9:41 Haelwenn Monnier
2019-07-11  9:13 Haelwenn Monnier

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=1680384213.eb7954c2d3baa5b6404cc124591189e3dcea0b04.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