Updated to version 3.4.2

This commit is contained in:
Daniel Bermond
2018-02-12 14:48:56 -02:00
parent 3bae31e7fe
commit b3182982b6
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4.1 pkgver = 3.4.2
pkgrel = 4 pkgrel = 1
url = http://www.ffmpeg.org/ url = http://www.ffmpeg.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@@ -117,11 +117,11 @@ 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-3.4.1.tar.xz source = https://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz
source = ffmpeg-full-rkmpp-build-fix.patch source = ffmpeg-full-rkmpp-build-fix.patch
source = ffmpeg-full-rkmpp-remove-stream-start.patch source = ffmpeg-full-rkmpp-remove-stream-start.patch
source = LICENSE source = LICENSE
sha256sums = 5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0 sha256sums = 2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740
sha256sums = 142923fd02851343bfbfd31b201ba014dced8a8c8898373c72d71d30d59f5851 sha256sums = 142923fd02851343bfbfd31b201ba014dced8a8c8898373c72d71d30d59f5851
sha256sums = cac8577126c3e49f8c915fa289f3f5aa624dc55f897b8b7a5613191bcfa9c097 sha256sums = cac8577126c3e49f8c915fa289f3f5aa624dc55f897b8b7a5613191bcfa9c097
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36 sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
+3 -3
View File
@@ -3,8 +3,8 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
_srcname=ffmpeg _srcname=ffmpeg
pkgver=3.4.1 pkgver=3.4.2
pkgrel=4 pkgrel=1
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' pkgdesc='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/'
@@ -51,7 +51,7 @@ source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'ffmpeg-full-rkmpp-build-fix.patch' 'ffmpeg-full-rkmpp-build-fix.patch'
'ffmpeg-full-rkmpp-remove-stream-start.patch' 'ffmpeg-full-rkmpp-remove-stream-start.patch'
'LICENSE') 'LICENSE')
sha256sums=('5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0' sha256sums=('2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740'
'142923fd02851343bfbfd31b201ba014dced8a8c8898373c72d71d30d59f5851' '142923fd02851343bfbfd31b201ba014dced8a8c8898373c72d71d30d59f5851'
'cac8577126c3e49f8c915fa289f3f5aa624dc55f897b8b7a5613191bcfa9c097' 'cac8577126c3e49f8c915fa289f3f5aa624dc55f897b8b7a5613191bcfa9c097'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36') '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')