Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gst-plugins-base
Commits
f5ff070d
Commit
f5ff070d
authored
Oct 26, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated gst-plugins-base to 1.18.4
parent
59e24afa
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
33 deletions
+35
-33
Makefile
Makefile
+8
-8
gst-plugins-base-1.16.2-suppress_gl_tests.patch
gst-plugins-base-1.16.2-suppress_gl_tests.patch
+0
-25
gst-plugins-base-1.16.2.tar.xz
gst-plugins-base-1.16.2.tar.xz
+0
-0
gst-plugins-base-1.18.4-suppress_gl_tests.patch
gst-plugins-base-1.18.4-suppress_gl_tests.patch
+25
-0
gst-plugins-base-1.18.4.tar.xz
gst-plugins-base-1.18.4.tar.xz
+0
-0
gst-plugins-base.groups
gst-plugins-base.groups
+2
-0
No files found.
Makefile
View file @
f5ff070d
all
:
all
:
tar
xf gst-plugins-base-1.1
6.2
.tar.xz
tar
xf gst-plugins-base-1.1
8.4
.tar.xz
patch
-Np1
-d
gst-plugins-base-1.1
6.2 < gst-plugins-base-1.16.2
-suppress_gl_tests.patch
patch
-Np1
-d
gst-plugins-base-1.1
8.4 < gst-plugins-base-1.18.4
-suppress_gl_tests.patch
cd
gst-plugins-base-1.1
6.2
&&
mkdir
build
cd
gst-plugins-base-1.1
8.4
&&
mkdir
build
cd
gst-plugins-base-1.1
6.2
/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgtk_doc
=
disabled
cd
gst-plugins-base-1.1
8.4
/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgtk_doc
=
disabled
cd
gst-plugins-base-1.1
6.2
/build
&&
ninja
cd
gst-plugins-base-1.1
8.4
/build
&&
ninja
cd
gst-plugins-base-1.1
6.2
/build
&&
ninja
test
cd
gst-plugins-base-1.1
8.4
/build
&&
ninja
test
cd
gst-plugins-base-1.1
6.2
/build
&&
ninja
install
cd
gst-plugins-base-1.1
8.4
/build
&&
ninja
install
rm
-rf
gst-plugins-base-1.1
6.2
rm
-rf
gst-plugins-base-1.1
8.4
gst-plugins-base-1.16.2-suppress_gl_tests.patch
deleted
100644 → 0
View file @
59e24afa
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
gst-plugins-base-1.16.2.tar.xz
deleted
100644 → 0
View file @
59e24afa
File deleted
gst-plugins-base-1.18.4-suppress_gl_tests.patch
0 → 100644
View file @
f5ff070d
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]],
gst-plugins-base-1.18.4.tar.xz
0 → 100644
View file @
f5ff070d
File added
gst-plugins-base.groups
View file @
f5ff070d
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/.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment