Files
ports/multimedia/wireplumber/Makefile
T
Siva Mahadevan d0635ee373 multimedia/wireplumber: update to 0.5.14
Reviewed by:	arrowd
Approved by:	lwhsu (mentor, implicitly)
Differential Revision:	https://reviews.freebsd.org/D57273
2026-05-27 09:35:35 -04:00

53 lines
1.3 KiB
Makefile

PORTNAME= wireplumber
DISTVERSION= 0.5.14
CATEGORIES= multimedia
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Session and policy manager for PipeWire
WWW= https://pipewire.pages.freedesktop.org/wireplumber/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire
USES= gnome localbase:ldflags lua meson pkgconfig python:build
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= pipewire
USE_GNOME= glib20
OPTIONS_DEFINE= DOCS DOXYGEN NLS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
g-ir-scanner:devel/gobject-introspection \
sphinx-build:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}breathe>0:devel/py-breathe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
DOXYGEN_MESON_ENABLED= doc introspection
DOXYGEN_IMPLIES= DOCS
NLS_USES= gettext-runtime gettext-tools
MESON_ARGS= -D system-lua=true \
-D systemd=disabled \
-D elogind=disabled
SUB_FILES= 10-${PORTNAME}.conf
OPTIONS_SUB= yes
PORTDOCS= *
BINARY_ALIAS= python3=${PYTHON_CMD}
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/pipewire/pipewire.conf.d
${INSTALL_DATA} ${WRKDIR}/10-wireplumber.conf \
${STAGEDIR}${PREFIX}/share/pipewire/pipewire.conf.d
.include <bsd.port.mk>