public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
Date: Mon, 10 Mar 2025 13:46:18 +0000 (UTC)	[thread overview]
Message-ID: <1741614317.d7e799505fde667155d0238179b685f934011d63.ionen@gentoo> (raw)

commit:     d7e799505fde667155d0238179b685f934011d63
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 13:30:41 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 13:45:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e79950

media-libs/opusfile: add multilib support

Needed by media-libs/sdl2-mixer

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/opusfile/opusfile-0.12-r1.ebuild | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/media-libs/opusfile/opusfile-0.12-r1.ebuild b/media-libs/opusfile/opusfile-0.12-r1.ebuild
index 1a2f0f67d628..4910b4acd381 100644
--- a/media-libs/opusfile/opusfile-0.12-r1.ebuild
+++ b/media-libs/opusfile/opusfile-0.12-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools multilib-minimal
 
 DESCRIPTION="A high-level decoding and seeking API for .opus files"
 HOMEPAGE="https://www.opus-codec.org/"
@@ -15,10 +15,10 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv sparc
 IUSE="doc fixed-point +float +http static-libs"
 
 RDEPEND="
-	media-libs/libogg
-	media-libs/opus
+	media-libs/libogg[${MULTILIB_USEDEP}]
+	media-libs/opus[${MULTILIB_USEDEP}]
 	http? (
-		dev-libs/openssl:=
+		dev-libs/openssl:=[${MULTILIB_USEDEP}]
 	)
 "
 DEPEND="${RDEPEND}"
@@ -37,18 +37,18 @@ src_prepare() {
 	eautoreconf
 }
 
-src_configure() {
+multilib_src_configure() {
 	local myeconfargs=(
-		$(use_enable doc)
-		$(use_enable fixed-point)\
+		$(multilib_native_use_enable doc)
+		$(use_enable fixed-point)
 		$(use_enable float)
 		$(use_enable http)
 		$(use_enable static-libs static)
 	)
-	econf "${myeconfargs[@]}"
+	ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
 }
 
-src_install() {
-	default
+multilib_src_install_all() {
+	einstalldocs
 	find "${ED}" -type f -name "*.la" -delete || die
 }


             reply	other threads:[~2025-03-10 13:46 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10 13:46 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-27 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ Sam James
2023-01-23  3:29 Sam James
2022-12-23  9:06 Miroslav Šulc
2022-12-22 13:06 Sam James
2022-12-22 13:06 Sam James
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 10:15 Arthur Zamarin
2022-12-22  9:59 Arthur Zamarin
2022-12-22  9:19 Arthur Zamarin
2022-05-26  5:20 WANG Xuerui
2022-02-07 21:45 James Le Cuirot
2021-08-10  8:58 Yixun Lan
2021-05-02 17:51 Mikle Kolyada
2020-12-31 11:22 Sergei Trofimovich
2020-12-31  1:47 Sam James
2020-12-31  1:47 Sam James
2020-12-30  2:39 Sam James
2020-07-06  8:40 Lars Wendler
2019-05-15 18:38 Andreas Sturmlechner
2019-05-06 23:42 Stefan Strogin
2019-05-02 21:04 Mikle Kolyada
2019-04-01 17:21 Thomas Deutschmann
2019-03-17 23:02 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 14:01 Mikle Kolyada
2019-03-15 22:47 Mikle Kolyada
2019-03-15  7:24 Sergei Trofimovich
2019-01-07 19:15 Lars Wendler
2018-11-03  8:18 Michał Górny
2018-10-05  7:43 Fabian Groffen
2018-09-24 15:51 Lars Wendler
2018-09-24 15:51 Lars Wendler
2018-01-05 13:07 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-08-31 13:12 Tim Harder
2017-08-07  7:53 Lars Wendler
2017-08-07  7:53 Lars Wendler
2017-06-28  9:35 Alexis Ballier
2016-07-13 10:16 Lars Wendler
2016-02-09 13:43 Lars Wendler
2016-02-09 13:43 Lars Wendler
2015-10-05  9:08 Julian Ospald

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=1741614317.d7e799505fde667155d0238179b685f934011d63.ionen@gentoo \
    --to=ionen@gentoo.org \
    --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