summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-07 01:51:33 +0000
committerDaniel Bermond2021-02-07 01:51:33 +0000
commitfa96525559de8ab9f1c4a8e865f5ec2feb9e683b (patch)
treebe346a4f1bbf386078d762f0f3512992057451b8
parent59c6376ba88ce69343c1b3c3d4c4c8a3e475cc09 (diff)
downloadaur-fa96525559de8ab9f1c4a8e865f5ec2feb9e683b.tar.gz
depends: switch lensfun to lensfun-git to fix build
It currently fails to build with the stable version of lensfun from the official repositories (stable release is from 2018). Requires lensfun-git. Also on this commit: update svt-hevc and svt-vp9 patches.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c0ca863ffe0..96b0b2bc1776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
- pkgver = 4.4.r100585.g69aeba8a19
+ pkgver = 4.4.r100994.ga52b9464e4
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ffmpeg-full-git
makedepends = vulkan-headers
makedepends = ffnvcodec-headers
makedepends = clang
- makedepends = decklink-sdk
makedepends = amf-headers
+ makedepends = decklink-sdk
depends = alsa-lib
depends = avisynthplus
depends = bzip2
@@ -43,7 +43,6 @@ pkgbase = ffmpeg-full-git
depends = libilbc
depends = jack
depends = kvazaar
- depends = lensfun
depends = libmodplug
depends = lame
depends = opencore-amr
@@ -116,6 +115,7 @@ pkgbase = ffmpeg-full-git
depends = xavs2
depends = pocketsphinx
depends = rockchip-mpp
+ depends = lensfun-git
provides = libavcodec.so
provides = libavdevice.so
provides = libavfilter.so
@@ -132,14 +132,14 @@ pkgbase = ffmpeg-full-git
source = git+https://git.ffmpeg.org/ffmpeg.git
source = 010-ffmpeg-fix-vmaf-model-path.patch
source = 015-ffmpeg-cuda11-fix.patch
- source = 020-ffmpeg-add-svt-hevc-gead6fdf.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/ead6fdf7c9ff84511b42fc1658c1654b84d83e4b/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
- source = 030-ffmpeg-add-svt-hevc-docs-gead6fdf.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/ead6fdf7c9ff84511b42fc1658c1654b84d83e4b/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
- source = 040-ffmpeg-add-svt-vp9-g7951c3c.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-VP9/7951c3cf6773c5e0ede00e4ce3e3ad2f7e090cfb/ffmpeg_plugin/master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch
+ source = 020-ffmpeg-add-svt-hevc-g33ca9aa.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/33ca9aa8a2a2d28022d3fc03704e99ce01828376/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
+ source = 030-ffmpeg-add-svt-hevc-docs-g33ca9aa.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/33ca9aa8a2a2d28022d3fc03704e99ce01828376/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
+ source = 040-ffmpeg-add-svt-vp9-ge1bbb77.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-VP9/e1bbb77ed315f417002071e93789b366d9ff997e/ffmpeg_plugin/master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch
source = LICENSE
sha256sums = SKIP
sha256sums = 52778c70d9fe6e3a10941b99b96ac7749cec325dc1b9ee11ab75332b5ff68e50
sha256sums = de0eeda63c2b0adf185e8c96e15872940cb8cfae5dd7590d593f56ef2c7db09d
- sha256sums = 05ec4d3323dc80ef6c1d4d6d50d339accd51d22b12a735b7a6605f10feb09cec
+ sha256sums = 740dc9838aa47daa9f9b107178e53e384344f4c6f90865bd7e3af189257da544
sha256sums = 1499e419dda72b1604dc5e3959668f3843292ff56bfba78734e31510ba576de0
sha256sums = 34e78efe063abc10707e47b4a3ba9d22955bfaf26d5670abb963d8f11f6b22b1
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
diff --git a/PKGBUILD b/PKGBUILD
index bbd7a2167ecf..47163e8d543f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-_svt_hevc_ver='ead6fdf7c9ff84511b42fc1658c1654b84d83e4b'
-_svt_vp9_ver='7951c3cf6773c5e0ede00e4ce3e3ad2f7e090cfb'
+_svt_hevc_ver='33ca9aa8a2a2d28022d3fc03704e99ce01828376'
+_svt_vp9_ver='e1bbb77ed315f417002071e93789b366d9ff997e'
pkgname=ffmpeg-full-git
-pkgver=4.4.r100585.g69aeba8a19
+pkgver=4.4.r100994.ga52b9464e4
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)'
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
'ladspa' 'libass' 'aom' 'aribb24' 'libbluray' 'libbs2b' 'libcaca' 'celt'
'libcdio-paranoia' 'codec2' 'dav1d' 'libdc1394' 'libavc1394' 'libfdk-aac'
'fontconfig' 'freetype2' 'fribidi' 'libgme' 'gsm' 'libiec61883'
- 'libilbc' 'jack' 'kvazaar' 'lensfun' 'libmodplug' 'lame' 'opencore-amr'
+ 'libilbc' 'jack' 'kvazaar' 'libmodplug' 'lame' 'opencore-amr'
'openjpeg2' 'opus' 'libpulse' 'librabbitmq-c' 'rav1e' 'librsvg' 'rubberband'
'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt' 'libssh' 'svt-hevc'
'svt-av1' 'svt-vp9' 'tensorflow' 'tesseract' 'libtheora' 'twolame' 'v4l-utils'
@@ -28,13 +28,14 @@ depends=(
# AUR:
'chromaprint-fftw' 'davs2' 'flite1-patched' 'libklvanc-git' 'openh264'
'libopenmpt-svn' 'shine' 'uavs3d-git' 'vo-amrwbenc' 'xavs' 'xavs2'
- 'pocketsphinx' 'rockchip-mpp'
+ 'pocketsphinx' 'rockchip-mpp' 'lensfun-git'
)
makedepends=(
# official repositories:
'git' 'nasm' 'opencl-headers' 'vulkan-headers' 'ffnvcodec-headers' 'clang'
+ 'amf-headers'
# AUR:
- 'decklink-sdk' 'amf-headers'
+ 'decklink-sdk'
)
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libavresample.so' 'libswscale.so'
@@ -50,7 +51,7 @@ source=('git+https://git.ffmpeg.org/ffmpeg.git'
sha256sums=('SKIP'
'52778c70d9fe6e3a10941b99b96ac7749cec325dc1b9ee11ab75332b5ff68e50'
'de0eeda63c2b0adf185e8c96e15872940cb8cfae5dd7590d593f56ef2c7db09d'
- '05ec4d3323dc80ef6c1d4d6d50d339accd51d22b12a735b7a6605f10feb09cec'
+ '740dc9838aa47daa9f9b107178e53e384344f4c6f90865bd7e3af189257da544'
'1499e419dda72b1604dc5e3959668f3843292ff56bfba78734e31510ba576de0'
'34e78efe063abc10707e47b4a3ba9d22955bfaf26d5670abb963d8f11f6b22b1'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')