Bug 150447 - [EFL] Bump GStreamer versions to 1.6.0
Summary: [EFL] Bump GStreamer versions to 1.6.0
Status: RESOLVED DUPLICATE of bug 156655
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 08:38 PDT by Csaba Osztrogonác
Modified: 2016-04-27 01:57 PDT (History)
3 users (show)

See Also:


Attachments
Patch (16.70 KB, patch)
2015-10-22 08:41 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (16.70 KB, patch)
2015-10-28 03:15 PDT, Csaba Osztrogonác
gyuyoung.kim: review+
ossy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-10-22 08:38:25 PDT
Similar GTK bug report: bug149594. Let's bump EFL to 1.6 too.
( just a note: Ubuntu 15.10 already has 1.6 )
Comment 1 Csaba Osztrogonác 2015-10-22 08:41:01 PDT
Created attachment 263828 [details]
Patch
Comment 2 Gyuyoung Kim 2015-10-25 17:18:54 PDT
Any problem to bump gstreamer ?
Comment 3 Csaba Osztrogonác 2015-10-28 03:14:09 PDT
(In reply to comment #2)
> Any problem to bump gstreamer ?

I don't know any problem. But 1.6 is the latest stable relase,
the latest stable Ubuntu 15.10 ships this version and GTK plans
to bump in the near future, but still has some issues.
Comment 4 Csaba Osztrogonác 2015-10-28 03:15:23 PDT
Created attachment 264206 [details]
Patch

EFL EWS was flakey, let's check it again.
Comment 5 Csaba Osztrogonác 2015-10-28 04:34:28 PDT
Building the old gst-plugins-bad 1.4.4 on Ubuntu 15.10 
with the stock GCC 5.2 fails with the following error:

Building gst-plugins-bad *** [19/27]ESC(BESC[m
ESC]0;jhbuild:Building gst-plugins-bad [19/27]^GCDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ossy/WebKit/WebKitBuild/DependenciesEFL/Source/gst-plugins-bad-1.4.4/missing aclocal-1.14 -I m4 -I common/m4
/home/ossy/WebKit/WebKitBuild/DependenciesEFL/Source/gst-plugins-bad-1.4.4/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:882: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127


Ubuntu 15.10 ships aclocal 1.15, not 1.14. Maybe it causes this failure.
But the newer gst* packages builds fine on 15.10 and 15.04 too.
Comment 6 Csaba Osztrogonác 2015-10-28 06:56:21 PDT
EWS is still red, it must be an incremental build issue,
so the buildbots will need a clean build after landing.
Comment 7 Gyuyoung Kim 2015-10-28 06:58:38 PDT
Comment on attachment 264206 [details]
Patch

LGTM. Let me run efl-ews with clean build after landing.
Comment 8 Philippe Normand 2015-10-30 02:37:38 PDT
FYI in GTK a similar patch landed and broke the http/tests/media suite. Don't you run those in EFL?
Comment 9 Csaba Osztrogonác 2015-10-30 03:07:26 PDT
(In reply to comment #8)
> FYI in GTK a similar patch landed and broke the http/tests/media suite.
> Don't you run those in EFL?

Yes, I noticed that issue, but didn't have time to check these tests yet.
Comment 10 Csaba Osztrogonác 2015-11-05 05:25:21 PST
It isn't showstopper of the Ubuntu 15.10 build,
since bug150928 fixes the build issue without bumping.

Let's do the bump later, once http/tests/media tests issue is fixed.
Comment 11 Csaba Osztrogonác 2016-04-27 01:57:17 PDT

*** This bug has been marked as a duplicate of bug 156655 ***