pkgsrc/audio/gst-plugins1-oss/Makefile

24 lines
662 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2021/11/15 22:01:17 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-oss/}
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - Open Sound System plugin
GST_PLUGINS+= oss
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} == "none"
PKG_SKIP_REASON+= "Requires an OSS implementation"
.else
LDFLAGS+= ${LIBOSSAUDIO}
SUBST_CLASSES+= oss
SUBST_STAGE.oss= pre-configure
SUBST_MESSAGE.oss= Correcting the path to the OSS device.
SUBST_FILES.oss+= sys/oss/*
SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
.endif
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../mk/bsd.pkg.mk"