From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A96E215806E for ; Mon, 29 May 2023 12:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5A2CE0878; Mon, 29 May 2023 12:23:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0672E0878 for ; Mon, 29 May 2023 12:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E117340F73 for ; Mon, 29 May 2023 12:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F33A84 for ; Mon, 29 May 2023 12:23:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685362907.091af9104a24bbedc644b89d65986313841074d0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/webcamoid/webcamoid-9999.ebuild X-VCS-Directories: media-video/webcamoid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 091af9104a24bbedc644b89d65986313841074d0 X-VCS-Branch: master Date: Mon, 29 May 2023 12:23:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3fb88eb-4a36-4e19-87cf-935fe40a7aff X-Archives-Hash: 8a173c31e852bc29096583d62685b1d7 commit: 091af9104a24bbedc644b89d65986313841074d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:29:25 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 12:21:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091af910 media-video/webcamoid: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/webcamoid/webcamoid-9999.ebuild | 20 ++++++-------------- 1 file 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 -}