2021-12-08 17:01:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2021/12/08 16:02:23 adam Exp $
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/}
|
2021-12-08 17:01:42 +01:00
|
|
|
PKGREVISION= 1
|
2021-11-15 23:01:15 +01:00
|
|
|
CATEGORIES= multimedia gnome
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
COMMENT= Open source multimedia framework - good plugins
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
USE_TOOLS+= xgettext
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
# 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
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
GST_PLUGINS+= nls
|
|
|
|
GST_PLUGINS+= tests
|
2012-11-29 09:24:42 +01:00
|
|
|
|
2021-11-15 23:01:15 +01:00
|
|
|
.include "Makefile.common"
|
2012-11-29 09:24:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|