Commit 8cb6b183 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gst-plugins-base to 1.24.4

parent f5ff070d
all:
tar xf gst-plugins-base-1.18.4.tar.xz
patch -Np1 -d gst-plugins-base-1.18.4 < gst-plugins-base-1.18.4-suppress_gl_tests.patch
cd gst-plugins-base-1.18.4 && mkdir build
cd gst-plugins-base-1.18.4/build && meson --prefix=/usr -Dbuildtype=release -Dgtk_doc=disabled
cd gst-plugins-base-1.18.4/build && ninja
cd gst-plugins-base-1.18.4/build && ninja test
cd gst-plugins-base-1.18.4/build && ninja install
rm -rf gst-plugins-base-1.18.4
tar xf gst-plugins-base-1.24.4.tar.xz
cd gst-plugins-base-1.24.4 && mkdir build
cd gst-plugins-base-1.24.4/build && meson --prefix=/usr -Dbuildtype=release -Dgtk_doc=disabled
cd gst-plugins-base-1.24.4/build && ninja
cd gst-plugins-base-1.24.4/build && ninja test
cd gst-plugins-base-1.24.4/build && ninja install
rm -rf gst-plugins-base-1.24.4
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]],
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