Création du fichier
This commit is contained in:
16
softwares/multimedia.sls
Normal file
16
softwares/multimedia.sls
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
|
{% if grains['os'] == 'Fedora' %}
|
||||||
|
include:
|
||||||
|
- softwares.rpmfusion
|
||||||
|
|
||||||
|
Installons les packages multimedia:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- gstreamer-ffmpeg
|
||||||
|
- gstreamer1-libav
|
||||||
|
- gstreamer1-plugins-bad-free
|
||||||
|
- gstreamer1-plugins-bad-nonfree
|
||||||
|
- gstreamer-plugins-good
|
||||||
|
- gstreamer1-plugins-ugly
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user