Opened 9 years ago

Closed 9 years ago

#6230 closed enhancement (fixed)

Add libcdio

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

This package is needed to properly use the cd/dvd drive in multimedia applications like gstreamer and mplayer.

http://ftp.gnu.org/gnu/libcdio/

Current versions: libcdio-0.93.tar.bz2 and libcdio-paranoia-10.2+0.93+1.tar.bz2

paranoia puts include files in /usr/include/cdio/paranoia but mplayer looks in /usr/include/cdio so some symlinks are needed:

ln -s paranoia/paranoia.h
ln -s paranoia/cdda.h 

libcdio_cdda.pc and libcdio_paranoia.pc seem to specify the wrong includedir

Change History (5)

comment:1 by bdubbs@…, 9 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 9 years ago

Explain need for these packages in dependent packages: gstreamer-plugins-ugly (both versions) and mplayer.

Other packages that reference are audacious, simpleburn, ffmpeg, and vlc

comment:3 by bdubbs@…, 9 years ago

For mplayer, the following works without the /usr/lib symlinks:

sed -i 's:/paranoia.h:/paranoia&:g;s:/cdda.h:/paranoia&:g' configure stream/stream_cdda.c

comment:4 by bdubbs@…, 9 years ago

Fixed at revision 15623.

comment:5 by bdubbs@…, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 15623.

Note: See TracTickets for help on using tickets.