Updated to pkgrel 3
Solved chromaprint problem
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Tue May 10 22:06:15 UTC 2016
|
# Fri May 27 22:52:38 UTC 2016
|
||||||
pkgbase = ffmpeg-full
|
pkgbase = ffmpeg-full
|
||||||
pkgdesc = Complete solution to record, convert and stream audio and video (with all options)
|
pkgdesc = Complete solution to record, convert and stream audio and video (with all options)
|
||||||
pkgver = 3.0.2
|
pkgver = 3.0.2
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://ffmpeg.org/
|
url = http://ffmpeg.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -51,7 +51,7 @@ pkgbase = ffmpeg-full
|
|||||||
depends = libx264.so
|
depends = libx264.so
|
||||||
depends = libx265.so
|
depends = libx265.so
|
||||||
depends = celt
|
depends = celt
|
||||||
depends = chromaprint
|
depends = chromaprint-fftw
|
||||||
depends = faac
|
depends = faac
|
||||||
depends = frei0r-plugins
|
depends = frei0r-plugins
|
||||||
depends = jack
|
depends = jack
|
||||||
@@ -64,10 +64,12 @@ pkgbase = ffmpeg-full
|
|||||||
depends = libdc1394
|
depends = libdc1394
|
||||||
depends = libfdk-aac
|
depends = libfdk-aac
|
||||||
depends = libgme
|
depends = libgme
|
||||||
|
depends = libilbc
|
||||||
depends = libmfx-git
|
depends = libmfx-git
|
||||||
depends = libutvideo-git
|
depends = libutvideo-git
|
||||||
depends = libxv
|
depends = libxv
|
||||||
depends = mesa
|
depends = mesa
|
||||||
|
depends = nut-multimedia-git
|
||||||
depends = openal
|
depends = openal
|
||||||
depends = opencl-headers
|
depends = opencl-headers
|
||||||
depends = openh264
|
depends = openh264
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
pkgver=3.0.2
|
pkgver=3.0.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
|
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -17,10 +17,10 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
|||||||
'v4l-utils' 'xvidcore' 'zlib'
|
'v4l-utils' 'xvidcore' 'zlib'
|
||||||
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
||||||
'libvpx.so' 'libx264.so' 'libx265.so'
|
'libvpx.so' 'libx264.so' 'libx265.so'
|
||||||
'celt' 'chromaprint' 'faac' 'frei0r-plugins' 'jack' 'kvazaar' 'ladspa'
|
'celt' 'chromaprint-fftw' 'faac' 'frei0r-plugins' 'jack' 'kvazaar'
|
||||||
'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
|
'ladspa' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
|
||||||
'libfdk-aac' 'libgme' 'libmfx-git' 'libutvideo-git'
|
'libfdk-aac' 'libgme' 'libilbc' 'libmfx-git' 'libutvideo-git' 'libxv'
|
||||||
'libxv' 'mesa' 'openal' 'opencl-headers' 'openh264' 'rubberband'
|
'mesa' 'nut-multimedia-git' 'openal' 'opencl-headers' 'openh264' 'rubberband'
|
||||||
'rtmpdump' 'shine' 'smbclient' 'snappy' 'tesseract' 'twolame' 'vid.stab'
|
'rtmpdump' 'shine' 'smbclient' 'snappy' 'tesseract' 'twolame' 'vid.stab'
|
||||||
'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'xavs' 'zeromq' 'zimg' 'zvbi')
|
'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'xavs' 'zeromq' 'zimg' 'zvbi')
|
||||||
makedepends=('hardening-wrapper' 'libvdpau' 'nvidia-sdk' 'yasm')
|
makedepends=('hardening-wrapper' 'libvdpau' 'nvidia-sdk' 'yasm')
|
||||||
@@ -76,10 +76,12 @@ build() {
|
|||||||
--enable-libgme \
|
--enable-libgme \
|
||||||
--enable-libgsm \
|
--enable-libgsm \
|
||||||
--enable-libiec61883 \
|
--enable-libiec61883 \
|
||||||
|
--enable-libilbc \
|
||||||
--enable-libkvazaar \
|
--enable-libkvazaar \
|
||||||
--enable-libmfx \
|
--enable-libmfx \
|
||||||
--enable-libmodplug \
|
--enable-libmodplug \
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
|
--enable-libnut \
|
||||||
--enable-libopencore-amrnb \
|
--enable-libopencore-amrnb \
|
||||||
--enable-libopencore-amrwb \
|
--enable-libopencore-amrwb \
|
||||||
--enable-libopencv \
|
--enable-libopencv \
|
||||||
|
|||||||
Reference in New Issue
Block a user