summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-01-11 16:00:19 +0100
committerAntoine Viallon2021-01-11 16:00:19 +0100
commitdeed923316c29703b863c79f9b87f54db821d74e (patch)
tree76f6343a11fd7c56e86c1e9fdc4a055da3bf4700
parent8c1a4df4bf8203db3470935618f0aee7ca418be8 (diff)
downloadaur-ffmpeg-nox-git.tar.gz
Use sdl2-nox and libva-headless
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 372466621096..bda7075cd284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-nox-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version, without X dependencies, for headless systems)
- pkgver = 4.4.r99430.g9d8f9b2e40
+ pkgver = 4.4.r100607.g9219ed213d
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = ffmpeg-nox-git
depends = libsoxr
depends = libssh
depends = libtheora
- depends = libva.so
+ depends = libva-headless
depends = libvdpau
depends = libvidstab.so
depends = libvorbisenc.so
@@ -53,7 +53,7 @@ pkgbase = ffmpeg-nox-git
depends = opencore-amr
depends = openjpeg2
depends = opus
- depends = sdl2
+ depends = sdl2-nox
depends = speex
depends = srt
depends = v4l-utils
diff --git a/PKGBUILD b/PKGBUILD
index 1573b40ab7ab..7fe64abf1578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-nox-git
-pkgver=4.4.r99691.g1bf86ee907
+pkgver=4.4.r100607.g9219ed213d
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version, without X dependencies, for headless systems)'
arch=('x86_64')
@@ -38,7 +38,7 @@ depends=(
'libsoxr'
'libssh'
'libtheora'
- 'libva'
+ 'libva-headless'
'libvdpau'
'libvidstab.so'
'libvorbisenc.so'
@@ -55,7 +55,7 @@ depends=(
'opencore-amr'
'openjpeg2'
'opus'
- 'sdl2'
+ 'sdl2-nox'
'speex'
'srt'
'v4l-utils'