diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:43:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 14:20:24 +0200 |
commit | ad3f2a717874e7f21465b99c89031f3287ab1b43 (patch) | |
tree | 4f28d31ddfb60ef3f2aac948c220341c402e7529 /gui-apps/wf-recorder/wf-recorder-9999.ebuild | |
parent | media-sound/pamix: drop 1.6-r2 (diff) | |
download | gentoo-ad3f2a717874e7f21465b99c89031f3287ab1b43.tar.gz gentoo-ad3f2a717874e7f21465b99c89031f3287ab1b43.tar.bz2 gentoo-ad3f2a717874e7f21465b99c89031f3287ab1b43.zip |
gui-apps/wf-recorder: Switch to media-libs/libpulse
Sync BDEPEND with 0.3.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps/wf-recorder/wf-recorder-9999.ebuild')
-rw-r--r-- | gui-apps/wf-recorder/wf-recorder-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gui-apps/wf-recorder/wf-recorder-9999.ebuild b/gui-apps/wf-recorder/wf-recorder-9999.ebuild index a336c4834b51..fd58d11409c9 100644 --- a/gui-apps/wf-recorder/wf-recorder-9999.ebuild +++ b/gui-apps/wf-recorder/wf-recorder-9999.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,11 +21,12 @@ SLOT="0" DEPEND=" dev-libs/wayland - media-sound/pulseaudio + media-libs/libpulse media-video/ffmpeg[pulseaudio,x264] " RDEPEND="${DEPEND}" BDEPEND=" - virtual/pkgconfig dev-libs/wayland-protocols + dev-util/wayland-scanner + virtual/pkgconfig " |