mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:59:34 +00:00
29 lines
706 B
YAML
29 lines
706 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
cleanup: true
|
|
nonfree: negativo17
|
|
install:
|
|
allow-erasing: true
|
|
install-weak-deps: false
|
|
packages:
|
|
- gstreamer1-plugin-vaapi
|
|
- ffmpeg-libs
|
|
replace:
|
|
- from-repo: fedora-multimedia
|
|
packages:
|
|
# - old: ffmpeg-free
|
|
# new: ffmpeg
|
|
# - old: libavcodec-free
|
|
# new: libavcodec
|
|
- old: libfdk-aac-free
|
|
new: libfdk-aac
|
|
- libheif
|
|
- libva
|
|
- mesa-dri-drivers
|
|
- mesa-filesystem
|
|
- mesa-libEGL
|
|
- mesa-libGL
|
|
- mesa-libgbm
|
|
- mesa-va-drivers
|
|
- mesa-vulkan-drivers |