Skip to content

Commit

Permalink
media-video/simplescreenrecorder: Add missing DEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
a17r committed Jan 8, 2018
1 parent 037ab58 commit b6712ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6712ff

Please sign in to comment.