summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-03-27 12:06:05 +0100
committerfrancoism902019-03-27 12:06:05 +0100
commit4564318c7f5c10690e213d2a5fd67b610c8336ba (patch)
treebbe1d95548f7f25e2f8681885628cca3ee6c6128
parent26350ed9caaa7f5a7db963584cebf972af4323f9 (diff)
downloadaur-4564318c7f5c10690e213d2a5fd67b610c8336ba.tar.gz
Update to 4.1.2, fix missing opencl-headers
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca1efeb3d97..ec94d20052a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ffmpeg-qsv
pkgdesc = Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)
- pkgver = 4.1.1
- pkgrel = 2
+ pkgver = 4.1.2
+ pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
license = custom: nonfree and unredistributable
makedepends = ffnvcodec-headers
+ makedepends = opencl-headers
makedepends = git
makedepends = ladspa
makedepends = nasm
@@ -86,7 +87,7 @@ pkgbase = ffmpeg-qsv
conflicts = ffmpeg-full-git
conflicts = ffmpeg-semifull-git
conflicts = ffmpeg-qsv-git
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.2
source = LICENSE
sha256sums = SKIP
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
diff --git a/PKGBUILD b/PKGBUILD
index c7f16df44900..489cb10180a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
url='https://www.ffmpeg.org/'
@@ -68,6 +68,7 @@ depends=(
)
makedepends=(
ffnvcodec-headers
+ opencl-headers
git
ladspa
nasm