svn commit: r397984 - in head: Mk audio audio/gstreamer1-plugins-bs2b audio/gstreamer1-plugins-chromaprint audio/gstreamer1-plugins-mpg123 graphics graphics/gstreamer1-plugins-gl graphics/gstreamer...

Koop Mast kwm at FreeBSD.org
Sat Sep 26 14:36:34 UTC 2015


Author: kwm
Date: Sat Sep 26 14:36:23 2015
New Revision: 397984
URL: https://svnweb.freebsd.org/changeset/ports/397984

Log:
  Update gstreamer1 ports to 1.6.0.
  
  * gstreamer1-libav now uses ffmpeg from ports.
  * New ports:
    * gstreamer1-validate: Tools to detect if elements are not behaving
      as expected, mainly aimed at developers, or advanced debugging.
    * gstreamer1-rtsp-server: Base foundation for building a rtsp
      server ontop of GStreamer
   * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.
  
  Release announcement:
    http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html
  
  Obtained from:	gnome devel repo

Added:
  head/audio/gstreamer1-plugins-bs2b/
  head/audio/gstreamer1-plugins-bs2b/Makefile   (contents, props changed)
  head/audio/gstreamer1-plugins-chromaprint/
  head/audio/gstreamer1-plugins-chromaprint/Makefile   (contents, props changed)
  head/audio/gstreamer1-plugins-mpg123/
  head/audio/gstreamer1-plugins-mpg123/Makefile   (contents, props changed)
  head/graphics/gstreamer1-plugins-rsvg/
  head/graphics/gstreamer1-plugins-rsvg/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-plugins-bad/files/
  head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h   (contents, props changed)
  head/multimedia/gstreamer1-plugins-libde265/
  head/multimedia/gstreamer1-plugins-libde265/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-plugins-openh264/
  head/multimedia/gstreamer1-plugins-openh264/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-plugins-x265/
  head/multimedia/gstreamer1-plugins-x265/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-rtsp-server/
  head/multimedia/gstreamer1-rtsp-server/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-rtsp-server/distinfo   (contents, props changed)
  head/multimedia/gstreamer1-rtsp-server/pkg-descr   (contents, props changed)
  head/multimedia/gstreamer1-rtsp-server/pkg-plist   (contents, props changed)
  head/multimedia/gstreamer1-validate/
  head/multimedia/gstreamer1-validate/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-validate/distinfo   (contents, props changed)
  head/multimedia/gstreamer1-validate/files/
  head/multimedia/gstreamer1-validate/files/patch-Makefile   (contents, props changed)
  head/multimedia/gstreamer1-validate/pkg-descr   (contents, props changed)
  head/multimedia/gstreamer1-validate/pkg-plist   (contents, props changed)
  head/security/gstreamer1-plugins-dtls/
  head/security/gstreamer1-plugins-dtls/Makefile   (contents, props changed)
Modified:
  head/Mk/bsd.gstreamer.mk
  head/audio/Makefile
  head/graphics/Makefile
  head/graphics/gstreamer1-plugins-gl/Makefile
  head/graphics/gstreamer1-plugins-gl/pkg-plist
  head/graphics/gstreamer1-plugins-opencv/Makefile
  head/graphics/gstreamer1-plugins-png/Makefile
  head/multimedia/Makefile
  head/multimedia/gstreamer1-editing-services/Makefile
  head/multimedia/gstreamer1-editing-services/distinfo
  head/multimedia/gstreamer1-editing-services/pkg-plist
  head/multimedia/gstreamer1-libav/Makefile
  head/multimedia/gstreamer1-libav/distinfo
  head/multimedia/gstreamer1-plugins-all/Makefile
  head/multimedia/gstreamer1-plugins-bad/Makefile
  head/multimedia/gstreamer1-plugins-bad/pkg-plist
  head/multimedia/gstreamer1-plugins-core/Makefile
  head/multimedia/gstreamer1-plugins-good/Makefile
  head/multimedia/gstreamer1-plugins-resindvd/Makefile
  head/multimedia/gstreamer1-plugins-ugly/Makefile
  head/multimedia/gstreamer1-plugins-vpx/Makefile
  head/multimedia/gstreamer1-plugins-x264/Makefile
  head/multimedia/gstreamer1-plugins/Makefile
  head/multimedia/gstreamer1-plugins/Makefile.common
  head/multimedia/gstreamer1-plugins/distinfo
  head/multimedia/gstreamer1-plugins/pkg-plist
  head/multimedia/gstreamer1/Makefile
  head/multimedia/gstreamer1/distinfo
  head/multimedia/gstreamer1/files/patch-Makefile.in
  head/multimedia/gstreamer1/pkg-plist
  head/multimedia/py-gstreamer1/Makefile
  head/multimedia/py-gstreamer1/distinfo
  head/multimedia/py3-gstreamer1/Makefile
  head/multimedia/py3-gstreamer1/distinfo
  head/security/Makefile
  head/x11-toolkits/gstreamer1-plugins-pango/Makefile

Modified: head/Mk/bsd.gstreamer.mk
==============================================================================
--- head/Mk/bsd.gstreamer.mk	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/Mk/bsd.gstreamer.mk	Sat Sep 26 14:36:23 2015	(r397984)
@@ -89,9 +89,9 @@ _GSTREAMER_PLUGINS+= \
 # plugins only in 1.0
 .if defined(USE_GSTREAMER1)
 _GSTREAMER_PLUGINS+= \
-		assrender curl dvdread editing-services kate libav \
-		modplug openjpeg png rtmp \
-		spandsp vpx webp x ximagesrc zbar
+		assrender bs2b chromaprint curl dtls dvdread editing-services \
+		hls kate libav libde265 modplug mpg123 openh264 openjpeg \
+		png rsvg rtmp spandsp vpx webp x x265 ximagesrc zbar
 # vaapi?
 .endif
 
@@ -120,10 +120,14 @@ artsd_DEPENDS=	audio/gstreamer-plugins-a
 
 audiofile_DEPENDS=	audio/gstreamer-plugins-audiofile
 
+bs2b_DEPENDS=	audio/gstreamer-plugins-bs2b
+
 cdaudio_DEPENDS=	audio/gstreamer-plugins-cdaudio
 
 cdparanoia_DEPENDS=	audio/gstreamer-plugins-cdparanoia
 
+chromaprint_DEPENDS=	audio/gstreamer-plugins-chromaprint
+
 esound_DEPENDS=	audio/gstreamer-plugins-esound
 
 faac_DEPENDS=	audio/gstreamer-plugins-faac
@@ -156,6 +160,8 @@ modplug_DEPENDS=	audio/gstreamer-plugins
 
 mp3_DEPENDS=	audio/gstreamer-plugins-mp3
 
+mpg123_DEPENDS=	audio/gstreamer-plugins-mpg123
+
 musepack_DEPENDS=	audio/gstreamer-plugins-musepack
 
 nas_DEPENDS=	audio/gstreamer-plugins-nas
@@ -246,6 +252,8 @@ openjpeg_DEPENDS=	graphics/gstreamer-plu
 
 png_DEPENDS=	graphics/gstreamer-plugins-png
 
+rsvg_DEPENDS=	graphics/gstreamer-plugins-rsvg
+
 webp_DEPENDS=	graphics/gstreamer-plugins-webp
 
 zbar_DEPENDS=	graphics/gstreamer-plugins-zbar
@@ -280,6 +288,8 @@ good_DEPENDS=	multimedia/gstreamer-plugi
 
 gnonlin_DEPENDS=	multimedia/gstreamer-plugins-gnonlin
 
+hls_DEPENDS=	multimedia/gstreamer-plugins-hls
+
 kate_DEPENDS=		multimedia/gstreamer-plugins-kate
 
 libav_DEPENDS=		multimedia/gstreamer-libav
@@ -287,6 +297,8 @@ libav_GST_PREFIX=	gstreamer1-
 libav_GST_SUFX=		# empty
 libav_GST_VERSION=	1.0.0
 
+libde265_DEPENDS=	multimedia/gstreamer-plugins-libde265
+
 libfame_DEPENDS=	multimedia/gstreamer-plugins-libfame
 
 mm_DEPENDS=	multimedia/gstreamermm
@@ -300,6 +312,8 @@ mpeg2enc_DEPENDS=	multimedia/gstreamer-p
 
 mplex_DEPENDS=	multimedia/gstreamer-plugins-mplex
 
+openh264_DEPENDS=	multimedia/gstreamer-plugins-openh264
+
 qt4_DEPENDS=	multimedia/gstreamer-qt4
 qt4_GST_PREFIX=	gstreamer-
 
@@ -335,6 +349,8 @@ vdpau_DEPENDS=	multimedia/gstreamer-plug
 
 x264_DEPENDS=	multimedia/gstreamer-plugins-x264
 
+x265_DEPENDS=	multimedia/gstreamer-plugins-x265
+
 xvid_DEPENDS=	multimedia/gstreamer-plugins-xvid
 
 
@@ -342,6 +358,10 @@ xvid_DEPENDS=	multimedia/gstreamer-plugi
 
 libmms_DEPENDS=	net/gstreamer-plugins-libmms
 
+#-- security plugins section ----------------------------------------------#
+
+dtls_DEPENDS=	security/gstreamer-plugins-dtls
+
 #-- sysutils plugins section ----------------------------------------------#
 
 cdio_DEPENDS=	sysutils/gstreamer-plugins-cdio

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/audio/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -254,7 +254,9 @@
     SUBDIR += gstreamer1-plugins-a52dec
     SUBDIR += gstreamer1-plugins-amrnb
     SUBDIR += gstreamer1-plugins-amrwbdec
+    SUBDIR += gstreamer1-plugins-bs2b
     SUBDIR += gstreamer1-plugins-cdparanoia
+    SUBDIR += gstreamer1-plugins-chromaprint
     SUBDIR += gstreamer1-plugins-faac
     SUBDIR += gstreamer1-plugins-faad
     SUBDIR += gstreamer1-plugins-flac
@@ -265,6 +267,7 @@
     SUBDIR += gstreamer1-plugins-lame
     SUBDIR += gstreamer1-plugins-mad
     SUBDIR += gstreamer1-plugins-modplug
+    SUBDIR += gstreamer1-plugins-mpg123
     SUBDIR += gstreamer1-plugins-ogg
     SUBDIR += gstreamer1-plugins-opus
     SUBDIR += gstreamer1-plugins-pulse

Added: head/audio/gstreamer1-plugins-bs2b/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-bs2b/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
+
+GST_PLUGIN=	bs2b
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Added: head/audio/gstreamer1-plugins-chromaprint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-chromaprint/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	GStreamer fingerprint audio plugin
+
+GST_PLUGIN=	chromaprint
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Added: head/audio/gstreamer1-plugins-mpg123/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gstreamer1-plugins-mpg123/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	audio
+
+COMMENT=	GStreamer MPEG Layer 1, 2, and 3 plugin
+
+GST_PLUGIN=	mpg123
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/graphics/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -318,6 +318,7 @@
     SUBDIR += gstreamer1-plugins-opencv
     SUBDIR += gstreamer1-plugins-openjpeg
     SUBDIR += gstreamer1-plugins-png
+    SUBDIR += gstreamer1-plugins-rsvg
     SUBDIR += gstreamer1-plugins-webp
     SUBDIR += gstreamer1-plugins-zbar
     SUBDIR += gthumb

Modified: head/graphics/gstreamer1-plugins-gl/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-gl/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/graphics/gstreamer1-plugins-gl/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	graphics
 
 COMMENT=	Gstreamer GL graphics plugin

Modified: head/graphics/gstreamer1-plugins-gl/pkg-plist
==============================================================================
--- head/graphics/gstreamer1-plugins-gl/pkg-plist	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/graphics/gstreamer1-plugins-gl/pkg-plist	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,9 +1,12 @@
 include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimagememory.h
+include/gstreamer-%%VERSION%%/gst/gl/egl/gstglcontext_egl.h
 include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h
 include/gstreamer-%%VERSION%%/gst/gl/gl.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/all_functions.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/base.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/blending.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/buffers.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/debug.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/eglimage.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fbo.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/fixedfunction.h
@@ -12,11 +15,14 @@ include/gstreamer-%%VERSION%%/gst/gl/glp
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gstgl_gles2compat.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/opengl.h
 include/gstreamer-%%VERSION%%/gst/gl/glprototypes/shaders.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/sync.h
+include/gstreamer-%%VERSION%%/gst/gl/glprototypes/vao.h
 include/gstreamer-%%VERSION%%/gst/gl/gstgl_fwd.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglapi.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglbasebuffer.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglbasefilter.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglbufferpool.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglcolorconvert.h
-include/gstreamer-%%VERSION%%/gst/gl/gstglconfig.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglcontext.h
 include/gstreamer-%%VERSION%%/gst/gl/gstgldisplay.h
 include/gstreamer-%%VERSION%%/gst/gl/gstgldownload.h
@@ -26,12 +32,17 @@ include/gstreamer-%%VERSION%%/gst/gl/gst
 include/gstreamer-%%VERSION%%/gst/gl/gstglmemory.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglshader.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglshadervariables.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglsyncmeta.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglupload.h
 include/gstreamer-%%VERSION%%/gst/gl/gstgluploadmeta.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h
+include/gstreamer-%%VERSION%%/gst/gl/gstglviewconvert.h
 include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h
 include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h
+lib/girepository-%%VERSION%%/GstGL-%%VERSION%%.typelib
+lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h
 lib/gstreamer-%%VERSION%%/libgstopengl.so
 lib/libgstgl-%%VERSION%%.so
 lib/libgstgl-%%VERSION%%.so.0
 lib/libgstgl-%%VERSION%%.so.%%SOVERSION%%
+share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir

Modified: head/graphics/gstreamer1-plugins-opencv/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-opencv/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/graphics/gstreamer1-plugins-opencv/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	graphics
 
 COMMENT=	Gstreamer opencv real time computer vision plugin
@@ -10,4 +10,7 @@ DIST=		bad
 
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
 
+# Clang has issues with Overloaded stuff inside OpenCV
+CXXFLAGS+=	-Wno-overloaded-virtual
+
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/gstreamer1-plugins-png/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-png/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/graphics/gstreamer1-plugins-png/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	1-plugins-png
 

Added: head/graphics/gstreamer1-plugins-rsvg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gstreamer1-plugins-rsvg/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	graphics
+
+COMMENT=	GStreamer SVG plugin
+
+GST_PLUGIN=	rsvg
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -130,8 +130,10 @@
     SUBDIR += gstreamer1-plugins-good
     SUBDIR += gstreamer1-plugins-hls
     SUBDIR += gstreamer1-plugins-kate
+    SUBDIR += gstreamer1-plugins-libde265
     SUBDIR += gstreamer1-plugins-mpeg2dec
     SUBDIR += gstreamer1-plugins-mpeg2enc
+    SUBDIR += gstreamer1-plugins-openh264
     SUBDIR += gstreamer1-plugins-resindvd
     SUBDIR += gstreamer1-plugins-rtmp
     SUBDIR += gstreamer1-plugins-schroedinger
@@ -140,8 +142,11 @@
     SUBDIR += gstreamer1-plugins-v4l2
     SUBDIR += gstreamer1-plugins-vpx
     SUBDIR += gstreamer1-plugins-x264
+    SUBDIR += gstreamer1-plugins-x265
     SUBDIR += gstreamer1-qt4
+    SUBDIR += gstreamer1-rtsp-server
     SUBDIR += gstreamer1-vaapi
+    SUBDIR += gstreamer1-validate
     SUBDIR += gstreamermm
     SUBDIR += gtk-recordmydesktop
     SUBDIR += gtk-youtube-viewer

Modified: head/multimedia/gstreamer1-editing-services/Makefile
==============================================================================
--- head/multimedia/gstreamer1-editing-services/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-editing-services/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gstreamer1-editing-services
-PORTVERSION=	1.4.0
+PORTVERSION=	1.6.0
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
 DISTNAME=	gstreamer-editing-services-${PORTVERSION}
@@ -16,10 +16,18 @@ USES=		gmake libtool pathfix pkgconfig t
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 introspection:build libxml2
-USE_GSTREAMER1=	gnonlin
+USE_GSTREAMER1=	yes
 INSTALL_TARGET=	install-strip
 
-CONFIGURE_ARGS=	--enable-introspection=yes
+CONFIGURE_ARGS=	--enable-introspection=yes \
+		--with-bash-completion-dir=${PREFIX}/share/bash-completion/completions
 PLIST_SUB=	VERSION=1.0
 
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 1000033
+BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+CONFIGURE_ENV+=	FLEX_PATH="${LOCALBASE}/bin/flex"
+.endif
+
 .include <bsd.port.mk>

Modified: head/multimedia/gstreamer1-editing-services/distinfo
==============================================================================
--- head/multimedia/gstreamer1-editing-services/distinfo	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-editing-services/distinfo	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,2 +1,2 @@
-SHA256 (gstreamer-editing-services-1.4.0.tar.xz) = cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3
-SIZE (gstreamer-editing-services-1.4.0.tar.xz) = 915420
+SHA256 (gstreamer-editing-services-1.6.0.tar.xz) = 4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe
+SIZE (gstreamer-editing-services-1.6.0.tar.xz) = 1013632

Modified: head/multimedia/gstreamer1-editing-services/pkg-plist
==============================================================================
--- head/multimedia/gstreamer1-editing-services/pkg-plist	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-editing-services/pkg-plist	Sat Sep 26 14:36:23 2015	(r397984)
@@ -11,6 +11,7 @@ include/gstreamer-%%VERSION%%/ges/ges-ba
 include/gstreamer-%%VERSION%%/ges/ges-base-xml-formatter.h
 include/gstreamer-%%VERSION%%/ges/ges-clip-asset.h
 include/gstreamer-%%VERSION%%/ges/ges-clip.h
+include/gstreamer-%%VERSION%%/ges/ges-command-line-formatter.h
 include/gstreamer-%%VERSION%%/ges/ges-container.h
 include/gstreamer-%%VERSION%%/ges/ges-effect-asset.h
 include/gstreamer-%%VERSION%%/ges/ges-effect-clip.h
@@ -60,8 +61,10 @@ include/gstreamer-%%VERSION%%/ges/ges-vi
 include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h
 include/gstreamer-%%VERSION%%/ges/ges.h
 lib/girepository-%%VERSION%%/GES-%%VERSION%%.typelib
+lib/gstreamer-%%VERSION%%/libgstnle.so
 lib/libges-%%VERSION%%.so
 lib/libges-%%VERSION%%.so.0
 lib/libges-%%VERSION%%.so.0.0.0
 libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
+share/bash-completion/completions/ges-launch-%%VERSION%%
 share/gir-%%VERSION%%/GES-%%VERSION%%.gir

Modified: head/multimedia/gstreamer1-libav/Makefile
==============================================================================
--- head/multimedia/gstreamer1-libav/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-libav/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gstreamer1-libav
-PORTVERSION=	1.4.5
+PORTVERSION=	1.6.0
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-libav/
 DISTNAME=	gst-libav-${PORTVERSION}
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm \
 		orc>=0.4.16:${PORTSDIR}/devel/orc
-LIB_DEPENDS=	liborc-0.4.so:${PORTSDIR}/devel/orc
+LIB_DEPENDS=	liborc-0.4.so:${PORTSDIR}/devel/orc \
+		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
 
 PORTSCOUT=	limitw:1,even
 
@@ -23,36 +24,8 @@ USES=		compiler:features gmake libtool p
 USE_LDCONFIG=	yes
 USE_GSTREAMER1=	yes
 GNU_CONFIGURE=	yes
-LIBAV_CONFIG=	--cc=${CC} \
-		--enable-runtime-cpudetect \
-		--enable-pic
-LDFLAGS+=	-Wl,-Bsymbolic
+CONFIGURE_ARGS=	--with-system-libav
 
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "armv6"
-CONFIGURE_ENV+=	ASFLAGS=-no-integrated-as
-.endif
-
-.if ${OSVERSION} < 900033 || ${ARCH} == ia64
-BUILD_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
-MAKE_ENV=	COMPILER_PATH=${LOCALBASE}/bin
-.endif
-
-.if ${COMPILER_TYPE} == clang && ${ARCH} == i386
-CFLAGS+=	-mstack-alignment=16 -mstackrealign
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/LIBAV_ARCH/' \
-		${WRKSRC}/gst-libs/ext/libav/Makefile \
-		${WRKSRC}/gst-libs/ext/libav/common.mak \
-		${WRKSRC}/gst-libs/ext/libav/configure \
-		${WRKSRC}/gst-libs/ext/libav/libavcodec/Makefile \
-		${WRKSRC}/gst-libs/ext/libav/library.mak
-	@${REINPLACE_CMD} '/libgstlibav_la_LDFLAGS =/s/$$/ -Wl,-Bsymbolic/' \
-		${WRKSRC}/ext/libav/Makefile.in
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/multimedia/gstreamer1-libav/distinfo
==============================================================================
--- head/multimedia/gstreamer1-libav/distinfo	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-libav/distinfo	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,2 +1,2 @@
-SHA256 (gst-libav-1.4.5.tar.xz) = 605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc
-SIZE (gst-libav-1.4.5.tar.xz) = 5220508
+SHA256 (gst-libav-1.6.0.tar.xz) = 6cca6cf73182a882768ef0c860af88c2fd2c77e2c81ce464a998ab4e6baa604c
+SIZE (gst-libav-1.6.0.tar.xz) = 7687504

