FS#17613 - [xbmc] missing dependencies 9.11-2

Attached to Project: Community Packages
Opened by Ike Devolder (BlackEagle) - Saturday, 26 December 2009, 23:04 GMT
Last edited by Dan Griffiths (Ghost1227) - Tuesday, 12 January 2010, 06:36 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Missing Dependencies for package xbmc-9.11-2

- libdca


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Tuesday, 12 January 2010, 06:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  Updated with BlackEagle's patch, thanks!
Comment by Ike Devolder (BlackEagle) - Thursday, 07 January 2010, 09:00 GMT
  • Field changed: Percent Complete (100% → 0%)
missed one dependency

even when compiled with --disable-external-python, you still need python to be installed;
or there is something wrong with xbmc itself when you set the configureflag

reason:
/opt/xbmc/bin/xbmc snapshot
line 71-74
python /opt/xbmc/share/xbmc/FEH.py "$@"
if [ $? -ne 0 ]; then
exit
fi

if you have no external python installed this will not work
Comment by Ike Devolder (BlackEagle) - Friday, 08 January 2010, 05:59 GMT
Here you go, an fixed version with:

Archlinux Branding ( via SVN_REV )
lsb_release fix

and also with patch for libcdio (  FS#15677  ) [WORKING] on my system
[xbmc] Unable to use optical drives with libcdio 0.81

only tested on x86_64 and build from clean source

Loading...