opnsense-ports/audio/gstreamer1-plugins-amrnb/Makefile

18 lines
346 B
Makefile

PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
GST_PLUGIN= amrnb
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
MESON_ARGS+= -Dgpl=enabled
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libopencore-amrnb.so:audio/opencore-amr
.include "${MASTERDIR}/Makefile"