| Summary: | infrared remote support missing | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | bernard.godard |
| Component: | vlc | Assignee: | Nicolas Chauvet <kwizart> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | bernard.godard, leigh123linux |
| Priority: | P1 | ||
| Version: | 25 | ||
| Hardware: | x86_64 | ||
| OS: | GNU/Linux | ||
| namespace: | |||
| Attachments: | lirc patch | ||
|
Description
bernard.godard
2017-01-15 18:26:56 CET
Our build.log says it is: [...] checking lirc/lirc_client.h usability... yes checking lirc/lirc_client.h presence... yes checking for lirc/lirc_client.h... yes checking for lirc_init in -llirc_client... yes [...] http://koji.rpmfusion.org/kojifiles/packages/vlc/3.0.0/0.14.fc25/data/logs/x86_64/build.log Can you verify where your package comes from ? (namely do you have any others repos outside Fedora + RPM Fusion). That been said, there is no liblirc.so.0 dependency from vlc or vlc-core. So something might be broken in vlc upstream. Created attachment 1726 [details] lirc patch (In reply to Nicolas Chauvet from comment #2) > That been said, there is no liblirc.so.0 dependency from vlc or vlc-core. > So something might be broken in vlc upstream. HAVE_LIRC doesn't get defined in config.h, removing the check on the make file fixes missing support $ rpm -qp --requires /home/leigh/development/rpmbuild/RPMS/x86_64/vlc-core-3.0.0-0.14.fc26.x86_64.rpm |grep lirc liblirc_client.so.0()(64bit) Can you test this build (clean patch) http://koji.rpmfusion.org/koji/taskinfo?taskID=72574 With this new build, I can use my infrared remote fine. Thank you patch merged upstream. |