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 581729 - Fails to build with previous core/base releases (0.10.22)
Fails to build with previous core/base releases (0.10.22)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal blocker
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-07 11:33 UTC by Edward Hervey
Modified: 2009-05-07 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-05-07 11:33:04 UTC
The ignores for building gst-python against previous releases have several quirks in it causing failures in building gst-python.

These are fixed with the top 3 patches from the 'regressions' branch at git://anongit.freedesktop.org/~bilboed/gst-python
Comment 1 Edward Hervey 2009-05-07 12:30:11 UTC
commit ed998fec0377b5978c157d8103781d54a5779d98
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Thu May 7 13:49:18 2009 +0200

    gst-pb-0.10.23: Fix the ignores, globs need to go in a special section.
    
    Finishes fixing #581729

commit ff43cb3c67b36296ddeb8069a87c8a977d251f15
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Thu May 7 13:48:54 2009 +0200

    gst-0.10.23.ignore: Add newly added enum values. Partially fixes #581729

commit 49fc5b26ffac887b9af819c0b17376c20bdb3167
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Thu May 7 13:48:01 2009 +0200

    codegen: Allow ignoring enum values. Partially fixes #581729
    
    This is needed to ignore new enum values that are added in new gstreamer
    core/base versions.