bcf5b26247
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 packages tracks 1.x release.
22 lines
601 B
Makefile
22 lines
601 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/11/29 08:21:17 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= gstreamer1
|
|
|
|
.if !defined(GSTREAMER1_BUILDLINK3_MK)
|
|
GSTREAMER1_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.0
|
|
BUILDLINK_ABI_DEPENDS.gstreamer1+= gstreamer1>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.gstreamer1?= ../../multimedia/gstreamer1
|
|
|
|
pkgbase := gstreamer1
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.gstreamer1:Mgstcheck)
|
|
.include "../../devel/check/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # GSTREAMER1_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gstreamer1
|