diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 05:21:55 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 05:21:55 +0800 | 
| commit | 59c5947f732e9f27c3c83165854dfcfdfe4c1d48 (patch) | |
| tree | 9fc613cc0f6efdd7f3864df24e93316d44fecab0 | |
| parent | 7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a (diff) | |
| download | marcuscom-ports-59c5947f732e9f27c3c83165854dfcfdfe4c1d48.tar.gz marcuscom-ports-59c5947f732e9f27c3c83165854dfcfdfe4c1d48.tar.zst marcuscom-ports-59c5947f732e9f27c3c83165854dfcfdfe4c1d48.zip | |
Remove Gstreamer developement ports now that ports has been updated.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18397 df743ca5-7f9a-e211-a948-0013205c9059
81 files changed, 0 insertions, 3104 deletions
| diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk deleted file mode 100644 index 13bc69619..000000000 --- a/Mk/bsd.gstreamer.mk +++ /dev/null @@ -1,373 +0,0 @@ -#-*- tab-width: 4; -*- -# ex:ts=4 -# -# bsd.gstreamer.mk - Support for gstreamer-plugins-based ports. -# -# Created by: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -#    $MCom$ - -.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 -# -# For Gstreamer 1.x the same rules apply but instead of  -#   USE_GSTREAMER=, USE_GSTREAMER1= is used. -# -# 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 - -GSTREAMER1_PORT=	${PORTSDIR}/multimedia/gstreamer1-plugins -_GST1_LIB_BASE=		${LOCALBASE}/lib/gstreamer-${GST1_VERSION} -GST1_VERSION=		1.0 -GST1_MINOR_VERSION=	.0 -GST1_SHLIB_VERSION=	0 -GST1_MINIMAL_VERSION=	.5 - -# -# These are the current supported gstreamer-plugins modules - -# XXX iets bedenken voor mp3 / mad/fluendo maybe for 1.0 - -# supported plugins by both 0.10 and 1.0. -_GSTREAMER_PLUGINS=	a52dec aalib amrnb \ -		cairo cdio cdparanoia curl dts dv dvd \ -		faac faad flac flite \ -		gdkpixbuf gsm jack \ -		jpeg lame libcaca libmms libpng libvisual \ -		mpeg2dec ogg opencv pulse \ -		schroedinger sidplay shout2 soundtouch soup speex \ -		resindvd taglib theora twolame \ -		v4l2 vorbis vpx wavpack - -# non ported plugins -_GSTREAMER_PLUGINS+= \ -			cdaudio gio gl gnonlin \ -			jpeg ladspa \ -			mp3 mpeg2enc musepack \ -			nas neon pango \ -			sdl sndfile spc \ -			x264 xvid - -# xxx the bz2 plugin, bundle it with a "base" port. -# plugins only in 0.10 -.if defined(USE_GSTREAMER) -_GSTREAMER_PLUGINS+=amrwbdec annodex bz2 esound \ -		ffmpeg fluendo-mp3 gconf gnomevfs \ -		hal mm python qt4 vp8 \ -		vdpau -.endif - -# plugins only in 1.0 -.if defined(USE_GSTREAMER1) -_GSTREAMER_PLUGINS+=assrender celt gme mad modplug \ -		spandsp vpx x ximagesrc zbar -.endif - -# other plugins -_USE_GSTREAMER_ALL=	bad good ugly core yes mad ${_GSTREAMER_PLUGINS} - -#-----------------------------------------------------------------------------# - -core_DEPENDS=	multimedia/gstreamer-plugins-core - -yes_DEPENDS=	multimedia/gstreamer-plugins -yes_NAME=	gstreamer-plugins -yes_GST1_NAME=	gstreamer1-plugins -yes_GST_PREFIX=	# empty -yes_GST1_PREFIX= #empty - -#-- audio plugins section ----------------------------------------------------# - -# Audio Plugins Section -a52dec_DEPENDS=	audio/gstreamer-plugins-a52dec - -amrnb_DEPENDS=	audio/gstreamer-plugins-amrnb - -amrwbdec_DEPENDS=	audio/gstreamer-plugins-amrwbdec - -artsd_DEPENDS=	audio/gstreamer-plugins-artsd - -audiofile_DEPENDS=	audio/gstreamer-plugins-audiofile - -celt_DEPENDS=		audio/gstreamer-plugins-celt - -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 - -flite_DEPENDS=	audio/gstreamer-plugins-flite - -fluendo-mp3_DEPENDS=	audio/gstreamer-plugins-fluendo-mp3 - -gme_DEPENDS=	audio/gstreamer-plugins-gme - -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 - -mp3_DEPENDS=	audio/gstreamer-plugins-mp3 - -musepack_DEPENDS=	audio/gstreamer-plugins-musepack - -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 - -twolame_DEPENDS=	audio/gstreamer-plugins-twolame - -vorbis_DEPENDS=	audio/gstreamer-plugins-vorbis - -wavpack_DEPENDS=	audio/gstreamer-plugins-wavpack - -#-- comms plugin section -----------------------------------------------------# - -spandsp_DEPENDS=	comms/gstreamer-plugins-spandsp - -#-- devel plugin section -----------------------------------------------------# - -gconf_DEPENDS=	devel/gstreamer-plugins-gconf - -gio_DEPENDS=	devel/gstreamer-plugins-gio - -gnomevfs_DEPENDS=	devel/gstreamer-plugins-gnomevfs - -sdl_DEPENDS=	devel/gstreamer-plugins-sdl - -soup_DEPENDS=	devel/gstreamer-plugins-soup - -#-- ftp plugin section -------------------------------------------------------# - -curl_DEPENDS=	ftp/gstreamer1-plugins-curl - -#-- graphics plugin section --------------------------------------------------# - -aalib_DEPENDS=	graphics/gstreamer-plugins-aalib - -annodex_DEPENDS=	multimedia/gstreamer-plugins-annodex - -assrender_DEPENDS=	multimedia/gstreamer-plugins-assrender - -cairo_DEPENDS=	graphics/gstreamer-plugins-cairo - -gdkpixbuf_DEPENDS=	graphics/gstreamer-plugins-gdkpixbuf - -gl_DEPENDS=		graphics/gstreamer-plugins-gl - -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 - -opencv_DEPENDS=	graphics/gstreamer-plugins-opencv - -zbar_DEPENDS=	graphics/gstreamer-plugins-zbar - -#-- 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 - -libav_DEPENDS=	multimedia/gstreamer1-libav -libav_GST_PREFIX=	gstreamer- -libav_GST1_SUFX=	# empty -libav_GST1_VERSION=	1.0.0 - -libfame_DEPENDS=	multimedia/gstreamer-plugins-libfame - -mm_DEPENDS=	multimedia/gstreamermm -mm_GST_PREFIX=	gstreamer -mm_GST_SUFX=	# empty -mm_GST_VERSION=	0.9.4 -#mm_GST1_VERSION= - -mpeg2dec_DEPENDS=	multimedia/gstreamer-plugins-mpeg2dec - -mpeg2enc_DEPENDS=	multimedia/gstreamer-plugins-mpeg2enc - -mplex_DEPENDS=	multimedia/gstreamer-plugins-mplex - -qt4_DEPENDS=	multimedia/gstreamer-qt4 -qt4_GST_PREFIX=	gstreamer- - -v4l2_DEPENDS=	multimedia/gstreamer-plugins-v4l2 - -vp8_DEPENDS=	multimedia/gstreamer-plugins-vp8 - -vpx_DEPENDS=	multimedia/gstreamer1-plugins-vpx - -# 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 - -resindvd_DEPENDS=	multimedia/gstreamer-plugins-resindvd - -schroedinger_DEPENDS=	multimedia/gstreamer-plugins-schroedinger - -theora_DEPENDS=	multimedia/gstreamer-plugins-theora - -ugly_DEPENDS=	multimedia/gstreamer-plugins-ugly - -vdpau_DEPENDS=	multimedia/gstreamer-plugins-vdpau - -x264_DEPENDS=	multimedia/gstreamer-plugins-x264 - -xvid_DEPENDS=	multimedia/gstreamer-plugins-xvid - - -#-- Net Plugins Section ------------------------------------------------------# - -libmms_DEPENDS=	net/gstreamer-plugins-libmms - -#-- sysutils plugins section -------------------------------------------------# - -cdio_DEPENDS=	sysutils/gstreamer-plugins-cdio - -#-- x11 plugins section ------------------------------------------------------# - -x_DEPENDS=	x11/gstreamer1-plugins-x - -ximagesrc_DEPENDS=	x11/gstreamer1-plugins-ximagesrc - -#-- 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 0.10 plugin -- ${ext} -. endif -.endfor - -.for ext in ${USE_GSTREAMER1} -${ext}_GST1_PREFIX?=	gstreamer1-plugins- -${ext}_GST1_VERSION?=	${GST1_VERSION}${GST1_MINIMAL_VERSION} -${ext}_GST1_NAME?=	${ext} -${ext}_GST1_DEPENDS?=	${${ext}_DEPENDS:S/gstreamer/gstreamer1/} -. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST1_DEPENDS}) -# XXX version check hmmm hier moet nog uit gedacht worden. -BUILD_DEPENDS+=	${${ext}_GST1_PREFIX}${${ext}_GST1_NAME}>=${${ext}_GST1_VERSION}:${PORTSDIR}/${${ext}_GST1_DEPENDS} -RUN_DEPENDS+=	${${ext}_GST1_PREFIX}${${ext}_GST1_NAME}>=${${ext}_GST1_VERSION}:${PORTSDIR}/${${ext}_GST1_DEPENDS} -. else -IGNORE=	cannot install: unknown gstreamer ${GST1_VERSION} plugin -- ${ext} -. endif -.endfor - -# The End -.endif diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile deleted file mode 100644 index 75e9f9967..000000000 --- a/audio/gstreamer-plugins-pulse/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Created by: Michael Johnson <ahze@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION=	1 -CATEGORIES=	audio - -COMMENT=	GStreamer plugin for pulseaudio - -GST_PLUGIN=	pulse - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-a52dec/Makefile b/audio/gstreamer1-plugins-a52dec/Makefile deleted file mode 100644 index a01e0f329..000000000 --- a/audio/gstreamer1-plugins-a52dec/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin - -GST_PLUGIN=	a52dec -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile deleted file mode 100644 index 299d979c0..000000000 --- a/audio/gstreamer1-plugins-amrnb/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin - -GST_PLUGIN=	amrnb -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrwb/Makefile b/audio/gstreamer1-plugins-amrwb/Makefile deleted file mode 100644 index 441a2b2db..000000000 --- a/audio/gstreamer1-plugins-amrwb/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin - -GST_PLUGIN=	amrwb -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-cdparanoia/Makefile b/audio/gstreamer1-plugins-cdparanoia/Makefile deleted file mode 100644 index b6db5390d..000000000 --- a/audio/gstreamer1-plugins-cdparanoia/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer CDDA extraction (aka audio ripping) plugin - -GST_PLUGIN=	cdparanoia -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-celt/Makefile b/audio/gstreamer1-plugins-celt/Makefile deleted file mode 100644 index 86c4ca7ad..000000000 --- a/audio/gstreamer1-plugins-celt/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer celt plugin - -GST_PLUGIN=	celt -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-faac/Makefile b/audio/gstreamer1-plugins-faac/Makefile deleted file mode 100644 index 02fb5733f..000000000 --- a/audio/gstreamer1-plugins-faac/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin - -GST_PLUGIN=	faac -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-faad/Makefile b/audio/gstreamer1-plugins-faad/Makefile deleted file mode 100644 index 8bc4a9be7..000000000 --- a/audio/gstreamer1-plugins-faad/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin - -GST_PLUGIN=	faad -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-flac/Makefile b/audio/gstreamer1-plugins-flac/Makefile deleted file mode 100644 index 32c266fdd..000000000 --- a/audio/gstreamer1-plugins-flac/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer free lossless audio encoder/decoder plugin - -GST_PLUGIN=	flac -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-flite/Makefile b/audio/gstreamer1-plugins-flite/Makefile deleted file mode 100644 index 9668cf960..000000000 --- a/audio/gstreamer1-plugins-flite/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer flite run-time speech synthesis engine plugin - -GST_PLUGIN=	flite -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-gme/Makefile b/audio/gstreamer1-plugins-gme/Makefile deleted file mode 100644 index 538deb08f..000000000 --- a/audio/gstreamer1-plugins-gme/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer gme plugin - -GST_PLUGIN=	gme -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-gsm/Makefile b/audio/gstreamer1-plugins-gsm/Makefile deleted file mode 100644 index bd12b0e89..000000000 --- a/audio/gstreamer1-plugins-gsm/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer gsm encoding/decoding plugin - -GST_PLUGIN=	gsm -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-jack/Makefile b/audio/gstreamer1-plugins-jack/Makefile deleted file mode 100644 index f83f8ca4b..000000000 --- a/audio/gstreamer1-plugins-jack/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer low-latency audio server plugin - -GST_PLUGIN=	jack -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-lame/Makefile b/audio/gstreamer1-plugins-lame/Makefile deleted file mode 100644 index 2acfcc012..000000000 --- a/audio/gstreamer1-plugins-lame/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer mp3 encode plugin - -GST_PLUGIN=	lame -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-mad/Makefile b/audio/gstreamer1-plugins-mad/Makefile deleted file mode 100644 index b1d6ec73f..000000000 --- a/audio/gstreamer1-plugins-mad/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer mp3 decoder plugin - -GST_PLUGIN=	mad -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-modplug/Makefile b/audio/gstreamer1-plugins-modplug/Makefile deleted file mode 100644 index 77e06c33a..000000000 --- a/audio/gstreamer1-plugins-modplug/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer modplug plugin - -GST_PLUGIN=	modplug -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-ogg/Makefile b/audio/gstreamer1-plugins-ogg/Makefile deleted file mode 100644 index d072013cc..000000000 --- a/audio/gstreamer1-plugins-ogg/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer Ogg bitstream plugin - -GST_PLUGIN=	ogg -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-pulse/Makefile b/audio/gstreamer1-plugins-pulse/Makefile deleted file mode 100644 index 29339cfe4..000000000 --- a/audio/gstreamer1-plugins-pulse/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	GStreamer plugin for pulseaudio - -GST_PLUGIN=	pulse -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-shout2/Makefile b/audio/gstreamer1-plugins-shout2/Makefile deleted file mode 100644 index bbd80d4c1..000000000 --- a/audio/gstreamer1-plugins-shout2/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer icecast plugin - -GST_PLUGIN=	shout2 -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-sidplay/Makefile b/audio/gstreamer1-plugins-sidplay/Makefile deleted file mode 100644 index 34ceef01d..000000000 --- a/audio/gstreamer1-plugins-sidplay/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer Commodore SID decoder plugin - -GST_PLUGIN=	sidplay -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-soundtouch/Makefile b/audio/gstreamer1-plugins-soundtouch/Makefile deleted file mode 100644 index e47e9b950..000000000 --- a/audio/gstreamer1-plugins-soundtouch/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	GStreamer soundtouch plugin - -GST_PLUGIN=	soundtouch -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-speex/Makefile b/audio/gstreamer1-plugins-speex/Makefile deleted file mode 100644 index 3645d07e6..000000000 --- a/audio/gstreamer1-plugins-speex/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer speex voice plugin - -GST_PLUGIN=	speex -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-taglib/Makefile b/audio/gstreamer1-plugins-taglib/Makefile deleted file mode 100644 index affe2063f..000000000 --- a/audio/gstreamer1-plugins-taglib/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer taglib plugin - -GST_PLUGIN=	taglib -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-twolame/Makefile b/audio/gstreamer1-plugins-twolame/Makefile deleted file mode 100644 index 7703d2435..000000000 --- a/audio/gstreamer1-plugins-twolame/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer High-quality free MP2 encoder plugin - -GST_PLUGIN=	twolame -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-vorbis/Makefile b/audio/gstreamer1-plugins-vorbis/Makefile deleted file mode 100644 index d247bf880..000000000 --- a/audio/gstreamer1-plugins-vorbis/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer vorbis encoder/decoder plugin - -GST_PLUGIN=	vorbis -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-wavpack/Makefile b/audio/gstreamer1-plugins-wavpack/Makefile deleted file mode 100644 index 34b2fe921..000000000 --- a/audio/gstreamer1-plugins-wavpack/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio - -COMMENT=	Gstreamer wavpack plugin - -GST_PLUGIN=	wavpack -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/comms/gstreamer1-plugins-spandsp/Makefile b/comms/gstreamer1-plugins-spandsp/Makefile deleted file mode 100644 index cc82fd04a..000000000 --- a/comms/gstreamer1-plugins-spandsp/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	comms - -COMMENT=	Gstreamer DSP library and software FAX machine plugin - -GST_PLUGIN=	spandsp -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer1-plugins-soup/Makefile b/devel/gstreamer1-plugins-soup/Makefile deleted file mode 100644 index 77b7ac08c..000000000 --- a/devel/gstreamer1-plugins-soup/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	devel - -COMMENT=	Gstreamer soup http src plugin - -GST_PLUGIN=	soup -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/gstreamer1-plugins-curl/Makefile b/ftp/gstreamer1-plugins-curl/Makefile deleted file mode 100644 index 8fc04e34e..000000000 --- a/ftp/gstreamer1-plugins-curl/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer curl plugin - -GST_PLUGIN=	curl -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-aalib/Makefile b/graphics/gstreamer1-plugins-aalib/Makefile deleted file mode 100644 index e997dd6bb..000000000 --- a/graphics/gstreamer1-plugins-aalib/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer ASCII art plugin - -GST_PLUGIN=	aalib -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-cairo/Makefile b/graphics/gstreamer1-plugins-cairo/Makefile deleted file mode 100644 index 280902e79..000000000 --- a/graphics/gstreamer1-plugins-cairo/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Michael Johnson <ahze@FreeBSD.org> -# $FreeBSD$ -#   $MCom$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer vector graphics plugin - -GST_PLUGIN=	cairo -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-gdkpixbuf/Makefile b/graphics/gstreamer1-plugins-gdkpixbuf/Makefile deleted file mode 100644 index e945cbbcc..000000000 --- a/graphics/gstreamer1-plugins-gdkpixbuf/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer image decoder plugin - -GST_PLUGIN=	gdk_pixbuf -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-jpeg/Makefile b/graphics/gstreamer1-plugins-jpeg/Makefile deleted file mode 100644 index 96a1fc8b9..000000000 --- a/graphics/gstreamer1-plugins-jpeg/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer jpeg encoder/decoder plugin - -GST_PLUGIN=	jpeg -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libcaca/Makefile b/graphics/gstreamer1-plugins-libcaca/Makefile deleted file mode 100644 index 779a0e869..000000000 --- a/graphics/gstreamer1-plugins-libcaca/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer color ASCII art plugin - -GST_PLUGIN=	libcaca -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libpng/Makefile b/graphics/gstreamer1-plugins-libpng/Makefile deleted file mode 100644 index d3a86c038..000000000 --- a/graphics/gstreamer1-plugins-libpng/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer png plugin - -GST_PLUGIN=	libpng -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile deleted file mode 100644 index 27fce8098..000000000 --- a/graphics/gstreamer1-plugins-libvisual/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer libvisual plugin - -GST_PLUGIN=	libvisual -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-opencv/Makefile b/graphics/gstreamer1-plugins-opencv/Makefile deleted file mode 100644 index 6887f7bfc..000000000 --- a/graphics/gstreamer1-plugins-opencv/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer opencv real time computer vision plugin - -GST_PLUGIN=	opencv -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-zbar/Makefile b/graphics/gstreamer1-plugins-zbar/Makefile deleted file mode 100644 index 59da68f18..000000000 --- a/graphics/gstreamer1-plugins-zbar/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	graphics - -COMMENT=	Gstreamer ZBar barcode detector plugin - -GST_PLUGIN=	zbar -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile deleted file mode 100644 index 7d475441f..000000000 --- a/multimedia/gstreamer1-libav/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Created by: Koop Mast <kwm@rainbow-runner.nl> -# $FreeBSD$ -#    $MCom: ports/trunk/multimedia/gstreamer1-libav/Makefile 17268 2013-04-01 05:13:11Z marcus $ - -PORTNAME=	gstreamer1-libav -PORTVERSION=	1.0.5 -CATEGORIES=	multimedia -MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-libav/ -DISTNAME=	gst-libav-${PORTVERSION} - -MAINTAINER=	multimedia@FreeBSD.org -COMMENT=	GStreamer plug-in for manipulating MPEG video streams - -LICENSE=	GPLv2 - -BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm \ -		orc>=0.4.16:${PORTSDIR}/devel/orc -#		gstreamer-plugins10>=${GST10_VERSION}${GST10_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins - -LIB_DEPENDS=	orc-0.4:${PORTSDIR}/devel/orc - -USE_XZ=		yes -USE_GMAKE=	yes -USE_LDCONFIG=	yes -USES=		pkgconfig -USE_GSTREAMER1=	yes -GNU_CONFIGURE=	yes -LIBAV_CONFIG=	--cc=${CC} \ -		--enable-runtime-cpudetect \ -		--enable-pic -LDFLAGS+=	-Wl,-Bsymbolic -CFLAGS+=	-fno-force-addr -CONFIGURE_ENV=	PKG_CONFIG=${PKG_CONFIG} - -#PLIST_SUB=	VERSION="${GST10_VERSION}" -PLIST_SUB=	VERSION="1.0" - -PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" -#GST_VERSION=${PORTVERSION:C/..$//} - -# sse hardware vector support -.if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64") -WITH_BUILTIN_VECTOR=	yes -.else -LIBAV_CONFIG+=	--disable-sse -.endif - -# mmx support -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "" && ${MACHINE_CPU:Mamd64} == "" -LIBAV_CONFIG+=	--disable-mmx -WITHOUT_BUILTIN_VECTOR=	yes -.endif - -# builtin vector, requires mmx and sse -.if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) -CFLAGS+=		-msse -.endif - -CONFIGURE_ARGS+=	--with-libav-extra-configure="${LIBAV_CONFIG}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900033 - -BUILD_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -MAKE_ENV=	COMPILER_PATH=${LOCALBASE}/bin - -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer1-libav/distinfo b/multimedia/gstreamer1-libav/distinfo deleted file mode 100644 index 4944e525b..000000000 --- a/multimedia/gstreamer1-libav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gst-libav-1.0.5.tar.xz) = aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5 -SIZE (gst-libav-1.0.5.tar.xz) = 4234992 diff --git a/multimedia/gstreamer1-libav/pkg-descr b/multimedia/gstreamer1-libav/pkg-descr deleted file mode 100644 index b8a091e35..000000000 --- a/multimedia/gstreamer1-libav/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Gstreamer ffmpeg package provides mpeg support for Gstreamer. -It includes codecs for most popular formats, and optimized -colourspace conversion. - -WWW: http://gstreamer.freedesktop.org/ diff --git a/multimedia/gstreamer1-libav/pkg-plist b/multimedia/gstreamer1-libav/pkg-plist deleted file mode 100644 index 2022bcd22..000000000 --- a/multimedia/gstreamer1-libav/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/gstreamer-%%VERSION%%/libgstavscale.la -lib/gstreamer-%%VERSION%%/libgstavscale.so -lib/gstreamer-%%VERSION%%/libgstlibav.la -lib/gstreamer-%%VERSION%%/libgstlibav.so diff --git a/multimedia/gstreamer1-plugins-assrender/Makefile b/multimedia/gstreamer1-plugins-assrender/Makefile deleted file mode 100644 index 86ab0ad29..000000000 --- a/multimedia/gstreamer1-plugins-assrender/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer ASS/SSA text renderer plugin - -GST_PLUGIN=	assrender -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile deleted file mode 100644 index c7e58f80f..000000000 --- a/multimedia/gstreamer1-plugins-bad/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Michael Johnson <ahze@FreeBSD.org> -# $FreeBSD$ -#    $MCom: ports/trunk/multimedia/gstreamer1-plugins-bad/Makefile 17268 2013-04-01 05:13:11Z marcus $ - -PORTREVISION=	1 -CATEGORIES=	multimedia - -COMMENT=	Bad gstreamer-plugins - -GST_PLUGIN=	bad -GST_PLUGIN_SUFFIX=	-bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -BUILD_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins \ -		v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat -RUN_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MININAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins - -DIST=		bad -BAD_GST_DIRS=	gst-libs sys gst po pkgconfig -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/gstreamer1-plugins-bad/pkg-plist b/multimedia/gstreamer1-plugins-bad/pkg-plist deleted file mode 100644 index 5cfe8ff41..000000000 --- a/multimedia/gstreamer1-plugins-bad/pkg-plist +++ /dev/null @@ -1,174 +0,0 @@ -include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstbasecamerasrc.h -include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabin-enum.h -include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabinpreview.h -include/gstreamer-%%VERSION%%/gst/codecparsers/gsth264parser.h -include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpeg4parser.h -include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideoparser.h -include/gstreamer-%%VERSION%%/gst/codecparsers/gstvc1parser.h -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/gstsurfaceconverter.h -include/gstreamer-%%VERSION%%/gst/video/gstsurfacemeta.h -include/gstreamer-%%VERSION%%/gst/video/videocontext.h -lib/gstreamer-%%VERSION%%/libgstadpcmdec.la -lib/gstreamer-%%VERSION%%/libgstadpcmdec.so -lib/gstreamer-%%VERSION%%/libgstadpcmenc.la -lib/gstreamer-%%VERSION%%/libgstadpcmenc.so -lib/gstreamer-%%VERSION%%/libgstasfmux.la -lib/gstreamer-%%VERSION%%/libgstasfmux.so -lib/gstreamer-%%VERSION%%/libgstautoconvert.la -lib/gstreamer-%%VERSION%%/libgstautoconvert.so -lib/gstreamer-%%VERSION%%/libgstbayer.la -lib/gstreamer-%%VERSION%%/libgstbayer.so -lib/gstreamer-%%VERSION%%/libgstcoloreffects.la -lib/gstreamer-%%VERSION%%/libgstcoloreffects.so -lib/gstreamer-%%VERSION%%/libgstdataurisrc.la -lib/gstreamer-%%VERSION%%/libgstdataurisrc.so -lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.la -lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.so -lib/gstreamer-%%VERSION%%/libgstdtmf.la -lib/gstreamer-%%VERSION%%/libgstdtmf.so -lib/gstreamer-%%VERSION%%/libgstdvb.la -lib/gstreamer-%%VERSION%%/libgstdvb.so -lib/gstreamer-%%VERSION%%/libgstdvbsuboverlay.la -lib/gstreamer-%%VERSION%%/libgstdvbsuboverlay.so -lib/gstreamer-%%VERSION%%/libgstdvdspu.la -lib/gstreamer-%%VERSION%%/libgstdvdspu.so -lib/gstreamer-%%VERSION%%/libgstfestival.la -lib/gstreamer-%%VERSION%%/libgstfestival.so -lib/gstreamer-%%VERSION%%/libgstfieldanalysis.la -lib/gstreamer-%%VERSION%%/libgstfieldanalysis.so -lib/gstreamer-%%VERSION%%/libgstfragmented.la -lib/gstreamer-%%VERSION%%/libgstfragmented.so -lib/gstreamer-%%VERSION%%/libgstfrei0r.la -lib/gstreamer-%%VERSION%%/libgstfrei0r.so -lib/gstreamer-%%VERSION%%/libgstgaudieffects.la -lib/gstreamer-%%VERSION%%/libgstgaudieffects.so -lib/gstreamer-%%VERSION%%/libgstgdp.la -lib/gstreamer-%%VERSION%%/libgstgdp.so -lib/gstreamer-%%VERSION%%/libgstgeometrictransform.la -lib/gstreamer-%%VERSION%%/libgstgeometrictransform.so -lib/gstreamer-%%VERSION%%/libgstid3tag.la -lib/gstreamer-%%VERSION%%/libgstid3tag.so -lib/gstreamer-%%VERSION%%/libgstinter.la -lib/gstreamer-%%VERSION%%/libgstinter.so -lib/gstreamer-%%VERSION%%/libgstinterlace.la -lib/gstreamer-%%VERSION%%/libgstinterlace.so -lib/gstreamer-%%VERSION%%/libgstjpegformat.la -lib/gstreamer-%%VERSION%%/libgstjpegformat.so -lib/gstreamer-%%VERSION%%/libgstliveadder.la -lib/gstreamer-%%VERSION%%/libgstliveadder.so -lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.la -lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.so -lib/gstreamer-%%VERSION%%/libgstmpegpsmux.la -lib/gstreamer-%%VERSION%%/libgstmpegpsmux.so -lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.la -lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.so -lib/gstreamer-%%VERSION%%/libgstmpegtsmux.la -lib/gstreamer-%%VERSION%%/libgstmpegtsmux.so -lib/gstreamer-%%VERSION%%/libgstpcapparse.la -lib/gstreamer-%%VERSION%%/libgstpcapparse.so -lib/gstreamer-%%VERSION%%/libgstpnm.la -lib/gstreamer-%%VERSION%%/libgstpnm.so -lib/gstreamer-%%VERSION%%/libgstrawparse.la -lib/gstreamer-%%VERSION%%/libgstrawparse.so -lib/gstreamer-%%VERSION%%/libgstrtpmux.la -lib/gstreamer-%%VERSION%%/libgstrtpmux.so -lib/gstreamer-%%VERSION%%/libgstrtpvp8.la -lib/gstreamer-%%VERSION%%/libgstrtpvp8.so -lib/gstreamer-%%VERSION%%/libgstscaletempoplugin.la -lib/gstreamer-%%VERSION%%/libgstscaletempoplugin.so -lib/gstreamer-%%VERSION%%/libgstsdpelem.la -lib/gstreamer-%%VERSION%%/libgstsdpelem.so -lib/gstreamer-%%VERSION%%/libgstsegmentclip.la -lib/gstreamer-%%VERSION%%/libgstsegmentclip.so -lib/gstreamer-%%VERSION%%/libgstshm.la -lib/gstreamer-%%VERSION%%/libgstshm.so -lib/gstreamer-%%VERSION%%/libgstsiren.la -lib/gstreamer-%%VERSION%%/libgstsiren.so -lib/gstreamer-%%VERSION%%/libgstspeed.la -lib/gstreamer-%%VERSION%%/libgstspeed.so -lib/gstreamer-%%VERSION%%/libgstsubenc.la -lib/gstreamer-%%VERSION%%/libgstsubenc.so -lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.la -lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.so -lib/gstreamer-%%VERSION%%/libgsty4mdec.la -lib/gstreamer-%%VERSION%%/libgsty4mdec.so -lib/gstreamer-%%VERSION%%/libgstaudiovisualizers.la -lib/gstreamer-%%VERSION%%/libgstaudiovisualizers.so -lib/gstreamer-%%VERSION%%/libgstcamerabin2.la -lib/gstreamer-%%VERSION%%/libgstcamerabin2.so -lib/gstreamer-%%VERSION%%/libgstremovesilence.la -lib/gstreamer-%%VERSION%%/libgstremovesilence.so -lib/gstreamer-%%VERSION%%/libgstsmooth.la -lib/gstreamer-%%VERSION%%/libgstsmooth.so -lib/libgstbasecamerabinsrc-%%VERSION%%.a -lib/libgstbasecamerabinsrc-%%VERSION%%.la -lib/libgstbasecamerabinsrc-%%VERSION%%.so -lib/libgstbasecamerabinsrc-%%VERSION%%.so.0 -lib/libgstbasevideo-%%VERSION%%.a -lib/libgstbasevideo-%%VERSION%%.la -lib/libgstbasevideo-%%VERSION%%.so -lib/libgstbasevideo-%%VERSION%%.so.0 -lib/libgstcodecparsers-%%VERSION%%.a -lib/libgstcodecparsers-%%VERSION%%.la -lib/libgstcodecparsers-%%VERSION%%.so -lib/libgstcodecparsers-%%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 -libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-basevideo-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc -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/el/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/eo/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/gl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -share/locale/hr/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/ro/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/sl/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 -@dirrm include/gstreamer-%%VERSION%%/gst/signalprocessor -@dirrm include/gstreamer-%%VERSION%%/gst/interfaces -@dirrm include/gstreamer-%%VERSION%%/gst/codecparsers -@dirrm include/gstreamer-%%VERSION%%/gst/basecamerabinsrc diff --git a/multimedia/gstreamer1-plugins-dts/Makefile b/multimedia/gstreamer1-plugins-dts/Makefile deleted file mode 100644 index db1d89f16..000000000 --- a/multimedia/gstreamer1-plugins-dts/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer dts plugin - -GST_PLUGIN=	dts -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-dvdread/Makefile b/multimedia/gstreamer1-plugins-dvdread/Makefile deleted file mode 100644 index ca439dffa..000000000 --- a/multimedia/gstreamer1-plugins-dvdread/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer dvdread plugin - -GST_PLUGIN=	dvdread -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-good/Makefile b/multimedia/gstreamer1-plugins-good/Makefile deleted file mode 100644 index 1f7f21903..000000000 --- a/multimedia/gstreamer1-plugins-good/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: 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/gstreamer1-plugins - -CONFIGURE_ARGS+=--enable-monoscope - -BUILD_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins - -DIST=	good -GOOD_GST_DIRS=	gst sys po - -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/gstreamer1-plugins-good/files/patch-configure b/multimedia/gstreamer1-plugins-good/files/patch-configure deleted file mode 100644 index 64669fdab..000000000 --- a/multimedia/gstreamer1-plugins-good/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig	2010-12-01 19:16:00.000000000 +0100 -+++ configure	2010-12-02 15:39:17.000000000 +0100 -@@ -24955,7 +24955,7 @@ if test "${with_default_audiosink+set}"  -  - else -  --      DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK" -+	DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER" -  - fi -  diff --git a/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c b/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c deleted file mode 100644 index 34fdd3119..000000000 --- a/multimedia/gstreamer1-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/gstreamer1-plugins-good/pkg-plist b/multimedia/gstreamer1-plugins-good/pkg-plist deleted file mode 100644 index 504cad934..000000000 --- a/multimedia/gstreamer1-plugins-good/pkg-plist +++ /dev/null @@ -1,139 +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%%/libgstaudioparsers.la -lib/gstreamer-%%VERSION%%/libgstaudioparsers.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%%/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%%/libgstimagefreeze.la -lib/gstreamer-%%VERSION%%/libgstimagefreeze.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%%/libgstoss4audio.la -lib/gstreamer-%%VERSION%%/libgstoss4audio.so -lib/gstreamer-%%VERSION%%/libgstossaudio.la -lib/gstreamer-%%VERSION%%/libgstossaudio.so -lib/gstreamer-%%VERSION%%/libgstisomp4.la -lib/gstreamer-%%VERSION%%/libgstisomp4.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%%/libgstvideobox.la -lib/gstreamer-%%VERSION%%/libgstvideobox.so -lib/gstreamer-%%VERSION%%/libgstvideocrop.la -lib/gstreamer-%%VERSION%%/libgstvideocrop.so -lib/gstreamer-%%VERSION%%/libgstvideofilter.la -lib/gstreamer-%%VERSION%%/libgstvideofilter.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%%/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/eo/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/gl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -share/locale/hr/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/ro/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/sl/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/gstreamer1-plugins-libdv/Makefile b/multimedia/gstreamer1-plugins-libdv/Makefile deleted file mode 100644 index 23332cede..000000000 --- a/multimedia/gstreamer1-plugins-libdv/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer dv plugin - -GST_PLUGIN=	libdv -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-mpeg2dec/Makefile b/multimedia/gstreamer1-plugins-mpeg2dec/Makefile deleted file mode 100644 index b0190dc9a..000000000 --- a/multimedia/gstreamer1-plugins-mpeg2dec/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer mpeg decode plugin - -GST_PLUGIN=	mpeg2dec -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-mpeg2enc/Makefile b/multimedia/gstreamer1-plugins-mpeg2enc/Makefile deleted file mode 100644 index ef5d5e6b9..000000000 --- a/multimedia/gstreamer1-plugins-mpeg2enc/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer mpeg encoder plugin - -GST_PLUGIN=	mpeg2enc -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-resindvd/Makefile b/multimedia/gstreamer1-plugins-resindvd/Makefile deleted file mode 100644 index c40882dc9..000000000 --- a/multimedia/gstreamer1-plugins-resindvd/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer resindvd plugin - -GST_PLUGIN=	resindvd -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-schroedinger/Makefile b/multimedia/gstreamer1-plugins-schroedinger/Makefile deleted file mode 100644 index b1e9a27f0..000000000 --- a/multimedia/gstreamer1-plugins-schroedinger/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer Dirac high-speed codec plugin - -GST_PLUGIN=	schro -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-theora/Makefile b/multimedia/gstreamer1-plugins-theora/Makefile deleted file mode 100644 index ba9b21525..000000000 --- a/multimedia/gstreamer1-plugins-theora/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer theora plugin - -GST_PLUGIN=	theora -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-ugly/Makefile b/multimedia/gstreamer1-plugins-ugly/Makefile deleted file mode 100644 index c0020d910..000000000 --- a/multimedia/gstreamer1-plugins-ugly/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: 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/gstreamer1-plugins - -BUILD_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins - -DIST=	ugly -UGLY_GST_DIRS=	gst po gst-libs -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/gstreamer1-plugins-ugly/pkg-plist b/multimedia/gstreamer1-plugins-ugly/pkg-plist deleted file mode 100644 index a0c501ece..000000000 --- a/multimedia/gstreamer1-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%%/libgstrmdemux.la -lib/gstreamer-%%VERSION%%/libgstrmdemux.so -lib/gstreamer-%%VERSION%%/libgstxingmux.la -lib/gstreamer-%%VERSION%%/libgstxingmux.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/eo/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/gl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/hr/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/mt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo -share/locale/ms/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/ro/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/gstreamer1-plugins-v4l2/Makefile b/multimedia/gstreamer1-plugins-v4l2/Makefile deleted file mode 100644 index e8f8b5acf..000000000 --- a/multimedia/gstreamer1-plugins-v4l2/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia -PKGNAMESUFFIX?=	-plugins-v4l2 - -COMMENT=	Gstreamer Video 4 Linux 2 source plugin - -GST_PLUGIN=	gst_v4l2 -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-vpx/Makefile b/multimedia/gstreamer1-plugins-vpx/Makefile deleted file mode 100644 index 379ee383b..000000000 --- a/multimedia/gstreamer1-plugins-vpx/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer vp8 codec plugin - -GST_PLUGIN=	vpx -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-x264/Makefile b/multimedia/gstreamer1-plugins-x264/Makefile deleted file mode 100644 index 66ac4f231..000000000 --- a/multimedia/gstreamer1-plugins-x264/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	multimedia - -COMMENT=	Gstreamer x264 plugin - -GST_PLUGIN=	x264 -DIST=		ugly - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile deleted file mode 100644 index 59396eeb2..000000000 --- a/multimedia/gstreamer1-plugins/Makefile +++ /dev/null @@ -1,176 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ -#    $MCom: ports/trunk/multimedia/gstreamer1-plugins/Makefile 17268 2013-04-01 05:13:11Z marcus $ - -PORTNAME=	gstreamer1-plugins -PORTVERSION?=	${BASE_PORTVERSION} -# When chasing a shared library for a plug-in bump the PORTREVISION in the -# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?=	0 -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 -PKGNAMESUFFIX?=	${GST_PLUGIN_SUFFIX} - -MAINTAINER=	multimedia@FreeBSD.org -COMMENT?=	GStreamer written collection of plugins handling several media types - -BUILD_DEPENDS+=	gobject-introspection>=1.31.1:${PORTSDIR}/devel/gobject-introspection \ -		gstreamer1>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1 \ -		iso-codes>=0:${PORTSDIR}/misc/iso-codes \ -		orc>=0.4.16:${PORTSDIR}/devel/orc -LIB_DEPENDS+=	gstreamer-1.0:${PORTSDIR}/multimedia/gstreamer1 \ -		freetype:${PORTSDIR}/print/freetype2 \ -		orc-0.4:${PORTSDIR}/devel/orc -RUN_DEPENDS+=	iso-codes>=0:${PORTSDIR}/misc/iso-codes - -BASE_PORTVERSION=	1.0.5 -BASE_DISTNAME=		gst-plugins-base-${BASE_PORTVERSION} -BASE_DISTFILE=		${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION=	1.0.5 -BAD_DISTNAME=		gst-plugins-bad-${BAD_PORTVERSION} -BAD_DISTFILE=		${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION=	1.0.5 -GOOD_DISTNAME=		gst-plugins-good-${GOOD_PORTVERSION} -GOOD_DISTFILE=		${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION=	1.0.5 -UGLY_DISTNAME=		gst-plugins-ugly-${UGLY_PORTVERSION} -UGLY_DISTFILE=		${UGLY_DISTNAME}${EXTRACT_SUFX} -DIST?=		base - -SHLIB_VERSION=	0 -USES=		gettext pathfix pkgconfig -# xxx remove when 1.0 is offical released -VERSION=	${GST1_VERSION} -#VERSION=	1.0 -WANT_GSTREAMER=	yes -USE_XZ=		yes -USE_GMAKE=	yes -USE_GNOME+=	ltverhack:0 ltasneededhack -USE_AUTOTOOLS=	libtool -GST_PLUGIN?=	base -USE_LDCONFIG=	yes - -CFLAGS:=	${CFLAGS} -O2 -Wno-format -CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+=	-L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS} - -DEFAULT_AUDIOSINK?=	osssink -DEFAULT_AUDIOSRC?=	osssrc - -.if ${DIST}=="" -IGNORE=		DIST not specified -.endif - -.include <bsd.port.pre.mk> - -.if ${ARCH}=="i386" -PLIST_SUB+=	I386="" -.else -PLIST_SUB+=	I386="@comment " -.endif - -.if ${GST_PLUGIN} == "base" -DIST=	base -NO_GSTREAMER_COMMON=	yes -MAN1=		gst-discoverer-1.0.1 -.else -BUILD_DEPENDS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPEDNS+=	gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -.endif - -.if ${DIST} == base || ${DIST} == ugly -# xxx hmmm -#  --with-default-audiosink specify default audio sink -#  --with-default-audiosrc specify default audio source -#  --with-default-videosink specify default video sink -#  --with-default-videosrc specify default video source -#  --with-default-visualizer specify default visualizer -CONFIGURE_ARGS+=--with-default-audiosink="${DEFAULT_AUDIOSINK}" \ -		--with-default-audiosrc="${DEFAULT_AUDIOSRC}" -.endif - -PLIST_SUB+=	VERSION="${VERSION}" \ -		SHLIB_VERSION="${SHLIB_VERSION}" - -.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/gstreamer1-plugins/files -.elif ${DIST}=="bad" -EXTRACT_ONLY=${BAD_DISTFILE} -WRKSRC=${WRKDIR}/${BAD_DISTNAME} -PORTVERSION=	${BAD_PORTVERSION} -DISTFILES+=	${BAD_DISTFILE}:bad -PATCHDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins-bad/files -.elif ${DIST}=="ugly" -EXTRACT_ONLY=${UGLY_DISTFILE} -WRKSRC=${WRKDIR}/${UGLY_DISTNAME} -PORTVERSION=	${UGLY_PORTVERSION} -DISTFILES+=	${UGLY_DISTFILE}:ugly -PATCHDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins-ugly/files -.elif ${DIST}=="good" -EXTRACT_ONLY=${GOOD_DISTFILE} -WRKSRC=${WRKDIR}/${GOOD_DISTNAME} -PORTVERSION=	${GOOD_PORTVERSION} -DISTFILES+=	${GOOD_DISTFILE}:good -PATCHDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins-good/files -.elif ${DIST}=="makesum" -DISTFILES+=	${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ -		${UGLY_DISTFILE}:ugly ${GOOD_DISTFILE}:good -.else -BROKEN=		Unknown dist setting -.endif - -# cdrom/dvd default device -.ifdef(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/cd0 -.endif - -post-patch: -.if ${DIST}=="bad" -	@${REINPLACE_CMD} -e 's|opencv <= 2.3.1|opencv <= 2.3.99|g' \ -		${WRKSRC}/configure -	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \ -		${WRKSRC}/ext/resindvd/resindvdbin.c \ -		${WRKSRC}/ext/resindvd/resindvdsrc.c -.endif -.if ${DIST}!="ugly" -	@${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ -	${XARGS} -n 10 ${REINPLACE_CMD} -e \ -	's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgsttag-$$(GST_API_VERSION).la|; \ -	s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgstaudio-$$(GST_API_VERSION).la|; \ -	s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgstriff-$$(GST_API_VERSION).la|; \ -	s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgstsignalprocessor-$$(GST_API_VERSION).la|; \ -	s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgstbasevideo-$$(GST_API_VERSION).la|; \ -	s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgstvideo-$$(GST_API_VERSION).la|' - -	 @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ -	 ${XARGS} -n 10 ${REINPLACE_CMD} -e \ -	 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgsttag-$$(GST_API_VERSION).la|; \ -	  s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstaudio-$$(GST_API_VERSION).la|; \ -	  s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstriff-$$(GST_API_VERSION).la|; \ -	  s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstsignalprocessor-$$(GST_API_VERSION).la|; \ -	  s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstbasevideo-$$(GST_API_VERSION).la|; \ -	  s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstvideo-$$(GST_API_VERSION).la|' -.endif -.if ${GST_PLUGIN} == "flite" -# Hack to get all the libraries linked to the flite plugin so it is useable. -	-@${REINPLACE_CMD} -e 's|-Wl,--as-needed||g' \ -		${WRKSRC}/../gnome-libtool -.endif -#	@${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ -#		s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ -#		-e 's|libpng12.pc|libpng15.pc|g' \ -#		-e 's|-Wmissing-include-dirs||g' \ -#		${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common deleted file mode 100644 index c78246f9a..000000000 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ /dev/null @@ -1,642 +0,0 @@ -# $FreeBSD$ -#    $MCom$ - -# base -BASE_GST_ALL_PLUGINS= \ -		alsa \ -		cdparanoia \ -		ivorbis \ -		libvisual \ -		ogg \ -		pango \ -		theora \ -		vorbis \ -		x \ -		xvideo - -# bad -BAD_GST_ALL_PLUGINS+= \ -		assrender \ -		celt \ -		cdaudio \ -		curl \ -		dts \ -		faac \ -		faad \ -		flite \ -		gme \ -		gsm \ -		ladspa \ -		libmms \ -		modplug \ -		mpeg2enc \ -		mplex \ -		nas \ -		neon \ -		opencv \ -		resindvd \ -		schro \ -		sndfile \ -		soundtouch \ -		spandsp \ -		spc \ -		timidity \ -		vdpau \ -		zbar -#		apexsink \ -#		bz2 \ -#		cog \ -#		dc1394 \ -#		dirac \ -#		directfb \ -#		kate \ -#		lv2 \ -#		mimic \ -#		musepack \ -#		musicbrainz \ -#		mythtv \ -#		ofa \ -#		rsvg \ -#		sdl \ -#		swfdec \ -#		xvid \ - -# bad plugins that are disabled because we don't support them, like windows  -# plugins. -BAD_GST_NON_PLUGINS= \ -		--enable-bz2 \ -		--enable-dvb \ -		--enable-shm \ -		--disable-acm \ -		--disable-apple_media \ -		--disable-avc \ -		--disable-dc1394 \ -		--disable-dccp \ -		--disable-direct3d9 \ -		--disable-directdraw \ -		--disable-directfb \ -		--disable-directsound \ -		--disable-fbdev \ -		--disable-osx_video \ -		--disable-uvch264 \ -		--disable-vcd \ -		--disable-wininet - -# vo-amrwbenc (vo-amrwbenc > =0.1.0 -# vo-aacenc vo-accenc > 0.1.0 -# apexsink (AirPort Express Wireless sink) (openssl >= 0.9.5 + libcrypto) -# bz2 -# cdaudio libcdaudio -# chromaprint (libchromaprint) -# cog (libpng) -# decklink (needs thread some FreeBSD probably and configure.ac patch) -# dirac (dirac >= 0.10) -# jasper jasperdec jasperenc (jasper/jasper.h) -# kate (multimedia/libkate >= 0.1.7) (needs libtiger, google code) -# ladspa -# lv2 (slv2 >= 0.6.6) -# linsys (linear Systems SDI plugin, needs configure voodo + code probably) -# mimic (libmimic) -# mjpegtools  -# mpg123 (libmpg123 >= 1.13) -# mplex (mjpegtools) -# musepack (mpcdec) -# musicbrainz ( > 2.1.0) doesn't support newer versions. -# mythtv (gmyth >= 0.4 <= 0.7.99) -# nas (audio/audiolib.h -laudio) -# neon >= 0.27.0 <= 0.29.99 -# ofa (libofa) -# openal (openal) -# opus (libopus >= 0.9.4) -# pvr (libtimemmgr)?? -# rsvg (not needed?) -# teletextdec (zvbi-0.2) Teletext decoder -# wildmidi ( WildMidi 0.2.2 ?) -# sdl -# sndfile -# soundtouch -# spc -# swfdec -# xvid -# rtmp (librtmp) -# gsettings (broken) -# sndio (sndio.h, libsndio) -#  -#  - -# good -GOOD_GST_ALL_PLUGINS+= \ -		aalib \ -		cairo \ -		flac \ -		gdk_pixbuf \ -		jack \ -		jpeg \ -		libcaca \ -		libdv \ -		libpng \ -		gst_v4l2 \ -		pulse \ -		shout2 \ -		soup \ -		speex \ -		taglib \ -		vpx \ -		wavpack \ -		x - -GOOD_GST_NON_PLUGINS=	\ -		--disable-directsound \ -		--enable-bz2 \ -		--disable-dv1394 \ -		--enable-oss \ -		--enable-oss4 \ -		--disable-osx_audio \ -		--disable-osx_video \ -		--disable-sunaudio \ -		--disable-waveform \ -		--enable-zlib - -# ugly -UGLY_GST_ALL_PLUGINS+= \ -		a52dec \ -		amrnb \ -		amrwb \ -		cdio \ -		dvdread \ -		lame \ -		mad \ -		mpeg2dec \ -		sidplay \ -		twolame \ -		x264 - -UGLY_GST_NON_PLUGINS= - -#.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS} -#gst_${i}_USE_SDL?=		# Empty -#.endfor - -# Disable all plugins by default -.if ${DIST}=="base" -.for d in ${BASE_GST_ALL_PLUGINS} -CONFIGURE_ARGS+=	--disable-${d} -.endfor -.endif - -.if ${DIST}=="bad" -.for d in ${BAD_GST_ALL_PLUGINS} -CONFIGURE_ARGS+=	--disable-${d} -.endfor -CONFIGURE_ARGS+= ${BAD_GST_NON_PLUGINS} -# Isn't ported yet, in 1.0.0 -CONFIGURE_ARGS+=--disable-gsettings -.endif - -.if ${DIST}=="good" -.for d in ${GOOD_GST_ALL_PLUGINS} -CONFIGURE_ARGS+=	--disable-${d} -.endfor -CONFIGURE_ARGS+= ${GOOD_GST_NON_PLUGINS} -.endif - -.if ${DIST}=="ugly" -.for d in ${UGLY_GST_ALL_PLUGINS} -CONFIGURE_ARGS+=	--disable-${d} -.endfor -CONFIGURE_ARGS+= ${UGLY_GST_NON_PLUGINS} -.endif - -.if !${GST_PLUGIN}=="base" && !${GST_PLUGIN}=="bad" && !${GST_PLUGIN}=="good" && !${GST_PLUGIN}=="ugly" -CONFIGURE_ARGS+=	--enable-${GST_PLUGIN} -.endif - -# plugins disabled by default from bad -# done above under bad plugin summary -#CONFIGURE_ARGS+=--disable-tests \ -#		--disable-examples \ -#		--disable-cd1394 \ -#		--disable-acm \ -#		--disable-apexsink \ -#		--enable-cog \ -#		--disable-fbdev \ -#		--disable-directfb \ -#		--disable-http \ -#		--enable-cdrom \ -#		--disable-schemas-install \ -#		--disable-osx_audio \ -#		--disable-osx_video \ -#		--disable-directdrawsink \ -#		--disable-directsoundsink \ -#		--disable-tarkin \ -#		--enable-shm \ -#		--enable-static \ -#		--disable-sunaudio \ -#		--disable-wildmidi \ -#		--disable-xine \ - -.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_INC_DIR=		include/gstreamer-${VERSION} -GST_LIB_DIR=		lib/gstreamer-${VERSION} - -# Auto create PLIST -PLIST=		${NONEXISTENT} - -# ------- plugins --------- - -# a52dec -gst_a52dec_LIB_DEPENDS=	a52:${PORTSDIR}/audio/liba52 - -# aalib -gst_aalib_LIB_DEPENDS=	aa:${PORTSDIR}/graphics/aalib -gst_aalib_PLIST_FILES=	${GST_LIB_DIR}/libgstaasink.la \ -			${GST_LIB_DIR}/libgstaasink.so - -# amrnb -gst_amrnb_LIB_DEPENDS=	opencore-amrnb:${PORTSDIR}/audio/opencore-amr -gst_amrnb_PLIST_FILES=	${GST_LIB_DIR}/libgstamrnb.la \ -			${GST_LIB_DIR}/libgstamrnb.so \ -			share/gstreamer-${VERSION}/presets/GstAmrnbEnc.prs -gst_amrnb_PLIST_DIRS=	share/gstreamer-${VERSION}/presets \ -			share/gstreamer-${VERSION} - -# amrwb -gst_amrwb_LIB_DEPENDS=		opencore-amrwb:${PORTSDIR}/audio/opencore-amr -gst_amrwb_GST_PLUGIN_DIR=	ext/amrwbdec -gst_amrwb_PLIST_FILES=		${GST_LIB_DIR}/libgstamrwbdec.la \ -				${GST_LIB_DIR}/libgstamrwbdec.so - -# assrender -gst_assrender_LIB_DEPENDS=	ass:${PORTSDIR}/multimedia/libass - -## cairo aka cairooverlay? -gst_cairo_LIB_DEPENDS=		cairo:${PORTSDIR}/graphics/cairo -#gst_cairo_PLIST_FILES=		${GST_LIB_DIR}/libgstcairo.la \ -#				${GST_LIB_DIR}/libgstcairo.so - -## cdaudio -gst_cdaudio_LIB_DEPENDS=	cdaudio:${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:${PORTSDIR}/audio/cdparanoia - -# cdio -gst_cdio_LIB_DEPENDS=	cdio:${PORTSDIR}/sysutils/libcdio - -# celt -gst_celt_LIB_DEPENDS=	celt0:${PORTSDIR}/audio/celt - -# curl -gst_curl_LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl - -# dts -gst_dts_LIB_DEPENDS=	dca:${PORTSDIR}/multimedia/libdca -gst_dts_PLIST_FILES=	${GST_LIB_DIR}/libgstdtsdec.la \ -			${GST_LIB_DIR}/libgstdtsdec.so - -# libdv -gst_libdv_LIB_DEPENDS=		dv:${PORTSDIR}/multimedia/libdv -gst_libdv_GST_PLUGIN_DIR=	ext/dv -gst_libdv_PLIST_FILES=		${GST_LIB_DIR}/libgstdv.la \ -				${GST_LIB_DIR}/libgstdv.so - -# dvdread -gst_dvd_LIB_DEPENDS=	dvdread:${PORTSDIR}/multimedia/libdvdread - -# exif xxx -# hmm not a real plugin, seems to be part of metadata? -#gst_exif_LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif -#gst_exif_PLIST_FILES=	${GST_LIB_DIR}/libgstexif.la \ -#			${GST_LIB_DIR}/libgstexif.so -#gst_exif_DIST=	bad - -# faac -gst_faac_LIB_DEPENDS=	faac:${PORTSDIR}/audio/faac - -# faad -gst_faad_LIB_DEPENDS=	faad:${PORTSDIR}/audio/faad - -# flac -gst_flac_LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac - -# flite -gst_flite_LIB_DEPENDS=	flite:${PORTSDIR}/audio/flite - -# gdk_pixbuf -gst_gdk_pixbuf_USE_GNOME+=	gdkpixbuf2 -gst_gdk_pixbuf_GST_PLUGIN_DIR=	ext/gdk_pixbuf -gst_gdk_pixbuf_PLIST_FILES=	${GST_LIB_DIR}/libgstgdkpixbuf.la \ -				${GST_LIB_DIR}/libgstgdkpixbuf.so - -# gme -gst_gme_LIB_DEPENDS=	gme:${PORTSDIR}/audio/libgme - -# gsm -gst_gsm_LIB_DEPENDS=	gsm:${PORTSDIR}/audio/gsm - -# jack -gst_jack_LIB_DEPENDS=	jack:${PORTSDIR}/audio/jack - -# jpeg -gst_jpeg_LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg - -## 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:${PORTSDIR}/audio/lame - -# libcaca -gst_libcaca_LIB_DEPENDS=	caca:${PORTSDIR}/graphics/libcaca -gst_libcaca_PLIST_FILES=	${GST_LIB_DIR}/libgstcacasink.la \ -				${GST_LIB_DIR}/libgstcacasink.so - -# libmms -gst_libmms_LIB_DEPENDS=	mms:${PORTSDIR}/net/libmms -gst_libmms_PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so \ -			${GST_LIB_DIR}/libgstmms.la - -# libpng -gst_libpng_LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png -gst_libpng_PLIST_FILES=	${GST_LIB_DIR}/libgstpng.la \ -			${GST_LIB_DIR}/libgstpng.so - -# libvisual -gst_libvisual_LIB_DEPENDS=	visual-0.4:${PORTSDIR}/graphics/libvisual04 - -# mad -gst_mad_LIB_DEPENDS=	mad:${PORTSDIR}/audio/libmad - -# modplug -gst_modplug_LIB_DEPENDS=	modplug:${PORTSDIR}/audio/libmodplug - -# mpeg2enc -gst_mpeg2enc_LIB_DEPENDS=	mjpegutils-2.0:${PORTSDIR}/multimedia/mjpegtools - -# mpeg2dec -gst_mpeg2dec_LIB_DEPENDS=	mpeg2:${PORTSDIR}/multimedia/libmpeg2 - -## musepack -gst_musepack_LIB_DEPENDS=	mpcdec:${PORTSDIR}/audio/musepack -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_PLIST_FILES=	${GST_LIB_DIR}/libgstnassink.la \ -			${GST_LIB_DIR}/libgstnassink.so -#gst_nas_DIST=	bad - -## neon -gst_neon_LIB_DEPENDS=	neon:${PORTSDIR}/www/neon29 -#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:${PORTSDIR}/audio/libogg - -# opencv -gst_opencv_LIB_DEPENDS=	opencv_highgui:${PORTSDIR}/graphics/opencv - -## pango -gst_pango_USE_GNOME+=	pango -gst_pango_PLIST_FILES=	${GST_LIB_DIR}/libgstpango.la \ -			${GST_LIB_DIR}/libgstpango.so - -# pulse -gst_pulse_LIB_DEPENDS=	pulse:${PORTSDIR}/audio/pulseaudio - -# resindvd -gst_resindvd_BUILD_DEPENDS+=	libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav -gst_resindvd_RUN_DEPENDS+=	libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav - -## 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:${PORTSDIR}/audio/libshout2 - -# sidplay -gst_sidplay_LIB_DEPENDS=	sidplay:${PORTSDIR}/audio/libsidplay -gst_sidplay_PLIST_FILES=	${GST_LIB_DIR}/libgstsid.so \ -				${GST_LIB_DIR}/libgstsid.la - -## sndfile -gst_sndfile_LIB_DEPENDS=	sndfile:${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:${PORTSDIR}/audio/soundtouch - -# souphttpsrc -gst_soup_LIB_DEPENDS=	soup-2.4:${PORTSDIR}/devel/libsoup -gst_soup_GST_PLUGIN_DIR=ext/soup -gst_soup_PLIST_FILES=	${GST_LIB_DIR}/libgstsouphttpsrc.la \ -			${GST_LIB_DIR}/libgstsouphttpsrc.so - -# spandsp -# keep shlib version here, so we don't pick up the 0.0.5 version. -gst_spandsp_LIB_DEPENDS=	spandsp.2:${PORTSDIR}/comms/spandsp-devel - -# xxx -## spc -gst_spc_LIB_DEPENDS=	openspc:${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:${PORTSDIR}/audio/speex - -# schroedinger or schro for short -gst_schro_LIB_DEPENDS=		schroedinger-1.0:${PORTSDIR}/multimedia/schroedinger -gst_schro_GST_PLUGIN_DIR=	ext/schroedinger - -## swfdec -gst_swfdec_LIB_DEPENDS=swfdec-0.4:${PORTSDIR}/graphics/swfdec -#gst_swfdec_DIST=	bad - -# taglib -gst_taglib_LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib - -# theora -gst_theora_LIB_DEPENDS=	theora:${PORTSDIR}/multimedia/libtheora - -## timidity -#gst_timidity_LIB_DEPENDS=	 - -# twolame -gst_twolame_LIB_DEPENDS=	twolame:${PORTSDIR}/audio/twolame - -# gst_v4l2 -gst_gst_v4l2_LIB_DEPENDS=	v4l2:${PORTSDIR}/multimedia/libv4l -.if ${OSVERSION} >= 800000 -gst_gst_v4l2_RUN_DEPENDS+=	webcamd:${PORTSDIR}/multimedia/webcamd -.endif -gst_gst_v4l2_PLIST_FILES=	${GST_LIB_DIR}/libgstvideo4linux2.la \ -				${GST_LIB_DIR}/libgstvideo4linux2.so -#gst_gst_v4l2_CONFIGURE_ARGS+=	--enable-gst_v4l2 -gst_gst_v4l2_GST_PLUGIN_DIR=	sys/v4l2 - -# vdpau -gst_vdpau_LIB_DEPENDS=	vdpau:${PORTSDIR}/multimedia/libvdpau -gst_vdpau_GST_PLUGIN_DIR=sys/vdpau -gst_vdpau_PLIST_FILES=	${GST_INC_DIR}/gst/vdpau/gstvdp.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpbuffer.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpbufferpool.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpdecoder.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpdevice.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpoutputbuffer.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpoutputbufferpool.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpoutputsrcpad.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdputils.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpvideobuffer.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpvideobufferpool.h \ -			${GST_INC_DIR}/gst/vdpau/gstvdpvideosrcpad.h \ -			${GST_LIB_DIR}/libgstvdpau.la \ -			${GST_LIB_DIR}/libgstvdpau.so \ -			lib/libgstvdp-${VERSION}.la \ -			lib/libgstvdp-${VERSION}.so \ -			lib/libgstvdp-${VERSION}.so.0 -gst_vdpau_PLIST_DIRS=	${GST_INC_DIR}/gst/vdpau -#gst_vdpau_DIST=		bad - -# vorbis -gst_vorbis_USE_GSTREAMER1+=	ogg -gst_vorbis_LIB_DEPENDS=	vorbis:${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 - -# vpx -gst_vpx_LIB_DEPENDS=	vpx:${PORTSDIR}/multimedia/libvpx - -# X -.if ${DIST} == base -gst_x_USE_XORG=		x11 xv xext -gst_x_CONFIGURE_ARGS+=	--enable-xvideo --enable-xshm -gst_x_GST_PLUGIN_DIR=	sys/ximage sys/xvimage -gst_x_PLIST_FILES=	${GST_LIB_DIR}/libgstximagesink.la \ -			${GST_LIB_DIR}/libgstximagesink.so \ -			${GST_LIB_DIR}/libgstxvimagesink.la \ -			${GST_LIB_DIR}/libgstxvimagesink.so -.endif - -.if ${DIST} == good -# Ximagesrc -gst_x_USE_XORG=		x11 xfixes xdamage xext -gst_x_CONFIGURE_ARGS+=	--enable-x -gst_x_GST_PLUGIN_DIR=	sys/ximage -gst_x_PLIST_FILES=	${GST_LIB_DIR}/libgstximagesrc.la \ -			${GST_LIB_DIR}/libgstximagesrc.so -.endif - -## x264 -gst_x264_LIB_DEPENDS=	x264:${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} - -## xvid -gst_xvid_LIB_DEPENDS=	xvidcore:${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:${PORTSDIR}/audio/wavpack - -# zbar -gst_zbar_LIB_DEPENDS=	zbar:${PORTSDIR}/graphics/zbar - -.endif # NO_GSTREAMER_COMMON - -.if !defined(NO_GSTREAMER_COMMON) -gst_${GST_PLUGIN}_BUILD_DEPENDS?= -gst_${GST_PLUGIN}_LIB_DEPENDS?= -gst_${GST_PLUGIN}_RUN_DEPENDS?= -gst_${GST_PLUGIN}_USE_XORG?= -gst_${GST_PLUGIN}_PLIST_FILES?= \ -		${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la \ -		${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so -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}_GLIB_SCHEMAS?= -gst_${GST_PLUGIN}_CONFIGURE_ARGS?= -gst_${GST_PLUGIN}_USE_SDL?= -gst_${GST_PLUGIN}_USE_GSTREAMER1?= - -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_XORG+=	${gst_${GST_PLUGIN}_USE_XORG} -USE_GNOME+=	${gst_${GST_PLUGIN}_USE_GNOME} -CONFIGURE_ENV+=	${gst_${GST_PLUGIN}_CONFIGURE_ENV} - -.if ${gst_${GST_PLUGIN}_GLIB_SCHEMAS}!="" -GLIB_SCHEMAS=	${gst_${GST_PLUGIN}_GLIB_SCHEMAS} -.endif - -CONFIGURE_ARGS+=	${gst_${GST_PLUGIN}_CONFIGURE_ARGS} - -.if ${gst_${GST_PLUGIN}_USE_SDL}!="" -USE_SDL=		${gst_${GST_PLUGIN}_USE_SDL} -.endif - -USE_GSTREAMER1+=	${gst_${GST_PLUGIN}_USE_GSTREAMER1} ${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/gstreamer1-plugins/distinfo b/multimedia/gstreamer1-plugins/distinfo deleted file mode 100644 index d5f86c5f6..000000000 --- a/multimedia/gstreamer1-plugins/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (gst-plugins-base-1.0.5.tar.xz) = 37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173 -SIZE (gst-plugins-base-1.0.5.tar.xz) = 2351532 -SHA256 (gst-plugins-bad-1.0.5.tar.xz) = 2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a -SIZE (gst-plugins-bad-1.0.5.tar.xz) = 3144720 -SHA256 (gst-plugins-ugly-1.0.5.tar.xz) = a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331 -SIZE (gst-plugins-ugly-1.0.5.tar.xz) = 826376 -SHA256 (gst-plugins-good-1.0.5.tar.xz) = 53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5 -SIZE (gst-plugins-good-1.0.5.tar.xz) = 2710452 diff --git a/multimedia/gstreamer1-plugins/files/patch-Makefile.in b/multimedia/gstreamer1-plugins/files/patch-Makefile.in deleted file mode 100644 index 62746310e..000000000 --- a/multimedia/gstreamer1-plugins/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig	2011-08-03 12:37:02.000000000 +0200 -+++ Makefile.in	2011-08-03 12:37:15.000000000 +0200 -@@ -438,19 +438,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/gstreamer1-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c b/multimedia/gstreamer1-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c deleted file mode 100644 index 6d0fa67b9..000000000 --- a/multimedia/gstreamer1-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/gstreamer1-plugins/files/patch-gst_audioresample_float.c b/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_float.c deleted file mode 100644 index b08886910..000000000 --- a/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_float.c +++ /dev/null @@ -1,23 +0,0 @@ ---- gst/audioresample/speex_resampler_float.c.orig	2012-07-17 09:48:45.000000000 +0200 -+++ gst/audioresample/speex_resampler_float.c	2012-07-17 09:49:38.000000000 +0200 -@@ -17,8 +17,20 @@ -  * Boston, MA 02111-1307, USA. -  */ -  -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ -+#ifdef _USE_SSE -+#ifndef HAVE_XMMINTRIN_H -+#undef _USE_SSE -+#undef _USE_SSE2 -+#else - #define _USE_SSE - #define _USE_SSE2 -+#endif -+#endif -+ - #define FLOATING_POINT - #define OUTSIDE_SPEEX - #define RANDOM_PREFIX resample_float diff --git a/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_resample.c b/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_resample.c deleted file mode 100644 index aa5c15195..000000000 --- a/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_resample.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gst/audioresample/resample.c.orig	2012-06-28 10:15:58.000000000 +0200 -+++ gst/audioresample/resample.c	2012-06-28 10:22:41.000000000 +0200 -@@ -79,6 +79,9 @@ - #ifdef _USE_SSE - #ifndef HAVE_XMMINTRIN_H - #undef _USE_SSE -+/* this is a hack to build on i386, there the configure check for emmintrin.h -+   doesn't fail but the xmmintrin.h does. */ -+#undef _USE_SSE2 - #endif - #endif -  diff --git a/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_speex-resampler-double.c b/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_speex-resampler-double.c deleted file mode 100644 index 97d8e785a..000000000 --- a/multimedia/gstreamer1-plugins/files/patch-gst_audioresample_speex-resampler-double.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gst/audioresample/speex_resampler_double.c.orig	2012-06-28 10:31:31.000000000 +0200 -+++ gst/audioresample/speex_resampler_double.c	2012-06-28 10:33:01.000000000 +0200 -@@ -17,7 +17,18 @@ -  * Boston, MA 02111-1307, USA. -  */ -  -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ -+#ifdef _USE_SSE -+#ifndef HAVE_XMMINTRIN_H -+#undef _USE_SSE -+#undef _USE_SSE2 -+#else - #define _USE_SSE2 -+#endif -+#endif - #define FLOATING_POINT - #define DOUBLE_PRECISION - #define OUTSIDE_SPEEX diff --git a/multimedia/gstreamer1-plugins/pkg-descr b/multimedia/gstreamer1-plugins/pkg-descr deleted file mode 100644 index 10ae44a46..000000000 --- a/multimedia/gstreamer1-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.freedesktop.org/ diff --git a/multimedia/gstreamer1-plugins/pkg-plist b/multimedia/gstreamer1-plugins/pkg-plist deleted file mode 100644 index 5add606ec..000000000 --- a/multimedia/gstreamer1-plugins/pkg-plist +++ /dev/null @@ -1,235 +0,0 @@ -bin/gst-discoverer-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/app/gstappsink.h -include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h -include/gstreamer-%%VERSION%%/gst/audio/audio-channels.h -include/gstreamer-%%VERSION%%/gst/audio/audio-enumtypes.h -include/gstreamer-%%VERSION%%/gst/audio/audio-format.h -include/gstreamer-%%VERSION%%/gst/audio/audio-info.h -include/gstreamer-%%VERSION%%/gst/audio/audio.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiobasesink.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiobasesrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiocdsrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiodecoder.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioencoder.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioiec61937.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiometa.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioringbuffer.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/streamvolume.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/pbutils/codec-utils.h -include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h -include/gstreamer-%%VERSION%%/gst/pbutils/encoding-profile.h -include/gstreamer-%%VERSION%%/gst/pbutils/encoding-target.h -include/gstreamer-%%VERSION%%/gst/pbutils/gstdiscoverer.h -include/gstreamer-%%VERSION%%/gst/pbutils/gstpluginsbaseversion.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/gstrtcpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbaseaudiopayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasedepayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasepayload.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/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/gsttagmux.h -include/gstreamer-%%VERSION%%/gst/tag/tag.h -include/gstreamer-%%VERSION%%/gst/tag/xmpwriter.h -include/gstreamer-%%VERSION%%/gst/video/colorbalance.h -include/gstreamer-%%VERSION%%/gst/video/colorbalancechannel.h -include/gstreamer-%%VERSION%%/gst/video/gstvideodecoder.h -include/gstreamer-%%VERSION%%/gst/video/gstvideoencoder.h -include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h -include/gstreamer-%%VERSION%%/gst/video/gstvideometa.h -include/gstreamer-%%VERSION%%/gst/video/gstvideopool.h -include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h -include/gstreamer-%%VERSION%%/gst/video/gstvideoutils.h -include/gstreamer-%%VERSION%%/gst/video/navigation.h -include/gstreamer-%%VERSION%%/gst/video/video-blend.h -include/gstreamer-%%VERSION%%/gst/video/video-color.h -include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h -include/gstreamer-%%VERSION%%/gst/video/video-event.h -include/gstreamer-%%VERSION%%/gst/video/video-format.h -include/gstreamer-%%VERSION%%/gst/video/video-frame.h -include/gstreamer-%%VERSION%%/gst/video/video-info.h -include/gstreamer-%%VERSION%%/gst/video/video-overlay-composition.h -include/gstreamer-%%VERSION%%/gst/video/video.h -include/gstreamer-%%VERSION%%/gst/video/videoorientation.h -include/gstreamer-%%VERSION%%/gst/video/videooverlay.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/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%%/libgstencodebin.la -lib/gstreamer-%%VERSION%%/libgstencodebin.so -lib/gstreamer-%%VERSION%%/libgstgio.la -lib/gstreamer-%%VERSION%%/libgstgio.so -lib/gstreamer-%%VERSION%%/libgstplayback.la -lib/gstreamer-%%VERSION%%/libgstplayback.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%%/libgstvideoconvert.la -lib/gstreamer-%%VERSION%%/libgstvideoconvert.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/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/libgstfft-%%VERSION%%.a -lib/libgstfft-%%VERSION%%.la -lib/libgstfft-%%VERSION%%.so -lib/libgstfft-%%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-fft-%%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/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/gst-plugins-base/1.0/license-translations.dict -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/el/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/eo/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/gl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/hr/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/ro/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sl/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/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -@dirrm share/gst-plugins-base/1.0 -@dirrmtry share/gst-plugins-base -@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/fft -@dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrm include/gstreamer-%%VERSION%%/gst/app diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile deleted file mode 100644 index 045a3e7e3..000000000 --- a/multimedia/gstreamer1/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ -#    $MCom: ports/trunk/multimedia/gstreamer1/Makefile 17268 2013-04-01 05:13:11Z marcus $ - -PORTNAME=	gstreamer1 -PORTVERSION=	1.0.5 -CATEGORIES=	multimedia -MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/ -DISTNAME=	${PORTNAME:S/1//}-${PORTVERSION} - -MAINTAINER=	multimedia@FreeBSD.org -COMMENT=	Media applications framework - -LICENSE=	LGPL20 - -BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ -		gobject-introspection>=1.31.1:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -CFLAGS:=	${CFLAGS} -O2 -Wno-format -USES=		bison gettext pathfix pkgconfig -USE_XZ=		yes -USE_GMAKE=	yes -MAKE_JOBS_SAVE=	yes -USE_GNOME=	glib20 ltverhack:0 ltasneededhack -USE_AUTOTOOLS=	libtool -CONFIGURE_ARGS=	--disable-tests \ -		--disable-examples \ -		--disable-failing-tests \ -		--disable-fatal-warnings \ -		--disable-gtk-doc -CPPFLAGS+=	-I${LOCALBASE}/include -LDFLAGS+=	-L${LOCALBASE}/lib -CONFIGURE_ENV=	ac_cv_func_register_printf_function="no" \ -		FLEX_PATH="${LOCALBASE}/bin/flex" -PLIST_SUB=	VERSION="${GST10_VERSION}" -USE_LDCONFIG=	yes -GST10_VERSION=	1.0 - -MAN1=	gst-inspect-${GST10_VERSION}.1 gst-launch-${GST10_VERSION}.1 \ -	gst-typefind-${GST10_VERSION}.1 - -OPTIONS_DEFINE=	CHECK -CHECK_DESC=	Support unit tests - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MCHECK} -LIB_DEPENDS+=	check:${PORTSDIR}/devel/libcheck -CONFIGURE_ARGS+=--enable-check -PLIST_SUB+=	CHECK="" -.else -CONFIGURE_ARGS+=--disable-check -PLIST_SUB+=	CHECK="@comment " -.endif - -post-patch: -	@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ -		${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo deleted file mode 100644 index 817226810..000000000 --- a/multimedia/gstreamer1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gstreamer-1.0.5.tar.xz) = 26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77 -SIZE (gstreamer-1.0.5.tar.xz) = 3130428 diff --git a/multimedia/gstreamer1/files/patch-Makefile.in b/multimedia/gstreamer1/files/patch-Makefile.in deleted file mode 100644 index 7731518e8..000000000 --- a/multimedia/gstreamer1/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig	2012-08-08 18:41:42.000000000 +0200 -+++ Makefile.in	2012-08-08 18:42:15.000000000 +0200 -@@ -495,13 +495,12 @@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook - aclocaldir = $(datadir)/aclocal - aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 --SUBDIRS = pkgconfig gst libs plugins tests docs po m4 common \ -+SUBDIRS = pkgconfig gst libs plugins tests po m4 common \ - 	$(am__append_1) -  - # These are all the possible subdirs - DIST_SUBDIRS = pkgconfig \ - 	gst libs plugins tools tests \ --	docs \ - 	po \ - 	m4 \ - 	common diff --git a/multimedia/gstreamer1/pkg-descr b/multimedia/gstreamer1/pkg-descr deleted file mode 100644 index 61a492cd9..000000000 --- a/multimedia/gstreamer1/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.freedesktop.org/ diff --git a/multimedia/gstreamer1/pkg-plist b/multimedia/gstreamer1/pkg-plist deleted file mode 100644 index 154475fda..000000000 --- a/multimedia/gstreamer1/pkg-plist +++ /dev/null @@ -1,179 +0,0 @@ -bin/gst-inspect-%%VERSION%% -bin/gst-launch-%%VERSION%% -bin/gst-typefind-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/base/gstadapter.h -include/gstreamer-%%VERSION%%/gst/base/gstbaseparse.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/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/gstargbcontrolbinding.h -include/gstreamer-%%VERSION%%/gst/controller/gstdirectcontrolbinding.h -include/gstreamer-%%VERSION%%/gst/controller/gsttimedvaluecontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gsttriggercontrolsource.h -include/gstreamer-%%VERSION%%/gst/glib-compat.h -include/gstreamer-%%VERSION%%/gst/gst.h -include/gstreamer-%%VERSION%%/gst/gstallocator.h -include/gstreamer-%%VERSION%%/gst/gstatomicqueue.h -include/gstreamer-%%VERSION%%/gst/gstbin.h -include/gstreamer-%%VERSION%%/gst/gstbuffer.h -include/gstreamer-%%VERSION%%/gst/gstbufferlist.h -include/gstreamer-%%VERSION%%/gst/gstbufferpool.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/gstcontrolbinding.h -include/gstreamer-%%VERSION%%/gst/gstcontrolsource.h -include/gstreamer-%%VERSION%%/gst/gstdatetime.h -include/gstreamer-%%VERSION%%/gst/gstdebugutils.h -include/gstreamer-%%VERSION%%/gst/gstelement.h -include/gstreamer-%%VERSION%%/gst/gstelementfactory.h -include/gstreamer-%%VERSION%%/gst/gstelementmetadata.h -include/gstreamer-%%VERSION%%/gst/gstenumtypes.h -include/gstreamer-%%VERSION%%/gst/gsterror.h -include/gstreamer-%%VERSION%%/gst/gstevent.h -include/gstreamer-%%VERSION%%/gst/gstformat.h -include/gstreamer-%%VERSION%%/gst/gstghostpad.h -include/gstreamer-%%VERSION%%/gst/gstinfo.h -include/gstreamer-%%VERSION%%/gst/gstiterator.h -include/gstreamer-%%VERSION%%/gst/gstmacros.h -include/gstreamer-%%VERSION%%/gst/gstmemory.h -include/gstreamer-%%VERSION%%/gst/gstmessage.h -include/gstreamer-%%VERSION%%/gst/gstmeta.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/gstsample.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/gsttoc.h -include/gstreamer-%%VERSION%%/gst/gsttocsetter.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/math-compat.h -include/gstreamer-%%VERSION%%/gst/net/gstnet.h -include/gstreamer-%%VERSION%%/gst/net/gstnetaddressmeta.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/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/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-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/el/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/eo/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/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/hr/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/lt/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/ro/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/sl/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/controller -%%CHECK%%@dirrm include/gstreamer-%%VERSION%%/gst/check -@dirrm include/gstreamer-%%VERSION%%/gst/base -@dirrm include/gstreamer-%%VERSION%%/gst -@dirrm include/gstreamer-%%VERSION%% diff --git a/net/gstreamer1-plugins-libmms/Makefile b/net/gstreamer1-plugins-libmms/Makefile deleted file mode 100644 index 219b688c9..000000000 --- a/net/gstreamer1-plugins-libmms/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	net - -COMMENT=	Gstreamer mms:// and mmsh:// plugin - -GST_PLUGIN=	libmms -DIST=		bad - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/x11/gstreamer1-plugins-x/Makefile b/x11/gstreamer1-plugins-x/Makefile deleted file mode 100644 index 1dbe602c8..000000000 --- a/x11/gstreamer1-plugins-x/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	x11 - -COMMENT=	Gstreamer X and Xvideo output plugins - -GST_PLUGIN=	x -DIST=		base - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/x11/gstreamer1-plugins-ximagesrc/Makefile b/x11/gstreamer1-plugins-ximagesrc/Makefile deleted file mode 100644 index d19137765..000000000 --- a/x11/gstreamer1-plugins-ximagesrc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTREVISION=	0 -CATEGORIES=	audio -PKGNAMESUFFIX=	-ximagesrc - -COMMENT=	Gstreamer X source plugin - -GST_PLUGIN=	x -DIST=		good - -MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile" | 
