Files
packages/anda/multimedia/ffmpeg/anda.hcl
T
Gilver 3ec8db221f [frawhide] fix(ffmpeg): Add terra-nvidia repo for builds (#4601)
* fix(rawhide): Add terra-nvidia repo for FFmpeg builds

I need to do this with `$releasever` on other branches.

Signed-off-by: Gilver <rockgrub@disroot.org>

* Fix?

Signed-off-by: Gilver <rockgrub@disroot.org>

* Does that actually work

Signed-off-by: Gilver <rockgrub@disroot.org>

* Oh.

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
2025-05-02 09:58:05 +08:00

12 lines
235 B
HCL

project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "ffmpeg.spec"
extra_repos = ["https://repos.fyralabs.com/terrarawhide-nvidia"]
}
labels {
updbranch = 1
mock = 1
}
}