From 2ce5c464d389353ff29f26b800f5ff19eaf9e566 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 25 Mar 2016 15:47:45 +0000 Subject: Update GStreamer1 ports to 1.8.0. ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/ --- graphics/gstreamer1-plugins-gl/Makefile | 2 +- graphics/gstreamer1-plugins-gl/pkg-plist | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'graphics/gstreamer1-plugins-gl') diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile index 9958c9c364a1..1cef84e08113 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 ae8d47788e38..7be88efbd1ed 100644 --- a/graphics/gstreamer1-plugins-gl/pkg-plist +++ b/graphics/gstreamer1-plugins-gl/pkg-plist @@ -15,28 +15,36 @@ include/gstreamer-%%VERSION%%/gst/gl/glprototypes/gles.h 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/query.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_enums.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/gstglbasememory.h +include/gstreamer-%%VERSION%%/gst/gl/gstglbuffer.h include/gstreamer-%%VERSION%%/gst/gl/gstglbufferpool.h include/gstreamer-%%VERSION%%/gst/gl/gstglcolorconvert.h include/gstreamer-%%VERSION%%/gst/gl/gstglcontext.h +include/gstreamer-%%VERSION%%/gst/gl/gstglcontrolbindingproxy.h +include/gstreamer-%%VERSION%%/gst/gl/gstgldebug.h include/gstreamer-%%VERSION%%/gst/gl/gstgldisplay.h -include/gstreamer-%%VERSION%%/gst/gl/gstgldownload.h include/gstreamer-%%VERSION%%/gst/gl/gstglfeature.h include/gstreamer-%%VERSION%%/gst/gl/gstglfilter.h +include/gstreamer-%%VERSION%%/gst/gl/gstglformat.h include/gstreamer-%%VERSION%%/gst/gl/gstglframebuffer.h include/gstreamer-%%VERSION%%/gst/gl/gstglmemory.h +include/gstreamer-%%VERSION%%/gst/gl/gstglmemorypbo.h include/gstreamer-%%VERSION%%/gst/gl/gstgloverlaycompositor.h +include/gstreamer-%%VERSION%%/gst/gl/gstglquery.h include/gstreamer-%%VERSION%%/gst/gl/gstglshader.h -include/gstreamer-%%VERSION%%/gst/gl/gstglshadervariables.h +include/gstreamer-%%VERSION%%/gst/gl/gstglshaderstrings.h +include/gstreamer-%%VERSION%%/gst/gl/gstglsl.h +include/gstreamer-%%VERSION%%/gst/gl/gstglslstage.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 @@ -47,5 +55,5 @@ lib/gstreamer-%%VERSION%%/libgstopengl.so lib/libgstgl-%%VERSION%%.so lib/libgstgl-%%VERSION%%.so.0 lib/libgstgl-%%VERSION%%.so.%%SOVERSION%% -libdata/pkgconfig/gstreamer-gl-1.0.pc +libdata/pkgconfig/gstreamer-gl-%%VERSION%%.pc share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir -- cgit