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/libvorbis.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libvorbis")
(version "1.3.7")
(homepage "https://xiph.org/vorbis/")
(dependencies libogg)
(src (tar
(url "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.gz")
(dir "libvorbis-1.3.7")
(blake3 "a8e88482b8d70321c8435616b0cec1a931b11445f003649774fd6940e593a254")))
(build
(configure_make)))