7869fb0c1d
Release notes: https://gstreamer.freedesktop.org/releases/1.20/
13 lines
384 B
Makefile
13 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.18 2022/04/18 12:36:07 nia Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-rtmp/}
|
|
CATEGORIES= net gnome
|
|
|
|
COMMENT= Open source multimedia framework - RTMP streaming plugin
|
|
|
|
GST_EXT_BUILD= # defined
|
|
GST_PLUGINS+= rtmp
|
|
|
|
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
|
.include "../../net/rtmpdump/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|