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 340121382C5 for ; Fri, 23 Apr 2021 17:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FEC6E079E; Fri, 23 Apr 2021 17:54:35 +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 64120E079E for ; Fri, 23 Apr 2021 17:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F1976340FA6 for ; Fri, 23 Apr 2021 17:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6077359C for ; Fri, 23 Apr 2021 17:54:32 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1619200376.9ea9e2f03b225abceabc1179363640bf8ae18f2f.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 9ea9e2f03b225abceabc1179363640bf8ae18f2f X-VCS-Branch: dev Date: Fri, 23 Apr 2021 17:54:32 +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: b7257093-4420-46f7-9cd0-6d761d595f99 X-Archives-Hash: bd2f3b5d64ed34883256a1d53c96e6fc commit: 9ea9e2f03b225abceabc1179363640bf8ae18f2f Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Apr 23 17:43:48 2021 +0000 Commit: Ronny Gutbrod tastytea de> 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