baf3a0dd3c
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 ugly GStreamer plugins; that is, those that might pose some legal problems.
16 lines
571 B
Makefile
16 lines
571 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/11/29 08:26:09 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= gst-plugins1-bad
|
|
|
|
.if !defined(GST_PLUGINS1_BAD_BUILDLINK3_MK)
|
|
GST_PLUGINS1_BAD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.0.3
|
|
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.0.3
|
|
BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad
|
|
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.endif # GST_PLUGINS1_BAD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gst-plugins1-bad
|