summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-12-27 13:32:07 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-12-27 13:32:55 +0100
commit680dbd2a3ff1b1bc35b1da927206781881ef4eb4 (patch)
tree38ca8a13a4472569ab2afc55a5c23cd85c6ded1e /media-video/simplescreenrecorder
parentmedia-video/simplescreenrecorder: Bump to version 0.4.3 (diff)
downloadgentoo-680dbd2a3ff1b1bc35b1da927206781881ef4eb4.tar.gz
gentoo-680dbd2a3ff1b1bc35b1da927206781881ef4eb4.tar.bz2
gentoo-680dbd2a3ff1b1bc35b1da927206781881ef4eb4.zip
media-video/simplescreenrecorder: Synced live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-video/simplescreenrecorder')
-rw-r--r--media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
index 6a8445ffb2fa..8331e3404184 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
@@ -21,7 +21,7 @@ else
fi
SLOT="0"
-IUSE="+asm jack mp3 pulseaudio theora vorbis vpx x264"
+IUSE="+asm jack mp3 pulseaudio theora v4l vorbis vpx x264"
RDEPEND="
dev-qt/qtcore:5
@@ -37,6 +37,7 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXinerama
virtual/glu[${MULTILIB_USEDEP}]
+ v4l? ( media-libs/libv4l )
jack? ( virtual/jack )
pulseaudio? ( media-sound/pulseaudio )
"
@@ -75,10 +76,12 @@ src_prepare() {
multilib_src_configure() {
local mycmakeargs=(
+ -DENABLE_JACK_METADATA="$(multilib_native_usex jack)"
-DENABLE_X86_ASM="$(usex asm)"
-DWITH_PULSEAUDIO="$(multilib_native_usex pulseaudio)"
-DWITH_JACK="$(multilib_native_usex jack)"
-DWITH_GLINJECT="true"
+ -DWITH_V4L2="$(usex v4l)"
)
if multilib_is_native_abi ; then