[Midnightbsd-cvs] mports [20108] trunk/multimedia: initial creation of gstreamer 1 multimedia plugins based on freebsd ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 29 11:08:37 EDT 2015


Revision: 20108
          http://svnweb.midnightbsd.org/mports/?rev=20108
Author:   laffer1
Date:     2015-08-29 11:08:37 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
initial creation of gstreamer 1 multimedia plugins based on freebsd ports

Modified Paths:
--------------
    trunk/multimedia/Makefile

Added Paths:
-----------
    trunk/multimedia/gstreamer1-plugins-all/
    trunk/multimedia/gstreamer1-plugins-all/Makefile
    trunk/multimedia/gstreamer1-plugins-all/pkg-descr
    trunk/multimedia/gstreamer1-plugins-assrender/
    trunk/multimedia/gstreamer1-plugins-assrender/Makefile
    trunk/multimedia/gstreamer1-plugins-bad/
    trunk/multimedia/gstreamer1-plugins-bad/Makefile
    trunk/multimedia/gstreamer1-plugins-bad/pkg-plist
    trunk/multimedia/gstreamer1-plugins-core/
    trunk/multimedia/gstreamer1-plugins-core/Makefile
    trunk/multimedia/gstreamer1-plugins-core/pkg-descr
    trunk/multimedia/gstreamer1-plugins-dts/
    trunk/multimedia/gstreamer1-plugins-dts/Makefile
    trunk/multimedia/gstreamer1-plugins-dv/
    trunk/multimedia/gstreamer1-plugins-dv/Makefile
    trunk/multimedia/gstreamer1-plugins-dvdread/
    trunk/multimedia/gstreamer1-plugins-dvdread/Makefile
    trunk/multimedia/gstreamer1-plugins-gnonlin/
    trunk/multimedia/gstreamer1-plugins-gnonlin/Makefile
    trunk/multimedia/gstreamer1-plugins-gnonlin/distinfo
    trunk/multimedia/gstreamer1-plugins-gnonlin/pkg-descr
    trunk/multimedia/gstreamer1-plugins-good/
    trunk/multimedia/gstreamer1-plugins-good/Makefile
    trunk/multimedia/gstreamer1-plugins-good/files/
    trunk/multimedia/gstreamer1-plugins-good/files/patch-configure
    trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c
    trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssink.c
    trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssrc.c
    trunk/multimedia/gstreamer1-plugins-good/pkg-plist
    trunk/multimedia/gstreamer1-plugins-hls/
    trunk/multimedia/gstreamer1-plugins-hls/Makefile
    trunk/multimedia/gstreamer1-plugins-kate/
    trunk/multimedia/gstreamer1-plugins-kate/Makefile
    trunk/multimedia/gstreamer1-plugins-mpeg2dec/
    trunk/multimedia/gstreamer1-plugins-mpeg2dec/Makefile
    trunk/multimedia/gstreamer1-plugins-mpeg2enc/
    trunk/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
    trunk/multimedia/gstreamer1-plugins-resindvd/
    trunk/multimedia/gstreamer1-plugins-resindvd/Makefile
    trunk/multimedia/gstreamer1-plugins-rtmp/
    trunk/multimedia/gstreamer1-plugins-rtmp/Makefile
    trunk/multimedia/gstreamer1-plugins-schroedinger/
    trunk/multimedia/gstreamer1-plugins-schroedinger/Makefile
    trunk/multimedia/gstreamer1-plugins-theora/
    trunk/multimedia/gstreamer1-plugins-theora/Makefile
    trunk/multimedia/gstreamer1-plugins-ugly/
    trunk/multimedia/gstreamer1-plugins-ugly/Makefile
    trunk/multimedia/gstreamer1-plugins-ugly/pkg-plist
    trunk/multimedia/gstreamer1-plugins-v4l2/
    trunk/multimedia/gstreamer1-plugins-v4l2/Makefile
    trunk/multimedia/gstreamer1-plugins-vpx/
    trunk/multimedia/gstreamer1-plugins-vpx/Makefile
    trunk/multimedia/gstreamer1-plugins-x264/
    trunk/multimedia/gstreamer1-plugins-x264/Makefile

Modified: trunk/multimedia/Makefile
===================================================================
--- trunk/multimedia/Makefile	2015-08-29 15:08:13 UTC (rev 20107)
+++ trunk/multimedia/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -31,6 +31,27 @@
 SUBDIR += gstreamer-qt4
 SUBDIR += gstreamer1
 SUBDIR += gstreamer1-plugins
