diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-31 19:36:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-31 19:36:20 +0800 |
commit | ff3ab58892611eec038e9ede54e3683d9b63bad9 (patch) | |
tree | 8b6290e0aee6df374c3e16b6c9c4428013af959f | |
parent | 7195b8ff372e59cce287155169ad67316f058244 (diff) | |
download | marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar.gz marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar.bz2 marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar.lz marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar.xz marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.tar.zst marcuscom-ports-ff3ab58892611eec038e9ede54e3683d9b63bad9.zip |
Gstreamer got merged back into ports. Remove it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13928 df743ca5-7f9a-e211-a948-0013205c9059
28 files changed, 0 insertions, 2392 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk deleted file mode 100644 index 91977c1aa..000000000 --- a/Mk/bsd.gstreamer.mk +++ /dev/null @@ -1,256 +0,0 @@ -#-*- mode: Fundamental; tab-width: 4; -*- -# ex:ts=4 -# -# bsd.gstreamer.mk - Support for gstreamer-plugins-based ports. -# -# Created by: Michael Johnson <ahze@FreeBSD.org> -# Date: 4 Oct 2004 -# -# $FreeBSD$ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.45 2010/03/09 18:26:25 kwm Exp $ - -.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) - -Gstreamer_Include_MAINTAINER= multimedia@FreeBSD.org -Gstreamer_Pre_Include= bsd.gstreamer.mk - -.endif - -# Ports can use the following: -# -# For Gstreamer 0.10: -# USE_GSTREAMER= lame faac ffmpeg -# -# If you want to use USE_GSTREAMER after <bsd.port.pre.mk> -# you must follow one of the examples listed below -# -# WANT_GSTREAMER= yes -# .include <bsd.port.pre.mk> -# .if defined(WITH_VORBIS) -# USE_GSTREAMER+= vorbis -# .endif -# -# or -# USE_GSTREAMER= yes -# .include <bsd.port.pre.mk> -# .if defined(WITH_FAAD) -# USE_GSTREAMER+= faad -# .endif -# -# -# USE_GSTREAMER=yes will always add a dependency to -# gstreamer-plugins -# - -# "Normal" dependencies and variables -# - -GSTREAMER_PORT= ${PORTSDIR}/multimedia/gstreamer-plugins -_GST_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST_VERSION} -GST_VERSION= 0.10 -GST_MINOR_VERSION= .0 -GST_SHLIB_VERSION= 1 -# -# These are the current supported gstreamer-plugins modules -# -_USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \ - dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \ - gnonlin gsm hal jack jpeg ladspa lame \ - libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \ - musepack nas neon ogg pango pulse python sdl shout2 sidplay \ - sndfile spc soundtouch soup speex taglib \ - theora vorbis wavpack x264 xvid - -# other plugins -OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad - -_USE_GSTREAMER_ALL+= ${OTHER_GSTREAMER_PLUGINS} - -core_DEPENDS= multimedia/gstreamer-plugins-core - -yes_DEPENDS= multimedia/gstreamer-plugins -yes_NAME= gstreamer-plugins -yes_GST_PREFIX= # empty - -cdio_DEPENDS= sysutils/gstreamer-plugins-cdio - -gconf_DEPENDS= devel/gstreamer-plugins-gconf - -# Audio Plugins Section -a52dec_DEPENDS= audio/gstreamer-plugins-a52dec - -artsd_DEPENDS= audio/gstreamer-plugins-artsd - -audiofile_DEPENDS= audio/gstreamer-plugins-audiofile - -cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio - -cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia - -esound_DEPENDS= audio/gstreamer-plugins-esound - -faac_DEPENDS= audio/gstreamer-plugins-faac - -faad_DEPENDS= audio/gstreamer-plugins-faad - -flac_DEPENDS= audio/gstreamer-plugins-flac - -fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3 - -gsm_DEPENDS= audio/gstreamer-plugins-gsm - -hal_DEPENDS= sysutils/gstreamer-plugins-hal - -jack_DEPENDS= audio/gstreamer-plugins-jack - -ladspa_DEPENDS= audio/gstreamer-plugins-ladspa - -lame_DEPENDS= audio/gstreamer-plugins-lame - -mad_DEPENDS= audio/gstreamer-plugins-mad - -mikmod_DEPENDS= audio/gstreamer-plugins-mikmod - -mm_DEPENDS= multimedia/gstreamermm -mm_GST_PREFIX= gstreamer -mm_GST_SUFX= # empty -mm_GST_VERSION= 0.9.4 - -mp3_DEPENDS= audio/gstreamer-plugins-mp3 - -musepack_DEPENDS= audio/gstreamer-plugins-musepack - -musicbrainz_DEPENDS= audio/gstreamer-plugins-musicbrainz - -nas_DEPENDS= audio/gstreamer-plugins-nas - -neon_DEPENDS= www/gstreamer-plugins-neon - -ogg_DEPENDS= audio/gstreamer-plugins-ogg - -polyp_DEPENDS= audio/gstreamer-plugins-polyp - -pulse_DEPENDS= audio/gstreamer-plugins-pulse - -shout_DEPENDS= audio/gstreamer-plugins-shout - -shout2_DEPENDS= audio/gstreamer-plugins-shout2 - -sidplay_DEPENDS= audio/gstreamer-plugins-sidplay - -smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave - -sndfile_DEPENDS= audio/gstreamer-plugins-sndfile - -soundtouch_DEPENDS= audio/gstreamer-plugins-soundtouch - -spc_DEPENDS= audio/gstreamer-plugins-spc - -speex_DEPENDS= audio/gstreamer-plugins-speex - -taglib_DEPENDS= audio/gstreamer-plugins-taglib - -vorbis_DEPENDS= audio/gstreamer-plugins-vorbis - -wavpack_DEPENDS= audio/gstreamer-plugins-wavpack - -# Devel Plugins Section -gio_DEPENDS= devel/gstreamer-plugins-gio - -gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs - -sdl_DEPENDS= devel/gstreamer-plugins-sdl - -soup_DEPENDS= devel/gstreamer-plugins-soup - -# Graphics Plugins Section -aalib_DEPENDS= graphics/gstreamer-plugins-aalib - -annodex_DEPENDS= multimedia/gstreamer-plugins-annodex - -cairo_DEPENDS= graphics/gstreamer-plugins-cairo - -gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf - -hermes_DEPENDS= graphics/gstreamer-plugins-hermes - -jpeg_DEPENDS= graphics/gstreamer-plugins-jpeg - -libcaca_DEPENDS= graphics/gstreamer-plugins-libcaca - -libmng_DEPENDS= graphics/gstreamer-plugins-libmng - -libpng_DEPENDS= graphics/gstreamer-plugins-libpng - -libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual - -# Multimedia Plugins Section -bad_DEPENDS= multimedia/gstreamer-plugins-bad - -bz2_DEPENDS= multimedia/gstreamer-plugins-bz2 - -ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg -ffmpeg_GST_PREFIX= gstreamer- -ffmpeg_GST_SUFX= # empty -ffmpeg_GST_VERSION= 0.10.0 - -dts_DEPENDS= multimedia/gstreamer-plugins-dts - -dv_DEPENDS= multimedia/gstreamer-plugins-dv - -dvd_DEPENDS= multimedia/gstreamer-plugins-dvd - -good_DEPENDS= multimedia/gstreamer-plugins-good - -gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin - -libfame_DEPENDS= multimedia/gstreamer-plugins-libfame - -mpeg2dec_DEPENDS= multimedia/gstreamer-plugins-mpeg2dec - -mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc - -mplex_DEPENDS= multimedia/gstreamer-plugins-mplex - -# XXX: This is a quick solution for ports with USE_GSTREAMER=python -# but without USE_PYTHON. -PYTHON_PKGNAMEPREFIX?= py*- - -python_DEPENDS= multimedia/py-gstreamer -python_NAME= gstreamer -python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} -python_GST_SUFX= # empty -python_GST_VERSION= 0.10.4 - -theora_DEPENDS= multimedia/gstreamer-plugins-theora - -ugly_DEPENDS= multimedia/gstreamer-plugins-ugly - -x264_DEPENDS= multimedia/gstreamer-plugins-x264 - -xvid_DEPENDS= multimedia/gstreamer-plugins-xvid - -# Net Plugins Section - -libmms_DEPENDS= net/gstreamer-plugins-libmms - -# X11-Toolkits Plugins Section -pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango - -.if defined(_POSTMKINCLUDED) && !defined(Gstreamer_Post_Include) -Gstreamer_Post_Include= bsd.gstreamer.mk - -.for ext in ${USE_GSTREAMER} -${ext}_GST_PREFIX?= gstreamer-plugins- -${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION} -${ext}_NAME?= ${ext} -. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}) -BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} -RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} -. else -IGNORE= cannot install: unknown gstreamer-plugin -- ${ext} -. endif -.endfor - -# The End -.endif diff --git a/multimedia/gstreamer-plugins-bad/Makefile b/multimedia/gstreamer-plugins-bad/Makefile deleted file mode 100644 index 5eecc6189..000000000 --- a/multimedia/gstreamer-plugins-bad/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-bad -# Date created: 20 Jan 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= multimedia - -COMMENT= Bad gstreamer-plugins - -GST_PLUGIN= bad -GST_PLUGIN_SUFFIX= -bad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins -RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins - -gst_bad_DIST= bad -BAD_GST_DIRS= gst-libs sys gst po -PLIST_SUB= VERSION="${GST_VERSION}" -NO_GSTREAMER_COMMON= yes -PLIST= ${.CURDIR}/pkg-plist - -do-build: -.for dir in ${BAD_GST_DIRS} - @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endfor - -do-install: -.for dir in ${BAD_GST_DIRS} - @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-bad/pkg-plist b/multimedia/gstreamer-plugins-bad/pkg-plist deleted file mode 100644 index 7778399e3..000000000 --- a/multimedia/gstreamer-plugins-bad/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -include/gstreamer-%%VERSION%%/gst/interfaces/photography-enumtypes.h -include/gstreamer-%%VERSION%%/gst/interfaces/photography.h -include/gstreamer-%%VERSION%%/gst/signalprocessor/gstsignalprocessor.h -include/gstreamer-%%VERSION%%/gst/video/gstbasevideocodec.h -include/gstreamer-%%VERSION%%/gst/video/gstbasevideodecoder.h -include/gstreamer-%%VERSION%%/gst/video/gstbasevideoencoder.h -include/gstreamer-%%VERSION%%/gst/video/gstbasevideoparse.h -include/gstreamer-%%VERSION%%/gst/video/gstbasevideoutils.h -lib/gstreamer-%%VERSION%%/libgstadpcmdec.la -lib/gstreamer-%%VERSION%%/libgstadpcmdec.so -lib/gstreamer-%%VERSION%%/libgstadpcmenc.la -lib/gstreamer-%%VERSION%%/libgstadpcmenc.so -lib/gstreamer-%%VERSION%%/libgstaiff.la -lib/gstreamer-%%VERSION%%/libgstaiff.so -lib/gstreamer-%%VERSION%%/libgstasfmux.la -lib/gstreamer-%%VERSION%%/libgstasfmux.so -lib/gstreamer-%%VERSION%%/libgstautoconvert.la -lib/gstreamer-%%VERSION%%/libgstautoconvert.so -lib/gstreamer-%%VERSION%%/libgstaudioparsersbad.la -lib/gstreamer-%%VERSION%%/libgstaudioparsersbad.so -lib/gstreamer-%%VERSION%%/libgstbayer.la -lib/gstreamer-%%VERSION%%/libgstbayer.so -lib/gstreamer-%%VERSION%%/libgstcamerabin.la -lib/gstreamer-%%VERSION%%/libgstcamerabin.so -lib/gstreamer-%%VERSION%%/libgstcdxaparse.la -lib/gstreamer-%%VERSION%%/libgstcdxaparse.so -lib/gstreamer-%%VERSION%%/libgstdataurisrc.la -lib/gstreamer-%%VERSION%%/libgstdataurisrc.so -lib/gstreamer-%%VERSION%%/libgstdccp.la -lib/gstreamer-%%VERSION%%/libgstdccp.so -lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.la -lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.so -lib/gstreamer-%%VERSION%%/libgstdtmf.la -lib/gstreamer-%%VERSION%%/libgstdtmf.so -lib/gstreamer-%%VERSION%%/libgstdvdspu.la -lib/gstreamer-%%VERSION%%/libgstdvdspu.so -lib/gstreamer-%%VERSION%%/libgstfestival.la -lib/gstreamer-%%VERSION%%/libgstfestival.so -lib/gstreamer-%%VERSION%%/libgstfreeze.la -lib/gstreamer-%%VERSION%%/libgstfreeze.so -lib/gstreamer-%%VERSION%%/libgstfrei0r.la -lib/gstreamer-%%VERSION%%/libgstfrei0r.so -lib/gstreamer-%%VERSION%%/libgsth264parse.la -lib/gstreamer-%%VERSION%%/libgsth264parse.so -lib/gstreamer-%%VERSION%%/libgsthdvparse.la -lib/gstreamer-%%VERSION%%/libgsthdvparse.so -lib/gstreamer-%%VERSION%%/libgstid3tag.la -lib/gstreamer-%%VERSION%%/libgstid3tag.so -lib/gstreamer-%%VERSION%%/libgstjpegformat.la -lib/gstreamer-%%VERSION%%/libgstjpegformat.so -lib/gstreamer-%%VERSION%%/libgstlegacyresample.la -lib/gstreamer-%%VERSION%%/libgstlegacyresample.so -lib/gstreamer-%%VERSION%%/libgstliveadder.la -lib/gstreamer-%%VERSION%%/libgstliveadder.so -lib/gstreamer-%%VERSION%%/libgstmpeg4videoparse.la -lib/gstreamer-%%VERSION%%/libgstmpeg4videoparse.so -lib/gstreamer-%%VERSION%%/libgstmpegdemux.la -lib/gstreamer-%%VERSION%%/libgstmpegdemux.so -lib/gstreamer-%%VERSION%%/libgstmpegpsmux.la -lib/gstreamer-%%VERSION%%/libgstmpegpsmux.so -lib/gstreamer-%%VERSION%%/libgstmpegtsmux.la -lib/gstreamer-%%VERSION%%/libgstmpegtsmux.so -lib/gstreamer-%%VERSION%%/libgstmpegvideoparse.la -lib/gstreamer-%%VERSION%%/libgstmpegvideoparse.so -lib/gstreamer-%%VERSION%%/libgstmve.la -lib/gstreamer-%%VERSION%%/libgstmve.so -lib/gstreamer-%%VERSION%%/libgstmxf.la -lib/gstreamer-%%VERSION%%/libgstmxf.so -lib/gstreamer-%%VERSION%%/libgstnsf.la -lib/gstreamer-%%VERSION%%/libgstnsf.so -lib/gstreamer-%%VERSION%%/libgstnuvdemux.la -lib/gstreamer-%%VERSION%%/libgstnuvdemux.so -lib/gstreamer-%%VERSION%%/libgstoss4audio.la -lib/gstreamer-%%VERSION%%/libgstoss4audio.so -lib/gstreamer-%%VERSION%%/libgstpcapparse.la -lib/gstreamer-%%VERSION%%/libgstpcapparse.so -lib/gstreamer-%%VERSION%%/libgstpnm.a -lib/gstreamer-%%VERSION%%/libgstpnm.la -lib/gstreamer-%%VERSION%%/libgstpnm.so -lib/gstreamer-%%VERSION%%/libgstqtmux.la -lib/gstreamer-%%VERSION%%/libgstqtmux.so -%%I386%%lib/gstreamer-%%VERSION%%/libgstreal.la -%%I386%%lib/gstreamer-%%VERSION%%/libgstreal.so -lib/gstreamer-%%VERSION%%/libgstrawparse.la -lib/gstreamer-%%VERSION%%/libgstrawparse.so -lib/gstreamer-%%VERSION%%/libgstrfbsrc.la -lib/gstreamer-%%VERSION%%/libgstrfbsrc.so -lib/gstreamer-%%VERSION%%/libgstrtpmux.la -lib/gstreamer-%%VERSION%%/libgstrtpmux.so -lib/gstreamer-%%VERSION%%/libgstscaletempoplugin.la -lib/gstreamer-%%VERSION%%/libgstscaletempoplugin.so -lib/gstreamer-%%VERSION%%/libgstsdpelem.la -lib/gstreamer-%%VERSION%%/libgstsdpelem.so -lib/gstreamer-%%VERSION%%/libgstselector.la -lib/gstreamer-%%VERSION%%/libgstselector.so -lib/gstreamer-%%VERSION%%/libgstsiren.la -lib/gstreamer-%%VERSION%%/libgstsiren.so -lib/gstreamer-%%VERSION%%/libgstspeed.la -lib/gstreamer-%%VERSION%%/libgstspeed.so -lib/gstreamer-%%VERSION%%/libgststereo.la -lib/gstreamer-%%VERSION%%/libgststereo.so -lib/gstreamer-%%VERSION%%/libgstsubenc.la -lib/gstreamer-%%VERSION%%/libgstsubenc.so -lib/gstreamer-%%VERSION%%/libgsttta.la -lib/gstreamer-%%VERSION%%/libgsttta.so -lib/gstreamer-%%VERSION%%/libgstvalve.la -lib/gstreamer-%%VERSION%%/libgstvalve.so -lib/gstreamer-%%VERSION%%/libgstvideomeasure.la -lib/gstreamer-%%VERSION%%/libgstvideomeasure.so -lib/gstreamer-%%VERSION%%/libgstvideosignal.la -lib/gstreamer-%%VERSION%%/libgstvideosignal.so -lib/gstreamer-%%VERSION%%/libgstvmnc.la -lib/gstreamer-%%VERSION%%/libgstvmnc.so -lib/libgstbasevideo-%%VERSION%%.a -lib/libgstbasevideo-%%VERSION%%.la -lib/libgstbasevideo-%%VERSION%%.so -lib/libgstbasevideo-%%VERSION%%.so.0 -lib/libgstphotography-%%VERSION%%.a -lib/libgstphotography-%%VERSION%%.la -lib/libgstphotography-%%VERSION%%.so -lib/libgstphotography-%%VERSION%%.so.0 -lib/libgstsignalprocessor-%%VERSION%%.a -lib/libgstsignalprocessor-%%VERSION%%.la -lib/libgstsignalprocessor-%%VERSION%%.so -lib/libgstsignalprocessor-%%VERSION%%.so.0 -share/locale/af/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/ky/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/mt/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry include/gstreamer-%%VERSION%%/gst/signalprocessor diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile deleted file mode 100644 index 73a5ba74a..000000000 --- a/multimedia/gstreamer-plugins-good/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-good -# Date created: 20 Jan 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= multimedia - -COMMENT= Good gstreamer-plugins - -GST_PLUGIN= good -GST_PLUGIN_SUFFIX= -good - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins -RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins - -gst_good_DIST= good -GOOD_GST_DIRS= gst sys po -PLIST_SUB= VERSION="${GST_VERSION}" - -PLIST= ${.CURDIR}/pkg-plist -FILESDIR=${.CURDIR}/files -PATCHDIR=${.CURDIR}/files -NO_GSTREAMER_COMMON= yes - -do-build: -.for dir in ${GOOD_GST_DIRS} - @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endfor - -do-install: -.for dir in ${GOOD_GST_DIRS} - @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-good/files/patch-configure b/multimedia/gstreamer-plugins-good/files/patch-configure deleted file mode 100644 index 6f5867236..000000000 --- a/multimedia/gstreamer-plugins-good/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2008-08-10 13:30:19.813061935 -0500 -+++ configure 2008-08-10 13:29:56.315341694 -0500 -@@ -32905,7 +32905,7 @@ - - else - -- DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK" -+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER" - - fi diff --git a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c deleted file mode 100644 index 34fdd3119..000000000 --- a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c +++ /dev/null @@ -1,20 +0,0 @@ ---- sys/oss/gstosshelper.c.orig Sun Apr 2 03:23:53 2006 -+++ sys/oss/gstosshelper.c Sun Apr 2 03:25:44 2006 -@@ -343,13 +344,17 @@ gst_oss_helper_rate_check_rate (GstOssPr - int format; - int n_channels; - int ret; -+ int rst; - - rate = irate; - format = probe->format; - n_channels = probe->n_channels; -+ rst = 4000; /* XXX Lowest supported rate for FreeBSD. */ - - GST_LOG ("checking format %d, channels %d, rate %d", - format, n_channels, rate); -+ /* Reset rate to lowest supported rate. */ -+ ioctl (probe->fd, SNDCTL_DSP_SPEED, &rst); - ret = ioctl (probe->fd, SNDCTL_DSP_SETFMT, &format); - if (ret < 0) - return -1; diff --git a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c deleted file mode 100644 index 598fadef8..000000000 --- a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/oss/gstossmixer.c.bak 2006-08-16 05:25:17.000000000 -0400 -+++ sys/oss/gstossmixer.c 2008-12-24 00:27:14.000000000 -0500 -@@ -146,7 +146,7 @@ gst_ossmixer_ensure_track_list (GstOssMi - - /* do we want this in our list? */ - if (!((mixer->dir & GST_OSS_MIXER_CAPTURE && input == TRUE) || -- (mixer->dir & GST_OSS_MIXER_PLAYBACK && i != SOUND_MIXER_PCM))) -+ (mixer->dir & GST_OSS_MIXER_PLAYBACK))) - /* the PLAYBACK case seems hacky, but that's how 0.8 had it */ - continue; - diff --git a/multimedia/gstreamer-plugins-good/pkg-plist b/multimedia/gstreamer-plugins-good/pkg-plist deleted file mode 100644 index 2d3659e84..000000000 --- a/multimedia/gstreamer-plugins-good/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -lib/gstreamer-%%VERSION%%/libgstalaw.la -lib/gstreamer-%%VERSION%%/libgstalaw.so -lib/gstreamer-%%VERSION%%/libgstalpha.la -lib/gstreamer-%%VERSION%%/libgstalpha.so -lib/gstreamer-%%VERSION%%/libgstalphacolor.la -lib/gstreamer-%%VERSION%%/libgstalphacolor.so -lib/gstreamer-%%VERSION%%/libgstapetag.la -lib/gstreamer-%%VERSION%%/libgstapetag.so -lib/gstreamer-%%VERSION%%/libgstaudiofx.la -lib/gstreamer-%%VERSION%%/libgstaudiofx.so -lib/gstreamer-%%VERSION%%/libgstauparse.la -lib/gstreamer-%%VERSION%%/libgstauparse.so -lib/gstreamer-%%VERSION%%/libgstautodetect.la -lib/gstreamer-%%VERSION%%/libgstautodetect.so -lib/gstreamer-%%VERSION%%/libgstavi.la -lib/gstreamer-%%VERSION%%/libgstavi.so -lib/gstreamer-%%VERSION%%/libgstcutter.la -lib/gstreamer-%%VERSION%%/libgstcutter.so -lib/gstreamer-%%VERSION%%/libgstdebug.la -lib/gstreamer-%%VERSION%%/libgstdebug.so -lib/gstreamer-%%VERSION%%/libgstdeinterlace.la -lib/gstreamer-%%VERSION%%/libgstdeinterlace.so -lib/gstreamer-%%VERSION%%/libgsteffectv.la -lib/gstreamer-%%VERSION%%/libgsteffectv.so -lib/gstreamer-%%VERSION%%/libgstequalizer.la -lib/gstreamer-%%VERSION%%/libgstequalizer.so -lib/gstreamer-%%VERSION%%/libgstflv.la -lib/gstreamer-%%VERSION%%/libgstflv.so -lib/gstreamer-%%VERSION%%/libgstflxdec.la -lib/gstreamer-%%VERSION%%/libgstflxdec.so -lib/gstreamer-%%VERSION%%/libgstgamma.la -lib/gstreamer-%%VERSION%%/libgstgamma.so -lib/gstreamer-%%VERSION%%/libgstgoom.la -lib/gstreamer-%%VERSION%%/libgstgoom.so -lib/gstreamer-%%VERSION%%/libgstgoom2k1.la -lib/gstreamer-%%VERSION%%/libgstgoom2k1.so -lib/gstreamer-%%VERSION%%/libgsticydemux.la -lib/gstreamer-%%VERSION%%/libgsticydemux.so -lib/gstreamer-%%VERSION%%/libgstid3demux.la -lib/gstreamer-%%VERSION%%/libgstid3demux.so -lib/gstreamer-%%VERSION%%/libgstinterleave.la -lib/gstreamer-%%VERSION%%/libgstinterleave.so -lib/gstreamer-%%VERSION%%/libgstlevel.la -lib/gstreamer-%%VERSION%%/libgstlevel.so -lib/gstreamer-%%VERSION%%/libgstmatroska.la -lib/gstreamer-%%VERSION%%/libgstmatroska.so -lib/gstreamer-%%VERSION%%/libgstmulaw.la -lib/gstreamer-%%VERSION%%/libgstmulaw.so -lib/gstreamer-%%VERSION%%/libgstmultifile.la -lib/gstreamer-%%VERSION%%/libgstmultifile.so -lib/gstreamer-%%VERSION%%/libgstmultipart.la -lib/gstreamer-%%VERSION%%/libgstmultipart.so -lib/gstreamer-%%VERSION%%/libgstnavigationtest.la -lib/gstreamer-%%VERSION%%/libgstnavigationtest.so -lib/gstreamer-%%VERSION%%/libgstossaudio.la -lib/gstreamer-%%VERSION%%/libgstossaudio.so -lib/gstreamer-%%VERSION%%/libgstqtdemux.la -lib/gstreamer-%%VERSION%%/libgstqtdemux.so -lib/gstreamer-%%VERSION%%/libgstreplaygain.la -lib/gstreamer-%%VERSION%%/libgstreplaygain.so -lib/gstreamer-%%VERSION%%/libgstrtp.la -lib/gstreamer-%%VERSION%%/libgstrtp.so -lib/gstreamer-%%VERSION%%/libgstrtpmanager.la -lib/gstreamer-%%VERSION%%/libgstrtpmanager.so -lib/gstreamer-%%VERSION%%/libgstrtsp.la -lib/gstreamer-%%VERSION%%/libgstrtsp.so -lib/gstreamer-%%VERSION%%/libgstshapewipe.la -lib/gstreamer-%%VERSION%%/libgstshapewipe.so -lib/gstreamer-%%VERSION%%/libgstsmpte.la -lib/gstreamer-%%VERSION%%/libgstsmpte.so -lib/gstreamer-%%VERSION%%/libgstspectrum.la -lib/gstreamer-%%VERSION%%/libgstspectrum.so -lib/gstreamer-%%VERSION%%/libgstudp.la -lib/gstreamer-%%VERSION%%/libgstudp.so -lib/gstreamer-%%VERSION%%/libgstvideobalance.la -lib/gstreamer-%%VERSION%%/libgstvideobalance.so -lib/gstreamer-%%VERSION%%/libgstvideobox.la -lib/gstreamer-%%VERSION%%/libgstvideobox.so -lib/gstreamer-%%VERSION%%/libgstvideocrop.la -lib/gstreamer-%%VERSION%%/libgstvideocrop.so -lib/gstreamer-%%VERSION%%/libgstvideoflip.la -lib/gstreamer-%%VERSION%%/libgstvideoflip.so -lib/gstreamer-%%VERSION%%/libgstvideomixer.la -lib/gstreamer-%%VERSION%%/libgstvideomixer.so -lib/gstreamer-%%VERSION%%/libgstwavenc.la -lib/gstreamer-%%VERSION%%/libgstwavenc.so -lib/gstreamer-%%VERSION%%/libgstwavparse.la -lib/gstreamer-%%VERSION%%/libgstwavparse.so -lib/gstreamer-%%VERSION%%/libgstximagesrc.la -lib/gstreamer-%%VERSION%%/libgstximagesrc.so -lib/gstreamer-%%VERSION%%/libgsty4menc.la -lib/gstreamer-%%VERSION%%/libgsty4menc.so -share/gstreamer-%%VERSION%%/presets/GstIirEqualizer10Bands.prs -share/gstreamer-%%VERSION%%/presets/GstIirEqualizer3Bands.prs -share/locale/af/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/mt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/gstreamer-%%VERSION%%/presets -@dirrmtry share/gstreamer-%%VERSION%% diff --git a/multimedia/gstreamer-plugins-ugly/Makefile b/multimedia/gstreamer-plugins-ugly/Makefile deleted file mode 100644 index 08cb3fe04..000000000 --- a/multimedia/gstreamer-plugins-ugly/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-ugly -# Date created: 20 Jan 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= multimedia - -COMMENT= Ugly gstreamer-plugins - -GST_PLUGIN= ugly -GST_PLUGIN_SUFFIX= -ugly - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins -RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins - -gst_ugly_DIST= ugly -UGLY_GST_DIRS= gst po gst-libs -PLIST_SUB= VERSION="${GST_VERSION}" -NO_GSTREAMER_COMMON= yes -PLIST= ${.CURDIR}/pkg-plist - -do-build: -.for dir in ${UGLY_GST_DIRS} - @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endfor - -do-install: -.for dir in ${UGLY_GST_DIRS} - @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-ugly/pkg-plist b/multimedia/gstreamer-plugins-ugly/pkg-plist deleted file mode 100644 index 5127b9502..000000000 --- a/multimedia/gstreamer-plugins-ugly/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -lib/gstreamer-%%VERSION%%/libgstasf.la -lib/gstreamer-%%VERSION%%/libgstasf.so -lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.la -lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so -lib/gstreamer-%%VERSION%%/libgstdvdsub.la -lib/gstreamer-%%VERSION%%/libgstdvdsub.so -lib/gstreamer-%%VERSION%%/libgstiec958.la -lib/gstreamer-%%VERSION%%/libgstiec958.so -lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.la -lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so -lib/gstreamer-%%VERSION%%/libgstmpegstream.la -lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstrmdemux.la -lib/gstreamer-%%VERSION%%/libgstrmdemux.so -share/locale/af/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/mt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile deleted file mode 100644 index adca9ff7d..000000000 --- a/multimedia/gstreamer-plugins/Makefile +++ /dev/null @@ -1,156 +0,0 @@ -# New ports collection makefile for: gstreamer plugins -# Date created: Wed Jul 10 23:38:01 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.124 2010/03/09 18:26:26 kwm Exp $ -# - -PORTNAME= gstreamer -PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 0 -PORTEPOCH= 3 -CATEGORIES?= multimedia audio -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ - http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ - http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ - http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \ - ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:ugly|} -PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT?= GStreamer written collection of plugins handling several media types - -BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ - popt.0:${PORTSDIR}/devel/popt \ - oil-0.3.0:${PORTSDIR}/devel/liboil - -CFLAGS:= ${CFLAGS} -O2 -Wno-format - -BASE_PORTVERSION= 0.10.28 -BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} -BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 0.10.18 -BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} -BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 0.10.21 -GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} -GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 0.10.14 -UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} -UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} -DIST?= good - -SHLIB_VERSION= 1 -USE_GETTEXT= yes -VERSION= ${GST_VERSION} -WANT_GSTREAMER= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack ltasneededhack -USE_AUTOTOOLS= libtool:22 -GST_PLUGIN?= base - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --disable-option-checking - -DEFAULT_AUDIOSINK?= osssink -DEFAULT_AUDIOSRC?= osssrc - -.include <bsd.port.pre.mk> - -.if ${ARCH}=="i386" -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - -.if ${GST_PLUGIN} == "base" -gst_base_DIST= base -NO_GSTREAMER_COMMON= yes -USE_LDCONFIG= yes -MAN1= gst-visualise-0.10.1 -PLIST_SUB+= VERSION="${VERSION}" \ - SHLIB_VERSION="${SHLIB_VERSION}" -.else -USE_GSTREAMER= yes -.endif - -.include "${MASTERDIR}/Makefile.common" - -.if ${DIST}=="base" -EXTRACT_ONLY=${BASE_DISTFILE} -WRKSRC=${WRKDIR}/${BASE_DISTNAME} -PORTVERSION= ${BASE_PORTVERSION} -DISTFILES+= ${BASE_DISTFILE}:base -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins/files -.elif ${DIST}=="bad" -EXTRACT_ONLY=${BAD_DISTFILE} -WRKSRC=${WRKDIR}/${BAD_DISTNAME} -PORTVERSION= ${BAD_PORTVERSION} -DISTFILES+= ${BAD_DISTFILE}:bad -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-bad/files -.elif ${DIST}=="ugly" -EXTRACT_ONLY=${UGLY_DISTFILE} -WRKSRC=${WRKDIR}/${UGLY_DISTNAME} -PORTVERSION= ${UGLY_PORTVERSION} -DISTFILES+= ${UGLY_DISTFILE}:ugly -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-ugly/files -.elif ${DIST}=="makesum" -DISTFILES+= ${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ - ${UGLY_DISTFILE}:ugly ${GOOD_DISTFILE}:good -.else -EXTRACT_ONLY=${GOOD_DISTFILE} -WRKSRC=${WRKDIR}/${GOOD_DISTNAME} -PORTVERSION= ${GOOD_PORTVERSION} -DISTFILES+= ${GOOD_DISTFILE}:good -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-good/files -.endif - -# cdrom default device -.ifdef(WITH_CDROM_DEVICE) -DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} -.else -DEFAULT_CDROM_DEVICE=/dev/acd0 -.endif - -# dvd default device -.ifdef(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -post-patch: - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstsignalprocessor-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstvideo-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|; \ - s|<stdint\.h|<inttypes.h|; \ - s|%%VERSION%%|${VERSION}|' - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstsignalprocessor-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstvideo-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ - s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common deleted file mode 100644 index f045b0cba..000000000 --- a/multimedia/gstreamer-plugins/Makefile.common +++ /dev/null @@ -1,540 +0,0 @@ -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.80 2010/03/09 18:26:26 kwm Exp $ -# base -BASE_GST_ALL_PLUGINS= \ - alsa \ - cdparanoia \ - gio \ - gnomevfs \ - libvisual \ - ogg \ - pango \ - theora \ - vorbis -# bad -BAD_GST_ALL_PLUGINS+= \ - alsaspdif \ - amrwbenc \ - apexsink \ - assrender \ - bz2 \ - cdaudio \ - celt \ - cog \ - dc1394 \ - dirac \ - directfb \ - divx \ - dts \ - faac \ - faad \ - gme \ - gsm \ - jack \ - jp2k \ - kate \ - ladspa \ - libmms \ - lv2 \ - metadata \ - mimic \ - modplug \ - mpeg2enc \ - mplex \ - musepack \ - musicbrainz \ - mythtv \ - nas \ - neon \ - ofa \ - resindvd \ - rsvg \ - schroedinger \ - sdl \ - sndfile \ - soundtouch \ - spc \ - swfdec \ - theora \ - timidity \ - xvid \ - zbar - -# good -GOOD_GST_ALL_PLUGINS+= \ - aalib \ - annodex \ - cairo \ - dv \ - esd \ - flac \ - gconf \ - gdk_pixbuf \ - hal \ - jpeg \ - libcaca \ - libpng \ - pulse \ - raw1394 \ - shout2 \ - soup \ - speex \ - taglib \ - wavpack - -# ugly -UGLY_GST_ALL_PLUGINS+= \ - a52dec \ - amrnb \ - amrwbdec \ - cdio \ - dvdread \ - lame \ - mad \ - mpeg2dec \ - sidplay \ - twolame \ - x264 - - -.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS} -gst_${i}_GCONF_SCHEMAS?= # Empty -gst_${i}_USE_SDL?= # Empty -.endfor - -CONFIG_GST_PLUGINS= gnome_vfs -GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \ - ${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \ - ${CONFIG_GST_PLUGINS} - -# Disable all plugins by default -.for d in ${GST_ALL_PLUGINS} -CONFIGURE_ARGS+= --disable-${d} -.endfor -CONFIGURE_ARGS+= --enable-${GST_PLUGIN} - -CONFIGURE_ARGS+=--disable-tests \ - --disable-examples \ - --disable-1394 \ - --disable-acm \ - --disable-amrnb \ - --disable-alsa \ - --disable-http \ - --enable-cdrom \ - --disable-gconf \ - --disable-gconftool \ - --disable-schemas-install \ - --enable-oss \ - --enable-oss4 \ - --disable-osx_audio \ - --disable-osx_video \ - --disable-directdrawsink \ - --disable-directsoundsink \ - --disable-v4l2src \ - --disable-tarkin \ - --enable-static \ - --disable-sunaudio \ - --disable-xine \ - --enable-x \ - --enable-xshm \ - --enable-xvideo - -.if !defined(NO_GSTREAMER_COMMON) -GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} - -# Enable the right plugin - -CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|} - -GST_LIB_DIR= lib/gstreamer-${VERSION} - -# Auto create PLIST -PLIST= ${NONEXISTENT} - -# a52dec -gst_a52dec_LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 -gst_a52dec_PLIST_FILES= ${GST_LIB_DIR}/libgsta52dec.la \ - ${GST_LIB_DIR}/libgsta52dec.so -gst_a52dec_DIST= ugly - -# aalib -gst_aalib_LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ - ${GST_LIB_DIR}/libgstaasink.la - -# annodex -gst_annodex_LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -gst_annodex_PLIST_FILES= ${GST_LIB_DIR}/libgstannodex.la \ - ${GST_LIB_DIR}/libgstannodex.so - -# bz2 -gst_bz2_PLIST_FILES= ${GST_LIB_DIR}/libgstbz2.la \ - ${GST_LIB_DIR}/libgstbz2.so -gst_bz2_DIST= bad - -# cairo -gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -gst_cairo_PLIST_FILES= ${GST_LIB_DIR}/libgstcairo.la \ - ${GST_LIB_DIR}/libgstcairo.so - -# cdaudio -gst_cdaudio_LIB_DEPENDS+=cdaudio.1:${PORTSDIR}/audio/libcdaudio -gst_cdaudio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdaudio.la \ - ${GST_LIB_DIR}/libgstcdaudio.so -gst_cdaudio_DIST= bad - -# cdparanoia -gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia -gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION} -gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \ - ${GST_LIB_DIR}/libgstcdparanoia.so -gst_cdparanoia_DIST= base - -# cdio -gst_cdio_LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio -gst_cdio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdio.la \ - ${GST_LIB_DIR}/libgstcdio.so -gst_cdio_DIST= ugly - -# dts -gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca -gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.la \ - ${GST_LIB_DIR}/libgstdtsdec.so -gst_dts_EXTRA_LIBS+= -ldca -gst_dts_DIST= bad - -# dv -gst_dv_LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv -gst_dv_PLIST_FILES= ${GST_LIB_DIR}/libgstdv.la \ - ${GST_LIB_DIR}/libgstdv.so - -# dvd -gst_dvd_LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread -gst_dvd_GST_PLUGIN_DIR= ext/dvdread -gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdread.la \ - ${GST_LIB_DIR}/libgstdvdread.so -gst_dvd_DIST= ugly - - -# esound -gst_esound_USE_GNOME+= esound -gst_esound_GST_PLUGIN_DIR= ext/esd -gst_esound_CONFIGURE_ENV+= ESD_CFLAGS="`pkg-config --cflags esound`" \ - ESD_LIBS="`pkg-config --libs esound`" -gst_esound_PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ - ${GST_LIB_DIR}/libgstesd.la - -# faac -gst_faac_LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac -gst_faac_PLIST_FILES= ${GST_LIB_DIR}/libgstfaac.la \ - ${GST_LIB_DIR}/libgstfaac.so -gst_faac_DIST= bad - -# faad -gst_faad_USE_GSTREAMER+= bad -gst_faad_LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad -gst_faad_PLIST_FILES= ${GST_LIB_DIR}/libgstfaad.la \ - ${GST_LIB_DIR}/libgstfaad.so -gst_faad_DIST= bad - -# flac -gst_flac_LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac -gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \ - ${GST_LIB_DIR}/libgstflac.so - -# gconf -gst_gconf_USE_GNOME+= gnomeprefix gconf2 -gst_gconf_GST_PLUGIN_DIR= ext/gconf \ - gconf -gst_gconf_CONFIGURE_ARGS+= --enable-schemas-install -gst_gconf_GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas -gst_gconf_PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so \ - ${GST_LIB_DIR}/libgstgconfelements.la - -# gdk_pixbuf -gst_gdk_pixbuf_USE_GNOME+= gtk20 -gst_gdk_pixbuf_GST_PLUGIN_DIR= ext/gdk_pixbuf -gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.la \ - ${GST_LIB_DIR}/libgstgdkpixbuf.so -# gio -gst_gio_USE_GNOME+= glib20 -gst_gio_CONFIGURE_ARGS+=--enable-experimental -gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \ - ${GST_LIB_DIR}/libgstgio.so -gst_gio_DIST= base - -# gnomevfs -gst_gnomevfs_USE_GNOME+= gnomevfs2 -gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs -gst_gnomevfs_PLIST_FILES= ${GST_LIB_DIR}/libgstgnomevfs.la \ - ${GST_LIB_DIR}/libgstgnomevfs.so -gst_gnomevfs_DIST= base - -# gsm -gst_gsm_LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -gst_gsm_PLIST_FILES= ${GST_LIB_DIR}/libgstgsm.la \ - ${GST_LIB_DIR}/libgstgsm.so -gst_gsm_DIST= bad - -# hal -gst_hal_LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -gst_hal_PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.la \ - ${GST_LIB_DIR}/libgsthalelements.so - -# jack -gst_jack_LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -gst_jack_PLIST_FILES= ${GST_LIB_DIR}/libgstjack.la \ - ${GST_LIB_DIR}/libgstjack.so -gst_jack_DIST= bad - -# jpeg -gst_jpeg_LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg -gst_jpeg_PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.la \ - ${GST_LIB_DIR}/libgstjpeg.so - -# ladspa -gst_ladspa_BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ - ${GST_LIB_DIR}/libgstladspa.so -gst_ladspa_DIST=bad - -# lame -gst_lame_LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame -gst_lame_PLIST_FILES= ${GST_LIB_DIR}/libgstlame.la \ - ${GST_LIB_DIR}/libgstlame.so -gst_lame_DIST= ugly - -# libcaca -gst_libcaca_LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca -gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \ - ${GST_LIB_DIR}/libgstcacasink.la - -# libmms -gst_libmms_LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms -gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so \ - ${GST_LIB_DIR}/libgstmms.la -gst_libmms_DIST= bad - -# libpng and the snapshot plugin -gst_libpng_LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -gst_libpng_GST_PLUGIN_DIR= ext/libpng -gst_libpng_PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ - ${GST_LIB_DIR}/libgstpng.la - -# libvisual -gst_libvisual_LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -gst_libvisual_PLIST_FILES= ${GST_LIB_DIR}/libgstlibvisual.la \ - ${GST_LIB_DIR}/libgstlibvisual.so -gst_libvisual_DIST= base - -# mad -gst_mad_LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ - id3tag.0:${PORTSDIR}/audio/libid3tag -gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libgstmad.la \ - ${GST_LIB_DIR}/libgstmad.so -gst_mad_DIST= ugly - -# mpeg2enc -gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.9.1:${PORTSDIR}/multimedia/mjpegtools -gst_mpeg2enc_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2enc.la \ - ${GST_LIB_DIR}/libgstmpeg2enc.so -gst_mpeg2enc_DIST= bad - -# mpeg2dec -gst_mpeg2dec_LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -gst_mpeg2dec_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2dec.la \ - ${GST_LIB_DIR}/libgstmpeg2dec.so -gst_mpeg2dec_DIST= ugly - -# musepack -gst_musepack_LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec -gst_musepack_PLIST_FILES= ${GST_LIB_DIR}/libgstmusepack.la \ - ${GST_LIB_DIR}/libgstmusepack.so -gst_musepack_DIST= bad - -# musicbrainz -gst_musicbrainz_LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ - ${GST_LIB_DIR}/libgsttrm.la -gst_musicbrainz_DIST= bad - -# nas -gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas -gst_nas_DIST= bad -gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.la \ - ${GST_LIB_DIR}/libgstnassink.so - -# neon -gst_neon_LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 -gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" -gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ - ${GST_LIB_DIR}/libgstneonhttpsrc.so -gst_neon_DIST= bad - -# ogg -gst_ogg_LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg -gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION} -gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ - ${GST_LIB_DIR}/libgstogg.so -gst_ogg_DIST= base - -# pango -gst_pango_USE_GNOME+= pango -gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \ - ${GST_LIB_DIR}/libgstpango.so -gst_pango_DIST= base - -# pulse -gst_pulse_LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio -gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulse.la \ - ${GST_LIB_DIR}/libgstpulse.so -gst_pulse_DIST= good - -# sdl -gst_sdl_USE_SDL+= sdl -gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdl.la \ - ${GST_LIB_DIR}/libgstsdl.so -gst_sdl_DIST= bad - -# shout2 -gst_shout2_LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 -gst_shout2_PLIST_FILES= ${GST_LIB_DIR}/libgstshout2.la \ - ${GST_LIB_DIR}/libgstshout2.so - -# sidplay -gst_sidplay_LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay -gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ - ${GST_LIB_DIR}/libgstsid.la -gst_sidplay_DIST= ugly - -# sndfile -gst_sndfile_LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile -gst_sndfile_PLIST_FILES= ${GST_LIB_DIR}/libgstsndfile.la \ - ${GST_LIB_DIR}/libgstsndfile.so -gst_sndfile_DIST= bad - -# soundtouch -gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch -gst_soundtouch_PLIST_FILES= ${GST_LIB_DIR}/libgstsoundtouch.la \ - ${GST_LIB_DIR}/libgstsoundtouch.so -gst_soundtouch_DIST= bad - -# souphttpsrc -gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -gst_soup_GST_PLUGIN_DIR=ext/soup -gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.la \ - ${GST_LIB_DIR}/libgstsouphttpsrc.so - -# spc -gst_spc_LIB_DEPENDS+= openspc.0:${PORTSDIR}/audio/libopenspc -gst_spc_PLIST_FILES= ${GST_LIB_DIR}/libgstspc.la \ - ${GST_LIB_DIR}/libgstspc.so -gst_spc_DIST= bad - -# speex -gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex -gst_speex_PLIST_FILES= ${GST_LIB_DIR}/libgstspeex.la \ - ${GST_LIB_DIR}/libgstspeex.so - -# swfdec -gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec -gst_swfdec_DIST= bad - -# taglib -gst_taglib_LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib -gst_taglib_PLIST_FILES= ${GST_LIB_DIR}/libgsttaglib.la \ - ${GST_LIB_DIR}/libgsttaglib.so - -# theora -gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora -gst_theora_PLIST_FILES= ${GST_LIB_DIR}/libgsttheora.la \ - ${GST_LIB_DIR}/libgsttheora.so -gst_theora_DIST= base - -# vorbis -gst_vorbis_USE_GSTREAMER+= ogg -gst_vorbis_LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis -gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} -gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \ - ${GST_LIB_DIR}/libgstvorbis.so -gst_vorbis_DIST= base - -# x264 -gst_x264_LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 -gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ - ${GST_LIB_DIR}/libgstx264.so \ - share/gstreamer-${VERSION}/presets/GstX264Enc.prs -gst_x264_PLIST_DIRS= share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} -gst_x264_DIST= ugly - -# xvid -gst_xvid_LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -gst_xvid_PLIST_FILES= ${GST_LIB_DIR}/libgstxvid.la \ - ${GST_LIB_DIR}/libgstxvid.so -gst_xvid_DIST= bad - -# wavpack -gst_wavpack_LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack -gst_wavpack_PLIST_FILES= ${GST_LIB_DIR}/libgstwavpack.la \ - ${GST_LIB_DIR}/libgstwavpack.so - -.endif # NO_GSTREAMER_COMMON - -gst_${GST_PLUGIN}_DIST?= good -DIST= ${gst_${GST_PLUGIN}_DIST} - -.if !defined(NO_GSTREAMER_COMMON) -gst_${GST_PLUGIN}_BUILD_DEPENDS?= -gst_${GST_PLUGIN}_LIB_DEPENDS?= -gst_${GST_PLUGIN}_RUN_DEPENDS?= -gst_${GST_PLUGIN}_PLIST_FILES?=${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la -gst_${GST_PLUGIN}_EXTRA_LIBS?= -gst_${GST_PLUGIN}_PREBUILD_DIR?= -gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} -gst_${GST_PLUGIN}_POSTBUILD_DIR?= -gst_${GST_PLUGIN}_USE_GNOME?= -gst_${GST_PLUGIN}_CONFIGURE_ENV?= -gst_${GST_PLUGIN}_GCONF_SCHEMAS?= -gst_${GST_PLUGIN}_CONFIGURE_ARGS?= -gst_${GST_PLUGIN}_USE_SDL?= -gst_${GST_PLUGIN}_USE_GSTREAMER?= - -BUILD_DEPENDS+= ${gst_${GST_PLUGIN}_BUILD_DEPENDS} -LIB_DEPENDS+= ${gst_${GST_PLUGIN}_LIB_DEPENDS} -RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DEPENDS} -PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} -PLIST_DIRS= ${gst_${GST_PLUGIN}_PLIST_DIRS} -EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} -USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} -CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} -.if ${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="" -GCONF_SCHEMAS= ${gst_${GST_PLUGIN}_GCONF_SCHEMAS} -.endif -CONFIGURE_ARGS+=${gst_${GST_PLUGIN}_CONFIGURE_ARGS} -.if ${gst_${GST_PLUGIN}_USE_SDL}!="" -USE_SDL= ${gst_${GST_PLUGIN}_USE_SDL} -.endif -USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/base/yes/} -GST_PREBUILD_DIR=${gst_${GST_PLUGIN}_GST_PREBUILD_DIR} -GST_PLUGIN_DIR= ${gst_${GST_PLUGIN}_GST_PLUGIN_DIR} -GST_POSTBUILD_DIR=${gst_${GST_PLUGIN}_GST_POSTBUILD_DIR} - -.if !target(do-build) -do-build: -.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} -.endfor -.endif - -.if !target(do-install) -do-install: -.for dir in ${GST_PLUGIN_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -.endfor -.endif -.endif diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo deleted file mode 100644 index 1a37a1228..000000000 --- a/multimedia/gstreamer-plugins/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (gst-plugins-base-0.10.28.tar.bz2) = 0107cf985ac90544bae70288220f5bab -SHA256 (gst-plugins-base-0.10.28.tar.bz2) = 132b6fd7749fcbfa9ad88c854aada44b6870c4175bda21cdb01a52b59a98e14f -SIZE (gst-plugins-base-0.10.28.tar.bz2) = 2343870 -MD5 (gst-plugins-base-0.10.27.tar.bz2) = b02528110851272b369a3501f280556e -SHA256 (gst-plugins-base-0.10.27.tar.bz2) = 75d3ac3b6c7f198c0adbdccc9ca9ebc61ac0abb07bc65586cb6feb50e058f39d -SIZE (gst-plugins-base-0.10.27.tar.bz2) = 2345388 -MD5 (gst-plugins-bad-0.10.18.tar.bz2) = 84838893b447e774d401a698ff812b32 -SHA256 (gst-plugins-bad-0.10.18.tar.bz2) = 2f800127e00da0f157358f87b06563b3de23cbc630fbf6295b43405e52e02070 -SIZE (gst-plugins-bad-0.10.18.tar.bz2) = 3028412 -MD5 (gst-plugins-ugly-0.10.14.tar.bz2) = 0bc0d27bcce88c73ef6c81e88624e686 -SHA256 (gst-plugins-ugly-0.10.14.tar.bz2) = 78dba9963e130cfd09f294b60219e6562459c5d848bc3b38a653db7f21fc850b -SIZE (gst-plugins-ugly-0.10.14.tar.bz2) = 1028518 -MD5 (gst-plugins-good-0.10.21.tar.bz2) = 9bc5c9b390edbb96bda42fc553eae5ae -SHA256 (gst-plugins-good-0.10.21.tar.bz2) = 24445a1cf56302ab4ad5f56055d5c3d81c704b8f9f6875fe78a25d4f72716d22 -SIZE (gst-plugins-good-0.10.21.tar.bz2) = 2675836 diff --git a/multimedia/gstreamer-plugins/files/patch-Makefile.in b/multimedia/gstreamer-plugins/files/patch-Makefile.in deleted file mode 100644 index e20f7d218..000000000 --- a/multimedia/gstreamer-plugins/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2009-11-09 10:37:05.000000000 +0100 -+++ Makefile.in 2009-11-09 10:37:34.000000000 +0100 -@@ -397,19 +397,15 @@ - gst-libs \ - gst sys $(SUBDIRS_EXT) \ - tools \ -- tests \ -- docs \ - po \ - common \ - m4 - - DIST_SUBDIRS = \ - pkgconfig \ -- docs \ - gst-libs \ - gst sys ext \ - tools \ -- tests \ - po \ - common \ - m4 diff --git a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c b/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c deleted file mode 100644 index 6d0fa67b9..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/cdparanoia/gstcdparanoiasrc.c.orig 2009-08-09 17:16:48.000000000 -0400 -+++ ext/cdparanoia/gstcdparanoiasrc.c 2009-08-09 17:17:38.000000000 -0400 -@@ -264,6 +264,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - GST_INFO_OBJECT (src, "search overlap set to %u", src->search_overlap); - } - -+#ifdef PARANOIA_CB_CACHEERR - cache_size = src->cache_size; - if (cache_size == -1) { - /* if paranoia mode is low (the default), assume we're doing playback */ -@@ -274,6 +275,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - } - paranoia_cachemodel_size (src->p, cache_size); - GST_INFO_OBJECT (src, "set cachemodel size to %u", cache_size); -+#endif - - src->next_sector = -1; - diff --git a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in b/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in deleted file mode 100644 index cec86b200..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- ext/pango/Makefile.in.orig 2008-07-26 06:39:00.827210159 -0700 -+++ ext/pango/Makefile.in 2008-07-26 06:57:02.595333482 -0700 -@@ -86,7 +86,7 @@ - pluginLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(plugin_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgstpango_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+libgstpango_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libgstpango_la_OBJECTS = libgstpango_la-gstclockoverlay.lo \ -@@ -481,7 +481,7 @@ - - libgstpango_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) \ -- $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+ -lgstvideo-$(GST_MAJORMINOR) \ - $(GST_BASE_LIBS) \ - $(GST_LIBS) \ - $(PANGO_LIBS) diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in deleted file mode 100644 index d5e6b8caa..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/audio/Makefile.in.orig 2010-01-27 16:51:20.000000000 +0000 -+++ gst-libs/gst/audio/Makefile.in 2010-01-27 16:52:05.000000000 +0000 -@@ -1061,7 +1061,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib - $^ > $@ - - $(glib_gen_basename)-enumtypes.c: $(glib_enum_headers) -- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi -+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi - glib-mkenums \ - --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \ - --fprod "\n/* enumerations from \"@filename@\" */" \ diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c deleted file mode 100644 index 34b8dfb3a..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/sdp/gstsdpmessage.c.orig 2007-12-02 11:51:45.000000000 -0500 -+++ gst-libs/gst/sdp/gstsdpmessage.c 2007-12-02 11:52:01.000000000 -0500 -@@ -64,7 +64,7 @@ - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> - #endif -- -+#include <netinet/in.h> - #include <glib.h> /* for G_OS_WIN32 */ - - #ifdef G_OS_WIN32 diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h b/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h deleted file mode 100644 index d2f6ac436..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/v4l/gstv4lelement.h.orig 2008-02-23 15:31:39.000000000 -0500 -+++ sys/v4l/gstv4lelement.h 2008-02-23 15:32:00.000000000 -0500 -@@ -91,6 +91,8 @@ struct _GstV4lElement { - /* X-overlay */ - GstV4lXv *xv; - gulong xwindow_id; -+ -+ gboolean use_read; - }; - - struct _GstV4lElementClass { diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c b/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c deleted file mode 100644 index 24088dc9f..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c +++ /dev/null @@ -1,261 +0,0 @@ ---- sys/v4l/v4lsrc_calls.c.orig 2008-03-03 17:29:52.000000000 -0500 -+++ sys/v4l/v4lsrc_calls.c 2008-03-20 23:50:39.000000000 -0400 -@@ -26,12 +26,14 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#include <sys/uio.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <string.h> - #include <errno.h> -+#include <unistd.h> - #include "v4lsrc_calls.h" - #include <sys/time.h> - -@@ -87,6 +89,51 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vp.palette = v4lsrc->mmap.format; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vw.width = v4lsrc->mmap.width; -+ vw.height = v4lsrc->mmap.height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ } -+ -+ -+ if (read(GST_V4LELEMENT (v4lsrc)->video_fd, GST_V4LELEMENT (v4lsrc)->buffer + (1024 * 768 * 3 * num), v4lsrc->mmap.width * v4lsrc->mmap.height * 3/2) < 0) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ goto done; -+ } -+ - /* instruct the driver to prepare capture using buffer frame num */ - v4lsrc->mmap.frame = num; - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, -@@ -95,6 +142,7 @@ - ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); - return FALSE; - } -+done: - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_QUEUED; - v4lsrc->num_queued++; -@@ -117,6 +165,10 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ goto done; -+ } -+ - while (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSYNC, &num) < 0) { - /* if the sync() got interrupted, we can retry */ - if (errno != EINTR) { -@@ -126,6 +178,7 @@ - } - GST_DEBUG_OBJECT (v4lsrc, "Sync got interrupted"); - } -+done: - GST_LOG_OBJECT (v4lsrc, "VIOIOCSYNC on frame %d done", num); - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_SYNCED; -@@ -168,13 +221,28 @@ - GST_V4L_CHECK_OPEN (GST_V4LELEMENT (v4lsrc)); - GST_V4L_CHECK_NOT_ACTIVE (GST_V4LELEMENT (v4lsrc)); - -+ GST_V4LELEMENT (v4lsrc)->use_read = FALSE; -+ - /* request the mmap buffer info: - * total size of mmap buffer, number of frames, offsets of frames */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, - &(v4lsrc->mbuf)) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -+ int i; -+ -+ GST_V4LELEMENT (v4lsrc)->buffer = (guint8 *) g_malloc0 (sizeof (guint8) * 1024 * 768 * 3 * MIN_BUFFERS_QUEUED); -+ GST_V4LELEMENT (v4lsrc)->use_read = TRUE; -+ -+ v4lsrc->frame_queue_state = (gint8 *) g_malloc (sizeof (gint8) * MIN_BUFFERS_QUEUED); -+ -+ v4lsrc->mbuf.frames = MIN_BUFFERS_QUEUED; -+ for (i = 0; i < MIN_BUFFERS_QUEUED; i++) { -+ v4lsrc->mbuf.offsets[i] = (1024 * 768 * 3 * i); -+ } -+ -+ /* lock for the frame_state */ -+ v4lsrc->mutex_queue_state = g_mutex_new (); -+ v4lsrc->cond_queue_state = g_cond_new (); -+ goto done; - } - - if (v4lsrc->mbuf.frames < MIN_BUFFERS_QUEUED) { -@@ -205,6 +273,7 @@ - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - return FALSE; - } -+done: - - return TRUE; - } -@@ -413,10 +482,14 @@ - v4lsrc->frame_queue_state = NULL; - - /* unmap the buffer */ -- if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -- ("error munmap'ing capture buffer: %s", g_strerror (errno))); -- return FALSE; -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ g_free (GST_V4LELEMENT (v4lsrc)->buffer); -+ } else { -+ if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -+ ("error munmap'ing capture buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } - } - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - -@@ -446,6 +519,7 @@ - /* so, we need a buffer and some more stuff */ - int frame = 0; - guint8 *buffer; -+ gboolean use_read = FALSE; - struct video_mbuf vmbuf; - struct video_mmap vmmap; - -@@ -456,24 +530,72 @@ - - /* let's start by requesting a buffer and mmap()'ing it */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, &vmbuf) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -- } -- /* Map the buffers */ -- buffer = mmap (NULL, vmbuf.size, PROT_READ | PROT_WRITE, -- MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -- if (buffer == MAP_FAILED) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -- ("Error mapping our try-out buffer: %s", g_strerror (errno))); -- return FALSE; -- } -+ buffer = (gint8 *) g_malloc0 (sizeof (gint8) * 1024 * 768 * 3); -+ use_read = TRUE; -+ } else { -+ /* Map the buffers */ -+ buffer = mmap (0, vmbuf.size, PROT_READ | PROT_WRITE, -+ MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -+ if (buffer == MAP_FAILED) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -+ ("Error mapping our try-out buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } -+ } - - /* now that we have a buffer, let's try out our format */ - vmmap.width = width; - vmmap.height = height; - vmmap.format = palette; - vmmap.frame = frame; -+ if (use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vw.width = width; -+ vw.height = height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vp.palette = palette; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ -+ if (read (GST_V4LELEMENT (v4lsrc)->video_fd, buffer, width * height * 3/2) < 0) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error reading into our try-out buffer: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ goto done; -+ } - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCMCAPTURE, &vmmap) < 0) { - if (errno != EINVAL) /* our format failed! */ - GST_ERROR_OBJECT (v4lsrc, -@@ -488,7 +610,11 @@ - return FALSE; - } - -- munmap (buffer, vmbuf.size); -+done: -+ if (use_read) -+ g_free (buffer); -+ else -+ munmap (buffer, vmbuf.size); - - /* if we got here, it worked! woohoo, the format is supported! */ - return TRUE; diff --git a/multimedia/gstreamer-plugins/pkg-descr b/multimedia/gstreamer-plugins/pkg-descr deleted file mode 100644 index 80300084c..000000000 --- a/multimedia/gstreamer-plugins/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -[ excerpt from developer's site ] - -This is a collection of plugins written with the GStreamer framework. -Some features of these plugins are: - -- Dynamically loaded plugins provide elements and media types, - demand-loaded via an XML registry, similar to ld.so.cache -- Element interface handles all known types of sources, filters, - sinks -- Capabilities system allows verification of element compatibility - using MIME types and media-specific properties -- Autoplugging uses capabilities system to complete complex paths - automatically -- Pipelines can be saved to XML and loaded back to working state -- Resource friendly plugins don't waste RAM - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist deleted file mode 100644 index cb6e5a281..000000000 --- a/multimedia/gstreamer-plugins/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -bin/gst-visualise-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/app/gstappbuffer.h -include/gstreamer-%%VERSION%%/gst/app/gstappsink.h -include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h -include/gstreamer-%%VERSION%%/gst/audio/audio.h -include/gstreamer-%%VERSION%%/gst/audio/audio-enumtypes.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstringbuffer.h -include/gstreamer-%%VERSION%%/gst/audio/mixerutils.h -include/gstreamer-%%VERSION%%/gst/audio/multichannel.h -include/gstreamer-%%VERSION%%/gst/cdda/gstcddabasesrc.h -include/gstreamer-%%VERSION%%/gst/fft/gstfft.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf32.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf64.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts16.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts32.h -include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalance.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalancechannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/interfaces-enumtypes.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixer.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixeroptions.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixertrack.h -include/gstreamer-%%VERSION%%/gst/interfaces/navigation.h -include/gstreamer-%%VERSION%%/gst/interfaces/propertyprobe.h -include/gstreamer-%%VERSION%%/gst/interfaces/streamvolume.h -include/gstreamer-%%VERSION%%/gst/interfaces/tuner.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunerchannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h -include/gstreamer-%%VERSION%%/gst/interfaces/videoorientation.h -include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h -include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h -include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h -include/gstreamer-%%VERSION%%/gst/pbutils/install-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/missing-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-enumtypes.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils.h -include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h -include/gstreamer-%%VERSION%%/gst/riff/riff-media.h -include/gstreamer-%%VERSION%%/gst/riff/riff-read.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpaudiopayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp-enumtypes.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspbase64.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspconnection.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspdefs.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspextension.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspmessage.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsprange.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsptransport.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspurl.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdp.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdpmessage.h -include/gstreamer-%%VERSION%%/gst/tag/gsttagdemux.h -include/gstreamer-%%VERSION%%/gst/tag/tag.h -include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h -include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h -include/gstreamer-%%VERSION%%/gst/video/video.h -include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h -lib/girepository-1.0/GstApp-%%VERSION%%.typelib -lib/girepository-1.0/GstAudio-%%VERSION%%.typelib -lib/girepository-1.0/GstFft-%%VERSION%%.typelib -lib/girepository-1.0/GstInterfaces-%%VERSION%%.typelib -lib/girepository-1.0/GstNetbuffer-%%VERSION%%.typelib -lib/girepository-1.0/GstPbutils-%%VERSION%%.typelib -lib/girepository-1.0/GstRiff-%%VERSION%%.typelib -lib/girepository-1.0/GstRtp-%%VERSION%%.typelib -lib/girepository-1.0/GstRtsp-%%VERSION%%.typelib -lib/girepository-1.0/GstSdp-%%VERSION%%.typelib -lib/girepository-1.0/GstTag-%%VERSION%%.typelib -lib/girepository-1.0/GstVideo-%%VERSION%%.typelib -lib/gstreamer-%%VERSION%%/libgstadder.la -lib/gstreamer-%%VERSION%%/libgstadder.so -lib/gstreamer-%%VERSION%%/libgstapp.la -lib/gstreamer-%%VERSION%%/libgstapp.so -lib/gstreamer-%%VERSION%%/libgstaudioconvert.la -lib/gstreamer-%%VERSION%%/libgstaudioconvert.so -lib/gstreamer-%%VERSION%%/libgstaudiorate.la -lib/gstreamer-%%VERSION%%/libgstaudiorate.so -lib/gstreamer-%%VERSION%%/libgstaudioresample.la -lib/gstreamer-%%VERSION%%/libgstaudioresample.so -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.la -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so -lib/gstreamer-%%VERSION%%/libgstdecodebin.la -lib/gstreamer-%%VERSION%%/libgstdecodebin.so -lib/gstreamer-%%VERSION%%/libgstdecodebin2.la -lib/gstreamer-%%VERSION%%/libgstdecodebin2.so -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so -lib/gstreamer-%%VERSION%%/libgstgdp.la -lib/gstreamer-%%VERSION%%/libgstgdp.so -lib/gstreamer-%%VERSION%%/libgstplaybin.la -lib/gstreamer-%%VERSION%%/libgstplaybin.so -lib/gstreamer-%%VERSION%%/libgstsubparse.la -lib/gstreamer-%%VERSION%%/libgstsubparse.so -lib/gstreamer-%%VERSION%%/libgsttcp.la -lib/gstreamer-%%VERSION%%/libgsttcp.so -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.la -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so -lib/gstreamer-%%VERSION%%/libgstvideo4linux.la -lib/gstreamer-%%VERSION%%/libgstvideo4linux.so -lib/gstreamer-%%VERSION%%/libgstvideorate.la -lib/gstreamer-%%VERSION%%/libgstvideorate.so -lib/gstreamer-%%VERSION%%/libgstvideoscale.la -lib/gstreamer-%%VERSION%%/libgstvideoscale.so -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.la -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so -lib/gstreamer-%%VERSION%%/libgstvolume.la -lib/gstreamer-%%VERSION%%/libgstvolume.so -lib/gstreamer-%%VERSION%%/libgstximagesink.la -lib/gstreamer-%%VERSION%%/libgstximagesink.so -lib/gstreamer-%%VERSION%%/libgstxvimagesink.la -lib/gstreamer-%%VERSION%%/libgstxvimagesink.so -lib/libgstapp-%%VERSION%%.la -lib/libgstapp-%%VERSION%%.so -lib/libgstapp-%%VERSION%%.so.0 -lib/libgstaudio-%%VERSION%%.a -lib/libgstaudio-%%VERSION%%.la -lib/libgstaudio-%%VERSION%%.so -lib/libgstaudio-%%VERSION%%.so.0 -lib/libgstcdda-%%VERSION%%.a -lib/libgstcdda-%%VERSION%%.la -lib/libgstcdda-%%VERSION%%.so -lib/libgstcdda-%%VERSION%%.so.0 -lib/libgstfft-%%VERSION%%.a -lib/libgstfft-%%VERSION%%.la -lib/libgstfft-%%VERSION%%.so -lib/libgstfft-%%VERSION%%.so.0 -lib/libgstinterfaces-%%VERSION%%.a -lib/libgstinterfaces-%%VERSION%%.la -lib/libgstinterfaces-%%VERSION%%.so -lib/libgstinterfaces-%%VERSION%%.so.0 -lib/libgstnetbuffer-%%VERSION%%.a -lib/libgstnetbuffer-%%VERSION%%.la -lib/libgstnetbuffer-%%VERSION%%.so -lib/libgstnetbuffer-%%VERSION%%.so.0 -lib/libgstpbutils-%%VERSION%%.a -lib/libgstpbutils-%%VERSION%%.la -lib/libgstpbutils-%%VERSION%%.so -lib/libgstpbutils-%%VERSION%%.so.0 -lib/libgstriff-%%VERSION%%.a -lib/libgstriff-%%VERSION%%.la -lib/libgstriff-%%VERSION%%.so -lib/libgstriff-%%VERSION%%.so.0 -lib/libgstrtp-%%VERSION%%.a -lib/libgstrtp-%%VERSION%%.la -lib/libgstrtp-%%VERSION%%.so -lib/libgstrtp-%%VERSION%%.so.0 -lib/libgstrtsp-%%VERSION%%.a -lib/libgstrtsp-%%VERSION%%.la -lib/libgstrtsp-%%VERSION%%.so -lib/libgstrtsp-%%VERSION%%.so.0 -lib/libgstsdp-%%VERSION%%.a -lib/libgstsdp-%%VERSION%%.la -lib/libgstsdp-%%VERSION%%.so -lib/libgstsdp-%%VERSION%%.so.0 -lib/libgsttag-%%VERSION%%.a -lib/libgsttag-%%VERSION%%.la -lib/libgsttag-%%VERSION%%.so -lib/libgsttag-%%VERSION%%.so.0 -lib/libgstvideo-%%VERSION%%.a -lib/libgstvideo-%%VERSION%%.la -lib/libgstvideo-%%VERSION%%.so -lib/libgstvideo-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-app-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-audio-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-cdda-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-fft-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-floatcast-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-netbuffer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-pbutils-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-riff-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtsp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-sdp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-tag-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-video-%%VERSION%%.pc -share/gir-1.0/GstApp-%%VERSION%%.gir -share/gir-1.0/GstAudio-%%VERSION%%.gir -share/gir-1.0/GstFft-%%VERSION%%.gir -share/gir-1.0/GstInterfaces-%%VERSION%%.gir -share/gir-1.0/GstNetbuffer-%%VERSION%%.gir -share/gir-1.0/GstPbutils-%%VERSION%%.gir -share/gir-1.0/GstRiff-%%VERSION%%.gir -share/gir-1.0/GstRtp-%%VERSION%%.gir -share/gir-1.0/GstRtsp-%%VERSION%%.gir -share/gir-1.0/GstSdp-%%VERSION%%.gir -share/gir-1.0/GstTag-%%VERSION%%.gir -share/gir-1.0/GstVideo-%%VERSION%%.gir -share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -@dirrm include/gstreamer-%%VERSION%%/gst/video -@dirrm include/gstreamer-%%VERSION%%/gst/tag -@dirrm include/gstreamer-%%VERSION%%/gst/sdp -@dirrm include/gstreamer-%%VERSION%%/gst/rtsp -@dirrm include/gstreamer-%%VERSION%%/gst/rtp -@dirrm include/gstreamer-%%VERSION%%/gst/riff -@dirrm include/gstreamer-%%VERSION%%/gst/pbutils -@dirrm include/gstreamer-%%VERSION%%/gst/netbuffer -@dirrm include/gstreamer-%%VERSION%%/gst/interfaces -@dirrm include/gstreamer-%%VERSION%%/gst/floatcast -@dirrm include/gstreamer-%%VERSION%%/gst/fft -@dirrm include/gstreamer-%%VERSION%%/gst/cdda -@dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrm include/gstreamer-%%VERSION%%/gst/app diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile deleted file mode 100644 index 2a635faf7..000000000 --- a/multimedia/gstreamer/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: gstreamer -# Date created: Tue Jul 9 20:24:02 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer/Makefile,v 1.73 2010/03/08 10:37:56 kwm Exp $ -# - -PORTNAME= gstreamer -PORTVERSION= 0.10.28 -CATEGORIES= multimedia -MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ - GNOME - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Development framework for creating media applications - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -CFLAGS:= ${CFLAGS} -O2 -Wno-format -USE_BISON= build -USE_XORG= x11 xv xext videoproto xextproto -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack glib20 libxml2 ltverhack ltasneededhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-tests \ - --disable-examples \ - --disable-failing-tests \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - ac_cv_func_register_printf_function="no" \ - FLEX_PATH="${LOCALBASE}/bin/flex" -PLIST_SUB= VERSION="${GST_VERSION}" -USE_LDCONFIG= yes -GST_VERSION= 0.10 - -MAN1= gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ - gst-launch-${GST_VERSION}.1 \ - gst-typefind-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 \ - gst-xmllaunch-${GST_VERSION}.1 - -.include <bsd.port.pre.mk> - -# workaround a gcc bug on 6.x -.if ${OSVERSION} < 700000 -CONFIGURE_ENV+= gst_cv_uint128_t="no" -.endif - -.if (exists(${LOCALBASE}/lib/libcheck.a) || defined(WITH_CHECK)) -LIB_DEPENDS+= check.0:${PORTSDIR}/devel/libcheck -PLIST_SUB+= CHECK="" -.else -CONFIGURE_ARGS+=--disable-check -PLIST_SUB+= CHECK="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo deleted file mode 100644 index 7b9b39dc1..000000000 --- a/multimedia/gstreamer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gstreamer-0.10.28.tar.bz2) = 1c7accac718fe211ff91323c27d4ae02 -SHA256 (gstreamer-0.10.28.tar.bz2) = 61613ec7574d22230e8cc893f91b66faec6b21288a22d2f21c9d9eeb7667eb2c -SIZE (gstreamer-0.10.28.tar.bz2) = 3165971 diff --git a/multimedia/gstreamer/files/patch-Makefile.in b/multimedia/gstreamer/files/patch-Makefile.in deleted file mode 100644 index fe7d89f4c..000000000 --- a/multimedia/gstreamer/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig 2009-10-19 00:06:14.000000000 +0200 -+++ Makefile.in 2009-10-19 00:07:47.000000000 +0200 -@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal - aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 - SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - -@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \ - # These are all the possible subdirs - DIST_SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - diff --git a/multimedia/gstreamer/files/patch-gst_gstregistry.c b/multimedia/gstreamer/files/patch-gst_gstregistry.c deleted file mode 100644 index 5a80c72cf..000000000 --- a/multimedia/gstreamer/files/patch-gst_gstregistry.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/gstregistry.c.orig 2010-01-20 02:48:56.000000000 +0100 -+++ gst/gstregistry.c 2010-02-11 10:46:09.000000000 +0100 -@@ -1163,7 +1163,7 @@ gst_registry_scan_path_level (GstRegistr - G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency " - "env_vars changed: %d or external dependencies changed: %d" - " or old path %s != new path %s", -- plugin->file_mtime, file_status.st_mtime, -+ (glong) plugin->file_mtime, (glong) file_status.st_mtime, - (gint64) plugin->file_size, (gint64) file_status.st_size, - env_vars_changed, deps_changed, plugin->filename, filename); - gst_registry_remove_plugin (context->registry, plugin); diff --git a/multimedia/gstreamer/pkg-descr b/multimedia/gstreamer/pkg-descr deleted file mode 100644 index 3e7e98b0e..000000000 --- a/multimedia/gstreamer/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt from developer's site ] -- What is GStreamer? -GStreamer allows the construction of graphs of media-handling -components, ranging from simple mp3 playback to complex audio -(mixing) and video (non-linear editing) processing. Applications -can take advantage of advances in codec and filter technology -transparently. Developers can add new codecs and filters by writing -a simple plugin with a clean, generic interface. GStreamer is -released under the LGPL, with many of the included plugins retaining -the license of the code they were derived from, usually GPL or BSD. - -- Features: -* Comprehensive Core Library -* Intelligent Plugin Architecture -* Extensive Development Tools - -- Is GStreamer a media player? -No, GStreamer is a development framework for creating applications -like media players, video editors, streaming media broadcasters and -so on. That said, very good media players can easily be built on -top of GStreamer and we even include a simple yet functional -mediaplayer with GStreamer called Gst-Player - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist deleted file mode 100644 index f5dcb8e22..000000000 --- a/multimedia/gstreamer/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/gst-feedback -bin/gst-feedback-%%VERSION%% -bin/gst-inspect -bin/gst-inspect-%%VERSION%% -bin/gst-launch -bin/gst-launch-%%VERSION%% -bin/gst-typefind -bin/gst-typefind-%%VERSION%% -bin/gst-xmlinspect -bin/gst-xmlinspect-%%VERSION%% -bin/gst-xmllaunch -bin/gst-xmllaunch-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/base/gstadapter.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h -include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h -include/gstreamer-%%VERSION%%/gst/base/gstbitreader.h -include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h -include/gstreamer-%%VERSION%%/gst/base/gstbytewriter.h -include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h -include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h -include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h -include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h -include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h -include/gstreamer-%%VERSION%%/gst/glib-compat.h -include/gstreamer-%%VERSION%%/gst/gst.h -include/gstreamer-%%VERSION%%/gst/gstbin.h -include/gstreamer-%%VERSION%%/gst/gstbuffer.h -include/gstreamer-%%VERSION%%/gst/gstbufferlist.h -include/gstreamer-%%VERSION%%/gst/gstbus.h -include/gstreamer-%%VERSION%%/gst/gstcaps.h -include/gstreamer-%%VERSION%%/gst/gstchildproxy.h -include/gstreamer-%%VERSION%%/gst/gstclock.h -include/gstreamer-%%VERSION%%/gst/gstcompat.h -include/gstreamer-%%VERSION%%/gst/gstconfig.h -include/gstreamer-%%VERSION%%/gst/gstdebugutils.h -include/gstreamer-%%VERSION%%/gst/gstelement.h -include/gstreamer-%%VERSION%%/gst/gstelementfactory.h -include/gstreamer-%%VERSION%%/gst/gstenumtypes.h -include/gstreamer-%%VERSION%%/gst/gsterror.h -include/gstreamer-%%VERSION%%/gst/gstevent.h -include/gstreamer-%%VERSION%%/gst/gstfilter.h -include/gstreamer-%%VERSION%%/gst/gstformat.h -include/gstreamer-%%VERSION%%/gst/gstghostpad.h -include/gstreamer-%%VERSION%%/gst/gstindex.h -include/gstreamer-%%VERSION%%/gst/gstindexfactory.h -include/gstreamer-%%VERSION%%/gst/gstinfo.h -include/gstreamer-%%VERSION%%/gst/gstinterface.h -include/gstreamer-%%VERSION%%/gst/gstiterator.h -include/gstreamer-%%VERSION%%/gst/gstmacros.h -include/gstreamer-%%VERSION%%/gst/gstmarshal.h -include/gstreamer-%%VERSION%%/gst/gstmessage.h -include/gstreamer-%%VERSION%%/gst/gstminiobject.h -include/gstreamer-%%VERSION%%/gst/gstobject.h -include/gstreamer-%%VERSION%%/gst/gstpad.h -include/gstreamer-%%VERSION%%/gst/gstpadtemplate.h -include/gstreamer-%%VERSION%%/gst/gstparamspecs.h -include/gstreamer-%%VERSION%%/gst/gstparse.h -include/gstreamer-%%VERSION%%/gst/gstpipeline.h -include/gstreamer-%%VERSION%%/gst/gstplugin.h -include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h -include/gstreamer-%%VERSION%%/gst/gstpoll.h -include/gstreamer-%%VERSION%%/gst/gstpreset.h -include/gstreamer-%%VERSION%%/gst/gstquery.h -include/gstreamer-%%VERSION%%/gst/gstregistry.h -include/gstreamer-%%VERSION%%/gst/gstsegment.h -include/gstreamer-%%VERSION%%/gst/gststructure.h -include/gstreamer-%%VERSION%%/gst/gstsystemclock.h -include/gstreamer-%%VERSION%%/gst/gsttaglist.h -include/gstreamer-%%VERSION%%/gst/gsttagsetter.h -include/gstreamer-%%VERSION%%/gst/gsttask.h -include/gstreamer-%%VERSION%%/gst/gsttaskpool.h -include/gstreamer-%%VERSION%%/gst/gsttrace.h -include/gstreamer-%%VERSION%%/gst/gsttypefind.h -include/gstreamer-%%VERSION%%/gst/gsttypefindfactory.h -include/gstreamer-%%VERSION%%/gst/gsturi.h -include/gstreamer-%%VERSION%%/gst/gstutils.h -include/gstreamer-%%VERSION%%/gst/gstvalue.h -include/gstreamer-%%VERSION%%/gst/gstversion.h -include/gstreamer-%%VERSION%%/gst/gstxml.h -include/gstreamer-%%VERSION%%/gst/net/gstnet.h -include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h -lib/girepository-1.0/Gst-%%VERSION%%.typelib -lib/girepository-1.0/GstBase-%%VERSION%%.typelib -%%CHECK%%lib/girepository-1.0/GstCheck-%%VERSION%%.typelib -lib/girepository-1.0/GstController-%%VERSION%%.typelib -lib/girepository-1.0/GstNet-%%VERSION%%.typelib -lib/gstreamer-%%VERSION%%/libgstcoreelements.la -lib/gstreamer-%%VERSION%%/libgstcoreelements.so -lib/gstreamer-%%VERSION%%/libgstcoreindexers.la -lib/gstreamer-%%VERSION%%/libgstcoreindexers.so -lib/libgstbase-%%VERSION%%.a -lib/libgstbase-%%VERSION%%.la -lib/libgstbase-%%VERSION%%.so -lib/libgstbase-%%VERSION%%.so.0 -%%CHECK%%lib/libgstcheck-%%VERSION%%.a -%%CHECK%%lib/libgstcheck-%%VERSION%%.la -%%CHECK%%lib/libgstcheck-%%VERSION%%.so -%%CHECK%%lib/libgstcheck-%%VERSION%%.so.0 -lib/libgstcontroller-%%VERSION%%.a -lib/libgstcontroller-%%VERSION%%.la -lib/libgstcontroller-%%VERSION%%.so -lib/libgstcontroller-%%VERSION%%.so.0 -lib/libgstdataprotocol-%%VERSION%%.a -lib/libgstdataprotocol-%%VERSION%%.la -lib/libgstdataprotocol-%%VERSION%%.so -lib/libgstdataprotocol-%%VERSION%%.so.0 -lib/libgstnet-%%VERSION%%.a -lib/libgstnet-%%VERSION%%.la -lib/libgstnet-%%VERSION%%.so -lib/libgstnet-%%VERSION%%.so.0 -lib/libgstreamer-%%VERSION%%.a -lib/libgstreamer-%%VERSION%%.la -lib/libgstreamer-%%VERSION%%.so -lib/libgstreamer-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc -%%CHECK%%libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc -libexec/gstreamer-%%VERSION%%/gst-plugin-scanner -share/aclocal/gst-element-check-%%VERSION%%.m4 -share/gir-1.0/Gst-%%VERSION%%.gir -share/gir-1.0/GstBase-%%VERSION%%.gir -%%CHECK%%share/gir-1.0/GstCheck-%%VERSION%%.gir -share/gir-1.0/GstController-%%VERSION%%.gir -share/gir-1.0/GstNet-%%VERSION%%.gir -share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrm libexec/gstreamer-%%VERSION%% -@dirrm lib/gstreamer-%%VERSION%% -@dirrm include/gstreamer-%%VERSION%%/gst/net -@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol -@dirrm include/gstreamer-%%VERSION%%/gst/controller -%%CHECK%%@dirrm include/gstreamer-%%VERSION%%/gst/check -@dirrm include/gstreamer-%%VERSION%%/gst/base -@dirrm include/gstreamer-%%VERSION%%/gst -@dirrm include/gstreamer-%%VERSION%% |