pkgsrc/audio/gst-plugins1-oss/Makefile
ryoon a7747365ba Import gst-plugins1-oss-1.0.3 as audio/gst-plugins1-oss.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis 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.

GStreamer is released under the LGPL.

This package is part of the 'good' plugins for GStreamer.  It provides the
oss plugin, which allows playback and recording of sound through the Open
Sound System audio libraries.
2012-11-29 08:42:38 +00:00

18 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/11/29 08:42:38 ryoon Exp $
#
GST_PLUGINS1_NAME= oss
GST_PLUGINS1_DIRS= sys/oss
.include "../../multimedia/gst-plugins1-good/Makefile.common"
SUBST_CLASSES+= devoss
SUBST_MESSAGE.devoss= Fixing path to OSS audio device.
SUBST_STAGE.devoss= pre-configure
SUBST_FILES.devoss= sys/oss/*.c
SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
LIBS+= ${LIBOSSAUDIO}
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"