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 599332 - [neonhttpsrc] fails to compile with libneon 0.29.0
[neonhttpsrc] fails to compile with libneon 0.29.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.15
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-22 17:59 UTC by Thomas Green
Modified: 2009-10-23 09:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that adjusts the accepted neon version (529 bytes, patch)
2009-10-22 17:59 UTC, Thomas Green
committed Details | Review

Description Thomas Green 2009-10-22 17:59:45 UTC
Created attachment 146060 [details] [review]
patch that adjusts the accepted neon version

configure.ac in gst-plugins-bad is set-up to only accept neon versions from
0.26.0 to 0.28.99, but version 0.29.0 is reported (in the libneon changelog) to
be API/ABI compatible with 0.28.x and 0.27.x

The attached patch simply increases the neon version threshold to 0.29.99 and,
as expected, the neonhttpsrc plugin compiles and seems to run as normal with
neon-0.29.0
Comment 1 Edward Hervey 2009-10-23 08:23:49 UTC
Comment on attachment 146060 [details] [review]
patch that adjusts the accepted neon version

confirmed to work with 0.29.0
Comment 2 Tim-Philipp Müller 2009-10-23 09:50:59 UTC
commit df6e65afe56b6435c08896e722a644dc33ae8726
Author: Thomas Green <tom78999@gmail.com>
Date:   Fri Oct 23 10:48:25 2009 +0100

    configure: also build neonhttpsrc with libneon-29.x
    
    Fixes #599332.