Commit f5ff070d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gst-plugins-base to 1.18.4

parent 59e24afa
all: all:
tar xf gst-plugins-base-1.16.2.tar.xz tar xf gst-plugins-base-1.18.4.tar.xz
patch -Np1 -d gst-plugins-base-1.16.2 < gst-plugins-base-1.16.2-suppress_gl_tests.patch patch -Np1 -d gst-plugins-base-1.18.4 < gst-plugins-base-1.18.4-suppress_gl_tests.patch
cd gst-plugins-base-1.16.2 && mkdir build cd gst-plugins-base-1.18.4 && mkdir build
cd gst-plugins-base-1.16.2/build && meson --prefix=/usr -Dbuildtype=release -Dgtk_doc=disabled cd gst-plugins-base-1.18.4/build && meson --prefix=/usr -Dbuildtype=release -Dgtk_doc=disabled
cd gst-plugins-base-1.16.2/build && ninja cd gst-plugins-base-1.18.4/build && ninja
cd gst-plugins-base-1.16.2/build && ninja test cd gst-plugins-base-1.18.4/build && ninja test
cd gst-plugins-base-1.16.2/build && ninja install cd gst-plugins-base-1.18.4/build && ninja install
rm -rf gst-plugins-base-1.16.2 rm -rf gst-plugins-base-1.18.4
diff -uNr gst-plugins-base-1.16.2/tests/check/meson.build gst-plugins-base-1.16.2-suppress_gl_tests/tests/check/meson.build
--- gst-plugins-base-1.16.2/tests/check/meson.build 2019-04-19 18:46:21.000000000 +0930
+++ gst-plugins-base-1.16.2-suppress_gl_tests/tests/check/meson.build 2022-05-18 19:41:58.401131803 +0930
@@ -84,21 +84,11 @@
# FIXME: Unstable on Windows
if build_gstgl and host_machine.system() != 'windows'
base_tests += [
- [ 'libs/gstglcolorconvert.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglcontext.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglfeature.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglformat.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglheaders.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglmatrix.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglmemory.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglquery.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglshader.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep]],
- [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]],
- [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]],
[ 'elements/glbin.c', not build_gstgl ],
- [ 'pipelines/gl-launch-lines.c', not build_gstgl ],
]
endif
diff -uNr gst-plugins-base-1.18.4/tests/check/meson.build gst-plugins-base-1.18.4-suppress_gl_tests/tests/check/meson.build
--- gst-plugins-base-1.18.4/tests/check/meson.build 2021-03-16 04:18:01.315271900 +1030
+++ gst-plugins-base-1.18.4-suppress_gl_tests/tests/check/meson.build 2024-10-12 15:41:30.212719529 +1030
@@ -86,21 +86,11 @@
# FIXME: Unstable on Windows
if build_gstgl and host_machine.system() != 'windows'
base_tests += [
- [ 'libs/gstglcolorconvert.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglcontext.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglfeature.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglformat.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglheaders.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglmatrix.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglmemory.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglquery.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglshader.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glbin.c', not build_gstgl ],
- [ 'pipelines/gl-launch-lines.c', not build_gstgl ],
[ 'elements/glfilter.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glstereo.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glmixer.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
lib lib
/usr/lib/lib.* /usr/lib/lib.*
/usr/lib/gstreamer-1.0/.* /usr/lib/gstreamer-1.0/.*
/usr/lib/girepository-1.0/.*
/usr/share/gst-plugins-base/.* /usr/share/gst-plugins-base/.*
pkg pkg
/usr/lib/pkgconfig/.* /usr/lib/pkgconfig/.*
...@@ -12,5 +13,6 @@ doc ...@@ -12,5 +13,6 @@ doc
/usr/share/gtk-doc/.* /usr/share/gtk-doc/.*
bin bin
/usr/bin/.* /usr/bin/.*
/usr/share/gir-1.0/.*
headers headers
/usr/include/gstreamer-1.0/.* /usr/include/gstreamer-1.0/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment