Upgraded to 2.7.2

This commit is contained in:
Iacopo Isimbaldi
2015-07-22 15:53:13 +02:00
parent cf7527275a
commit ccbe97e92d
+16 -12
View File
@@ -11,32 +11,37 @@
# needs too. # needs too.
pkgname=ffmpeg-full pkgname=ffmpeg-full
pkgver=2.7.1 pkgver=2.7.2
pkgrel=2 pkgrel=1
epoch=1 epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution (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')
url='http://ffmpeg.org/' url='http://ffmpeg.org/'
license=('GPL3' 'custom:UNREDISTRIBUTABLE') license=('GPL3' 'custom:UNREDISTRIBUTABLE')
depends=( depends=(
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau' 'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libwebp' 'libbluray' 'libmodplug' 'libpulse' 'libssh' 'libtheora' 'libva'
'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger'
'xvidcore' 'zlib' 'fribidi' 'libssh' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
'celt' 'faac' 'frei0r-plugins' 'jack' 'ladspa' 'libaacplus' 'celt' 'faac' 'frei0r-plugins' 'jack' 'ladspa' 'libaacplus'
'libavc1394' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394' 'libavc1394' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394'
'libfdk-aac' 'libgme' 'libiec61883' 'libsoxr' 'libutvideo-git' 'libfdk-aac' 'libgme' 'libiec61883' 'libsoxr' 'libutvideo-git'
'libxv' 'mesa' 'openal' 'opencl-headers12' 'rtmpdump' 'shine' 'twolame' 'libxv' 'mesa' 'openal' 'opencl-headers12' 'rtmpdump' 'shine' 'twolame'
'vid.stab' 'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'zeromq' 'zvbi' 'vid.stab' 'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'zeromq' 'zvbi'
) )
makedepends=('libvdpau' 'yasm' 'hardening-wrapper') makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
conflicts=('ffmpeg' 'ffmpeg-git' 'ffmpeg-full-git') conflicts=('ffmpeg' 'ffmpeg-git' 'ffmpeg-full-git')
provides=('ffmpeg') provides=(
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so'
'ffmpeg'
)
source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc} source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}
UNREDISTRIBUTABLE.txt) UNREDISTRIBUTABLE.txt)
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
sha256sums=('7e07b97d2415feeae9c9b5595e35e7b7aab33207e81bf9f8c0d1eece43f7f720' sha256sums=('7ceb7550ad628c526fa6c9ff23fdfb687a62f54d90c4a730998d8c2b417b9ef2'
'SKIP' 'SKIP'
'e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4') 'e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4')
@@ -112,7 +117,6 @@ build() {
--enable-opengl \ --enable-opengl \
--enable-openssl \ --enable-openssl \
--enable-runtime-cpudetect \ --enable-runtime-cpudetect \
--enable-shared \
--enable-swresample \ --enable-swresample \
--enable-vdpau \ --enable-vdpau \
--enable-version3 \ --enable-version3 \