On Fri, 13 Apr 2018 13:58:30 +0100 Barak A. Pearlmutter wrote:
> Just pushed that (as a "Recommends:") per your github issue comment.
> Will upload upon confirmation that this fixes the issue.
Hey, I've just found out about this interesting development for this
bug report (I would have learned be
That dependency isn't being put in manually, it is automatic.
Basically, the system notices what the executable actually is linked
to:
$ ldd /usr/bin/pdf-presenter-console | wc -l
88
$ ldd /usr/bin/pdf-presenter-console | head -10
linux-vdso.so.1 (0x7ffee66e2000)
libm.so.6 => /lib/x
Thanks! I'm not very familiar with Debian policy, so I can't really comment on
what kind of a dependency it should be. But it does seem inconsistent to have a
"Depends: libgstreamer1.0-0 "but "Recommends: gstreamer1.0-gtk3", given that
both are required to play video.
Just pushed that (as a "Recommends:") per your github issue comment.
Will upload upon confirmation that this fixes the issue.
Should it be a "Depends:"? I'm of two minds on the issue.
Do you have the package gstreamer1.0-gtk3 installed? This fixes movie playback
for me. It seems like pdfpc should at least have a 'Recommends' dependency on
it.
You can increase the verbosity of gstreamer in pdfpc by setting the GST_DEBUG
environment variable to, e.g., 4.
Cheers,
Lorenz
5 matches
Mail list logo