pkgsrc/multimedia/gst-plugins1-base/buildlink3.mk
ryoon caead1276f Import gst-plugins1-base-1.0.3 as multimedia/gst-plugins1-base.
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 'base' plugins for GStreamer.  It provides a
set of must-have plugins.
2012-11-29 08:22:29 +00:00

16 lines
564 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2012/11/29 08:22:29 ryoon Exp $
BUILDLINK_TREE+= gst-plugins1-base
.if !defined(GST_PLUGINS1_BASE_BUILDLINK3_MK)
GST_PLUGINS1_BASE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.0
BUILDLINK_PKGSRCDIR.gst-plugins1-base?= ../../multimedia/gst-plugins1-base
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../devel/orc/buildlink3.mk"
.endif # GST_PLUGINS1_BASE_BUILDLINK3_MK
BUILDLINK_TREE+= -gst-plugins1-base