New versions migrated to cmake
Disabled samples generation
Reenable parallel builds
Also adopt package
License file has been renamed, content re-indented, the only
modification to the text seems to be:
"COPYRIGHT HOLDER" vs "COPYRIGHT OWNER"
Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
this file is also sourced during subpackage install, so a metapackage
that has non-meta subpackages will source this and scream because there
is no do_install
This enables Lua 5.2 compatibility APIs without changing the ABI
(still Lua 5.1). Required by some applications (e.g. Aegisub).
Co-authored-by: Daniel Martinez <danielpedromartinez@duck.com>
Closes: #55648 [via git-merge-pr]
- change the dracut-uefi hook to use the initramfs alternatives group.
this also means we don't need the hacky `CREATE_UEFI_BUNDLES` variable
fixes: #53300
- don't silence dracut output (match mkinitcpio's hook)
upstream considers this software alpha-quality, and does not appear to
publish stable releases anymore. an appimage is available if users want
it still.
uses ffmpeg4
Overloading `build_style` for meta-packages has always felt very hacky,
and it prevents having the main package be a meta-package (with non-meta
subpackages) and using a `build_style` at the same time (example of
trying to hack around that: 62c0c08e18).
It also can create confusion about how subpackages work if you can
define a `build_style` there (but only `meta`).
This makes using `build_style=meta` an error at the package and subpackage
level, and replaces it with a new variable (`metapackage=yes`).
A pkglint for non-empty meta-packages is also added.