FS#46298 - Package mpv should claim libbluray as runtime dependency
Attached to Project:
Community Packages
Opened by Whyme Lyu (5long) - Tuesday, 15 September 2015, 07:29 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 20 September 2015, 15:14 GMT
Opened by Whyme Lyu (5long) - Tuesday, 15 September 2015, 07:29 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 20 September 2015, 15:14 GMT
|
Details
Description:
I was trying to rebuild a customized ffmpeg package with less dependencies. One of the dependencies I've removed is libbluray, and pacman removed libbluray (with the command `pacman -Rcns libbluray`) without a problem. Two days later I found that the mpv player failed to launch due to the binary links to libbluray.so. The dependency was satisfied because mpv depends on ffmpeg, which depends on libbluray. Since mpv directly links to libbluray.so, I think it's reasonable to add libbluray as a direct runtime dependency of mpv. Thus this report. Additional info: * package version(s): mpv 1:0.10.0-1 * The command `ldd "$(which mpv)" | grep bluray` prints: libbluray.so.1 => /usr/lib/libbluray.so.1 (0x00007f75d71d7000) |
This task depends upon
Closed by Doug Newgard (Scimmia)
Sunday, 20 September 2015, 15:14 GMT
Reason for closing: Not a bug
Additional comments about closing: Implied deps are normal. If you change important libs, expect to change others as well.
Sunday, 20 September 2015, 15:14 GMT
Reason for closing: Not a bug
Additional comments about closing: Implied deps are normal. If you change important libs, expect to change others as well.