mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:49:33 +00:00
26 lines
678 B
YAML
26 lines
678 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
cleanup: true
|
|
nonfree: rpmfusion
|
|
replace:
|
|
- from-repo: rpmfusion
|
|
packages:
|
|
- old: ffmpeg-free
|
|
new: ffmpeg
|
|
- old: mesa-va-drivers
|
|
new: mesa-va-drivers-freeworld
|
|
- old: libavcodec
|
|
new: libavcodec-freeworld
|
|
- from-repo: rpmfusion-nonfree
|
|
packages:
|
|
- intel-media-driver
|
|
install:
|
|
install-weak-deps: false
|
|
packages:
|
|
- gstreamer1-plugin-libav
|
|
- gstreamer1-plugins-bad-free-extras
|
|
- gstreamer1-plugins-bad-freeworld
|
|
- gstreamer1-plugins-ugly
|
|
- gstreamer1-vaapi
|
|
- libheif-freeworld |