2019-11-03 18:11:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.36 2019/11/03 17:12:01 rillig Exp $
|
2006-01-18 16:41:03 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "Makefile.common"
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 12
|
2012-02-06 13:40:37 +01:00
|
|
|
|
2019-11-03 18:11:59 +01:00
|
|
|
#CONFIGURE_ARGS+= --disable-silent-rules
|
2006-01-18 16:41:03 +01:00
|
|
|
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT+= Base plugins
|
2006-01-18 16:41:03 +01:00
|
|
|
|
2009-01-26 11:39:01 +01:00
|
|
|
# some plugins were moved from bad to base
|
|
|
|
CONFLICTS+= gst-plugins0.10-bad<0.10.10
|
|
|
|
|
2006-01-18 16:41:03 +01:00
|
|
|
USE_TOOLS+= perl:run
|
2013-06-17 21:27:12 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
2008-02-01 21:44:16 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
|
2006-01-18 16:41:03 +01:00
|
|
|
REPLACE_PERL+= tools/gst-visualise-m.m
|
|
|
|
|
2017-01-31 17:43:55 +01:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gst-plugins0.10-base
|
|
|
|
PKG_SUPPORTED_OPTIONS= introspection
|
|
|
|
PKG_SUGGESTED_OPTIONS= introspection
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
PLIST_VARS+= introspection
|
|
|
|
|
2007-02-08 22:30:24 +01:00
|
|
|
# only useful if gstreamer was built with the "gstcheck" option
|
|
|
|
TEST_TARGET= check-torture
|
|
|
|
|
2010-02-16 14:14:31 +01:00
|
|
|
# soft dependency only, .pc file not needed
|
|
|
|
#.include "../../textproc/iso-codes/buildlink3.mk"
|
|
|
|
|
2017-01-31 17:43:55 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Mintrospection)
|
|
|
|
PLIST.introspection= yes
|
2012-10-30 13:54:15 +01:00
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
2017-01-31 17:43:55 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-introspection
|
|
|
|
.endif
|
|
|
|
|
2006-01-18 16:41:03 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|