Date: Sat, 24 Aug 2024 10:17:32 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85ef3a6426d3 - main - multimedia/wf-recorder: Update to 0.5.0 Message-ID: <202408241017.47OAHWJl060714@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=85ef3a6426d390a1c87de3716d39cd74cf6b4415 commit 85ef3a6426d390a1c87de3716d39cd74cf6b4415 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-08-24 08:29:53 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-08-24 10:16:55 +0000 multimedia/wf-recorder: Update to 0.5.0 Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.5.0 Reported by: GitHub (watch releases) --- multimedia/wf-recorder/Makefile | 15 ++++++++------- multimedia/wf-recorder/distinfo | 8 +++----- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/multimedia/wf-recorder/Makefile b/multimedia/wf-recorder/Makefile index d2117c6d2fc5..4cdc9aefa0e1 100644 --- a/multimedia/wf-recorder/Makefile +++ b/multimedia/wf-recorder/Makefile @@ -1,12 +1,8 @@ PORTNAME= wf-recorder -DISTVERSION= 0.4.1 -PORTREVISION= 1 +DISTVERSION= 0.5.0 CATEGORIES= multimedia wayland MASTER_SITES= https://github.com/ammen99/wf-recorder/releases/download/v${DISTVERSION}/ -PATCH_SITES= https://github.com/ammen99/${PORTNAME}/commit/ -PATCHFILES+= 239829231e6b.patch:-p1 # https://github.com/ammen99/wf-recorder/pull/262 - MAINTAINER= ports@FreeBSD.org COMMENT= Screen recorder for wlroots-based compositors WWW= https://github.com/ammen99/wf-recorder @@ -18,6 +14,7 @@ BUILD_DEPENDS= scdoc:textproc/scdoc \ wayland-protocols>=1.14:graphics/wayland-protocols \ wayland-scanner:graphics/wayland LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ + libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland USES= compiler:c++11-lang gl meson pkgconfig tar:xz @@ -27,8 +24,12 @@ PLIST_FILES= bin/wf-recorder \ share/man/man1/wf-recorder.1.gz PORTDOCS= README.md -OPTIONS_DEFINE= DOCS PULSEAUDIO -OPTIONS_DEFAULT= PULSEAUDIO +OPTIONS_DEFINE= DOCS PIPEWIRE PULSEAUDIO +OPTIONS_DEFAULT= PIPEWIRE PULSEAUDIO + +PIPEWIRE_DESC=Audio recording via PipeWire +PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +PIPEWIRE_MESON_ENABLED= pipewire PULSEAUDIO_DESC=Audio recording via PulseAudio diff --git a/multimedia/wf-recorder/distinfo b/multimedia/wf-recorder/distinfo index 0e8d52678837..5d03235c7590 100644 --- a/multimedia/wf-recorder/distinfo +++ b/multimedia/wf-recorder/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1693891097 -SHA256 (wf-recorder-0.4.1.tar.xz) = 502ba54db8aaf5ebd280738f065c73409694a1440b9a660ef5c4e398714c51f7 -SIZE (wf-recorder-0.4.1.tar.xz) = 26184 -SHA256 (239829231e6b.patch) = a3542558964c088cd88da521aaa4708b9cb8246803dd8a6367dff25b9c4b3f40 -SIZE (239829231e6b.patch) = 4075 +TIMESTAMP = 1724488193 +SHA256 (wf-recorder-0.5.0.tar.xz) = 50b30569f9ecf4f6ba5ba76c422b7af652b4fbc7cae86c25e19ecbe669fca327 +SIZE (wf-recorder-0.5.0.tar.xz) = 28348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408241017.47OAHWJl060714>