#10108: libcdio-1.0.0 breaks audacious-plugins-3.9
--------------------+-------------------------
 Reporter:  ken@…   |      Owner:  blfs-book@…
     Type:  defect  |     Status:  new
 Priority:  normal  |  Milestone:  8.2
Component:  BOOK    |    Version:  SVN
 Severity:  normal  |   Keywords:
--------------------+-------------------------
 Nothing in the audacious bugs, probably I'm the first person trying to
 built it with libcdio-1.0.0.

 First issue concerns libcdio itself : LIBCDIO_VERSION_NUM has been reset
 to 1 (it started at 68 in v0.68). That causes the audacious code to look
 for the headers in the wrong place (they moved for versions >= 90).

 I hacked that temporarily, but since we already have a patch for libcdio
 upstream fixes, I think the better fix is to backport

 {{{
 2d22ae18571caf29460a456340ff0603f04af6b4

     Set LIBCDIO_VERSION in a more consistent way

     we'll use the convention
     x.y.zjunk => x*10000 + y*100 + z

     Savannah bug #52491
 }}}

 What that *actually* does (in git for 1.0.1) is
 LIBCDIO_VERSION_NUM=10001

 so we could backport that as 100000.

 Second issue is that after audacious-plugins finds the headers it falls
 apart. Something has changed, at the moment I'm not sure what.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10108>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to