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

13
packages/libmad.shrap Normal file
View File

@@ -0,0 +1,13 @@
(package
(name "libmad")
(version "0.15.1b")
(homepage "https://www.underbit.com/products/mad/")
(dependencies make)
(src (tar
(url "https://downloads.sourceforge.net/mad/libmad-0.15.1b.tar.gz")
(dir "libmad-0.15.1b")
(blake3 "709ab5ff15f963ed5301ab164f621c6a5bf06a8b7db4b953bb604573735b97ee")))
(build
(shell "./configure --prefix=/usr")
(shell "sed -i 's/^CFLAGS =.*/CFLAGS = -Wall -g -O/' Makefile")
(make)))