summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-07-21 16:09:03 +0500
committerDmitry Kharitonov2016-07-21 16:09:03 +0500
commit0ba66030b1ac2707b6e763b722bbf741af3de305 (patch)
tree96199f51ea67a99aa1d05ba0972410c12dda0038
parent2aaa4ff230ca0c53076ac98347d8f7e9a6e2d096 (diff)
downloadaur-0ba66030b1ac2707b6e763b722bbf741af3de305.tar.gz
Changed chromaprint dep to chromaprint-fftw
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2f5fdb7544..30921ead56af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 20 10:02:45 UTC 2016
+# Thu Jul 21 11:08:41 UTC 2016
pkgbase = ffmpeg-full-nvenc
pkgdesc = Record, convert, and stream audio and video (all codecs including Nvidia NVENC)
pkgver = 3.1.1
- pkgrel = 7
+ pkgrel = 8
epoch = 1
url = http://ffmpeg.org/
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ffmpeg-full-nvenc
depends = alsa-lib
depends = bzip2
depends = celt
- depends = chromaprint
+ depends = chromaprint-fftw
depends = faac
depends = flite
depends = fontconfig
@@ -92,7 +92,6 @@ pkgbase = ffmpeg-full-nvenc
depends = xavs
depends = java-environment
optdepends = avxsynth-git: for Avisynth support
- optdepends = chromaprint-fftw: for chromaprint which uses fftw for FFT calculations
optdepends = blackmagic-decklink-sdk: for Blackmagic DeckLink support; need to add --enable-decklink option in this PKGBUILD
provides = libavcodec.so
provides = libavdevice.so
diff --git a/PKGBUILD b/PKGBUILD
index b66e00f28828..d2e88e93f086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,13 +17,13 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=3.1.1
-pkgrel=7
+pkgrel=8
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
url="http://ffmpeg.org/"
license=('GPL' 'custom:UNREDISTRIBUTABLE')
-depends=('alsa-lib' 'bzip2' 'celt' 'chromaprint' 'faac' 'flite' 'fontconfig' 'frei0r-plugins'
+depends=('alsa-lib' 'bzip2' 'celt' 'chromaprint-fftw' 'faac' 'flite' 'fontconfig' 'frei0r-plugins'
'fribidi' 'glibc' 'gnutls' 'gsm' 'jack' 'kvazaar' 'ladspa' 'lame' 'libass'
'libavc1394' 'libbluray' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
'libebur128' 'libfdk-aac' 'libgme' 'libiec61883' 'libilbc' 'libmfx-git' 'libmodplug'
@@ -37,7 +37,6 @@ depends=('alsa-lib' 'bzip2' 'celt' 'chromaprint' 'faac' 'flite' 'fontconfig' 'fr
depends_x86_64=('cuda')
makedepends=('hardening-wrapper' 'libvdpau' 'nvidia-sdk' 'yasm' 'git')
optdepends=('avxsynth-git: for Avisynth support'
- 'chromaprint-fftw: for chromaprint which uses fftw for FFT calculations'
'blackmagic-decklink-sdk: for Blackmagic DeckLink support; need to add --enable-decklink option in this PKGBUILD')
optdepends_x86_64=('intel-media-sdk: for Intel QSV support (Experimental! See PKGBUILD of that package for additional info)')
conflicts=('ffmpeg' 'ffmpeg-full' 'ffmpeg-git' 'ffmpeg-full-git' 'ffmpeg-full-extra')