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

11
packages/libfaad2.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libfaad2")
(version "2.11.2")
(homepage "https://github.com/knik0/faad2")
(dependencies cmake)
(src (tar
(url "https://github.com/knik0/faad2/archive/refs/tags/2.11.2.tar.gz")
(dir "faad2-2.11.2")
(blake3 "8e0977ec028792b85f293aba9d096dbac5bc4f7b9114c6fb92dad125394f4b32")))
(build
(cmake)))