From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB4341580EB for ; Wed, 28 May 2025 07:10:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D8751343125 for ; Wed, 28 May 2025 07:10:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D7448110287; Wed, 28 May 2025 07:10:53 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CD4BB110287 for ; Wed, 28 May 2025 07:10:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8128334300B for ; Wed, 28 May 2025 07:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B878254C for ; Wed, 28 May 2025 07:10:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748416228.1cac2f38740cf2fa60f555a22fbba569ec776f31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/simplescreenrecorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild X-VCS-Directories: media-video/simplescreenrecorder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cac2f38740cf2fa60f555a22fbba569ec776f31 X-VCS-Branch: master Date: Wed, 28 May 2025 07:10:51 +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: d3ca1a57-aa49-4dba-a572-ee4132a5bcca X-Archives-Hash: 5d9ea2808be261a1e830717bd211eca5 commit: 1cac2f38740cf2fa60f555a22fbba569ec776f31 Author: Sam James gentoo org> AuthorDate: Wed May 28 07:09:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 07:10:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cac2f38 media-video/simplescreenrecorder: fix pipewire automagic Wire it up as USE=screencast. Quoting a warning message in MainWindow.cpp: > SimpleScreenRecorder is able to record Wayland sessions using the > PipeWire backend, provided that your Wayland compositor supports it Closes: https://bugs.gentoo.org/956511 Signed-off-by: Sam James gentoo.org> .../simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild | 4 +++- media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild index 2b6dbaf09cda..dcd50a277e38 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4_p20250125.ebuild @@ -21,7 +21,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="+asm jack mp3 opengl pulseaudio theora v4l vorbis vpx x264" +IUSE="+asm jack mp3 opengl pulseaudio theora screencast v4l vorbis vpx x264" REQUIRED_USE="abi_x86_32? ( opengl )" @@ -39,6 +39,7 @@ RDEPEND=" mp3? ( media-video/ffmpeg[lame(-)] ) opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP},X] ) pulseaudio? ( media-libs/libpulse ) + screencast? ( media-video/pipewire:= ) v4l? ( media-libs/libv4l ) " DEPEND="${RDEPEND}" @@ -70,6 +71,7 @@ multilib_src_configure() { -DENABLE_X86_ASM="$(usex asm)" -DWITH_OPENGL_RECORDING="$(usex opengl)" -DWITH_PULSEAUDIO="$(multilib_native_usex pulseaudio)" + -DWITH_PIPEWIRE="$(multilib_native_usex screencast)" -DWITH_JACK="$(multilib_native_usex jack)" -DWITH_GLINJECT="$(usex opengl)" -DWITH_V4L2="$(multilib_native_usex v4l)" diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index 895f6b6ccbb4..068793e17dff 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="+asm jack mp3 opengl pulseaudio theora v4l vorbis vpx x264" +IUSE="+asm jack mp3 opengl pulseaudio theora screencast v4l vorbis vpx x264" REQUIRED_USE="abi_x86_32? ( opengl )" @@ -38,6 +38,7 @@ RDEPEND=" mp3? ( media-video/ffmpeg[lame(-)] ) opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP},X] ) pulseaudio? ( media-libs/libpulse ) + screencast? ( media-video/pipewire:= ) v4l? ( media-libs/libv4l ) " DEPEND="${RDEPEND}" @@ -67,6 +68,7 @@ multilib_src_configure() { -DENABLE_X86_ASM="$(usex asm)" -DWITH_OPENGL_RECORDING="$(usex opengl)" -DWITH_PULSEAUDIO="$(multilib_native_usex pulseaudio)" + -DWITH_PIPEWIRE="$(multilib_native_usex screencast)" -DWITH_JACK="$(multilib_native_usex jack)" -DWITH_GLINJECT="$(usex opengl)" -DWITH_V4L2="$(multilib_native_usex v4l)"