libmfx dependency changings

Switched libmfx dependency from libmfx-git to libmfx (stable release).
Moved it to makedepends (static library).
This commit is contained in:
Daniel Bermond
2017-06-24 14:18:00 -03:00
parent dfd8c537dc
commit e033168cdb
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Sat Jun 24 17:15:49 UTC 2017
# Sat Jun 24 17:17:41 UTC 2017
pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.3.2
pkgrel = 5
pkgrel = 6
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = ffmpeg-full
makedepends = yasm
makedepends = opencl-headers
makedepends = blackmagic-decklink-sdk
makedepends = libmfx
depends = glibc
depends = alsa-lib
depends = jack
@@ -90,7 +91,6 @@ pkgbase = ffmpeg-full
depends = shine
depends = vo-amrwbenc
depends = xavs
depends = libmfx-git
provides = ffmpeg
provides = ffmpeg-full-nvenc
provides = ffmpeg-nvenc
+3 -3
View File
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.3.2
pkgrel=5
pkgrel=6
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -23,7 +23,7 @@ depends=(
'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'nut-multimedia-git'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'libmfx-git'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs'
)
depends_x86_64=('cuda')
optdepends_x86_64=(
@@ -34,7 +34,7 @@ makedepends=(
# official repositories:
'yasm' 'opencl-headers'
# AUR:
'blackmagic-decklink-sdk'
'blackmagic-decklink-sdk' 'libmfx'
)
provides=(
'ffmpeg' 'ffmpeg-full-nvenc' 'ffmpeg-nvenc' 'ffmpeg-libfdk_aac' 'ffmpeg-decklink'