From: "Vadim Misbakh-Soloviov" <mva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/
Date: Mon, 4 Apr 2022 16:25:29 +0000 (UTC) [thread overview]
Message-ID: <1649089519.7953e7cfb48cea5a5e6c3ffc5b452876b4513410.mva@gentoo> (raw)
commit: 7953e7cfb48cea5a5e6c3ffc5b452876b4513410
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 16:22:47 2022 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 16:25:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7953e7cf
app-misc/qcma: fixing to support ffmpeg5
Bug: https://bugs.gentoo.org/834360
Package-Manager: Portage-3.0.30, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
app-misc/qcma/qcma-0.4.1.ebuild | 6 +++++-
app-misc/qcma/qcma-0.4.2_pre20181227.ebuild | 6 +++++-
app-misc/qcma/qcma-9999.ebuild | 6 +++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/app-misc/qcma/qcma-0.4.1.ebuild b/app-misc/qcma/qcma-0.4.1.ebuild
index 865bbcb3f107..f86fb4692e5c 100644
--- a/app-misc/qcma/qcma-0.4.1.ebuild
+++ b/app-misc/qcma/qcma-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,6 +31,10 @@ BDEPEND="
"
src_prepare() {
+ # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
+ sed -r \
+ -e '/av_register_all/d' \
+ -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff"
rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere)
default
}
diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild
index 2e59784ff9cf..0341d187842a 100644
--- a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild
+++ b/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,10 @@ BDEPEND="
"
src_prepare() {
+ # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
+ sed -r \
+ -e '/av_register_all/d' \
+ -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff"
rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere)
default
}
diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-9999.ebuild
index 7c2734bf0313..2af991e90295 100644
--- a/app-misc/qcma/qcma-9999.ebuild
+++ b/app-misc/qcma/qcma-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,6 +31,10 @@ BDEPEND="
"
src_prepare() {
+ # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html
+ sed -r \
+ -e '/av_register_all/d' \
+ -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff"
rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere)
default
}
next reply other threads:[~2022-04-04 16:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-04 16:25 Vadim Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-04 16:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/ Vadim Misbakh-Soloviov
2022-04-06 13:58 Andreas Sturmlechner
2022-04-06 13:58 Andreas Sturmlechner
2022-04-06 13:58 Andreas Sturmlechner
2022-04-06 13:58 Andreas Sturmlechner
2022-12-29 0:34 Vadim Misbakh-Soloviov
2023-05-29 20:51 Sam James
2023-05-29 20:53 Sam James
2024-12-24 11:08 Sam James
2024-12-31 9:08 Andreas Sturmlechner
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=1649089519.7953e7cfb48cea5a5e6c3ffc5b452876b4513410.mva@gentoo \
--to=mva@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