public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/live/
Date: Tue, 13 Apr 2021 00:26:52 +0000 (UTC)	[thread overview]
Message-ID: <1618273577.b99d2db85bbf5ee298a2f0414f92e87c3d930c17.sam@gentoo> (raw)

commit:     b99d2db85bbf5ee298a2f0414f92e87c3d930c17
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 05:13:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 00:26:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99d2db8

media-plugins/live: call pkg-config via toolchain-funcs.eclass helper

This ensures we call the correct pkg-config in e.g. cross.

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/live/live-2020.03.06.ebuild | 2 +-
 media-plugins/live/live-2020.05.15.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/live/live-2020.03.06.ebuild b/media-plugins/live/live-2020.03.06.ebuild
index ac9a6a590b9..704d65b196b 100644
--- a/media-plugins/live/live-2020.03.06.ebuild
+++ b/media-plugins/live/live-2020.03.06.ebuild
@@ -79,7 +79,7 @@ src_configure() {
 
 src_compile() {
 	export suffix="${LIVE_ABI_VERSION}.so"
-	local link_opts="$(usex ssl "$(pkg-config --libs libssl libcrypto)" '') -L. ${LDFLAGS}"
+	local link_opts="$(usex ssl "$($(tc-getPKG_CONFIG) --libs libssl libcrypto)" '') -L. ${LDFLAGS}"
 	local lib_suffix="${suffix#.}"
 
 	einfo "Beginning shared library build"

diff --git a/media-plugins/live/live-2020.05.15.ebuild b/media-plugins/live/live-2020.05.15.ebuild
index 50d236a95c7..431d011ee95 100644
--- a/media-plugins/live/live-2020.05.15.ebuild
+++ b/media-plugins/live/live-2020.05.15.ebuild
@@ -77,7 +77,7 @@ src_configure() {
 
 src_compile() {
 	export suffix="${LIVE_ABI_VERSION}.so"
-	local link_opts="$(usex ssl "$(pkg-config --libs libssl libcrypto)" '') -L. ${LDFLAGS}"
+	local link_opts="$(usex ssl "$($(tc-getPKG_CONFIG) --libs libssl libcrypto)" '') -L. ${LDFLAGS}"
 	local lib_suffix="${suffix#.}"
 
 	einfo "Beginning shared library build"


             reply	other threads:[~2021-04-13  0:26 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-13  0:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26 17:21 [gentoo-commits] repo/gentoo:master commit in: media-plugins/live/ Arthur Zamarin
2025-04-26 12:41 Arthur Zamarin
2025-04-26  5:50 Sam James
2025-02-20 19:33 Sam James
2025-02-20 19:33 Sam James
2025-02-20 19:33 Sam James
2022-12-03  6:08 WANG Xuerui
2021-12-17 12:00 Sam James
2021-12-17 12:00 Sam James
2021-12-17  9:20 Jakov Smolić
2021-12-17  9:20 Jakov Smolić
2021-12-17  8:01 Arthur Zamarin
2021-12-17  7:33 Arthur Zamarin
2021-10-17 16:08 John Helmert III
2021-08-26 21:54 John Helmert III
2021-08-25  4:23 Agostino Sarubbo
2021-08-21  8:44 Marek Szuba
2021-08-11 11:19 Agostino Sarubbo
2021-08-11 11:18 Agostino Sarubbo
2021-08-11  0:05 Sam James
2021-08-11  0:04 Sam James
2021-06-12 18:43 John Helmert III
2021-05-01 10:02 Mikle Kolyada
2021-04-19 20:54 Sam James
2021-01-06 14:27 Fabian Groffen
2020-10-13  9:26 Agostino Sarubbo
2020-10-09  8:41 Agostino Sarubbo
2020-10-09  8:36 Agostino Sarubbo
2020-10-09  8:35 Agostino Sarubbo
2020-10-08 19:41 Sam James
2020-10-08 18:53 Sam James
2020-07-09 12:37 Sam James
2020-06-19 15:27 Thomas Deutschmann
2020-06-19 15:27 Thomas Deutschmann
2020-06-19 15:27 Thomas Deutschmann
2020-06-19 15:27 Thomas Deutschmann
2020-06-19 15:27 Thomas Deutschmann
2020-05-14 22:09 Thomas Deutschmann
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:26 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-23  6:21 Agostino Sarubbo
2020-04-23  6:20 Agostino Sarubbo
2020-04-20 17:05 Sergei Trofimovich
2020-04-19 11:17 Mart Raudsepp
2020-03-31  8:39 Joonas Niilola
2018-07-20 15:27 Alexis Ballier
2018-06-18 19:06 Andreas Sturmlechner
2018-04-26  8:31 Mikle Kolyada
2018-04-02 21:32 Sergei Trofimovich
2018-03-05 14:52 Tobias Klausmann
2018-02-25 18:21 Thomas Deutschmann
2018-02-24  8:55 Sergei Trofimovich
2018-02-24  7:20 Jason Zaman
2018-02-23 23:17 Sergei Trofimovich
2018-02-09 11:39 Alexis Ballier
2017-10-08 11:46 Alexis Ballier
2017-07-21  9:03 Alexis Ballier
2017-07-08  9:20 Alexis Ballier
2017-05-30 10:56 Alexis Ballier
2017-05-30  7:00 Alexis Ballier
2017-04-27 10:08 Alexis Ballier
2017-04-19  6:52 Jeroen Roovers
2017-04-11  4:42 Alexis Ballier
2017-03-15  7:40 Michael Weber
2017-03-03 19:02 Markus Meier
2017-03-02 10:30 Agostino Sarubbo
2017-03-01 13:43 Tobias Klausmann
2017-01-28 20:13 Alexis Ballier
2016-12-17 12:28 Alexis Ballier
2016-10-25 11:08 Alexis Ballier
2016-10-25 11:08 Alexis Ballier
2016-09-23 10:50 Alexis Ballier
2016-09-14 16:52 Alexis Ballier
2016-09-06 14:17 Alexis Ballier
2016-08-27 18:30 Alexis Ballier
2016-07-22 15:20 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-05-24  7:56 Alexis Ballier
2016-04-05 11:20 Alexis Ballier
2016-03-22 11:20 Alexis Ballier
2016-03-05 12:04 Alexis Ballier
2016-02-09  8:45 Alexis Ballier
2016-02-09  8:45 Alexis Ballier
2016-02-09  8:45 Alexis Ballier
2016-01-30 15:56 Alexis Ballier
2016-01-28 18:25 Alexis Ballier
2016-01-23 13:18 Alexis Ballier
2016-01-19 11:35 Alexis Ballier
2015-12-28  7:39 Alexis Ballier
2015-11-14 11:34 Alexis Ballier
2015-11-07 19:08 Alexis Ballier
2015-10-20 14:13 Alexis Ballier
2015-09-04 16:34 Alexis Ballier

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=1618273577.b99d2db85bbf5ee298a2f0414f92e87c3d930c17.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