From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacs/
Date: Sun, 29 Jan 2023 10:20:01 +0000 (UTC) [thread overview]
Message-ID: <1674987592.992efc9c9c56d8c02db7b4fe94de8d910dcaefdd.sam@gentoo> (raw)
commit: 992efc9c9c56d8c02db7b4fe94de8d910dcaefdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:14:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:19:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992efc9c
media-libs/libaacs: force bison+flex
See upstream MR but it's very much not compatible with the POSIX variants.
Closes: https://bugs.gentoo.org/887071
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libaacs/libaacs-0.11.1-r1.ebuild | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/media-libs/libaacs/libaacs-0.11.1-r1.ebuild b/media-libs/libaacs/libaacs-0.11.1-r1.ebuild
index c521f48a95d6..aaacf8da1fb6 100644
--- a/media-libs/libaacs/libaacs-0.11.1-r1.ebuild
+++ b/media-libs/libaacs/libaacs-0.11.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,15 +13,24 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-RDEPEND=">=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
- >=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]"
+RDEPEND="
+ >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
+ >=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
+"
DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/flex
- app-alternatives/yacc"
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+"
DOCS=( ChangeLog KEYDB.cfg README.md )
multilib_src_configure() {
+ # Force Bison & flex as it doesn't work even w/ build system fixed
+ # https://code.videolan.org/videolan/libaacs/-/merge_requests/14
+ unset YACC
+ export LEX=flex
+
local myeconfargs=(
--disable-optimizations
--enable-shared
next reply other threads:[~2023-01-29 10:20 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-29 10:20 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-22 5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacs/ Sam James
2022-05-22 6:22 Agostino Sarubbo
2022-05-22 6:19 Agostino Sarubbo
2022-05-22 6:17 Agostino Sarubbo
2022-05-22 3:53 Sam James
2022-05-22 3:25 Sam James
2022-05-22 3:22 Sam James
2022-05-22 3:22 Sam James
2022-03-14 19:00 Sam James
2022-03-13 5:28 Sam James
2021-08-21 8:44 Marek Szuba
2020-12-02 0:32 Aaron Bauman
2020-10-07 7:09 Agostino Sarubbo
2020-10-07 6:54 Agostino Sarubbo
2020-10-07 6:53 Agostino Sarubbo
2020-10-07 6:50 Agostino Sarubbo
2020-10-07 6:42 Agostino Sarubbo
2020-10-06 15:09 Sam James
2020-10-06 13:21 Sam James
2020-08-31 9:10 Alexis Ballier
2020-05-07 12:42 Lars Wendler
2019-07-27 19:15 Aaron Bauman
2019-04-18 20:51 Pacho Ramos
2019-04-18 20:32 Thomas Deutschmann
2019-04-17 11:42 Mikle Kolyada
2019-04-08 22:07 Sergei Trofimovich
2019-04-08 18:31 Aaron Bauman
2019-04-07 21:34 Sergei Trofimovich
2017-12-09 18:41 Craig Andrews
2017-08-31 13:28 Tim Harder
2017-08-31 13:28 Tim Harder
2017-06-27 20:36 Alexis Ballier
2017-05-18 13:37 Alexis Ballier
2017-04-01 11:50 Michael Weber
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=1674987592.992efc9c9c56d8c02db7b4fe94de8d910dcaefdd.sam@gentoo \
--to=sam@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