OpenShot / libopenshot

OpenShot Video Library (libopenshot) is a free, open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. API currently supports C++, Python, and Ruby.
http://www.openshot.org
GNU Lesser General Public License v3.0
1.28k stars 276 forks source link

Could NOT find Resvg (missing: Resvg_LIBRARIES Resvg_INCLUDE_DIRS) (found version "") #936

Open jiapei100 opened 1 year ago

jiapei100 commented 1 year ago

resvg does NOT support C++ libraries any more, say, there will NOT be a .so library any more .

Therefore, I obtained the above ERROR message: Could NOT find Resvg (missing: Resvg_LIBRARIES Resvg_INCLUDE_DIRS) (found version "") .

Can you please replace resvg with something like nanosvg ??

Thank you ...

jasonhao518 commented 8 months ago

I have the same issue, I'm building with mac with intel cpu. Python 3.11

clort81 commented 1 month ago

I solved with debian: apt install libresvg0 libresvg-dev