pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wf-recorder: new package
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Apr 6 16:38:25 2026 +0200
Changeset: cacf0bd2b27b796d6ace7ef669d7c56dd752a0bd
Modified Files:
Makefile
Added Files:
wf-recorder/DESCR
wf-recorder/Makefile
wf-recorder/PLIST
wf-recorder/distinfo
Log Message:
wf-recorder: new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cacf0bd2b27b796d6ace7ef669d7c56dd752a0bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wf-recorder/DESCR | 5 +++++
wf-recorder/Makefile | 27 +++++++++++++++++++++++++++
wf-recorder/PLIST | 4 ++++
wf-recorder/distinfo | 5 +++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 69f7f85ec6..b6712799d3 100644
--- a/Makefile
+++ b/Makefile
@@ -6061,6 +6061,7 @@ SUBDIR+= weplab
SUBDIR+= west
SUBDIR+= weston
SUBDIR+= wev
+SUBDIR+= wf-recorder
SUBDIR+= wgrib2
SUBDIR+= whatscli
SUBDIR+= which
diff --git a/wf-recorder/DESCR b/wf-recorder/DESCR
new file mode 100644
index 0000000000..1ca78008c7
--- /dev/null
+++ b/wf-recorder/DESCR
@@ -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.
diff --git a/wf-recorder/Makefile b/wf-recorder/Makefile
new file mode 100644
index 0000000000..c1ae9f42ca
--- /dev/null
+++ b/wf-recorder/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= wf-recorder-0.6.0
+CATEGORIES= x11
+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"
diff --git a/wf-recorder/PLIST b/wf-recorder/PLIST
new file mode 100644
index 0000000000..e546cec0ab
--- /dev/null
+++ b/wf-recorder/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/wf-recorder
+man/man1/wf-recorder.1
+share/fish/vendor_completions.d/wf-recorder.fish
diff --git a/wf-recorder/distinfo b/wf-recorder/distinfo
new file mode 100644
index 0000000000..4225a93468
--- /dev/null
+++ b/wf-recorder/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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