Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/
Date: Thu, 28 Feb 2019 22:49:49
Message-Id: 1551394169.05769316cf7ab2a981b283c5263ea815cfe6821f.monsieurp@gentoo
1 commit: 05769316cf7ab2a981b283c5263ea815cfe6821f
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 12:04:32 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 22:49:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05769316
7
8 media-video/obs-studio: bump to EAPI="7".
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/11160
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 media-video/obs-studio/obs-studio-9999.ebuild | 16 ++++++++--------
16 1 file changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild
19 index 9cd8bdd7517..abb6a6df16e 100644
20 --- a/media-video/obs-studio/obs-studio-9999.ebuild
21 +++ b/media-video/obs-studio/obs-studio-9999.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
31
32 @@ -24,7 +24,11 @@ SLOT="0"
33 IUSE="+alsa fdk imagemagick jack luajit nvenc pulseaudio python speex truetype v4l"
34 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
35
36 -COMMON_DEPEND="
37 +BDEPEND="
38 + luajit? ( dev-lang/swig )
39 + python? ( dev-lang/swig )
40 +"
41 +DEPEND="
42 >=dev-libs/jansson-2.5
43 dev-qt/qtcore:5
44 dev-qt/qtdeclarative:5
45 @@ -61,11 +65,7 @@ COMMON_DEPEND="
46 )
47 v4l? ( media-libs/libv4l )
48 "
49 -DEPEND="${COMMON_DEPEND}
50 - luajit? ( dev-lang/swig )
51 - python? ( dev-lang/swig )
52 -"
53 -RDEPEND="${COMMON_DEPEND}"
54 +RDEPEND="${DEPEND}"
55
56 CMAKE_REMOVE_MODULES_LIST=( FindFreetype )