+SUBDIR += gstreamer1-plugins-all
+SUBDIR += gstreamer1-plugins-assrender
+SUBDIR += gstreamer1-plugins-bad
+SUBDIR += gstreamer1-plugins-core
+SUBDIR += gstreamer1-plugins-dts
+SUBDIR += gstreamer1-plugins-dv
+SUBDIR += gstreamer1-plugins-dvdread
+SUBDIR += gstreamer1-plugins-gnonlin
+SUBDIR += gstreamer1-plugins-good
+SUBDIR += gstreamer1-plugins-hls
+SUBDIR += gstreamer1-plugins-kate
+SUBDIR += gstreamer1-plugins-mpeg2dec
+SUBDIR += gstreamer1-plugins-mpeg2enc
+SUBDIR += gstreamer1-plugins-resindvd
+SUBDIR += gstreamer1-plugins-rtmp
+SUBDIR += gstreamer1-plugins-schroedinger
+SUBDIR += gstreamer1-plugins-theora
+SUBDIR += gstreamer1-plugins-ugly
+SUBDIR += gstreamer1-plugins-v4l2
+SUBDIR += gstreamer1-plugins-vpx
+SUBDIR += gstreamer1-plugins-x264
 SUBDIR += libdca
 SUBDIR += libdv
 SUBDIR += libdvdcss

Added: trunk/multimedia/gstreamer1-plugins-all/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-all/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-all/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,38 @@
+# $MidnightBSD$
+
+PORTNAME=	gstreamer1-plugins-all
+PORTVERSION=	${GST1_VERSION}
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Meta-port of all gstreamer 1.x plugins with options
+
+USES=		metaport
+
+USE_GSTREAMER1=	yes
+
+.for all in ${_GSTREAMER_PLUGINS}
+OPTIONS_DEFINE+=	${all:tu}
+${all:tu}_DESC=	${all} plugin
+OPTIONS_DEFAULT+=	${all:tu}
+.endfor
+
+.include <bsd.mport.options.mk>
+
+# Weed out gst-plugins that can not be packaged. or are broken.
+.if defined(PACKAGE_BUILDING)
+PORT_OPTIONS:=	${PORT_OPTIONS:NFAAC} # Mp4 Dolby license , no package
+PORT_OPTIONS:=	${PORT_OPTIONS:NLAME} # MP3 License , no package
+PORT_OPTIONS:=	${PORT_OPTIONS:NVDPAU} # Needs to be build agains running kernel
+.endif
+
+OPTIONS_DEFINE_i386=	SPC
+
+.for f in ${OPTIONS_DEFINE}
+.if ${PORT_OPTIONS:M${f:tu}}
+USE_GSTREAMER1+=${f:tl}
+.endif
+.endfor
+
+.include <bsd.port.mk>


Property changes on: trunk/multimedia/gstreamer1-plugins-all/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-all/pkg-descr
===================================================================
--- trunk/multimedia/gstreamer1-plugins-all/pkg-descr	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-all/pkg-descr	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1 @@
+Meta-port of all gstreamer-plugins with options.


