- Add graphics/gstreamer-plugins-cairo

This commit is contained in:
Michael Johnson 2005-03-08 07:17:24 +00:00
parent 3d18a27d2e
commit eee8c71af2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130589
4 changed files with 41 additions and 9 deletions

View File

@ -52,13 +52,14 @@ GST_SHLIB_VERSION= 1
#
# These are the current supported gstreamer-plugins modules
#
_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdaudio cdparanoia dirac \
dts dv dvd esound faac faad ffmpeg flac gdkpixbuf \
gnomevfs gsm hermes ivorbis jack jpeg jpeg-mmx ladspa \
lame libcaca libfame libmng libpng libvisual mad mikmod \
mpeg2dec mpeg2enc mplex musepack musicbrainz nas sdl \
shout sidplay smoothwave sndfile speex theora ogg pango \
polypaudio swfdec vorbis xine xvid
_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdparanoia \
dirac dts dv dvd esound faac faad ffmpeg flac \
gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \
jpeg-mmx ladspa lame libcaca libfame libmng libpng \
libvisual mad mikmod mpeg2dec mpeg2enc mplex musepack \
musicbrainz nas sdl shout sidplay smoothwave sndfile \
speex theora ogg pango polypaudio swfdec vorbis xine \
xvid
# other plugins
OTHER_GSTREAMER_PLUGINS+= core yes
@ -143,6 +144,8 @@ sdl_PLIST= libgstsdlvideosink
aalib_DEPENDS= graphics/gstreamer-plugins-aalib
aalib_PLIST= libgstaasink
cairo_DEPENDS= graphics/gstreamer-plugins-cairo
gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf
hermes_DEPENDS= graphics/gstreamer-plugins-hermes
@ -166,8 +169,6 @@ libvisual_DEPNDS= graphics/gstreamer-plugins-libvisual
swfdec_DEPENDS= graphics/gstreamer-plugins-swfdec
theora_DEPENDS= multimedia/gstreamer-plugins-theora
# Multimedia Plugins Section
dirac_DEPENDS= multimedia/gstreamer-plugins-dirac
@ -192,6 +193,8 @@ mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc
mplex_DEPENDS= multimedia/gstreamer-plugins-mplex
theora_DEPENDS= multimedia/gstreamer-plugins-theora
xine_DEPENDS= multimedia/gstreamer-plugins-xine
xvid_DEPENDS= multimedia/gstreamer-plugins-xvid

View File

@ -162,6 +162,7 @@
SUBDIR += gridpix
SUBDIR += gsculpt
SUBDIR += gstreamer-plugins-aalib
SUBDIR += gstreamer-plugins-cairo
SUBDIR += gstreamer-plugins-gdkpixbuf
SUBDIR += gstreamer-plugins-hermes
SUBDIR += gstreamer-plugins-jpeg

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: gstreamer-plugins-cairo
# Date created: Mar 8 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= graphics
GST_PLUGIN= cairo
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: gstreamer-plugins-cairo
# Date created: Mar 8 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= graphics
GST_PLUGIN= cairo
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"