f86d1f04b8
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 ogg plugin for GStreamer, which lets it handle OGG media containers. You'll probably want to install gst-plugins1-vorbis and gst-plugins1-theora too, which provide its respective audio and video codecs.
11 lines
279 B
Makefile
11 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/29 08:33:50 ryoon Exp $
|
|
#
|
|
|
|
GST_PLUGINS1_NAME= ogg
|
|
GST_PLUGINS1_DIRS= ext/ogg
|
|
GST_PLUGINS1_FLAGS= ogg
|
|
|
|
.include "../../multimedia/gst-plugins1-base/Makefile.common"
|
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|