FS#20142 - [vlc] Missing dependencies

Attached to Project: Arch Linux
Opened by Stefan Husmann (stefanhusmann) - Saturday, 10 July 2010, 20:55 GMT
Last edited by Ionut Biru (wonder) - Saturday, 10 July 2010, 22:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ionut Biru (wonder)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The PKGBUILD of vlc needs dependencies (or at least optdepends) to libdc1394 and lirc-utils.

Additional info:
* package version(s) 1.1.0-2

* config and/or log files etc.


Steps to reproduce:
ldd /usr/lib/vlc/plugins/access/libdc1394_plugin.so
linux-vdso.so.1 => (0x00007ffffaae2000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f9fc8569000)
libraw1394.so.11 => /usr/lib/libraw1394.so.11 (0x00007f9fc835b000)
libdc1394.so.22 => not found
libvlccore.so.4 => /usr/lib/libvlccore.so.4 (0x00007f9fc806e000)
libc.so.6 => /lib/libc.so.6 (0x00007f9fc7d12000)
/lib/ld-linux-x86-64.so.2 (0x00007f9fc89b1000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f9fc7ad2000)
librt.so.1 => /lib/librt.so.1 (0x00007f9fc78ca000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f9fc76c6000)
libm.so.6 => /lib/libm.so.6 (0x00007f9fc7443000)
ldd /usr/lib/vlc/plugins/control/liblirc_plugin.so
linux-vdso.so.1 => (0x00007fff1ebff000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007ff1315a6000)
liblirc_client.so.0 => not found
libvlccore.so.4 => /usr/lib/libvlccore.so.4 (0x00007ff1312b9000)
libc.so.6 => /lib/libc.so.6 (0x00007ff130f5d000)
/lib/ld-linux-x86-64.so.2 (0x00007ff1319ec000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007ff130d1e000)
librt.so.1 => /lib/librt.so.1 (0x00007ff130b15000)
libdl.so.2 => /lib/libdl.so.2 (0x00007ff130911000)
libm.so.6 => /lib/libm.so.6 (0x00007ff13068f000)

This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 10 July 2010, 22:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  in trunk
Comment by Ionut Biru (wonder) - Saturday, 10 July 2010, 21:07 GMT
lirc-utils is already an optdepends
for libdc1394 i'll fix it only in trunk. vlc 1.1.1 should be near

Loading...