From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/
Date: Mon, 19 Jul 2021 09:56:51 +0000 (UTC) [thread overview]
Message-ID: <1626688603.2a70223fc9ae8009b516d802d3867d007d199409.marecki@gentoo> (raw)
commit: 2a70223fc9ae8009b516d802d3867d007d199409
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 09:49:16 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 09:56:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a70223f
media-plugins/zam-plugins: make USE=-opengl more thorough
It would appear that in order to fully disable UI support in DPF one
must explicitly ignore results of autodetection of ALL libraries
involved.
Closes: https://bugs.gentoo.org/802882
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-plugins/zam-plugins/zam-plugins-3.14.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild b/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
index 90423a2f5c2..f3d77dcc5a7 100644
--- a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
+++ b/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
@@ -46,7 +46,10 @@ src_compile() {
emake PREFIX=/usr LIBDIR=$(get_libdir) VERBOSE=true \
BASE_OPTS="" SKIP_STRIPPING=true \
HAVE_ZITA_CONVOLVER=true \
+ HAVE_CAIRO=$(usex opengl true false) \
HAVE_DGL=$(usex opengl true false) \
+ HAVE_OPENGL=$(usex opengl true false) \
+ UI_TYPE=$(usex opengl "opengl" "none") \
HAVE_JACK=$(usex jack true false)
}
@@ -54,7 +57,10 @@ src_install() {
emake PREFIX=/usr LIBDIR=$(get_libdir) VERBOSE=true \
BASE_OPTS="" SKIP_STRIPPING=true \
HAVE_ZITA_CONVOLVER=true \
+ HAVE_CAIRO=$(usex opengl true false) \
HAVE_DGL=$(usex opengl true false) \
+ HAVE_OPENGL=$(usex opengl true false) \
+ UI_TYPE=$(usex opengl "opengl" "none") \
HAVE_JACK=$(usex jack true false) \
DESTDIR="${ED}" install
}
next reply other threads:[~2021-07-19 9:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-19 9:56 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-07 10:42 [gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/ Miroslav Šulc
2023-12-06 15:30 Arthur Zamarin
2023-11-06 9:25 Miroslav Šulc
2023-02-27 6:36 Miroslav Šulc
2023-02-24 9:29 Sam James
2023-01-24 11:00 Marek Szuba
2023-01-24 11:00 Marek Szuba
2022-09-30 23:24 Sam James
2021-08-22 3:42 Sam James
2021-07-19 23:14 Marek Szuba
2021-07-19 14:45 Marek Szuba
2021-07-19 9:56 Marek Szuba
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=1626688603.2a70223fc9ae8009b516d802d3867d007d199409.marecki@gentoo \
--to=marecki@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