From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/
Date: Sat, 19 Mar 2022 23:33:49 +0000 (UTC) [thread overview]
Message-ID: <1647732810.2914a83db179802dd017b9f8dd9db32743f823aa.sam@gentoo> (raw)
commit: 2914a83db179802dd017b9f8dd9db32743f823aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:06:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:33:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2914a83d
media-plugins/vdr-xineliboutput: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild | 8 ++++----
media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild | 8 ++++----
media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
index c3df9aff749c..c99f1ade06e2 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,8 +11,8 @@ DESCRIPTION="VDR Plugin: Xinelib PlugIn"
HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama"
@@ -83,8 +83,8 @@ src_configure() {
# No autotools based configure script
./configure \
- --cc=$(tc-getCC) \
- --cxx=$(tc-getCXX) \
+ --cc="$(tc-getCC)" \
+ --cxx="$(tc-getCXX)" \
$(use_enable X x11) \
$(use_enable X xshm) \
$(use_enable X xdpms) \
diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
index fb37a10e6c22..601a84339a77 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,8 +12,8 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz
http://vdr.websitec.de/download/${PN}/${P}_clang.patch.bz2"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama"
@@ -89,8 +89,8 @@ src_configure() {
# No autotools based configure script
./configure \
- --cc=$(tc-getCC) \
- --cxx=$(tc-getCXX) \
+ --cc="$(tc-getCC)" \
+ --cxx="$(tc-getCXX)" \
$(use_enable X x11) \
$(use_enable X xshm) \
$(use_enable X xdpms) \
diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
index bc97c78bee09..c95ba6bb45b1 100644
--- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
+++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,8 +12,8 @@ HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
EGIT_REPO_URI="https://git.code.sf.net/p/xineliboutput/git"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
KEYWORDS=""
IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama"
@@ -93,8 +93,8 @@ src_configure() {
# No autotools based configure script
./configure \
- --cc=$(tc-getCC) \
- --cxx=$(tc-getCXX) \
+ --cc="$(tc-getCC)" \
+ --cxx="$(tc-getCXX)" \
$(use_enable X x11) \
$(use_enable X xshm) \
$(use_enable X xdpms) \
next reply other threads:[~2022-03-19 23:33 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-19 23:33 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 23:07 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/ Conrad Kostecki
2022-06-03 5:32 Sam James
2021-06-18 21:07 David Seifert
2021-04-13 0:26 Sam James
2021-04-05 9:06 Jörg Bornkessel
2020-06-27 20:51 Aaron Bauman
2020-05-03 8:56 Jörg Bornkessel
2020-04-26 10:35 David Seifert
2020-04-24 20:05 Jörg Bornkessel
2020-02-14 21:51 Jörg Bornkessel
2020-01-12 17:56 Jörg Bornkessel
2019-12-15 16:34 Joerg Bornkessel
2017-08-06 9:27 Matthias Schwarzott
2017-07-03 19:51 Matthias Schwarzott
2017-07-03 19:37 Matthias Schwarzott
2017-01-06 12:25 Christian Ruppert
2016-04-20 15:00 Ian Stakenvicius
2015-10-16 20:11 Christian Ruppert
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=1647732810.2914a83db179802dd017b9f8dd9db32743f823aa.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