Update dependencies
Dropped dependency on lensfun-git and use a locally built static library: ffmpeg requires lensfun git master, but the lensfun-git package wrongly installs its files in non-standard locations, defying the whole purpose of VCS packages, breaking the VCS package guidelines from the ArchWiki and requiring users to have both lensfun and lensfun-git packages intalled. Using a local static library also have the benefit of avoid rebuilding packages requiring lensfun, like gegl (required for gimp, a commonly used package), as lensfun git master currently have a soname bump in relation to the last stable version. Also in this commit: - update obs-studio verison
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = ffmpeg-full
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
|
||||
pkgver = 8.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://ffmpeg.org/
|
||||
arch = x86_64
|
||||
license = LicenseRef-nonfree-and-unredistributable
|
||||
@@ -47,7 +47,6 @@ pkgbase = ffmpeg-full
|
||||
depends = lame
|
||||
depends = lcevcdec
|
||||
depends = lcms2
|
||||
depends = lensfun-git
|
||||
depends = libaribcaption
|
||||
depends = libass
|
||||
depends = libavc1394
|
||||
@@ -151,7 +150,8 @@ pkgbase = ffmpeg-full
|
||||
conflicts = ffmpeg
|
||||
source = https://ffmpeg.org/releases/ffmpeg-8.0.tar.xz
|
||||
source = https://ffmpeg.org/releases/ffmpeg-8.0.tar.xz.asc
|
||||
source = https://github.com/obsproject/obs-studio/archive/32.0.1/obs-studio-32.0.1.tar.gz
|
||||
source = git+https://github.com/lensfun/lensfun.git
|
||||
source = https://github.com/obsproject/obs-studio/archive/32.0.2/obs-studio-32.0.2.tar.gz
|
||||
source = https://github.com/ggml-org/whisper.cpp/archive/v1.8.2/whisper.cpp-1.8.2.tar.gz
|
||||
source = 010-ffmpeg-add-svt-hevc.patch
|
||||
source = 020-ffmpeg-add-svt-hevc-docs-ged80959.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/ed80959ebb5586aa7763c91a397d44be1798587c/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
|
||||
@@ -166,7 +166,8 @@ pkgbase = ffmpeg-full
|
||||
validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8
|
||||
sha256sums = b2751fccb6cc4c77708113cd78b561059b6fa904b24162fa0be2d60273d27b8e
|
||||
sha256sums = SKIP
|
||||
sha256sums = 906278ccedb5ed919e586697467eb7fa4205fceeda127386ce5b74026113ba96
|
||||
sha256sums = SKIP
|
||||
sha256sums = 39e99b9fbdc77e7e87cfd9c7e8709d1d427627bad5b21b791019c887c8598d13
|
||||
sha256sums = bcee25589bb8052d9e155369f6759a05729a2022d2a8085c1aa4345108523077
|
||||
sha256sums = 4b1053cc01244c79e3b23dc696eaff1aeb0627a2098e1a720a025d4ad75b5c16
|
||||
sha256sums = a164ebdc4d281352bf7ad1b179aae4aeb33f1191c444bed96cb8ab333c046f81
|
||||
|
||||
Reference in New Issue
Block a user