GNOME Bugzilla – Bug 721107
Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Last modified: 2013-12-27 09:39:23 UTC
I recently upgraded libcdio to version 0.92 and I found that gst-plugins-ugly fails to compile the cdio module due to changes in the cdio functions: from: const char *cdtext_get_const (cdtext_field_t field, const cdtext_t *p_cdtext); to: const char *cdtext_get_const (const cdtext_t *p_cdtext, cdtext_field_t field, track_t track); and similar. Here is the patch is used to get a successful compile. Thank you so much. (I'm still at 0.10 gstreamer version since i use slackware which has some problems to switch over 1.2 branch).
*** Bug 721108 has been marked as a duplicate of this bug. ***
*** Bug 721110 has been marked as a duplicate of this bug. ***
*** Bug 721109 has been marked as a duplicate of this bug. ***
Please reattach the patch; looks like Bugzilla lost it. :(
Created attachment 264917 [details] [review] cdio-0.92.patch
Created attachment 264922 [details] failing build log
Comment on attachment 264922 [details] failing build log CFLAGS="-O2 -fPIC -march=corei7 -pipe" ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --disable-debug --disable-static --build=x86_64-slackware-linux
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 675112 ***
thanks a lot! i didn't noticed the version is almost 2 years old, so i should'd have to check to git branch
There were also 12 (or more?) releases since then already :)