Updated to version 3.3.3

This commit is contained in:
Daniel Bermond
2017-08-05 16:46:47 -03:00
parent db7faf6206
commit 4b087f52c7
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Mon Jul 17 15:45:16 UTC 2017 # Sat Aug 5 19:46:32 UTC 2017
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.3.2 pkgver = 3.3.3
pkgrel = 9 pkgrel = 1
url = http://www.ffmpeg.org/ url = http://www.ffmpeg.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@@ -116,9 +116,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-3.3.2.tar.xz source = https://ffmpeg.org/releases/ffmpeg-3.3.3.tar.xz
source = LICENSE source = LICENSE
sha256sums = 1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785 sha256sums = d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36 sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
depends_x86_64 = cuda depends_x86_64 = cuda
optdepends_x86_64 = intel-media-sdk: for Intel QSV support (experimental) optdepends_x86_64 = intel-media-sdk: for Intel QSV support (experimental)
+3 -3
View File
@@ -3,8 +3,8 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
_srcname=ffmpeg _srcname=ffmpeg
pkgver=3.3.2 pkgver=3.3.3
pkgrel=9 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/'
@@ -48,7 +48,7 @@ conflicts=(
) )
source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz" source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'LICENSE') 'LICENSE')
sha256sums=('1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785' sha256sums=('d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36') '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')
build() { build() {