FS#40201 - [xbmc] Add libcec to $depends

Attached to Project: Community Packages
Opened by Frederik “Freso” S. Olesen (Freso) - Saturday, 03 May 2014, 11:20 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 05 May 2014, 09:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
https://github.com/xbmc/xbmc/blob/master/docs/README.linux lists libcec as a build dependency for XBMC and XBMC's log will output ERROR messages if libcec is not available (specifically: libcec.so.2).

Additional info:
* Installed xbmc: 12.3-14
* Sample log: https://pastee.org/tzntb

Steps to reproduce:
* pacman -S xbmc
* pacman -R libcec
* Run xbmc
* grep "ERROR" ~/.xbmc/temp/xbmc.log
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 05 May 2014, 09:22 GMT
Reason for closing:  Not a bug
Additional comments about closing:  libcec is in optdeps
Comment by Doug Newgard (Scimmia) - Saturday, 03 May 2014, 15:01 GMT
It's already an optional dep: "libcec (optional) - support for Pulse-Eight USB-CEC adapter"
Errors in the log are fine as long as they don't cause a problem.

Loading...