mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
reorder
This commit is contained in:
parent
53af0a7292
commit
a0a1793b15
@ -10,25 +10,24 @@ url="https://codeberg.org/privacy1st/${_reponame}"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
depends=()
|
depends=()
|
||||||
|
optdepends=()
|
||||||
# DRI driver for 3D acceleration.
|
# DRI driver for 3D acceleration.
|
||||||
depends+=(mesa)
|
depends+=(mesa)
|
||||||
|
optdepends+=('lib32-mesa: 32bit app support')
|
||||||
# DDX driver (which provides 2D acceleration in Xorg).
|
# DDX driver (which provides 2D acceleration in Xorg).
|
||||||
depends+=(xf86-video-amdgpu)
|
depends+=(xf86-video-amdgpu)
|
||||||
# Vulkan support.
|
# Vulkan support.
|
||||||
depends+=(vulkan-radeon)
|
depends+=(vulkan-radeon)
|
||||||
|
optdepends+=('lib32-vulkan-radeon: 32bit app support')
|
||||||
# HW-vide-acceleration: VA-API.
|
# HW-vide-acceleration: VA-API.
|
||||||
depends+=(libva-mesa-driver)
|
depends+=(libva-mesa-driver)
|
||||||
|
optdepends+=('lib32-libva-mesa-driver: 32bit app support')
|
||||||
# HW-vide-acceleration: VDPAU.
|
# HW-vide-acceleration: VDPAU.
|
||||||
depends+=(mesa-vdpau)
|
depends+=(mesa-vdpau)
|
||||||
|
optdepends+=('lib32-mesa-vdpau: 32bit app support')
|
||||||
# holo
|
# holo
|
||||||
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
|
depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff)
|
||||||
|
|
||||||
optdepends=()
|
|
||||||
optdepends+=('lib32-mesa: 32bit app support')
|
|
||||||
optdepends+=('lib32-vulkan-radeon: 32bit app support')
|
|
||||||
optdepends+=('lib32-libva-mesa-driver: 32bit app support')
|
|
||||||
optdepends+=('lib32-mesa-vdpau: 32bit app support')
|
|
||||||
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('de-p1st-gpu') # implicitly provides $pkgname
|
provides=('de-p1st-gpu') # implicitly provides $pkgname
|
||||||
install='.install'
|
install='.install'
|
||||||
|
@ -38,18 +38,17 @@ From gentoo wiki one should use AMDGPU e.g. for:
|
|||||||
```shell
|
```shell
|
||||||
# DRI driver for 3D acceleration.
|
# DRI driver for 3D acceleration.
|
||||||
depends+=(mesa)
|
depends+=(mesa)
|
||||||
|
optdepends+=('lib32-mesa: 32bit app support')
|
||||||
# DDX driver (which provides 2D acceleration in Xorg).
|
# DDX driver (which provides 2D acceleration in Xorg).
|
||||||
depends+=(xf86-video-amdgpu)
|
depends+=(xf86-video-amdgpu)
|
||||||
# Vulkan support.
|
# Vulkan support.
|
||||||
depends+=(vulkan-radeon)
|
depends+=(vulkan-radeon)
|
||||||
|
optdepends+=('lib32-vulkan-radeon: 32bit app support')
|
||||||
# HW-vide-acceleration: VA-API.
|
# HW-vide-acceleration: VA-API.
|
||||||
depends+=(libva-mesa-driver)
|
depends+=(libva-mesa-driver)
|
||||||
|
optdepends+=('lib32-libva-mesa-driver: 32bit app support')
|
||||||
# HW-vide-acceleration: VDPAU.
|
# HW-vide-acceleration: VDPAU.
|
||||||
depends+=(mesa-vdpau)
|
depends+=(mesa-vdpau)
|
||||||
|
|
||||||
optdepends+=('lib32-mesa: 32bit app support')
|
|
||||||
optdepends+=('lib32-vulkan-radeon: 32bit app support')
|
|
||||||
optdepends+=('lib32-libva-mesa-driver: 32bit app support')
|
|
||||||
optdepends+=('lib32-mesa-vdpau: 32bit app support')
|
optdepends+=('lib32-mesa-vdpau: 32bit app support')
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -236,17 +235,16 @@ Quote about the opengl part (from archwiki -> AMDGPU):
|
|||||||
```shell
|
```shell
|
||||||
# Proprietary OpenGL implementation.
|
# Proprietary OpenGL implementation.
|
||||||
depends+=(amdgpu-pro-libgl)
|
depends+=(amdgpu-pro-libgl)
|
||||||
|
optdepends+=('lib32-amdgpu-pro-libgl: 32bit app support')
|
||||||
# Proprietary OpenCL implementation.
|
# Proprietary OpenCL implementation.
|
||||||
# Alternatively: `opencl-mesa`.
|
# Alternatively: `opencl-mesa`.
|
||||||
depends+=(opencl-amd)
|
depends+=(opencl-amd)
|
||||||
# Proprietary Vulkan implementation.
|
# Proprietary Vulkan implementation.
|
||||||
depends+=(vulkan-amdgpu-pro)
|
depends+=(vulkan-amdgpu-pro)
|
||||||
|
optdepends+=('lib32-vulkan-amdgpu-pro: 32bit app support')
|
||||||
# HW-video-acceleration:
|
# HW-video-acceleration:
|
||||||
# - AMDGPU PRO proprietary driver is built on top of AMDGPU driver and supports both VA-API and VDPAU in addition to AMF.
|
# - AMDGPU PRO proprietary driver is built on top of AMDGPU driver and supports both VA-API and VDPAU in addition to AMF.
|
||||||
#
|
#
|
||||||
# Advanced Media Framework implementation.
|
# Advanced Media Framework implementation.
|
||||||
depends+=(amf-amdgpu-pro)
|
depends+=(amf-amdgpu-pro)
|
||||||
|
|
||||||
optdepends+=('lib32-amdgpu-pro-libgl: 32bit app support')
|
|
||||||
optdepends+=('lib32-vulkan-amdgpu-pro: 32bit app support')
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user