forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
1a06fe7e10
commit
85ef3a6426
2 changed files with 11 additions and 12 deletions
|
|
@ -1,12 +1,8 @@
|
||||||
PORTNAME= wf-recorder
|
PORTNAME= wf-recorder
|
||||||
DISTVERSION= 0.4.1
|
DISTVERSION= 0.5.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= multimedia wayland
|
CATEGORIES= multimedia wayland
|
||||||
MASTER_SITES= https://github.com/ammen99/wf-recorder/releases/download/v${DISTVERSION}/
|
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
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Screen recorder for wlroots-based compositors
|
COMMENT= Screen recorder for wlroots-based compositors
|
||||||
WWW= https://github.com/ammen99/wf-recorder
|
WWW= https://github.com/ammen99/wf-recorder
|
||||||
|
|
@ -18,6 +14,7 @@ BUILD_DEPENDS= scdoc:textproc/scdoc \
|
||||||
wayland-protocols>=1.14:graphics/wayland-protocols \
|
wayland-protocols>=1.14:graphics/wayland-protocols \
|
||||||
wayland-scanner:graphics/wayland
|
wayland-scanner:graphics/wayland
|
||||||
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
||||||
|
libdrm.so:graphics/libdrm \
|
||||||
libwayland-client.so:graphics/wayland
|
libwayland-client.so:graphics/wayland
|
||||||
|
|
||||||
USES= compiler:c++11-lang gl meson pkgconfig tar:xz
|
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
|
share/man/man1/wf-recorder.1.gz
|
||||||
PORTDOCS= README.md
|
PORTDOCS= README.md
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS PULSEAUDIO
|
OPTIONS_DEFINE= DOCS PIPEWIRE PULSEAUDIO
|
||||||
OPTIONS_DEFAULT= 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
|
PULSEAUDIO_DESC=Audio recording via PulseAudio
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1693891097
|
TIMESTAMP = 1724488193
|
||||||
SHA256 (wf-recorder-0.4.1.tar.xz) = 502ba54db8aaf5ebd280738f065c73409694a1440b9a660ef5c4e398714c51f7
|
SHA256 (wf-recorder-0.5.0.tar.xz) = 50b30569f9ecf4f6ba5ba76c422b7af652b4fbc7cae86c25e19ecbe669fca327
|
||||||
SIZE (wf-recorder-0.4.1.tar.xz) = 26184
|
SIZE (wf-recorder-0.5.0.tar.xz) = 28348
|
||||||
SHA256 (239829231e6b.patch) = a3542558964c088cd88da521aaa4708b9cb8246803dd8a6367dff25b9c4b3f40
|
|
||||||
SIZE (239829231e6b.patch) = 4075
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue