diff options
author | kwm <kwm@FreeBSD.org> | 2015-09-26 22:36:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-09-26 22:36:23 +0800 |
commit | 26e024bbdbff43dece4e929f6104deec587ed50b (patch) | |
tree | 6e57fabcf96c9308178f83f5236aab5d8f1b0127 /graphics/gstreamer1-plugins-gl | |
parent | 4f5ebbd6dcc224be3e1964f0cd8ec898e31d3b69 (diff) | |
download | freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.tar.gz freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.tar.zst freebsd-ports-gnome-26e024bbdbff43dece4e929f6104deec587ed50b.zip |
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
Diffstat (limited to 'graphics/gstreamer1-plugins-gl')
-rw-r--r-- | graphics/gstreamer1-plugins-gl/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-gl/pkg-plist | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile index ffe566b011a6..ea592ca723d1 100644 --- a/graphics/gstreamer1-plugins-gl/Makefile +++ b/graphics/gstreamer1-plugins-gl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer GL graphics plugin diff --git a/graphics/gstreamer1-plugins-gl/pkg-plist b/graphics/gstreamer1-plugins-gl/pkg-plist index 9a56ab88fed4..174a9aab2fc5 100644 --- a/graphics/gstreamer1-plugins-gl/pkg-plist +++ b/graphics/gstreamer1-plugins-gl/pkg-plist @@ -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/glprototypes/gstgl_compat.h 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/gstglframebuffer.h 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 |