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 008E615806E for ; Mon, 29 May 2023 12:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F985E088A; Mon, 29 May 2023 12:23:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6F6D9E088C for ; Mon, 29 May 2023 12:23:25 +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 1AABC340F87 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 80E37A86 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: <1685362908.8a61054c2e90306fef8dbeb599eb07fb6e85680e.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-9.0.0-r1.ebuild X-VCS-Directories: media-video/webcamoid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a61054c2e90306fef8dbeb599eb07fb6e85680e 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: d6811a78-9717-436b-b2db-c8667108e385 X-Archives-Hash: 54f7cde45089e28b69c31e1e0cceae93 commit: 8a61054c2e90306fef8dbeb599eb07fb6e85680e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 12:11:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 12:21:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a61054c media-video/webcamoid: 9.0.0: Switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/webcamoid/webcamoid-9.0.0-r1.ebuild | 73 +++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/media-video/webcamoid/webcamoid-9.0.0-r1.ebuild b/media-video/webcamoid/webcamoid-9.0.0-r1.ebuild new file mode 100644 index 000000000000..a836fa4160b7 --- /dev/null +++ b/media-video/webcamoid/webcamoid-9.0.0-r1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Full featured webcam capture application" +HOMEPAGE="https://webcamoid.github.io" +SRC_URI="https://github.com/webcamoid/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="alsa coreaudio ffmpeg gstreamer jack libuvc oss pulseaudio qtaudio v4lutils videoeffects debug headers v4l" + +REQUIRED_USE="v4lutils? ( v4l )" + +COMMON_DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtquickcontrols2:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + ffmpeg? ( media-video/ffmpeg:= ) + gstreamer? ( >=media-libs/gstreamer-1.6.0 ) + jack? ( virtual/jack ) + libuvc? ( media-libs/libuvc ) + pulseaudio? ( media-libs/libpulse ) + qtaudio? ( dev-qt/qtmultimedia:5 ) + v4l? ( media-libs/libv4l ) +" +DEPEND="${COMMON_DEPEND} + >=sys-kernel/linux-headers-3.6 +" +RDEPEND="${COMMON_DEPEND} + virtual/opengl +" + +src_configure() { + #Disable git in package source. If not disabled the cmake configure process will show a lot of "fatal not a git repository" errors + sed -i 's|find_program(GIT_BIN git)|#find_program(GIT_BIN git)|' libAvKys/cmake/ProjectCommons.cmake || die + + local mycmakeargs=( + "-DNOMEDIAFOUNDATION=1" + "-DNOAVFOUNDATION=1" + "-DNODSHOW=1" + "-DNOWASAPI=1" + "-DNOVLC=1" + "-DNOPIPEWIRE=1" + "-DNOALSA=$(usex alsa 0 1)" + "-DNOCOREAUDIO=$(usex coreaudio 0 1)" + "-DNOFFMPEG=$(usex ffmpeg 0 1)" + "-DNOGSTREAMER=$(usex gstreamer 0 1)" + "-DNOJACK=$(usex jack 0 1)" + "-DNOLIBUVC=$(usex libuvc 0 1)" + "-DNOPULSEAUDIO=$(usex pulseaudio 0 1)" + "-DNOV4L2=$(usex v4l 0 1)" + "-DNOV4LUTILS=$(usex v4lutils 0 1)" + "-DNOVIDEOEFFECTS=$(usex videoeffects 0 1)" + ) + cmake_src_configure +} + +src_install() { + docompress -x /usr/share/man/${PN}.1.gz + cmake_src_install +}