diff options
author | tijl <tijl@FreeBSD.org> | 2018-11-03 19:58:10 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-11-03 19:58:10 +0800 |
commit | cf1eb33a6794ca9bf8ba634c2fa0f814932e89eb (patch) | |
tree | b334f264681f2e08e196f19340f62a77ab5d75ec /graphics/gstreamer1-plugins-gl | |
parent | e9c5970bace9177552a911fcf6ecd4a950208bb9 (diff) | |
download | freebsd-ports-gnome-cf1eb33a6794ca9bf8ba634c2fa0f814932e89eb.tar.gz freebsd-ports-gnome-cf1eb33a6794ca9bf8ba634c2fa0f814932e89eb.tar.zst freebsd-ports-gnome-cf1eb33a6794ca9bf8ba634c2fa0f814932e89eb.zip |
Update GStreamer to 1.14.4.
PR: 231406
Submitted by: Greg V <greg@unrelenting.technology>
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'graphics/gstreamer1-plugins-gl')
-rw-r--r-- | graphics/gstreamer1-plugins-gl/Makefile | 4 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-gl/pkg-plist | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile index f27732739fff..e3292275e543 100644 --- a/graphics/gstreamer1-plugins-gl/Makefile +++ b/graphics/gstreamer1-plugins-gl/Makefile @@ -6,9 +6,9 @@ CATEGORIES= graphics COMMENT= GStreamer GL graphics plugin GST_PLUGIN= gl -DIST= bad +DIST= base -GL_GST_DIRS= gst-libs/gst/allocators +GL_GST_DIRS= gst-libs/gst/allocators gst-libs/gst/video PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins diff --git a/graphics/gstreamer1-plugins-gl/pkg-plist b/graphics/gstreamer1-plugins-gl/pkg-plist index 444074499793..d78233c9022b 100644 --- a/graphics/gstreamer1-plugins-gl/pkg-plist +++ b/graphics/gstreamer1-plugins-gl/pkg-plist @@ -2,6 +2,7 @@ include/gstreamer-%%VERSION%%/gst/gl/egl/gstegl.h include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimage.h include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h include/gstreamer-%%VERSION%%/gst/gl/egl/gstglmemoryegl.h +include/gstreamer-%%VERSION%%/gst/gl/gl-prelude.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 @@ -34,6 +35,7 @@ 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/gstglfuncs.h include/gstreamer-%%VERSION%%/gst/gl/gstglmemory.h include/gstreamer-%%VERSION%%/gst/gl/gstglmemorypbo.h include/gstreamer-%%VERSION%%/gst/gl/gstgloverlaycompositor.h @@ -48,12 +50,13 @@ include/gstreamer-%%VERSION%%/gst/gl/gstglupload.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/wayland/gstgldisplay_wayland.h include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h -lib/girepository-%%VERSION%%/GstGL-%%VERSION%%.typelib +lib/girepository-1.0/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%% libdata/pkgconfig/gstreamer-gl-%%VERSION%%.pc -share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir +share/gir-1.0/GstGL-%%VERSION%%.gir |