head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.04.15.08.52.10;	author kikadf;	state Exp;
branches;
next	;
commitid	U4EEcc795T5t82CG;


desc
@@


1.1
log
@
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.
@
text
@# $NetBSD$

DISTNAME=	wf-recorder-0.6.0
CATEGORIES=	wayland
MASTER_SITES=	${MASTER_SITE_GITHUB:=ammen99/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	kikadf.01@@gmail.com
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"
@
