a76603db9b
Based on the wip packages by nia and myself.
12 lines
382 B
Makefile
12 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/11/15 22:01:21 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-x264/}
|
|
CATEGORIES= multimedia gnome
|
|
|
|
COMMENT= Open source multimedia framework - H.264/MPEG-4 encoder plugin
|
|
|
|
GST_PLUGINS+= x264
|
|
|
|
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
|
|
.include "../../multimedia/x264-devel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|