Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/
Date: Fri, 23 Apr 2021 17:54:36
Message-Id: 1619200376.9ea9e2f03b225abceabc1179363640bf8ae18f2f.tastytea@gentoo
1 commit: 9ea9e2f03b225abceabc1179363640bf8ae18f2f
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Apr 23 17:43:48 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Apr 23 17:52:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ea9e2f0
7
8 media-video/ciano: Declare Python support.
9
10 meson calls a python post-install script during build.
11
12 Closes: https://bugs.gentoo.org/785118
13 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
14
15 media-video/ciano/ciano-0.2.4.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4.ebuild
19 index 184825fb3..3da996b41 100644
20 --- a/media-video/ciano/ciano-0.2.4.ebuild
21 +++ b/media-video/ciano/ciano-0.2.4.ebuild
22 @@ -1,9 +1,10 @@
23 -# Copyright 2020 Gentoo Authors
24 +# Copyright 2020-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -inherit gnome2-utils meson vala xdg
30 +PYTHON_COMPAT=( python3_{8,9} )
31 +inherit gnome2-utils meson python-any-r1 vala xdg
32
33 DESCRIPTION="A multimedia file converter focused on simplicity"
34 HOMEPAGE="https://robertsanseries.github.io/ciano"
35 @@ -14,6 +15,7 @@ SLOT="0"
36 KEYWORDS="~amd64"
37
38 DEPEND="dev-libs/granite"
39 +BDEPEND="${PYTHON_DEPS}"
40 RDEPEND="
41 ${DEPEND}
42 media-video/ffmpeg