added ffmpeg install stuff for browser video
This commit is contained in:
@@ -45,3 +45,13 @@
|
|||||||
name: "{{ veracrypt_url }}"
|
name: "{{ veracrypt_url }}"
|
||||||
state: present
|
state: present
|
||||||
disable_gpg_check: True
|
disable_gpg_check: True
|
||||||
|
|
||||||
|
- name: Install RPMFusion repository for ffmpeg libs
|
||||||
|
dnf:
|
||||||
|
name: 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_ver }}.noarch.rpm'
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Install ffmpeg-libs
|
||||||
|
dnf:
|
||||||
|
name: ffmpeg-libs
|
||||||
|
state: present
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ general_packages:
|
|||||||
- firefox
|
- firefox
|
||||||
- emacs
|
- emacs
|
||||||
- RemoteBox
|
- RemoteBox
|
||||||
- network-manager-applet
|
|
||||||
- thunar
|
- thunar
|
||||||
- ansible
|
- ansible
|
||||||
- make
|
- make
|
||||||
@@ -48,7 +47,6 @@ general_packages:
|
|||||||
- keepassxc
|
- keepassxc
|
||||||
- transmission
|
- transmission
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- nm-connection-editor
|
|
||||||
- feh
|
- feh
|
||||||
|
|
||||||
networking_packages:
|
networking_packages:
|
||||||
@@ -57,6 +55,11 @@ networking_packages:
|
|||||||
- whois
|
- whois
|
||||||
- bind-utils
|
- bind-utils
|
||||||
- telnet
|
- telnet
|
||||||
|
- network-manager-applet
|
||||||
|
- nm-connection-editor
|
||||||
|
- blueman
|
||||||
|
- bluez
|
||||||
|
- bluez-tools
|
||||||
|
|
||||||
doom_dep_packages:
|
doom_dep_packages:
|
||||||
- libtool # Needed to compile vterm in Doom Emacs
|
- libtool # Needed to compile vterm in Doom Emacs
|
||||||
@@ -70,3 +73,5 @@ font_packages:
|
|||||||
- abattis-cantarell-fonts
|
- abattis-cantarell-fonts
|
||||||
|
|
||||||
veracrypt_url: https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-1.25.9-CentOS-8-x86_64.rpm
|
veracrypt_url: https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-1.25.9-CentOS-8-x86_64.rpm
|
||||||
|
|
||||||
|
fedora_ver: 36
|
||||||
|
|||||||
Reference in New Issue
Block a user