Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367835 - media-tv/xbmc-9999: some eautoreconf to add
Summary: media-tv/xbmc-9999: some eautoreconf to add
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 22:42 UTC by Alexandre B.
Modified: 2011-05-18 18:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre B. 2011-05-17 22:42:09 UTC
Hello,

I've seen that the xbmc team removed some files from the trunk causing xbmc to fail compile with gentoo's ebuild.

here is the changeset in cause :
https://github.com/xbmc/xbmc/commit/d11d98fdaf2de797057d666c81a9864b2b6f569f

so, here's what I did to make it compile again :
in this ebuild file : /usr/portage/media-tv/xbmc/xbmc-9999.ebuild

you should modify this line :
for d in . lib/{libdvd/lib*/,cpluff} ; do

with this line :
for d in . lib/{libdvd/lib*/,cpluff,libapetag,libid3tag/libid3tag} xbmc/screensavers/rsxs-0.9; do

And now xbmc generates all the necessary files that have been removed from the git trunk.

I've just tested this and it works great.

Can someone update gentoo's ebuild for xbmc according to my suggestion ?

Thanks ;)

Reproducible: Always

Steps to Reproduce:
1. try to compile xbmc-9999
Actual Results:  
some errors about missing files

Expected Results:  
compiling should work :p