This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Possible 2 bugs in Linux & vapoursynth
#3
Argh,.. how I hate all those different build systems cmake/meson/...
No clue why but I can't get mesion to work properly.
ghdl VFR-maniac/L-SMASH-Works
ghdl l-smash/l-smash

./configure --prefix="$vsprefix" --extra-cflags="$CFLAGS" || cat config.log
make -j$JOBS lib
cp liblsmash.a ..

cd ../VapourSynth
./configure --prefix="$vsprefix" \
  --extra-cflags="-I../build $CFLAGS -Wno-deprecated-declarations" \
  --extra-ldflags="-L.. $LDFLAGS" \
|| cat config.log

make -j$JOBS
cp libvslsmashsource.so.1 ../libvslsmashsource.so

cd ..
finish libvslsmashsource.so
source: https://github.com/Selur/hybrid-vapoursy...hsource.sh
works fine and I thought changing it to:
ghdl HolyWu/L-SMASH-Works
ghdl l-smash/l-smash

./configure --prefix="$vsprefix" --extra-cflags="$CFLAGS" || cat config.log
make -j$JOBS lib
cp liblsmash.a ..

cd ../VapourSynth
CFLAGS="-I../build $CFLAGS -Wno-deprecated-declarations" LDFLAGS="-L.. $LDFLAGS" meson build --prefix="$vsprefix"

make -j$JOBS
cp libvslsmashsource.so.1 ../libvslsmashsource.so

cd ..
finish libvslsmashsource.so
would make it work with HolyWus build, but it aborts with:
Run-time dependency liblsmash found: NO (tried pkgconfig and cmake)

meson.build:41:0: ERROR: Dependency "liblsmash" not found, tried pkgconfig and cmake
and I can't get my head around why. :/ (my guess it I simply don't get how to set the linker flags properly for meson,..)

-> seeing that it's not the only plugins that fails (there's also eedi3m, mvtoolssf, nnedi3cl, tcanny), I'm more and more thinking about dropping Vapoursynth support completely on Linux, since I lack the time and motivation to maintain the Vapoursynth stuff,...

Cu Selur

Ps.: sorry, for the rant, just frustrated,.. (got tons of bugs to fix and not time)
Reply


Messages In This Thread
Possible 2 bugs in Linux & vapoursynth - by ALM - 10.06.2020, 00:27
RE: Possible 2 bugs in Linux & vapoursynth - by Selur - 10.06.2020, 23:04
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 12.06.2020, 18:29
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 12.06.2020, 20:03
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 13.06.2020, 16:12
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 13.06.2020, 16:28
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 13.06.2020, 20:44
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 15.06.2020, 18:27
RE: Possible 2 bugs in Linux & vapoursynth - by ALM - 16.06.2020, 01:41

Forum Jump:


Users browsing this thread: 3 Guest(s)