Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
377 followers · 15895 posts · Server mastodon.xyz

Still have absolutely no idea why needs the extra nudge, when nothing else I build from source does.

#vlc #disco #devissues

Last updated 6 years ago

Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
377 followers · 15895 posts · Server mastodon.xyz

Further mucking about, discovered that wasn't keen on me having a $PKG_CONFIG_PATH set up, since it kept finding the wrong version of libexiv2. So I've got rid of the export in .bashrc, and now just put a suitable PKG_CONFIG_PATH on the front of the configure step.

Now everything is happy again (:*

#linux #disco #vlc #digikam #devissues

Last updated 6 years ago

Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
380 followers · 15685 posts · Server mastodon.xyz

Take Three, which I may work on at some point is some way of dynamically working out what paths might need to be shovelled into LD_LIBRARY_PATH so that I don't need to hard code my custom path.

[NB. Launching via desktop file leads to an LD_LIBRARY_PATH == None which I fix by changing it to an empty string. So that's a bit odd to start with.]

Anyway Take Two works, so who really cares, if I never do Take Three (;*

#gnomecast #kde #selfinflicted #devissues

Last updated 6 years ago

Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
380 followers · 15685 posts · Server mastodon.xyz

In a sort of take two, I've now fixed my version of so that if the LD_LIBRARY_PATH environment variable doesn't contain my local dev path where the shared libraries for my version of reside that this gets shovelled onto the start of the variable before anything else happens so that Gnomecast works correctly.

#ffmpeg #selfinflicted #gnomecast #devissues

Last updated 6 years ago

Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
380 followers · 15686 posts · Server mastodon.xyz

Finally worked out why wasn't working, subprocess.check_output() was returning error code 127 (command not found for ) when launched via xterm -e

Turned out it was actually, some libraries that my locally built version of ffmpeg uses couldn't be found by So I've modified gnomecast to use the system version of ffmpeg (/usr/bin/ffmpeg)

Surprise, surprise, it works again (:*

(;*

#gnomecast #python #ffmpeg #selfinflicted #devissues

Last updated 6 years ago