summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-15 13:02:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-19 17:54:21 +0200
commit826d1420a6b73bd5d99060c3367a3db91e6b7f22 (patch)
treed84817a2f5a1a73977becb36c640d3b09f7fe131 /media-video
parentmedia-video/webcamoid-8.1.0: fix QML modules installation directory (diff)
downloadgentoo-826d1420a6b73bd5d99060c3367a3db91e6b7f22.tar.gz
gentoo-826d1420a6b73bd5d99060c3367a3db91e6b7f22.tar.bz2
gentoo-826d1420a6b73bd5d99060c3367a3db91e6b7f22.zip
media-video/webcamoid: EAPI-7 bump
Bug: https://bugs.gentoo.org/729042 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/webcamoid/webcamoid-8.1.0-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/media-video/webcamoid/webcamoid-8.1.0-r1.ebuild b/media-video/webcamoid/webcamoid-8.1.0-r1.ebuild
index 42c60a857341..27a60e4ee265 100644
--- a/media-video/webcamoid/webcamoid-8.1.0-r1.ebuild
+++ b/media-video/webcamoid/webcamoid-8.1.0-r1.ebuild
@@ -1,26 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PLOCALES="ca de el es et fr gl it ja kab ko nl pt ru uk zh_CN zh_TW"
-
inherit l10n qmake-utils
DESCRIPTION="A full featured webcam capture application"
HOMEPAGE="https://webcamoid.github.io"
SRC_URI="https://github.com/webcamoid/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE_AVKYS=( alsa coreaudio ffmpeg gstreamer jack libuvc oss pulseaudio qtaudio v4lutils videoeffects )
IUSE="${IUSE_AVKYS[@]} debug headers v4l"
-REQUIRED_USE="
- v4lutils? ( v4l )
-"
+REQUIRED_USE="v4lutils? ( v4l )"
RDEPEND="
dev-qt/qtconcurrent:5
@@ -41,8 +38,10 @@ RDEPEND="
v4l? ( media-libs/libv4l )
"
DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
>=sys-kernel/linux-headers-3.6
+"
+BDEPEND="
+ dev-qt/linguist-tools:5
virtual/pkgconfig
"