Modified: head/multimedia/gstreamer1-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-all/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-all/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gstreamer1-plugins-all
 PORTVERSION=	${GST1_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 MAINTAINER=	multimedia at FreeBSD.org

Modified: head/multimedia/gstreamer1-plugins-bad/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-bad/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-bad/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,8 +1,7 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/multimedia/gstreamer1-plugins-bad/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	multimedia
 
 COMMENT=	Bad gstreamer-plugins

Added: head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstmotioncells.h	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,11 @@
+--- ext/opencv/gstmotioncells.h.orig	2015-06-19 09:23:16.588484000 +0200
++++ ext/opencv/gstmotioncells.h	2015-06-19 09:23:42.718303000 +0200
+@@ -45,6 +45,8 @@
+ #ifndef __GST_MOTIONCELLS_H__
+ #define __GST_MOTIONCELLS_H__
+ 
++#include <sys/time.h>
++
+ #include <gst/gst.h>
+ #include <opencv2/core/core_c.h>
+ 

Modified: head/multimedia/gstreamer1-plugins-bad/pkg-plist
==============================================================================
--- head/multimedia/gstreamer1-plugins-bad/pkg-plist	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-bad/pkg-plist	Sat Sep 26 14:36:23 2015	(r397984)
@@ -3,6 +3,7 @@ include/gstreamer-%%VERSION%%/gst/baseca
 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/gstjpegparser.h
 include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpeg4parser.h
 include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideometa.h
 include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideoparser.h
@@ -68,6 +69,8 @@ lib/gstreamer-%%VERSION%%/libgstpcappars
 lib/gstreamer-%%VERSION%%/libgstpnm.so
 lib/gstreamer-%%VERSION%%/libgstrawparse.so
 lib/gstreamer-%%VERSION%%/libgstremovesilence.so
+lib/gstreamer-%%VERSION%%/libgstrtpbad.so
+lib/gstreamer-%%VERSION%%/libgstrtponvif.so
 lib/gstreamer-%%VERSION%%/libgstsdpelem.so
 lib/gstreamer-%%VERSION%%/libgstsegmentclip.so
 lib/gstreamer-%%VERSION%%/libgstshm.so
@@ -82,6 +85,9 @@ lib/gstreamer-%%VERSION%%/libgstvideosig
 lib/gstreamer-%%VERSION%%/libgstvmnc.so
 lib/gstreamer-%%VERSION%%/libgsty4mdec.so
 lib/gstreamer-%%VERSION%%/libgstyadif.so
+lib/libgstadaptivedemux-%%VERSION%%.so
+lib/libgstadaptivedemux-%%VERSION%%.so.0
+lib/libgstadaptivedemux-%%VERSION%%.so.%%SOVERSION%%
 lib/libgstbadbase-%%VERSION%%.so
 lib/libgstbadbase-%%VERSION%%.so.0
 lib/libgstbadbase-%%VERSION%%.so.%%SOVERSION%%
@@ -112,6 +118,7 @@ libdata/pkgconfig/gstreamer-mpegts-%%VER
 libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc
 share/gir-1.0/GstInsertBin-%%VERSION%%.gir
 share/gir-1.0/GstMpegts-%%VERSION%%.gir
+%%DATADIR%%-%%VERSION%%/presets/GstFreeverb.prs
 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

Modified: head/multimedia/gstreamer1-plugins-core/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-core/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-core/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,5 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.17 2006/07/17 01:39:57 ahze Exp $
 
 PORTNAME=	gstreamer1-plugins-core
 PORTVERSION=	${GST1_VERSION}${GST1_MINIMAL_VERSION}

Modified: head/multimedia/gstreamer1-plugins-good/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-good/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-good/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,5 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $
 
 PORTREVISION=	0
 CATEGORIES=	multimedia

Added: head/multimedia/gstreamer1-plugins-libde265/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/gstreamer1-plugins-libde265/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer HEVC/H.265 decoder (libde265) plugin
+
+GST_PLUGIN=	libde265
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Added: head/multimedia/gstreamer1-plugins-openh264/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/gstreamer1-plugins-openh264/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer (openh264) plugin
+
+GST_PLUGIN=	openh264
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Modified: head/multimedia/gstreamer1-plugins-resindvd/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-resindvd/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-resindvd/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer resindvd plugin

Modified: head/multimedia/gstreamer1-plugins-ugly/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-ugly/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-ugly/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,5 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/multimedia/gstreamer1-plugins-ugly/Makefile,v 1.3 2013/01/15 21:43:46 kwm Exp $
 
 PORTREVISION=	0
 CATEGORIES=	multimedia

Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-vpx/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-vpx/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer vp8 codec plugin

Modified: head/multimedia/gstreamer1-plugins-x264/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-x264/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins-x264/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer x264 plugin

Added: head/multimedia/gstreamer1-plugins-x265/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/gstreamer1-plugins-x265/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer x265 plugin
+
+GST_PLUGIN=	x265
+DIST=		bad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

Modified: head/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,12 +1,11 @@
 # Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: kwm/multimedia/gstreamer1-plugins/Makefile 11404 2013-04-26 19:05:50Z kwm $
 
 PORTNAME=	gstreamer
 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?=	2
+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 \
@@ -27,16 +26,16 @@ RUN_DEPENDS+=	iso-codes>=0:${PORTSDIR}/m
 
 PORTSCOUT=	limitw:1,even
 
-BASE_PORTVERSION=	1.4.5
+BASE_PORTVERSION=	1.6.0
 BASE_DISTNAME=		gst-plugins-base-${BASE_PORTVERSION}
 BASE_DISTFILE=		${BASE_DISTNAME}${EXTRACT_SUFX}
-BAD_PORTVERSION=	1.4.5
+BAD_PORTVERSION=	1.6.0
 BAD_DISTNAME=		gst-plugins-bad-${BAD_PORTVERSION}
 BAD_DISTFILE=		${BAD_DISTNAME}${EXTRACT_SUFX}
-GOOD_PORTVERSION=	1.4.5
+GOOD_PORTVERSION=	1.6.0
 GOOD_DISTNAME=		gst-plugins-good-${GOOD_PORTVERSION}
 GOOD_DISTFILE=		${GOOD_DISTNAME}${EXTRACT_SUFX}
-UGLY_PORTVERSION=	1.4.5
+UGLY_PORTVERSION=	1.6.0
 UGLY_DISTNAME=		gst-plugins-ugly-${UGLY_PORTVERSION}
 UGLY_DISTFILE=		${UGLY_DISTNAME}${EXTRACT_SUFX}
 DIST?=		base
@@ -61,7 +60,7 @@ IGNORE=		DIST not specified
 .endif
 
 VERSION=	1.0
-SOVERSION=	0.405.0
+SOVERSION=	0.600.0
 PLIST_SUB+=	VERSION="${VERSION}" \
 		SOVERSION="${SOVERSION}"
 
@@ -126,6 +125,11 @@ DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
 DEFAULT_DVD_DEVICE=/dev/cd0
 .endif
 
+# openssl in 9.x is too old
+.if ${GST_PLUGIN} == dtls && ${OSVERSION} < 1000000
+WITH_OPENSSL_PORT=yes
+.endif
+
 post-patch:
 .if ${DIST} == bad
 # custom rule to fix opencv detection in configure
@@ -147,7 +151,8 @@ post-patch:
 	s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo- at GST_API_VERSION@.la|-lgstbasevideo-${VERSION}|; \
 	s|$$(top_builddir)/gst-libs/gst/video/libgstvideo- at GST_API_VERSION@.la|-lgstvideo-${VERSION}|; \
 	s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase- at GST_API_VERSION@.la|-lgstbadbase-${VERSION}|; \
-	 s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader- at GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \
+	s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader- at GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \
+	s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux- at GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \
 	s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo- at GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|'
 
 	 @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \
@@ -162,6 +167,7 @@ post-patch:
 	  s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|-lgstvideo-${VERSION}|; \
 	  s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-$$(GST_API_VERSION).la|-lgstbadbase-${VERSION}|; \
 	  s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$$(GST_API_VERSION).la|-lgsturidownloader-${VERSION}|; \
+	  s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux- at GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \
 	  s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|'
 .endif
 

Modified: head/multimedia/gstreamer1-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile.common	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins/Makefile.common	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,5 +1,4 @@
 # $FreeBSD$
-#    $MCom: kwm/multimedia/gstreamer1-plugins/Makefile.common 11415 2013-04-26 22:58:21Z kwm $
 
 BASE_GST_ALL_PLUGINS= \
 		alsa \
@@ -15,7 +14,10 @@ BASE_GST_ALL_PLUGINS= \
 
 BAD_GST_ALL_PLUGINS+= \
 		assrender \
+		bs2b \
+		chromaprint \
 		curl \
+		dtls \
 		dts \
 		faac \
 		faad \
@@ -24,53 +26,54 @@ BAD_GST_ALL_PLUGINS+= \
 		gsm \
 		hls \
 		kate \
+		libde265 \
 		libmms \
 		librfb \
 		modplug \
 		mpeg2enc \
+		mpg123 \
 		mplex \
 		neon \
 		ofa \
 		openal \
 		opencv \
-		openjpeg \
 		opengl \
+		openh264 \
+		openjpeg \
 		opus \
 		resindvd \
 		rtmp \
+		rsvg \
 		schro \
 		soundtouch \
 		spandsp \
 		webp \
+		x265 \
 		zbar \
 
 # plugins not yet ported to the 1.0 API, or not portable
 BAD_GST_ALL_PLUGINS+= \
+		acm \
 		apexsink \
-		chromaprint \
-		decklink \
-		directfb \
-		ladspa \
+		cdxaparse \
+		dc1394 \
+		dccp \
+		faceoverlay \
+		hdvparse \
 		linsys \
 		lv2 \
-		mimic \
-		mpg123 \
 		musepack \
-		mythtv \
+		mve \
 		nas \
-		opensles \
-		pvr \
-		rsvg \
+		nuvdemux \
+		patchdetect \
+		sdi \
 		sdl \
-		sndfile \
 		sndio \
-		spc \
 		teletextdec \
 		timidity \
-		vdpau \
-		voaacenc \
-		voamrwbenc \
-		wayland \
+		tta \
+		wininet \
 		xvid
 
 # --with-egl-window-system=none --disable-opengl --disable-gles2 --disable-egl --disable-glx \
@@ -83,7 +86,6 @@ BAD_GST_NON_PLUGINS= \
 		--enable-bz2 \
 		--enable-dvb \
 		--enable-shm \
-		--enable-quicktime \
 		--disable-wgl \
 		--disable-gsettings \
 		--disable-acm \
@@ -93,10 +95,8 @@ BAD_GST_NON_PLUGINS= \
 		--disable-dc1394 \
 		--disable-dccp \
 		--disable-direct3d \
-		--disable-directdraw \
 		--disable-directsound \
 		--disable-fbdev \
-		--disable-osx_video \
 		--disable-uvch264 \
 		--disable-vcd \
 		--disable-wildmidi \
@@ -119,8 +119,8 @@ GOOD_GST_ALL_PLUGINS+= \
 		taglib \
 		vpx \
 		wavpack \
-		x
-#	xxx	pulse \
+		x \
+		pulse
 
 GOOD_GST_NON_PLUGINS=	\
 		--disable-dv1394 \
@@ -216,6 +216,9 @@ gst_amrwb_PLIST_FILES=	${GST_LIB_DIR}/li
 # assrender
 gst_assrender_LIB_DEPENDS=	libass.so:${PORTSDIR}/multimedia/libass
 
+# bs2b
+gst_bs2b_LIB_DEPENDS=	libbs2b.so:${PORTSDIR}/audio/libbs2b
+
 # cairo
 gst_cairo_USE_GNOME=	cairo
 
@@ -225,9 +228,15 @@ gst_cdparanoia_LIB_DEPENDS=	libcdda_inte
 # cdio
 gst_cdio_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio
 
+# chromaprint
+gst_chromaprint_LIB_DEPENDS=	libchromaprint.so:${PORTSDIR}/audio/chromaprint
+
 # curl
 gst_curl_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
+# dtls
+gst_dtls_USES=		compiler:c11
+
 # dts
 gst_dts_LIB_DEPENDS=	libdca.so:${PORTSDIR}/multimedia/libdca
 gst_dts_PLIST_FILES=	${GST_LIB_DIR}/libgstdtsdec.so
@@ -258,6 +267,8 @@ gst_gdk_pixbuf_PLIST_FILES=	${GST_LIB_DI
 
 # gl
 gst_gl_USE_GL=	gl glu glesv2 egl
+#xxxx do we need it?
+#gst_gl_USE_GNOME=	introspection:build
 gst_gl_CONFIGURE_ARGS=	--enable-gl --enable-glx \
 			--enable-egl --enable-gles2
 gst_gl_PLIST_FILES=		#
@@ -288,6 +299,9 @@ gst_lame_LIB_DEPENDS=	libmp3lame.so:${PO
 gst_libcaca_LIB_DEPENDS=	libcaca.so:${PORTSDIR}/graphics/libcaca
 gst_libcaca_PLIST_FILES=	${GST_LIB_DIR}/libgstcacasink.so
 
+# libde265
+gst_libde265_LIB_DEPENDS=	libde265.so:${PORTSDIR}/multimedia/libde265
+
 # libmms
 gst_libmms_LIB_DEPENDS=	libmms.so:${PORTSDIR}/net/libmms
 gst_libmms_PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so
@@ -311,6 +325,9 @@ gst_mpeg2enc_LIB_DEPENDS=	libmjpegutils.
 # mpeg2dec
 gst_mpeg2dec_LIB_DEPENDS=	libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2
 
+# mpg123
+gst_mpg123_LIB_DEPENDS=	libmpg123.so:${PORTSDIR}/audio/mpg123
+
 # neon
 gst_neon_LIB_DEPENDS+=  libneon.so:${PORTSDIR}/www/neon
 gst_neon_PLIST_FILES=	${GST_LIB_DIR}/libgstneonhttpsrc.so
@@ -327,6 +344,9 @@ gst_opencv_PLIST_FILES=	${GST_LIB_DIR}/l
 # openjpeg
 gst_openjpeg_LIB_DEPENDS=	libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15
 
+# openh264
+gst_openh264_LIB_DEPENDS=	libopenh264.so:${PORTSDIR}/multimedia/openh264
+
 # opus
 gst_opus_LIB_DEPENDS=	libopus.so:${PORTSDIR}/audio/opus
 
@@ -343,6 +363,9 @@ gst_resindvd_RUN_DEPENDS=	libdvdnav>=4.1
 # rtmp xxx
 gst_rtmp_LIB_DEPENDS=	librtmp.so.0:${PORTSDIR}/multimedia/librtmp
 
+# rsvg
+gst_rsvg_USE_GNOME=	librsvg2
+
 # shout2
 gst_shout2_LIB_DEPENDS=	libshout.so:${PORTSDIR}/audio/libshout
 
@@ -418,6 +441,9 @@ gst_x264_LIB_DEPENDS=	libx264.so:${PORTS
 gst_x264_PLIST_FILES=	${GST_LIB_DIR}/libgstx264.so \
 			share/gstreamer-${VERSION}/presets/GstX264Enc.prs
 
+# x265
+gst_x265_LIB_DEPENDS=	libx265.so:${PORTSDIR}/multimedia/x265
+
 # xvid
 gst_xvid_LIB_DEPENDS=	libxvidcore.so:${PORTSDIR}/multimedia/xvid
 

Modified: head/multimedia/gstreamer1-plugins/distinfo
==============================================================================
--- head/multimedia/gstreamer1-plugins/distinfo	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins/distinfo	Sat Sep 26 14:36:23 2015	(r397984)
@@ -1,8 +1,8 @@
-SHA256 (gst-plugins-base-1.4.5.tar.xz) = 77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d
-SIZE (gst-plugins-base-1.4.5.tar.xz) = 2637680
-SHA256 (gst-plugins-bad-1.4.5.tar.xz) = 152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c
-SIZE (gst-plugins-bad-1.4.5.tar.xz) = 3824936
-SHA256 (gst-plugins-ugly-1.4.5.tar.xz) = 5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067
-SIZE (gst-plugins-ugly-1.4.5.tar.xz) = 846828
-SHA256 (gst-plugins-good-1.4.5.tar.xz) = 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641
-SIZE (gst-plugins-good-1.4.5.tar.xz) = 3031588
+SHA256 (gst-plugins-base-1.6.0.tar.xz) = 314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231
+SIZE (gst-plugins-base-1.6.0.tar.xz) = 2833380
+SHA256 (gst-plugins-bad-1.6.0.tar.xz) = d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49
+SIZE (gst-plugins-bad-1.6.0.tar.xz) = 4209172
+SHA256 (gst-plugins-ugly-1.6.0.tar.xz) = 91178dc0d687a83c083190a905681d3a66901374b1004fc52cd300b7802e5f06
+SIZE (gst-plugins-ugly-1.6.0.tar.xz) = 859996
+SHA256 (gst-plugins-good-1.6.0.tar.xz) = a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa
+SIZE (gst-plugins-good-1.6.0.tar.xz) = 3176568

Modified: head/multimedia/gstreamer1-plugins/pkg-plist
==============================================================================
--- head/multimedia/gstreamer1-plugins/pkg-plist	Sat Sep 26 14:30:38 2015	(r397983)
+++ head/multimedia/gstreamer1-plugins/pkg-plist	Sat Sep 26 14:36:23 2015	(r397984)
@@ -3,6 +3,7 @@ bin/gst-discoverer-%%VERSION%%
 bin/gst-play-%%VERSION%%
 include/gstreamer-%%VERSION%%/gst/allocators/allocators.h
 include/gstreamer-%%VERSION%%/gst/allocators/gstdmabuf.h
+include/gstreamer-%%VERSION%%/gst/allocators/gstfdmemory.h
 include/gstreamer-%%VERSION%%/gst/app/app.h
 include/gstreamer-%%VERSION%%/gst/app/gstappsink.h
 include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h
@@ -45,10 +46,12 @@ include/gstreamer-%%VERSION%%/gst/riff/r
 include/gstreamer-%%VERSION%%/gst/riff/riff-read.h
 include/gstreamer-%%VERSION%%/gst/riff/riff.h
 include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h
+include/gstreamer-%%VERSION%%/gst/rtp/gstrtp-enumtypes.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/gstrtpdefs.h
 include/gstreamer-%%VERSION%%/gst/rtp/gstrtphdrext.h
 include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h
 include/gstreamer-%%VERSION%%/gst/rtp/rtp.h
@@ -83,12 +86,17 @@ include/gstreamer-%%VERSION%%/gst/video/
 include/gstreamer-%%VERSION%%/gst/video/video-blend.h
 include/gstreamer-%%VERSION%%/gst/video/video-chroma.h
 include/gstreamer-%%VERSION%%/gst/video/video-color.h
+include/gstreamer-%%VERSION%%/gst/video/video-converter.h
+include/gstreamer-%%VERSION%%/gst/video/video-dither.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-multiview.h
 include/gstreamer-%%VERSION%%/gst/video/video-overlay-composition.h
+include/gstreamer-%%VERSION%%/gst/video/video-resampler.h
+include/gstreamer-%%VERSION%%/gst/video/video-scaler.h
 include/gstreamer-%%VERSION%%/gst/video/video-tile.h
 include/gstreamer-%%VERSION%%/gst/video/video.h
 include/gstreamer-%%VERSION%%/gst/video/videoorientation.h
@@ -98,7 +106,6 @@ lib/girepository-1.0/GstApp-%%VERSION%%.
 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
@@ -174,13 +181,12 @@ 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/gst-plugins-base/%%VERSION%%/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
@@ -196,8 +202,8 @@ share/locale/eu/LC_MESSAGES/gst-plugins-
 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/hu/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

Added: head/multimedia/gstreamer1-rtsp-server/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/gstreamer1-rtsp-server/Makefile	Sat Sep 26 14:36:23 2015	(r397984)
@@ -0,0 +1,24 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gstreamer1-rtsp-server
+PORTVERSION=	1.6.0
+CATEGORIES=	multimedia
+MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-rtsp-server/
+DISTNAME=	gst-rtsp-server-${PORTVERSION}
+
+MAINTAINER=	multimedia at FreeBSD.org
+COMMENT=	Gstreamer library for building a RTSP server
+
+USES=		gmake libtool pathfix pkgconfig tar:xz
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list