Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/simplescreenrecorder/
Date: Tue, 09 Jan 2018 02:01:13
Message-Id: 1515415247.b6712ff52b307d221b1831d02e548db8e44ab6eb.asturm@gentoo
1 commit: b6712ff52b307d221b1831d02e548db8e44ab6eb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 12:39:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 12:40:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6712ff5
7
8 media-video/simplescreenrecorder: Add missing DEPEND
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 .../simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild | 6 ++++--
13 media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 8 +++++---
14 2 files changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
17 index d1abbf68280..273c02c9d23 100644
18 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
19 +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -43,7 +43,9 @@ RDEPEND="
27 jack? ( virtual/jack )
28 pulseaudio? ( media-sound/pulseaudio )
29 "
30 -DEPEND="${RDEPEND}"
31 +DEPEND="${RDEPEND}
32 + dev-qt/linguist-tools:5
33 +"
34
35 PATCHES=(
36 "${FILESDIR}/${P}-pulseaudio_dep.patch"
37
38 diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
39 index a732537e48c..da1692bb1d6 100644
40 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
41 +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -43,7 +43,9 @@ RDEPEND="
49 jack? ( virtual/jack )
50 pulseaudio? ( media-sound/pulseaudio )
51 "
52 -DEPEND="${RDEPEND}"
53 +DEPEND="${RDEPEND}
54 + dev-qt/linguist-tools:5
55 +"
56
57 pkg_setup() {
58 if [[ ${ABI} == amd64 ]]; then
59 @@ -84,7 +86,7 @@ multilib_src_configure() {
60 fi
61
62 if multilib_is_native_abi ; then
63 - mymakeargs+=( -DWITH_QT5="true" )
64 + mycmakeargs+=( -DWITH_QT5="true" )
65 else
66 mycmakeargs+=( -DWITH_SIMPLESCREENRECORDER="false" )
67 fi