diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:29:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 14:21:47 +0200 |
commit | 091af9104a24bbedc644b89d65986313841074d0 (patch) | |
tree | e0f02e5ffe6aedba1892601770a98419dc1c8f45 /media-video/webcamoid | |
parent | media-video/simplescreenrecorder: drop 0.4.4 (diff) | |
download | gentoo-091af9104a24bbedc644b89d65986313841074d0.tar.gz gentoo-091af9104a24bbedc644b89d65986313841074d0.tar.bz2 gentoo-091af9104a24bbedc644b89d65986313841074d0.zip |
media-video/webcamoid: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/webcamoid')
-rw-r--r-- | media-video/webcamoid/webcamoid-9999.ebuild | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/media-video/webcamoid/webcamoid-9999.ebuild b/media-video/webcamoid/webcamoid-9999.ebuild index c1ebeeeecd04..1459f4bc426a 100644 --- a/media-video/webcamoid/webcamoid-9999.ebuild +++ b/media-video/webcamoid/webcamoid-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake xdg-utils +inherit cmake xdg -DESCRIPTION="A full featured webcam capture application" +DESCRIPTION="Full featured webcam capture application" HOMEPAGE="https://webcamoid.github.io" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/webcamoid/webcamoid.git" @@ -15,13 +15,13 @@ else SRC_URI="https://github.com/webcamoid/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" fi -RESTRICT="mirror" + LICENSE="GPL-3" SLOT="0" - IUSE="alsa coreaudio ffmpeg gstreamer jack libuvc oss pulseaudio qtaudio v4lutils videoeffects debug headers v4l" REQUIRED_USE="v4lutils? ( v4l )" +RESTRICT="mirror" COMMON_DEPEND=" dev-qt/qtconcurrent:5 @@ -38,7 +38,7 @@ COMMON_DEPEND=" gstreamer? ( >=media-libs/gstreamer-1.6.0 ) jack? ( virtual/jack ) libuvc? ( media-libs/libuvc ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) qtaudio? ( dev-qt/qtmultimedia:5 ) v4l? ( media-libs/libv4l ) " @@ -78,11 +78,3 @@ src_install() { docompress -x /usr/share/man1/${PN}.1.gz cmake_src_install } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |