summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good/Makefile
blob: 99ac113d3139257654a2843027f33f8bfa3b9b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.37 2022/04/18 19:09:59 adam Exp $
#

.include "Makefile.common"
PKGREVISION=		10

COMMENT+=		Good plugins

# some plugins were moved from bad to good
CONFLICTS+=		gst-plugins0.10-bad<0.10.18

.include "options.mk"

CONFIGURE_ARGS+=	--enable-zlib
CONFIGURE_ARGS+=	--enable-annodex

GCONF_SCHEMAS=		gstreamer-0.10.schemas

# only useful if gstreamer was built with the "gstcheck" option
TEST_TARGET=		check-torture

post-install:
.if !empty(PKG_OPTIONS:Mgconf)
	${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \
		${DESTDIR}${GCONF_SCHEMAS_DIR}
.endif

.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"