From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
Date: Fri, 1 Jan 2021 22:22:04 +0000 (UTC) [thread overview]
Message-ID: <1609539713.85d706b3d2841c4bc90293f8e527ab087c4832ce.sam@gentoo> (raw)
commit: 85d706b3d2841c4bc90293f8e527ab087c4832ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 06:20:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 22:21:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d706b3
media-libs/bcg729: don't use -Werror
Closes: https://bugs.gentoo.org/751301
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 7 ++++++-
media-libs/bcg729/bcg729-1.1.1.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index ce3201c782e..04926f70bcf 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,11 @@ RDEPEND="
S=${WORKDIR}/${P/_/-}
DOCS=( AUTHORS NEWS README.md )
+src_prepare() {
+ sed -i -e '/-Werror/d' CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
src_configure() {
mycmakeargs=(
-DENABLE_STATIC=$(usex static-libs)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index e724197e7cf..3a492a09a32 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,6 +17,11 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
+src_prepare() {
+ sed -i -e 's/-Werror //' CMakeLists.txt || die
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DENABLE_STATIC=no
next reply other threads:[~2021-01-01 22:22 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-01 22:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-27 13:35 [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ WANG Xuerui
2024-01-12 8:30 Arthur Zamarin
2021-12-31 3:42 Yixun Lan
2021-03-17 1:44 Sam James
2021-01-05 21:09 Sam James
2021-01-02 0:09 Sam James
2021-01-02 0:09 Sam James
2021-01-01 22:22 Sam James
2020-12-27 12:28 Sergei Trofimovich
2020-12-27 4:47 Sam James
2020-12-27 4:31 Sam James
2020-12-27 0:54 Sam James
2020-11-24 2:08 Sam James
2020-11-24 1:41 Sam James
2020-11-24 1:40 Sam James
2020-11-08 10:22 Sam James
2020-11-06 21:43 Sam James
2020-11-06 20:24 Sam James
2020-11-04 9:23 Sam James
2020-11-04 1:48 Sam James
2020-11-04 0:44 Sam James
2020-11-04 0:44 Sam James
2020-07-20 12:24 Sam James
2020-07-16 17:45 Sam James
2020-05-06 6:41 Sergei Trofimovich
2020-01-15 8:56 Jeroen Roovers
2020-01-15 8:56 Jeroen Roovers
2019-12-11 6:04 Jeroen Roovers
2019-12-11 1:45 Aaron Bauman
2019-11-30 14:59 Jeroen Roovers
2019-11-30 14:59 Jeroen Roovers
2019-10-10 8:17 Jeroen Roovers
2019-08-12 19:58 Michał Górny
2018-06-19 17:29 Tobias Klausmann
2018-06-06 23:23 Thomas Deutschmann
2018-05-31 10:01 Sergei Trofimovich
2018-05-30 7:46 Jeroen Roovers
2018-03-18 19:48 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2018-02-07 21:14 Jeroen Roovers
2018-02-07 21:14 Jeroen Roovers
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=1609539713.85d706b3d2841c4bc90293f8e527ab087c4832ce.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