From 08e6be493718d2d10bfedf4a36bbb20045c41a2a Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Mon, 14 Feb 2022 15:10:45 -0300 Subject: [PATCH] Match repository package --- .SRCINFO | 8 +++++--- PKGBUILD | 10 +++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dea569a..7758f3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ffmpeg-git pkgdesc = Complete solution to record, convert and stream audio and video (git version) - pkgver = 5.1.r105398.g2f323b1978 + pkgver = 5.1.r105626.g8e825ec3ab pkgrel = 1 url = https://www.ffmpeg.org/ arch = x86_64 @@ -34,6 +34,7 @@ pkgbase = ffmpeg-git depends = libpulse depends = librav1e.so depends = libraw1394 + depends = librsvg-2.so depends = libsoxr depends = libssh depends = libtheora @@ -61,14 +62,15 @@ pkgbase = ffmpeg-git depends = sdl2 depends = speex depends = srt + depends = svt-av1 depends = v4l-utils depends = vmaf-git depends = xz depends = zlib - optdepends = avisynthplus: for reading AviSynth scripts as input + optdepends = avisynthplus: for AviSynthPlus support optdepends = intel-media-sdk: for Intel Quick Sync Video optdepends = ladspa: for LADSPA filters - optdepends = nvidia-utils: Nvidia NVDEC/NVENC support + optdepends = nvidia-utils: for Nvidia NVDEC/NVENC support provides = libavcodec.so provides = libavdevice.so provides = libavfilter.so diff --git a/PKGBUILD b/PKGBUILD index 4ca151d..f3cce4b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: DrZaius pkgname=ffmpeg-git -pkgver=5.1.r105398.g2f323b1978 +pkgver=5.1.r105626.g8e825ec3ab pkgrel=1 pkgdesc='Complete solution to record, convert and stream audio and video (git version)' arch=('x86_64') @@ -33,6 +33,7 @@ depends=( libpulse librav1e.so libraw1394 + librsvg-2.so libsoxr libssh libtheora @@ -60,6 +61,7 @@ depends=( sdl2 speex srt + svt-av1 v4l-utils vmaf-git xz @@ -74,10 +76,10 @@ makedepends=( ladspa nasm ) -optdepends=('avisynthplus: for reading AviSynth scripts as input' +optdepends=('avisynthplus: for AviSynthPlus support' 'intel-media-sdk: for Intel Quick Sync Video' 'ladspa: for LADSPA filters' - 'nvidia-utils: Nvidia NVDEC/NVENC support') + 'nvidia-utils: for Nvidia NVDEC/NVENC support') provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so' 'ffmpeg') @@ -135,10 +137,12 @@ build() { --enable-libopus \ --enable-libpulse \ --enable-librav1e \ + --enable-librsvg \ --enable-libsoxr \ --enable-libspeex \ --enable-libsrt \ --enable-libssh \ + --enable-libsvtav1 \ --enable-libtheora \ --enable-libv4l2 \ --enable-libvidstab \