Updated to version 3.3.2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Wed May 31 23:30:50 UTC 2017
|
||||
# Wed Jun 7 02:52:53 UTC 2017
|
||||
pkgbase = ffmpeg-full
|
||||
pkgdesc = Record, convert and stream audio and video (with all possible libs)
|
||||
pkgver = 3.3.1
|
||||
pkgver = 3.3.2
|
||||
pkgrel = 1
|
||||
url = http://www.ffmpeg.org/
|
||||
arch = i686
|
||||
@@ -115,9 +115,9 @@ pkgbase = ffmpeg-full
|
||||
conflicts = ffmpeg-full-git
|
||||
conflicts = ffmpeg-semifull-git
|
||||
conflicts = ffmpeg-qsv-git
|
||||
source = https://ffmpeg.org/releases/ffmpeg-3.3.1.tar.xz
|
||||
source = https://ffmpeg.org/releases/ffmpeg-3.3.2.tar.xz
|
||||
source = LICENSE
|
||||
sha256sums = b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f
|
||||
sha256sums = 1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785
|
||||
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
|
||||
depends_x86_64 = cuda
|
||||
optdepends_x86_64 = intel-media-sdk: for Intel QSV support (experimental)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=ffmpeg-full
|
||||
_srcname=ffmpeg
|
||||
pkgver=3.3.1
|
||||
pkgver=3.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Record, convert and stream audio and video (with all possible libs)"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -48,7 +48,7 @@ conflicts=(
|
||||
)
|
||||
source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
|
||||
'LICENSE')
|
||||
sha256sums=('b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f'
|
||||
sha256sums=('1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785'
|
||||
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')
|
||||
|
||||
build() {
|
||||
@@ -178,7 +178,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "${_srcname}-${pkgver}"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -D -m755 tools/qt-faststart "${pkgdir}/usr/bin/qt-faststart"
|
||||
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
|
||||
Reference in New Issue
Block a user