From: "Jason A. Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/reaper-bin/
Date: Mon, 1 Apr 2024 23:00:44 +0000 (UTC) [thread overview]
Message-ID: <1712012361.f4f730bc7a927f902c83c01931e02a337ee09706.zx2c4@gentoo> (raw)
commit: f4f730bc7a927f902c83c01931e02a337ee09706
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 1 22:59:21 2024 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 22:59:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f730bc
media-sound/reaper-bin: add -Wl,-z,lazy for swell preloading
Swell loads GDK lazily in its ideal setting, which 11e9d2b71083
("media-sound/reaper-bin: add 7.12, drop 7.11") unfortunately removed,
because toolchain 23.0's -z,now caused the lazy loading to happen at
dlopen() time. Fix this by explicitly setting -z,lazy.
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
.../reaper-bin/{reaper-bin-7.12.ebuild => reaper-bin-7.12-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-sound/reaper-bin/reaper-bin-7.12.ebuild b/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
similarity index 98%
rename from media-sound/reaper-bin/reaper-bin-7.12.ebuild
rename to media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
index 1ff30df79fec..06bcf6617d8f 100644
--- a/media-sound/reaper-bin/reaper-bin-7.12.ebuild
+++ b/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit desktop xdg
+inherit desktop flag-o-matic xdg
DESCRIPTION="Digital audio workstation"
HOMEPAGE="https://www.reaper.fm"
@@ -52,7 +52,9 @@ src_prepare() {
}
src_compile() {
+ append-cflags -Wl,-z,lazy
emake -C "WDL-${WDL_COMMIT}/WDL/swell" \
+ PRELOAD_GDK=1 \
ALLOW_WARNINGS=1
}
next reply other threads:[~2024-04-01 23:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-01 23:00 Jason A. Donenfeld [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-17 19:14 [gentoo-commits] repo/gentoo:master commit in: media-sound/reaper-bin/ Jason A. Donenfeld
2024-12-18 16:40 Jason A. Donenfeld
2024-05-28 16:06 Jason A. Donenfeld
2024-04-06 18:51 Jason A. Donenfeld
2024-04-03 16:44 Jason A. Donenfeld
2024-04-01 22:44 Jason A. Donenfeld
2024-02-23 17:09 Jason A. Donenfeld
2024-01-18 16:10 Jason A. Donenfeld
2024-01-11 0:04 Jason A. Donenfeld
2024-01-09 14:52 Jason A. Donenfeld
2023-12-17 4:21 Jason A. Donenfeld
2023-12-12 16:36 Jason A. Donenfeld
2023-12-07 3:09 Jason A. Donenfeld
2023-12-07 3:09 Jason A. Donenfeld
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=1712012361.f4f730bc7a927f902c83c01931e02a337ee09706.zx2c4@gentoo \
--to=zx2c4@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