summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIacopo Isimbaldi2016-05-27 23:54:29 +0100
committerIacopo Isimbaldi2016-05-27 23:54:29 +0100
commit4b133fc61a5fd37bbe68dbbf203780d8dd1f7cf0 (patch)
tree2cd8d9cce9f7255b26bbb54004b1b9b7e5b75fad
parent5de447ecaa2f73d390fd723d6c87b8244cc5c2b5 (diff)
downloadaur-4b133fc61a5fd37bbe68dbbf203780d8dd1f7cf0.tar.gz
Updated to pkgrel 3
Solved chromaprint problem
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2157422774ae..e79130230d27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 10 22:06:15 UTC 2016
+# Fri May 27 22:52:38 UTC 2016
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (with all options)
pkgver = 3.0.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://ffmpeg.org/
arch = i686
@@ -51,7 +51,7 @@ pkgbase = ffmpeg-full
depends = libx264.so
depends = libx265.so
depends = celt
- depends = chromaprint
+ depends = chromaprint-fftw
depends = faac
depends = frei0r-plugins
depends = jack
@@ -64,10 +64,12 @@ pkgbase = ffmpeg-full
depends = libdc1394
depends = libfdk-aac
depends = libgme
+ depends = libilbc
depends = libmfx-git
depends = libutvideo-git
depends = libxv
depends = mesa
+ depends = nut-multimedia-git
depends = openal
depends = opencl-headers
depends = openh264
diff --git a/PKGBUILD b/PKGBUILD
index 1f013d002a82..6d14b179c334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
pkgver=3.0.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
arch=('i686' 'x86_64')
@@ -17,10 +17,10 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
'v4l-utils' 'xvidcore' 'zlib'
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
'libvpx.so' 'libx264.so' 'libx265.so'
- 'celt' 'chromaprint' 'faac' 'frei0r-plugins' 'jack' 'kvazaar' 'ladspa'
- 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
- 'libfdk-aac' 'libgme' 'libmfx-git' 'libutvideo-git'
- 'libxv' 'mesa' 'openal' 'opencl-headers' 'openh264' 'rubberband'
+ 'celt' 'chromaprint-fftw' 'faac' 'frei0r-plugins' 'jack' 'kvazaar'
+ 'ladspa' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
+ 'libfdk-aac' 'libgme' 'libilbc' 'libmfx-git' 'libutvideo-git' 'libxv'
+ 'mesa' 'nut-multimedia-git' 'openal' 'opencl-headers' 'openh264' 'rubberband'
'rtmpdump' 'shine' 'smbclient' 'snappy' 'tesseract' 'twolame' 'vid.stab'
'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'xavs' 'zeromq' 'zimg' 'zvbi')
makedepends=('hardening-wrapper' 'libvdpau' 'nvidia-sdk' 'yasm')
@@ -76,10 +76,12 @@ build() {
--enable-libgme \
--enable-libgsm \
--enable-libiec61883 \
+ --enable-libilbc \
--enable-libkvazaar \
--enable-libmfx \
--enable-libmodplug \
--enable-libmp3lame \
+ --enable-libnut \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libopencv \