-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump GStreamer to 1.18.4 #19976
Bump GStreamer to 1.18.4 #19976
Conversation
6d5cf04
to
d52d930
Compare
Pull request CI reportReport generated at: 2021-03-23 10:39 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
d52d930
to
b9649ee
Compare
Pull request CI reportReport generated at: 2021-03-23 12:34 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
This PR would close this issue. |
04313e1
to
b0252c8
Compare
Pull request CI reportReport generated at: 2021-05-02 13:44 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
ce63b02
to
67a18d0
Compare
As installing all the split packages is a bit of a dependency hell I only tested the ones I use on my desktop (running in Sway), which are:
|
Maybe, I'm not sure how this failure even really happened but I haven't seen it while using gstreamer-1.18.x on my machines. I'd say it's up for gstreamer@ to make it close or not. |
It failed here for me:
Can just change all of the Also with ffmpeg--9999 gst-plugins-libav fails. The first failure is fixed upstream: https://gitlab.freedesktop.org/tpm/gst-libav/-/commit/801dc93b790e9a96aa437a3f344214170c0bd540 And the second is reported here: https://gitlab.freedesktop.org/gstreamer/gst-libav/-/issues/97 |
Already fixed (as I discovered the
Thanks, will test this patch.
Thanks |
67a18d0
to
ff7f38f
Compare
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
473e1a1
to
f27c80c
Compare
Found the ABI issue with Autoconf had:
And I badly assumed that Applied: diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
index 130e4c673f7..c3c97db0690 100644
--- a/eclass/gstreamer-meson.eclass
+++ b/eclass/gstreamer-meson.eclass
@@ -252,10 +252,6 @@ gstreamer_multilib_src_configure() {
gst_conf+=( -Dschemas-compile=disabled )
fi
- if grep -q "option('gst_debug'" "${EMESON_SOURCE}"/meson_options.txt ; then
- gst_conf+=( -Dgst_debug=false )
- fi
-
if grep -q "option('examples'" "${EMESON_SOURCE}"/meson_options.txt ; then
gst_conf+=( -Dexamples=disabled )
fi |
Pull request CI reportReport generated at: 2021-05-30 00:19 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
Aaaand merged. Huge, huge thanks to @lanodan for his dedicated work here. Thanks to everyone who's tested so far as well as leio and all other developers for reviewing! Please file bugs on Bugzilla with as much information as you can if you hit any issues. Be patient with us as we work out the kinks. |
@lanodan , thanks a lot! You did a great job! Could you also take a look at https://bugs.gentoo.org/749357 ? :-) |
eclass thread: https://archives.gentoo.org/gentoo-dev/message/569c767d69849e1328eda2ae04f511e7
Closes: https://bugs.gentoo.org/690468
Closes: https://bugs.gentoo.org/756298
Bug: https://bugs.gentoo.org/780744