Closed Mederim closed 2 years ago
It looks like a meson couldn't find mpv. I'm not sure if I can do anything about that. If you built mpv yourself locally, try installing from the official repo, because mpv might be in a weird location. Or you're going to have to tell pkgconfig or cmake where to find mpv.
Sorry if I couldn't be of any help.
Meson do the search in what path? And how can i set pkgconf to search mpv?
Use something like the LIBRARY_PATH or PKG_CONFIG_PATH env variable. It's probably easier if you can find where or even if you have a "mpv.pc" pkgconf file. For example my mpv.pc is at "/usr/lib/pkgconfig/mpv.pc" so I would use something like this:
PKG_CONFIG_PATH=/usr/lib/pkgconfig/
Your package manager should of installed this config file for you, otherwise I'm not sure how to obtain one.
Libmpv is needed for this package?
Yes https://github.com/GhostNaN/mpvpaper/blob/ff398978941f95b5d1e424e26e8b7498e8176205/src/main.c#L19-L20 Though it still would only be specified as "mpv" in meson as a dependency.
Maybe this is the problem, i not have libmpv build. And mpv no needed it to work well.
I got it to work when I installed libmpv-dev
so I think you should maybe update your build scripts (or whatever) to reflect this.
I use kiss linux distribution and tried to port the package to community repo but i cant build it:
and i have build mpv it have in the official repo you can look in here mpv