diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-08 13:39:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-08 13:40:47 +0100 |
commit | b6712ff52b307d221b1831d02e548db8e44ab6eb (patch) | |
tree | f0476d47c0440af36afddd39c84e193c9b0338bd /media-video | |
parent | dev-db/oracle-instantclient-basic: blake2b Manifest (diff) | |
download | gentoo-b6712ff52b307d221b1831d02e548db8e44ab6eb.tar.gz gentoo-b6712ff52b307d221b1831d02e548db8e44ab6eb.tar.bz2 gentoo-b6712ff52b307d221b1831d02e548db8e44ab6eb.zip |
media-video/simplescreenrecorder: Add missing DEPEND
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/simplescreenrecorder/simplescreenrecorder-0.3.9-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 d1abbf682800..273c02c9d239 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 a732537e48c5..da1692bb1d65 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 |