summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-good/Makefile
blob: c03323a0a528aa4c49e85556b3cdae2d29970963 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# $NetBSD: Makefile,v 1.11 2022/08/11 05:09:05 gutteridge Exp $

PKGNAME=	${DISTNAME:S/plugins/plugins1/}
PKGREVISION=	1
CATEGORIES=	multimedia gnome

COMMENT=	Open source multimedia framework - good plugins

USE_TOOLS+=	xgettext

# Feature options for plugins without external deps
GST_PLUGINS+=	alpha
GST_PLUGINS+=	apetag
GST_PLUGINS+=	audiofx
GST_PLUGINS+=	audioparsers
GST_PLUGINS+=	auparse
GST_PLUGINS+=	autodetect
GST_PLUGINS+=	avi
GST_PLUGINS+=	cutter
GST_PLUGINS+=	debugutils
GST_PLUGINS+=	deinterlace
GST_PLUGINS+=	dtmf
GST_PLUGINS+=	effectv
GST_PLUGINS+=	equalizer
GST_PLUGINS+=	flv
GST_PLUGINS+=	flx
GST_PLUGINS+=	goom
GST_PLUGINS+=	goom2k1
GST_PLUGINS+=	icydemux
GST_PLUGINS+=	id3demux
GST_PLUGINS+=	imagefreeze
GST_PLUGINS+=	interleave
GST_PLUGINS+=	isomp4
GST_PLUGINS+=	law
GST_PLUGINS+=	level
GST_PLUGINS+=	matroska
GST_PLUGINS+=	monoscope
GST_PLUGINS+=	multifile
GST_PLUGINS+=	multipart
GST_PLUGINS+=	replaygain
GST_PLUGINS+=	rtp
GST_PLUGINS+=	rtpmanager
GST_PLUGINS+=	rtsp
GST_PLUGINS+=	shapewipe
GST_PLUGINS+=	smpte
GST_PLUGINS+=	spectrum
GST_PLUGINS+=	udp
GST_PLUGINS+=	videobox
GST_PLUGINS+=	videocrop
GST_PLUGINS+=	videofilter
GST_PLUGINS+=	videomixer
GST_PLUGINS+=	wavenc
GST_PLUGINS+=	wavparse
GST_PLUGINS+=	y4m

GST_PLUGINS+=	nls
GST_PLUGINS+=	tests

.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"