commit: 5a3e4850f5cb5672ebb5a43377be013f2dd7b927 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Dec 15 09:37:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 16:22:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3e4850
gui-apps/wf-recorder: add slot for ffmpeg update SRC_URI because there's only a src-tarball for 0.6.0 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45038 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-apps/wf-recorder/wf-recorder-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-apps/wf-recorder/wf-recorder-9999.ebuild b/gui-apps/wf-recorder/wf-recorder-9999.ebuild index 603cbc28b67c..fdc69f80890e 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-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ammen99/wf-recorder.git" else - SRC_URI="https://github.com/ammen99/wf-recorder/releases/download/v${PV}/${P}.tar.xz" + SRC_URI="https://github.com/ammen99/wf-recorder/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -23,7 +23,7 @@ IUSE="pipewire pulseaudio" DEPEND=" dev-libs/wayland media-libs/mesa[opengl,wayland] - media-video/ffmpeg[pulseaudio?,x264] + media-video/ffmpeg:=[pulseaudio?,x264] x11-libs/libdrm pipewire? ( >=media-video/pipewire-1.0.5:= ) pulseaudio? ( media-libs/libpulse )
