-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.2+2.0.0: cdio_cddap_track_audiop missing #21
Comments
I have modified .pc files [tkloczko@barrel libcdio-paranoia-10.2+2.0.0]$ cat libcdio_paranoia.pc prefix=/usr exec_prefix=/usr libdir=/usr/lib64 includedir=/usr/include Name: libcdio_paranoia Description: CD paranoia library from libcdio Version: 10.2+2.0.0 Requires: libcdio Libs: -L${libdir} -lcdio_paranoia Cflags: -I${includedir}/cdio [tkloczko@barrel libcdio-paranoia-10.2+2.0.0]$ cat libcdio_cdda.pc prefix=/usr exec_prefix=/usr libdir=/usr/lib64 includedir=/usr/include Name: libcdio_cdda Description: CD paranoia CD-DA library from libcdio Version: 10.2+2.0.0 Requires: libcdio Libs: -L${libdir} -lcdio_cdda Cflags: -I${includedir}/cdio However looks like libcdio_cdda uses symbols from libcdio_paranoia and vice versa. |
This, the lack of track_audiop (and other booleans) is a bug. Should be an easy fix which I'll do when I am able. |
Please file one issue per issue. That makes it possible to track independent issues. Thanks. |
The As for the loopiness, if you have specific suggestions feel free to make a PR for that. |
I have problem with building gvs with libcdio-paranoia.
gvfs fails with:
Just checked libcdio-paranoia tree and it is something strange about only that symbol
Looks like there is no actual code behind exactly that symbol.
May I ask for help or maybe it is a bug?
The text was updated successfully, but these errors were encountered: