pkgsrc/audio/gst-plugins1-musepack/Makefile
wiz 15945a88f3 audio/gst-plugins1-musepack: import gst-plugins1-musepack-1.18.5
Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the Musepack plugin for GStreamer, which allows
decoding .mpc audio.
2021-11-15 22:04:53 +00:00

13 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/11/15 22:04:53 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-musepack/}
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - Musepack plugin
GST_EXT_BUILD= # defined
GST_PLUGINS+= musepack
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
.include "../../audio/musepack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"