ruki

Results 1749 comments of ruki

现在已经有了。

> I think we should write a xmake.lua to build this library, similar to vcpkg making a [CMakeLists.txt](https://github.com/microsoft/vcpkg/blob/master/ports/libsodium/CMakeLists.txt) you can try it.

> XMAKE_GLOBALDIR设置为当前目录.deps) 不要指向当前目录。`.deps/.xmake/cache/packages/2409` 里面的 xmake.lua port 构建,可能会被根目录 xmake.lua 干扰

you can open a pr to add it. ```lua build = { type = "xmake", variables = { xmake = { version = "2.5.1" configs = { -- custom option...

It works for me. ``` checking for xmake::ffmpeg ... ffmpeg 5.1.2 ``` And ffmpeg latest version is 5.1.2 in xmake-repo, your custom repo?

> I was building [Nazara Engine](https://github.com/NazaraEngine/NazaraEngine). It works too. ``` D:\projects\personal\NazaraEngine>xmake f -cvD --ffmpeg=y checking for platform ... windows checking for architecture ... x64 checking for cl.exe ... C:\Program Files\Microsoft...

Can you provide a reproduction step, or a reproducible minimal project example?

But I cannot install ffmpeg, it failed. ``` $ pacman -S mingw-w64-x86_64-ffmpeg resolving dependencies... looking for conflicting packages... warning: dependency cycle detected: warning: mingw-w64-x86_64-harfbuzz will be installed before its mingw-w64-x86_64-freetype...