fdb16e4488
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 GStreamer plugins; that is, those that are considered to be stable and correctly coded.
16 lines
582 B
Makefile
16 lines
582 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/11/29 08:24:42 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= gst-plugins1-good
|
|
|
|
.if !defined(GST_PLUGINS1_GOOD_BUILDLINK3_MK)
|
|
GST_PLUGINS1_GOOD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.0.3
|
|
BUILDLINK_ABI_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.0.3
|
|
BUILDLINK_PKGSRCDIR.gst-plugins1-good?= ../../multimedia/gst-plugins1-good
|
|
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.endif # GST_PLUGINS1_GOOD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gst-plugins1-good
|