commit: abe4d78193786cbcfa15c7cb01de959c885a6411
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:04:16 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:20:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe4d781
gui-apps/wf-recorder: 0.3.0: Switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{wf-recorder-0.3.0-r1.ebuild => wf-recorder-0.3.0-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gui-apps/wf-recorder/wf-recorder-0.3.0-r1.ebuild
b/gui-apps/wf-recorder/wf-recorder-0.3.0-r2.ebuild
similarity index 86%
rename from gui-apps/wf-recorder/wf-recorder-0.3.0-r1.ebuild
rename to gui-apps/wf-recorder/wf-recorder-0.3.0-r2.ebuild
index db2c10339ad5..fd58d11409c9 100644
--- a/gui-apps/wf-recorder/wf-recorder-0.3.0-r1.ebuild
+++ b/gui-apps/wf-recorder/wf-recorder-0.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ inherit meson
DESCRIPTION="Screen recorder for wlroots-based compositors"
HOMEPAGE="https://github.com/ammen99/wf-recorder"
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ammen99/wf-recorder.git"
else
@@ -21,7 +21,7 @@ SLOT="0"
DEPEND="
dev-libs/wayland
- media-sound/pulseaudio
+ media-libs/libpulse
media-video/ffmpeg[pulseaudio,x264]
"
RDEPEND="${DEPEND}"