Updated to version 4.0.1

This commit is contained in:
Daniel Bermond
2018-06-16 19:13:36 +00:00
parent 5f3d99edad
commit aeef32e835
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 4.0 pkgver = 4.0.1
pkgrel = 6 pkgrel = 1
url = http://www.ffmpeg.org/ url = http://www.ffmpeg.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@@ -120,9 +120,9 @@ pkgbase = ffmpeg-full
conflicts = ffmpeg-full-git conflicts = ffmpeg-full-git
conflicts = ffmpeg-semifull-git conflicts = ffmpeg-semifull-git
conflicts = ffmpeg-qsv-git conflicts = ffmpeg-qsv-git
source = https://ffmpeg.org/releases/ffmpeg-4.0.tar.xz source = https://ffmpeg.org/releases/ffmpeg-4.0.1.tar.xz
source = LICENSE source = LICENSE
sha256sums = ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f sha256sums = 605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36 sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
depends_x86_64 = cuda depends_x86_64 = cuda
depends_x86_64 = intel-media-sdk depends_x86_64 = intel-media-sdk
+3 -3
View File
@@ -3,8 +3,8 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
_srcname=ffmpeg _srcname=ffmpeg
pkgver=4.0 pkgver=4.0.1
pkgrel=6 pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/' url='http://www.ffmpeg.org/'
@@ -55,7 +55,7 @@ conflicts=(
) )
source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz" source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'LICENSE') 'LICENSE')
sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f' sha256sums=('605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36') '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')
prepare() { prepare() {