xine-lib in rawhide not buildable against?

Ville Skyttä ville.skytta at iki.fi
Sat Feb 9 14:08:51 UTC 2008


On Saturday 09 February 2008, Martin Sourada wrote:
>
> So to again say where the problem was: gxine was expecting output of
> xine-config --version in x.y.z format, but for xine-lib-1.1.10.1 it
> clearly has x.y.z.w format, so you need to ignore the rest. The bogus
> output from the configure error is most likely result of printing '1.1'
> and like as integer...
>
> Both for gxine and xine-plugin the change to configure is like this:
>
>  xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \
> -             sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
> +             sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'`

That comes from xine-lib's xine.m4.  Your fix seems good enough at least for 
packages needing a build right now IMO, but I also think things could be made 
quite a bit more robust upstream - candidate patch added to 
http://bugs.xine-project.org/show_bug.cgi?id=41

Thanks for reporting the issue upstream!




More information about the fedora-devel-list mailing list