moc, gcc, neovim, ffmpeg

This commit is contained in:
2026-02-19 14:04:38 +01:00
parent 1a775ed217
commit 2f35f407c6
17 changed files with 150 additions and 22 deletions

12
packages/libid3tag.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libid3tag")
(version "0.16.3")
(homepage "https://codeberg.org/tenacityteam/libid3tag")
(dependencies cmake zlib)
(src (tar
(url "https://codeberg.org/tenacityteam/libid3tag/archive/0.16.3.tar.gz")
(dir "libid3tag")
(blake3 "66b55d3f79a1f35f44a2b659f91df22b098c55ddf52ab95a1daadb7f717c552a")))
(build
(cmake
(configure_flags "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"))))