From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 882C315808C for ; Mon, 4 Apr 2022 16:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478BDE0896; Mon, 4 Apr 2022 16:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 004FBE081E for ; Mon, 4 Apr 2022 16:25:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E287C340F6B for ; Mon, 4 Apr 2022 16:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9762B0 for ; Mon, 4 Apr 2022 16:25:29 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1649089519.7953e7cfb48cea5a5e6c3ffc5b452876b4513410.mva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/qcma/qcma-0.4.1.ebuild app-misc/qcma/qcma-0.4.2_pre20181227.ebuild app-misc/qcma/qcma-9999.ebuild X-VCS-Directories: app-misc/qcma/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 7953e7cfb48cea5a5e6c3ffc5b452876b4513410 X-VCS-Branch: master Date: Mon, 4 Apr 2022 16:25:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18b574bc-4cba-4d38-afce-82a6c26a5ae3 X-Archives-Hash: 348014b02beba834cc96ef5c3f6e2761 commit: 7953e7cfb48cea5a5e6c3ffc5b452876b4513410 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Apr 4 16:22:47 2022 +0000 Commit: Vadim Misbakh-Soloviov gentoo 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 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 }