Add support for hardware video decoding in FreeBSD.
This commit is contained in:
parent
8288039264
commit
96e09db1dd
@ -1,5 +1,5 @@
|
|||||||
security.bsd.allow_destructive_dtrace=0
|
security.bsd.allow_destructive_dtrace=0
|
||||||
kern.geom.label.disk_ident.enable="0"
|
kern.geom.label.disk_ident.enable="1"
|
||||||
kern.geom.label.gptid.enable="0"
|
kern.geom.label.gptid.enable="0"
|
||||||
cryptodev_load="YES"
|
cryptodev_load="YES"
|
||||||
zfs_load="YES"
|
zfs_load="YES"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
security.bsd.allow_destructive_dtrace=0
|
security.bsd.allow_destructive_dtrace=0
|
||||||
kern.geom.label.disk_ident.enable="0"
|
kern.geom.label.disk_ident.enable="1"
|
||||||
kern.geom.label.gptid.enable="0"
|
kern.geom.label.gptid.enable="0"
|
||||||
cryptodev_load="YES"
|
cryptodev_load="YES"
|
||||||
zfs_load="YES"
|
zfs_load="YES"
|
||||||
|
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
- libva-utils # for vainfo
|
- libva-utils # for vainfo
|
||||||
- vdpauinfo # for vdpauinfo
|
- vdpauinfo # for vdpauinfo
|
||||||
- libvdpau-va-gl # vdpau support
|
- libvdpau-va-gl # vdpau support
|
||||||
|
- mesa-gallium-va # Accelerated video decoding
|
||||||
|
- mesa-gallium-vdpau # Accelerated video decoding
|
||||||
- radeontop
|
- radeontop
|
||||||
- vulkan-tools # For vulkaninfo
|
- vulkan-tools # For vulkaninfo
|
||||||
state: present
|
state: present
|
||||||
|
@ -28,11 +28,12 @@ graphics/graphviz
|
|||||||
graphics/igt-gpu-tools
|
graphics/igt-gpu-tools
|
||||||
graphics/imv
|
graphics/imv
|
||||||
graphics/inkscape
|
graphics/inkscape
|
||||||
|
graphics/mesa-gallium-va
|
||||||
|
graphics/mesa-gallium-vdpau
|
||||||
graphics/qt5-wayland
|
graphics/qt5-wayland
|
||||||
graphics/vulkan-loader
|
graphics/vulkan-loader
|
||||||
graphics/vulkan-tools
|
graphics/vulkan-tools
|
||||||
graphics/vulkan-validation-layers
|
graphics/vulkan-validation-layers
|
||||||
hashicorp/terraform-ls
|
|
||||||
lang/python
|
lang/python
|
||||||
lang/rust-nightly
|
lang/rust-nightly
|
||||||
math/gnuplot
|
math/gnuplot
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- name: Install packages
|
# - name: Install packages
|
||||||
package:
|
# package:
|
||||||
name:
|
# name:
|
||||||
- terraform-ls
|
# - terraform-ls
|
||||||
state: present
|
# state: present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user