Match repository package
This commit is contained in:
parent
6d16a459ef
commit
08e6be4937
8
.SRCINFO
8
.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
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -4,7 +4,7 @@
|
||||
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
|
||||
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user