commit: b6712ff52b307d221b1831d02e548db8e44ab6eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 12:39:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 12:40:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6712ff5
media-video/simplescreenrecorder: Add missing DEPEND
Package-Manager: Portage-2.3.13, Repoman-2.3.4
.../simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild | 6 ++++--
media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 8 +++++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git
a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
index d1abbf68280..273c02c9d23 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -43,7 +43,9 @@ RDEPEND="
jack? ( virtual/jack )
pulseaudio? ( media-sound/pulseaudio )
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
PATCHES=(
"${FILESDIR}/${P}-pulseaudio_dep.patch"
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
index a732537e48c..da1692bb1d6 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -43,7 +43,9 @@ RDEPEND="
jack? ( virtual/jack )
pulseaudio? ( media-sound/pulseaudio )
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
pkg_setup() {
if [[ ${ABI} == amd64 ]]; then
@@ -84,7 +86,7 @@ multilib_src_configure() {
fi
if multilib_is_native_abi ; then
- mymakeargs+=( -DWITH_QT5="true" )
+ mycmakeargs+=( -DWITH_QT5="true" )
else
mycmakeargs+=( -DWITH_SIMPLESCREENRECORDER="false" )
fi