diff options
author | kwm <kwm@FreeBSD.org> | 2016-03-25 23:47:45 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-03-25 23:47:45 +0800 |
commit | 2ce5c464d389353ff29f26b800f5ff19eaf9e566 (patch) | |
tree | acbc21a1120db0002010668925ff5cd15155c67d /graphics/gstreamer1-plugins-gl | |
parent | 9000a8e3d00f8c07788f2e9bf6b39ea28d84afaf (diff) | |
download | freebsd-ports-gnome-2ce5c464d389353ff29f26b800f5ff19eaf9e566.tar.gz freebsd-ports-gnome-2ce5c464d389353ff29f26b800f5ff19eaf9e566.tar.zst freebsd-ports-gnome-2ce5c464d389353ff29f26b800f5ff19eaf9e566.zip |
Update GStreamer1 ports to 1.8.0.
ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
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 | 18 |
2 files changed, 14 insertions, 6 deletions
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 |