After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748698 - build: upgrade glib dependency to 2.32
build: upgrade glib dependency to 2.32
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 743569
 
 
Reported: 2015-04-30 11:54 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-04-30 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: upgrade glib dependency to 2.32 (6.02 KB, patch)
2015-04-30 11:54 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2015-04-30 11:54:32 UTC
Since bug #745728 was fixed the oldest supported version of GStreamer is
1.2. That GStreamer release requires glib 2.32, so we can upgrade our
requirement too.

This patch changes the required version of glib in configure.ac and removes
the hacks in glibcompat.h
Comment 1 Víctor Manuel Jáquez Leal 2015-04-30 11:54:36 UTC
Created attachment 302640 [details] [review]
build: upgrade glib dependency to 2.32
Comment 2 Gwenole Beauchesne 2015-04-30 11:59:33 UTC
Review of attachment 302640 [details] [review]:

OK. That was even available in the older Ubuntu 12.04-LTS. So, this is perfectly fine. Thanks.
Comment 3 Víctor Manuel Jáquez Leal 2015-04-30 13:48:13 UTC
Comment on attachment 302640 [details] [review]
build: upgrade glib dependency to 2.32

commit 81d6b42420a001a68089d7fed42edd4013ddba3e
Author: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Date:   Thu Apr 30 13:29:48 2015 +0200

    build: upgrade glib dependency to 2.32
    
    Since bug #745728 was fixed the oldest supported version of GStreamer is
    1.2. That GStreamer release requires glib 2.32, so we can upgrade our
    requirement too.
    
    This patch changes the required version of glib in configure.ac and removes
    the hacks in glibcompat.h
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748698