OSError: [Errno 2] No such file or directory: '[...]/work/.home/.cache/g-ir-scanner/058d13a6d877030b8adb448928d5630d364836c5' with 8 jobs on try 1; try 2 without changes succeeded. This probably applies to the whole plugin framework and should go in Makefile.common, but let's be conservative about it.
26 lines
662 B
Makefile
26 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/06/17 19:27:12 dholland Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 7
|
|
|
|
#CONFIGURE_ARGS+= --disable-silent-rules
|
|
|
|
COMMENT+= Base plugins
|
|
|
|
# some plugins were moved from bad to base
|
|
CONFLICTS+= gst-plugins0.10-bad<0.10.10
|
|
|
|
USE_TOOLS+= perl:run
|
|
MAKE_JOBS_SAFE= no
|
|
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
|
|
REPLACE_PERL+= tools/gst-visualise-m.m
|
|
|
|
# only useful if gstreamer was built with the "gstcheck" option
|
|
TEST_TARGET= check-torture
|
|
|
|
# soft dependency only, .pc file not needed
|
|
#.include "../../textproc/iso-codes/buildlink3.mk"
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|