pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/wf-recorder
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 08:52:11 UTC 2026
Added Files:
pkgsrc/wayland/wf-recorder: DESCR Makefile PLIST distinfo
Log Message:
wf-recorder: new package
wf-recorder is a utility program for screen recording
of wlroots-based compositors (more specifically, those
that support wlr-screencopy-v1 and xdg-output).
Its dependencies are ffmpeg, wayland-client and
wayland-protocols.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/wf-recorder/DESCR \
pkgsrc/wayland/wf-recorder/Makefile pkgsrc/wayland/wf-recorder/PLIST \
pkgsrc/wayland/wf-recorder/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/wayland/wf-recorder/DESCR
diff -u /dev/null pkgsrc/wayland/wf-recorder/DESCR:1.1
--- /dev/null Wed Apr 15 08:52:11 2026
+++ pkgsrc/wayland/wf-recorder/DESCR Wed Apr 15 08:52:10 2026
@@ -0,0 +1,5 @@
+wf-recorder is a utility program for screen recording
+of wlroots-based compositors (more specifically, those
+that support wlr-screencopy-v1 and xdg-output).
+Its dependencies are ffmpeg, wayland-client and
+wayland-protocols.
Index: pkgsrc/wayland/wf-recorder/Makefile
diff -u /dev/null pkgsrc/wayland/wf-recorder/Makefile:1.1
--- /dev/null Wed Apr 15 08:52:11 2026
+++ pkgsrc/wayland/wf-recorder/Makefile Wed Apr 15 08:52:10 2026
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:52:10 kikadf Exp $
+
+DISTNAME= wf-recorder-0.6.0
+CATEGORIES= wayland
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ammen99/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/ammen99/wf-recorder/
+COMMENT= Screen recorder for wlroots-based compositors
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= pre-configure
+SUBST_MESSAGE.path= Fixing pathes
+SUBST_FILES.path+= meson.build
+SUBST_SED.path+= -e 's/fish\/fish/fish/'
+
+.include "../../devel/meson/build.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../multimedia/ffmpeg8/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/wf-recorder/PLIST
diff -u /dev/null pkgsrc/wayland/wf-recorder/PLIST:1.1
--- /dev/null Wed Apr 15 08:52:11 2026
+++ pkgsrc/wayland/wf-recorder/PLIST Wed Apr 15 08:52:10 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:52:10 kikadf Exp $
+bin/wf-recorder
+man/man1/wf-recorder.1
+share/fish/vendor_completions.d/wf-recorder.fish
Index: pkgsrc/wayland/wf-recorder/distinfo
diff -u /dev/null pkgsrc/wayland/wf-recorder/distinfo:1.1
--- /dev/null Wed Apr 15 08:52:11 2026
+++ pkgsrc/wayland/wf-recorder/distinfo Wed Apr 15 08:52:10 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:52:10 kikadf Exp $
+
+BLAKE2s (wf-recorder-0.6.0.tar.gz) = 446f8921b3e5901ac548022ce77f01ca25e6448380c531bd40404adca55795ea
+SHA512 (wf-recorder-0.6.0.tar.gz) = 23ae01fecbbe846daef98650b52229159c72121b6861b44e3f7dd64aceacd16e5fdfae61dccbb348bf38a0a3602b14f001ad9b5ab1520063ff0798e42e131c59
+Size (wf-recorder-0.6.0.tar.gz) = 33545 bytes
Home |
Main Index |
Thread Index |
Old Index