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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 618BC1382C5 for ; Sat, 24 Apr 2021 06:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C51E0827; Sat, 24 Apr 2021 06:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7212CE0827 for ; Sat, 24 Apr 2021 06:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65E8634127D for ; Sat, 24 Apr 2021 06:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B19E729 for ; Sat, 24 Apr 2021 06:38:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619200376.9ea9e2f03b225abceabc1179363640bf8ae18f2f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/ciano/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ciano/ciano-0.2.4.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9ea9e2f03b225abceabc1179363640bf8ae18f2f X-VCS-Branch: master Date: Sat, 24 Apr 2021 06:38:48 +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: 370ee135-67e6-4037-a6eb-93e4cfbad3e5 X-Archives-Hash: 1461eb17251f871e664a1974f4f9c6f7 commit: 9ea9e2f03b225abceabc1179363640bf8ae18f2f Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Apr 23 17:43:48 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 17:52:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ea9e2f0 media-video/ciano: Declare Python support. meson calls a python post-install script during build. Closes: https://bugs.gentoo.org/785118 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/ciano/ciano-0.2.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4.ebuild index 184825fb3..3da996b41 100644 --- a/media-video/ciano/ciano-0.2.4.ebuild +++ b/media-video/ciano/ciano-0.2.4.ebuild @@ -1,9 +1,10 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome2-utils meson vala xdg +PYTHON_COMPAT=( python3_{8,9} ) +inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="A multimedia file converter focused on simplicity" HOMEPAGE="https://robertsanseries.github.io/ciano" @@ -14,6 +15,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="dev-libs/granite" +BDEPEND="${PYTHON_DEPS}" RDEPEND=" ${DEPEND} media-video/ffmpeg