From 9b0e1e662ea5356f15d826cc656253ea20ccf234 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Fri, 17 Nov 2023 16:15:51 -0300 Subject: [PATCH] Update libklvanc dependency --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d85470f..119676e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 = 6.1 - pkgrel = 1 + pkgrel = 2 url = https://www.ffmpeg.org/ arch = x86_64 license = custom: nonfree and unredistributable @@ -117,7 +117,7 @@ pkgbase = ffmpeg-full depends = zvbi depends = chromaprint-fftw depends = davs2 - depends = libklvanc-git + depends = libklvanc depends = librist depends = rockchip-mpp depends = shine diff --git a/PKGBUILD b/PKGBUILD index 92e263c..c1a3fe8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ffmpeg-full pkgver=6.1 -pkgrel=1 +pkgrel=2 _svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44' _svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' @@ -11,7 +11,7 @@ arch=('x86_64') url='https://www.ffmpeg.org/' license=('custom: nonfree and unredistributable') depends=( - 'alsa-lib' + 'alsa-lib' 'aom' 'aribb24' 'avisynthplus' @@ -116,7 +116,7 @@ depends=( 'zvbi' 'chromaprint-fftw' 'davs2' - 'libklvanc-git' + 'libklvanc' 'librist' 'rockchip-mpp' 'shine'