mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
handle architecture specific fields for dependencies
This change requires srcinfo at least 0.1.2 version. Unfortunatelly aur api don't support architecture specific arrays for now, so we just leave it as is Closes #82
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
pkgbase = jellyfin-ffmpeg5-bin
|
||||
pkgdesc = FFmpeg5 binary version for Jellyfin
|
||||
pkgver = 5.1.2
|
||||
pkgrel = 7
|
||||
url = https://github.com/jellyfin/jellyfin-ffmpeg
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = GPL3
|
||||
optdepends = intel-media-driver: for Intel VAAPI support (Broadwell and newer)
|
||||
optdepends = intel-media-sdk: for Intel Quick Sync Video
|
||||
optdepends = onevpl-intel-gpu: for Intel Quick Sync Video (12th Gen and newer)
|
||||
optdepends = intel-compute-runtime: for Intel OpenCL runtime based Tonemapping
|
||||
optdepends = libva-intel-driver: for Intel legacy VAAPI support (10th Gen and older)
|
||||
optdepends = libva-mesa-driver: for AMD VAAPI support
|
||||
optdepends = nvidia-utils: for Nvidia NVDEC/NVENC support
|
||||
optdepends = opencl-amd: for AMD OpenCL runtime based Tonemapping
|
||||
optdepends = vulkan-radeon: for AMD RADV Vulkan support
|
||||
optdepends = vulkan-intel: for Intel ANV Vulkan support
|
||||
conflicts = jellyfin-ffmpeg
|
||||
conflicts = jellyfin-ffmpeg5
|
||||
source_x86_64 = https://repo.jellyfin.org/releases/ffmpeg/5.1.2-7/jellyfin-ffmpeg_5.1.2-7_portable_linux64-gpl.tar.xz
|
||||
depends_x86_64 = glibc>=2.23
|
||||
sha256sums_x86_64 = 78420fd1edbaf24a07e92938878d8582d895e009cae02c8e9d5be3f26de905e3
|
||||
source_aarch64 = https://repo.jellyfin.org/releases/ffmpeg/5.1.2-7/jellyfin-ffmpeg_5.1.2-7_portable_linuxarm64-gpl.tar.xz
|
||||
depends_aarch64 = glibc>=2.27
|
||||
sha256sums_aarch64 = 8ac4066981f203c2b442754eaf7286b4e481df9692d0ff8910a824d89c831df0
|
||||
|
||||
pkgname = jellyfin-ffmpeg5-bin
|
Reference in New Issue
Block a user