Property changes on: trunk/multimedia/gstreamer1-plugins-all/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-assrender/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-assrender/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-assrender/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-assrender/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer ASS/SSA text renderer plugin
+
+GST_PLUGIN=	assrender
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-assrender/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-bad/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-bad/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-bad/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,34 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/multimedia/gstreamer1-plugins-bad/Makefile 393429 2015-08-02 15:03:19Z tijl $
+#    $MCom: ports/multimedia/gstreamer1-plugins-bad/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $
+
+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} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
+.endfor
+
+do-install:
+.for dir in ${BAD_GST_DIRS}
+	@(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+.endfor
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-bad/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-bad/pkg-plist
===================================================================
--- trunk/multimedia/gstreamer1-plugins-bad/pkg-plist	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-bad/pkg-plist	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,154 @@
+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/gsth265parser.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpeg4parser.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideometa.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideoparser.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstvc1parser.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstvp8parser.h
+include/gstreamer-%%VERSION%%/gst/codecparsers/gstvp8rangedecoder.h
+include/gstreamer-%%VERSION%%/gst/insertbin/gstinsertbin.h
+include/gstreamer-%%VERSION%%/gst/interfaces/photography-enumtypes.h
+include/gstreamer-%%VERSION%%/gst/interfaces/photography.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gst-atsc-section.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gst-dvb-descriptor.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gst-dvb-section.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gst-scte-section.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegts-enumtypes.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegtsdescriptor.h
+include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegtssection.h
+include/gstreamer-%%VERSION%%/gst/mpegts/mpegts.h
+include/gstreamer-%%VERSION%%/gst/uridownloader/gstfragment.h
+include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader.h
+include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader_debug.h
+lib/girepository-1.0/GstInsertBin-%%VERSION%%.typelib
+lib/girepository-1.0/GstMpegts-%%VERSION%%.typelib
+lib/gstreamer-%%VERSION%%/libgstaccurip.so
+lib/gstreamer-%%VERSION%%/libgstadpcmdec.so
+lib/gstreamer-%%VERSION%%/libgstadpcmenc.so
+lib/gstreamer-%%VERSION%%/libgstaiff.so
+lib/gstreamer-%%VERSION%%/libgstasfmux.so
+lib/gstreamer-%%VERSION%%/libgstaudiofxbad.so
+lib/gstreamer-%%VERSION%%/libgstaudiomixer.so
+lib/gstreamer-%%VERSION%%/libgstaudiovisualizers.so
+lib/gstreamer-%%VERSION%%/libgstautoconvert.so
+lib/gstreamer-%%VERSION%%/libgstbayer.so
+lib/gstreamer-%%VERSION%%/libgstcamerabin2.so
+lib/gstreamer-%%VERSION%%/libgstcoloreffects.so
+lib/gstreamer-%%VERSION%%/libgstcompositor.so
+lib/gstreamer-%%VERSION%%/libgstdataurisrc.so
+lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.so
+lib/gstreamer-%%VERSION%%/libgstdvb.so
+lib/gstreamer-%%VERSION%%/libgstdvbsuboverlay.so
+lib/gstreamer-%%VERSION%%/libgstdvdspu.so
+lib/gstreamer-%%VERSION%%/libgstfestival.so
+lib/gstreamer-%%VERSION%%/libgstfieldanalysis.so
+lib/gstreamer-%%VERSION%%/libgstfreeverb.so
+lib/gstreamer-%%VERSION%%/libgstfrei0r.so
+lib/gstreamer-%%VERSION%%/libgstgaudieffects.so
+lib/gstreamer-%%VERSION%%/libgstgdp.so
+lib/gstreamer-%%VERSION%%/libgstgeometrictransform.so
+lib/gstreamer-%%VERSION%%/libgstid3tag.so
+lib/gstreamer-%%VERSION%%/libgstinter.so
+lib/gstreamer-%%VERSION%%/libgstinterlace.so
+lib/gstreamer-%%VERSION%%/libgstivfparse.so
+lib/gstreamer-%%VERSION%%/libgstivtc.so
+lib/gstreamer-%%VERSION%%/libgstjp2kdecimator.so
+lib/gstreamer-%%VERSION%%/libgstjpegformat.so
+lib/gstreamer-%%VERSION%%/libgstliveadder.so
+lib/gstreamer-%%VERSION%%/libgstmidi.so
+lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.so
+lib/gstreamer-%%VERSION%%/libgstmpegpsmux.so
+lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.so
+lib/gstreamer-%%VERSION%%/libgstmpegtsmux.so
+lib/gstreamer-%%VERSION%%/libgstmxf.so
+lib/gstreamer-%%VERSION%%/libgstpcapparse.so
+lib/gstreamer-%%VERSION%%/libgstpnm.so
+lib/gstreamer-%%VERSION%%/libgstrawparse.so
+lib/gstreamer-%%VERSION%%/libgstremovesilence.so
+lib/gstreamer-%%VERSION%%/libgstsdpelem.so
+lib/gstreamer-%%VERSION%%/libgstsegmentclip.so
+lib/gstreamer-%%VERSION%%/libgstshm.so
+lib/gstreamer-%%VERSION%%/libgstsiren.so
+lib/gstreamer-%%VERSION%%/libgstsmooth.so
+lib/gstreamer-%%VERSION%%/libgstspeed.so
+lib/gstreamer-%%VERSION%%/libgststereo.so
+lib/gstreamer-%%VERSION%%/libgstsubenc.so
+lib/gstreamer-%%VERSION%%/libgstvideofiltersbad.so
+lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.so
+lib/gstreamer-%%VERSION%%/libgstvideosignal.so
+lib/gstreamer-%%VERSION%%/libgstvmnc.so
+lib/gstreamer-%%VERSION%%/libgsty4mdec.so
+lib/gstreamer-%%VERSION%%/libgstyadif.so
+lib/libgstbadbase-%%VERSION%%.so
+lib/libgstbadbase-%%VERSION%%.so.0
+lib/libgstbadbase-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstbadvideo-%%VERSION%%.so
+lib/libgstbadvideo-%%VERSION%%.so.0
+lib/libgstbadvideo-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstbasecamerabinsrc-%%VERSION%%.so
+lib/libgstbasecamerabinsrc-%%VERSION%%.so.0
+lib/libgstbasecamerabinsrc-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstcodecparsers-%%VERSION%%.so
+lib/libgstcodecparsers-%%VERSION%%.so.0
+lib/libgstcodecparsers-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstinsertbin-%%VERSION%%.so
+lib/libgstinsertbin-%%VERSION%%.so.0
+lib/libgstinsertbin-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstmpegts-%%VERSION%%.so
+lib/libgstmpegts-%%VERSION%%.so.0
+lib/libgstmpegts-%%VERSION%%.so.%%SOVERSION%%
+lib/libgstphotography-%%VERSION%%.so
+lib/libgstphotography-%%VERSION%%.so.0
+lib/libgstphotography-%%VERSION%%.so.%%SOVERSION%%
+lib/libgsturidownloader-%%VERSION%%.so
+lib/libgsturidownloader-%%VERSION%%.so.0
+lib/libgsturidownloader-%%VERSION%%.so.%%SOVERSION%%
+libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc
+libdata/pkgconfig/gstreamer-insertbin-%%VERSION%%.pc
+libdata/pkgconfig/gstreamer-mpegts-%%VERSION%%.pc
+libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc
+share/gir-1.0/GstInsertBin-%%VERSION%%.gir
+share/gir-1.0/GstMpegts-%%VERSION%%.gir
+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


Property changes on: trunk/multimedia/gstreamer1-plugins-bad/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-core/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-core/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-core/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,50 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $MidnightBSD$
+
+PORTNAME=	gstreamer1-plugins-core
+PORTVERSION=	${GST1_VERSION}${GST1_MINIMAL_VERSION}
+PORTREVISION=	0
+CATEGORIES=	multimedia audio
+MASTER_SITES=	# empty
+DISTFILES=	# empty
+EXTRACT_ONLY=	# empty
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Core set of typical audio and video gstreamer-plugins
+
+LICENSE=	gpl2
+
+NO_BUILD=	yes
+GST_DIR=	lib/gstreamer-1.0
+PLIST_FILES=	${GST_DIR}/.gstreamer-plugins-core.keep
+
+USE_GSTREAMER1=yes
+
+OPTIONS_DEFINE=	DVD
+OPTIONS_DEFAULT=DVD
+DVD_DESC=	Include DVD related plugins
+
+.include <bsd.mport.options.mk>
+
+# Audio plugins
+USE_GSTREAMER1+=	mad ogg vorbis
+
+# Graphics plugins
+USE_GSTREAMER1+=	png
+
+# Misc plugins
+USE_GSTREAMER1+=	pango
+
+# Multimedia plugins
+USE_GSTREAMER1+=	libav good theora
+
+.if ${PORT_OPTIONS:MDVD}
+# dvd related plugins plugins
+USE_GSTREAMER1+=	a52dec dvdread resindvd dts
+.endif
+
+do-install:
+	${MKDIR} ${PREFIX}/${GST_DIR}
+	${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep
+
+.include <bsd.port.mk>


Property changes on: trunk/multimedia/gstreamer1-plugins-core/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-core/pkg-descr
===================================================================
--- trunk/multimedia/gstreamer1-plugins-core/pkg-descr	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-core/pkg-descr	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,3 @@
+Meta-port to core "typical" gstreamer-plugins
+
+WWW:	http://gstreamer.net


Property changes on: trunk/multimedia/gstreamer1-plugins-core/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-dts/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-dts/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-dts/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-dts/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer dts plugin
+
+GST_PLUGIN=	dts
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-dts/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-dv/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-dv/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-dv/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,14 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-dv/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+PKGNAMESUFFIX=	1-plugins-dv
+
+COMMENT=	Gstreamer dv plugin
+
+GST_PLUGIN=	libdv
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-dv/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-dvdread/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-dvdread/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-dvdread/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-dvdread/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer dvdread plugin
+
+GST_PLUGIN=	dvdread
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-dvdread/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-gnonlin/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-gnonlin/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-gnonlin/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,20 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/multimedia/gstreamer1-plugins-gnonlin/Makefile 374804 2014-12-16 13:35:01Z kwm $
+
+PORTNAME=	gstreamer1-plugins-gnonlin
+PORTVERSION=	1.4.0
+CATEGORIES=	multimedia
+MASTER_SITES=	http://gstreamer.freedesktop.org/src/gnonlin/
+DISTNAME=	gnonlin-${PORTVERSION}
+
+MAINTAINER=	multimedia at FreeBSD.org
+COMMENT=	Gstreamer lib for writing non-linear audio and video
+
+USES=		libtool pkgconfig python:3,build tar:xz
+GNU_CONFIGURE=	yes
+USE_GSTREAMER1=	good
+INSTALL_TARGET=	install-strip
+
+PLIST_FILES=	lib/gstreamer-1.0/libgnl.so
+
+.include <bsd.port.mk>


Property changes on: trunk/multimedia/gstreamer1-plugins-gnonlin/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-gnonlin/distinfo
===================================================================
--- trunk/multimedia/gstreamer1-plugins-gnonlin/distinfo	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-gnonlin/distinfo	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,2 @@
+SHA256 (gnonlin-1.4.0.tar.xz) = 2d667e1632816ea8a6ff7c8b75b29241b6542e1f6ab41d9d51661c287006667f
+SIZE (gnonlin-1.4.0.tar.xz) = 404096


Property changes on: trunk/multimedia/gstreamer1-plugins-gnonlin/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-gnonlin/pkg-descr
===================================================================
--- trunk/multimedia/gstreamer1-plugins-gnonlin/pkg-descr	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-gnonlin/pkg-descr	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,3 @@
+Gstreamer library for writing non-linear audio and video
+
+WWW: http://gstreamer.net


Property changes on: trunk/multimedia/gstreamer1-plugins-gnonlin/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,37 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/multimedia/gstreamer1-plugins-good/Makefile 374804 2014-12-16 13:35:01Z kwm $
+#    $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Good gstreamer-plugins
+
+GST_PLUGIN=	good
+GST_PLUGIN_SUFFIX=	-good
+
+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=	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} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
+.endfor
+
+do-install:
+.for dir in ${GOOD_GST_DIRS}
+	@(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+
+.endfor
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-good/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/files/patch-configure
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/files/patch-configure	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/files/patch-configure	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,11 @@
+--- 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
+ 


Property changes on: trunk/multimedia/gstreamer1-plugins-good/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,82 @@
+--- sys/oss/gstosshelper.c.orig	2014-07-21 10:24:27.000000000 +0200
++++ sys/oss/gstosshelper.c	2014-10-12 18:13:53.847663389 +0200
+@@ -82,9 +82,9 @@
+ gst_oss_helper_probe_caps (gint fd)
+ {
+ #if G_BYTE_ORDER == G_LITTLE_ENDIAN
+-  const guint probe_formats[] = { AFMT_S16_LE, AFMT_U16_LE, AFMT_U8, AFMT_S8 };
++  const guint probe_formats[] = { AFMT_U32_LE, AFMT_S32_LE, AFMT_U24_LE, AFMT_S24_LE, AFMT_S16_LE, AFMT_U16_LE, AFMT_U8, AFMT_S8 };
+ #else
+-  const guint probe_formats[] = { AFMT_S16_BE, AFMT_U16_BE, AFMT_U8, AFMT_S8 };
++  const guint probe_formats[] = { AFMT_U32_BE, AFMT_S32_BE, AFMT_U24_BE, AFMT_S24_BE, AFMT_S16_BE, AFMT_U16_BE, AFMT_U8, AFMT_S8 };
+ #endif
+   GstOssProbe *probe;
+   int i, f;
+@@ -165,6 +165,9 @@
+   const gchar *format;
+ 
+   switch (format_bit) {
++    case AFMT_S8:
++      format = "S8";
++      break;
+     case AFMT_U8:
+       format = "U8";
+       break;
+@@ -174,15 +177,36 @@
+     case AFMT_S16_BE:
+       format = "S16BE";
+       break;
+-    case AFMT_S8:
+-      format = "S8";
+-      break;
+     case AFMT_U16_LE:
+       format = "U16LE";
+       break;
+     case AFMT_U16_BE:
+       format = "U16BE";
+       break;
++    case AFMT_S24_LE:
++      format = "S24LE";
++      break;
++    case AFMT_S24_BE:
++      format = "S24BE";
++      break;
++    case AFMT_U24_LE:
++      format = "U24LE";
++      break;
++    case AFMT_U24_BE:
++      format = "U24BE";
++      break;
++    case AFMT_S32_LE:
++      format = "S32LE";
++      break;
++    case AFMT_S32_BE:
++      format = "S32BE";
++      break;
++    case AFMT_U32_LE:
++      format = "U32LE";
++      break;
++    case AFMT_U32_BE:
++      format = "U32BE";
++      break;
+     default:
+       g_assert_not_reached ();
+       return NULL;
+@@ -320,13 +344,17 @@
+   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 || format != probe->format) {
+     GST_DEBUG ("unsupported format: %d (%d)", probe->format, format);


Property changes on: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosshelper.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssink.c
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssink.c	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssink.c	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,73 @@
+--- sys/oss/gstosssink.c.orig	2013-09-24 15:05:22.000000000 +0200
++++ sys/oss/gstosssink.c	2014-09-11 09:10:55.116013220 +0200
+@@ -106,7 +106,10 @@
+   PROP_DEVICE,
+ };
+ 
+-#define FORMATS "{" GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
++#define FORMATS "{" GST_AUDIO_NE(S32)","GST_AUDIO_NE(U32)"," \
++                    GST_AUDIO_NE(S24)","GST_AUDIO_NE(U24)"," \
++                    GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)"," \
++                    "S8, U8 }"
+ 
+ static GstStaticPadTemplate osssink_sink_factory =
+     GST_STATIC_PAD_TEMPLATE ("sink",
+@@ -321,6 +324,9 @@
+     case GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW:
+     {
+       switch (rfmt) {
++        case GST_AUDIO_FORMAT_S8:
++          result = AFMT_S8;
++          break;
+         case GST_AUDIO_FORMAT_U8:
+           result = AFMT_U8;
+           break;
+@@ -330,15 +336,36 @@
+         case GST_AUDIO_FORMAT_S16BE:
+           result = AFMT_S16_BE;
+           break;
+-        case GST_AUDIO_FORMAT_S8:
+-          result = AFMT_S8;
+-          break;
+         case GST_AUDIO_FORMAT_U16LE:
+           result = AFMT_U16_LE;
+           break;
+         case GST_AUDIO_FORMAT_U16BE:
+           result = AFMT_U16_BE;
+           break;
++        case GST_AUDIO_FORMAT_S24LE:
++          result = AFMT_S24_LE;
++          break;
++        case GST_AUDIO_FORMAT_S24BE:
++          result = AFMT_S24_BE;
++          break;
++        case GST_AUDIO_FORMAT_U24LE:
++          result = AFMT_U24_LE;
++          break;
++        case GST_AUDIO_FORMAT_U24BE:
++          result = AFMT_U24_BE;
++          break;
++        case GST_AUDIO_FORMAT_S32LE:
++          result = AFMT_S32_LE;
++          break;
++        case GST_AUDIO_FORMAT_S32BE:
++          result = AFMT_S32_BE;
++          break;
++        case GST_AUDIO_FORMAT_U32LE:
++          result = AFMT_U32_LE;
++          break;
++        case GST_AUDIO_FORMAT_U32BE:
++          result = AFMT_U32_BE;
++          break;
+         default:
+           result = 0;
+           break;
+@@ -441,7 +468,7 @@
+   rate = GST_AUDIO_INFO_RATE (&spec->info);
+   channels = GST_AUDIO_INFO_CHANNELS (&spec->info);
+ 
+-  if (width != 16 && width != 8)
++  if (width != 32 && width != 24 && width != 16 && width != 8)
+     goto dodgy_width;
+ 
+   SET_PARAM (oss, SNDCTL_DSP_SETFMT, tmp, "SETFMT");


Property changes on: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssink.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssrc.c
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssrc.c	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssrc.c	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,73 @@
+--- sys/oss/gstosssrc.c.orig	2013-09-24 15:05:22.000000000 +0200
++++ sys/oss/gstosssrc.c	2014-09-11 09:10:55.116013220 +0200
+@@ -100,7 +100,10 @@
+ static guint gst_oss_src_delay (GstAudioSrc * asrc);
+ static void gst_oss_src_reset (GstAudioSrc * asrc);
+ 
+-#define FORMATS "{" GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
++#define FORMATS "{" GST_AUDIO_NE(S32)","GST_AUDIO_NE(U32)"," \
++                    GST_AUDIO_NE(S24)","GST_AUDIO_NE(U24)"," \
++                    GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)"," \
++                    "S8, U8 }"
+ 
+ static GstStaticPadTemplate osssrc_src_factory = GST_STATIC_PAD_TEMPLATE ("src",
+     GST_PAD_SRC,
+@@ -314,6 +317,9 @@
+     case GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW:
+     {
+       switch (rfmt) {
++        case GST_AUDIO_FORMAT_S8:
++          result = AFMT_S8;
++          break;
+         case GST_AUDIO_FORMAT_U8:
+           result = AFMT_U8;
+           break;
+@@ -323,15 +329,36 @@
+         case GST_AUDIO_FORMAT_S16BE:
+           result = AFMT_S16_BE;
+           break;
+-        case GST_AUDIO_FORMAT_S8:
+-          result = AFMT_S8;
+-          break;
+         case GST_AUDIO_FORMAT_U16LE:
+           result = AFMT_U16_LE;
+           break;
+         case GST_AUDIO_FORMAT_U16BE:
+           result = AFMT_U16_BE;
+           break;
++        case GST_AUDIO_FORMAT_S24LE:
++          result = AFMT_S24_LE;
++          break;
++        case GST_AUDIO_FORMAT_S24BE:
++          result = AFMT_S24_BE;
++          break;
++        case GST_AUDIO_FORMAT_U24LE:
++          result = AFMT_U24_LE;
++          break;
++        case GST_AUDIO_FORMAT_U24BE:
++          result = AFMT_U24_BE;
++          break;
++        case GST_AUDIO_FORMAT_S32LE:
++          result = AFMT_S32_LE;
++          break;
++        case GST_AUDIO_FORMAT_S32BE:
++          result = AFMT_S32_BE;
++          break;
++        case GST_AUDIO_FORMAT_U32LE:
++          result = AFMT_U32_LE;
++          break;
++        case GST_AUDIO_FORMAT_U32BE:
++          result = AFMT_U32_BE;
++          break;
+         default:
+           result = 0;
+           break;
+@@ -428,7 +455,7 @@
+   rate = GST_AUDIO_INFO_RATE (&spec->info);
+   channels = GST_AUDIO_INFO_CHANNELS (&spec->info);
+ 
+-  if (width != 16 && width != 8)
++  if (width != 32 && width != 24 && width != 16 && width != 8)
+     goto dodgy_width;
+ 
+   tmp = ilog2 (spec->segsize);


Property changes on: trunk/multimedia/gstreamer1-plugins-good/files/patch-sys_oss_gstosssrc.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-good/pkg-plist
===================================================================
--- trunk/multimedia/gstreamer1-plugins-good/pkg-plist	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-good/pkg-plist	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,90 @@
+lib/gstreamer-%%VERSION%%/libgstalaw.so
+lib/gstreamer-%%VERSION%%/libgstalpha.so
+lib/gstreamer-%%VERSION%%/libgstalphacolor.so
+lib/gstreamer-%%VERSION%%/libgstapetag.so
+lib/gstreamer-%%VERSION%%/libgstaudiofx.so
+lib/gstreamer-%%VERSION%%/libgstaudioparsers.so
+lib/gstreamer-%%VERSION%%/libgstauparse.so
+lib/gstreamer-%%VERSION%%/libgstautodetect.so
+lib/gstreamer-%%VERSION%%/libgstavi.so
+lib/gstreamer-%%VERSION%%/libgstcutter.so
+lib/gstreamer-%%VERSION%%/libgstdebug.so
+lib/gstreamer-%%VERSION%%/libgstdeinterlace.so
+lib/gstreamer-%%VERSION%%/libgstdtmf.so
+lib/gstreamer-%%VERSION%%/libgsteffectv.so
+lib/gstreamer-%%VERSION%%/libgstequalizer.so
+lib/gstreamer-%%VERSION%%/libgstflv.so
+lib/gstreamer-%%VERSION%%/libgstflxdec.so
+lib/gstreamer-%%VERSION%%/libgstgoom.so
+lib/gstreamer-%%VERSION%%/libgstgoom2k1.so
+lib/gstreamer-%%VERSION%%/libgsticydemux.so
+lib/gstreamer-%%VERSION%%/libgstid3demux.so
+lib/gstreamer-%%VERSION%%/libgstimagefreeze.so
+lib/gstreamer-%%VERSION%%/libgstinterleave.so
+lib/gstreamer-%%VERSION%%/libgstlevel.so
+lib/gstreamer-%%VERSION%%/libgstmatroska.so
+lib/gstreamer-%%VERSION%%/libgstmulaw.so
+lib/gstreamer-%%VERSION%%/libgstmultifile.so
+lib/gstreamer-%%VERSION%%/libgstmultipart.so
+lib/gstreamer-%%VERSION%%/libgstnavigationtest.so
+lib/gstreamer-%%VERSION%%/libgstoss4audio.so
+lib/gstreamer-%%VERSION%%/libgstossaudio.so
+lib/gstreamer-%%VERSION%%/libgstisomp4.so
+lib/gstreamer-%%VERSION%%/libgstreplaygain.so
+lib/gstreamer-%%VERSION%%/libgstrtp.so
+lib/gstreamer-%%VERSION%%/libgstrtpmanager.so
+lib/gstreamer-%%VERSION%%/libgstrtsp.so
+lib/gstreamer-%%VERSION%%/libgstshapewipe.so
+lib/gstreamer-%%VERSION%%/libgstsmpte.so
+lib/gstreamer-%%VERSION%%/libgstspectrum.so
+lib/gstreamer-%%VERSION%%/libgstudp.so
+lib/gstreamer-%%VERSION%%/libgstvideobox.so
+lib/gstreamer-%%VERSION%%/libgstvideocrop.so
+lib/gstreamer-%%VERSION%%/libgstvideofilter.so
+lib/gstreamer-%%VERSION%%/libgstvideomixer.so
+lib/gstreamer-%%VERSION%%/libgstwavenc.so
+lib/gstreamer-%%VERSION%%/libgstwavparse.so
+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


Property changes on: trunk/multimedia/gstreamer1-plugins-good/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-hls/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-hls/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-hls/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-hls/Makefile 392902 2015-07-25 19:59:35Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer HLS plugin
+
+GST_PLUGIN=	hls
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-hls/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-kate/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-kate/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-kate/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-kate/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer kate codec plugin
+
+GST_PLUGIN=	kate
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-kate/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-mpeg2dec/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-mpeg2dec/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-mpeg2dec/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer mpeg decode plugin
+
+GST_PLUGIN=	mpeg2dec
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-mpeg2dec/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-mpeg2enc/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-mpeg2enc/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer mpeg encoder plugin
+
+GST_PLUGIN=	mpeg2enc
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-resindvd/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-resindvd/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-resindvd/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-resindvd/Makefile 378342 2015-02-03 07:48:23Z martymac $
+
+PORTREVISION=	1
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer resindvd plugin
+
+GST_PLUGIN=	resindvd
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-resindvd/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-rtmp/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-rtmp/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-rtmp/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-rtmp/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer rtmp plugin
+
+GST_PLUGIN=	rtmp
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-rtmp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-schroedinger/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-schroedinger/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-schroedinger/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,14 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-schroedinger/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+PKGNAMESUFFIX=	1-plugins-schroedinger
+
+COMMENT=	Gstreamer Dirac high-speed codec plugin
+
+GST_PLUGIN=	schro
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-schroedinger/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-theora/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-theora/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-theora/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-theora/Makefile 375225 2014-12-22 10:22:38Z kwm $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer theora plugin
+
+GST_PLUGIN=	theora
+DIST=		base
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-theora/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-ugly/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-ugly/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-ugly/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,33 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/multimedia/gstreamer1-plugins-ugly/Makefile 362958 2014-07-26 07:23:15Z riggs $
+#    $MCom: ports/multimedia/gstreamer1-plugins-ugly/Makefile,v 1.3 2013/01/15 21:43:46 kwm Exp $
+
+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} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
+.endfor
+
+do-install:
+.for dir in ${UGLY_GST_DIRS}
+	@(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+.endfor
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-ugly/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-ugly/pkg-plist
===================================================================
--- trunk/multimedia/gstreamer1-plugins-ugly/pkg-plist	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-ugly/pkg-plist	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,45 @@
+lib/gstreamer-%%VERSION%%/libgstasf.so
+lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so
+lib/gstreamer-%%VERSION%%/libgstdvdsub.so
+lib/gstreamer-%%VERSION%%/libgstrmdemux.so
+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


Property changes on: trunk/multimedia/gstreamer1-plugins-ugly/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-v4l2/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-v4l2/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-v4l2/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,14 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-v4l2/Makefile 351947 2014-04-23 14:22:47Z tijl $
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+PKGNAMESUFFIX=	1-plugins-v4l2
+
+COMMENT=	Gstreamer Video 4 Linux 2 source plugin
+
+GST_PLUGIN=	gst_v4l2
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-v4l2/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-vpx/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-vpx/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-vpx/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-vpx/Makefile 388940 2015-06-09 14:25:41Z jbeich $
+
+PORTREVISION=	1
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer vp8 codec plugin
+
+GST_PLUGIN=	vpx
+DIST=		good
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-vpx/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/gstreamer1-plugins-x264/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-x264/Makefile	                        (rev 0)
+++ trunk/multimedia/gstreamer1-plugins-x264/Makefile	2015-08-29 15:08:37 UTC (rev 20108)
@@ -0,0 +1,13 @@
+# $FreeBSD: head/multimedia/gstreamer1-plugins-x264/Makefile 391217 2015-07-03 07:02:44Z koobs $
+
+PORTREVISION=	1
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer x264 plugin
+
+GST_PLUGIN=	x264
+DIST=		ugly
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/multimedia/gstreamer1-plugins-x264/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list