mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
180e1e26ab
* fix(openh264): Track Bodhi, let Makefile handle the Mozilla libs
* fix: Oops
* fix: It is embarrassing how I can never spell THIS SPECIFIC WORD
(cherry picked from commit 83cd26edd0)
Co-authored-by: Gilver <rockgrub@disroot.org>
12 lines
199 B
HCL
12 lines
199 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "openh264.spec"
|
|
}
|
|
labels {
|
|
subrepo = "multimedia"
|
|
mock = 1
|
|
updbranch = 1
|
|
}
|
|
}
|