updated mingw-w64-ffmpeg

This commit is contained in:
Martchus 2016-03-11 19:25:41 +01:00
parent 519b186e0d
commit 5aa3e130ba
1 changed files with 44 additions and 44 deletions

View File

@ -1,10 +1,10 @@
pkgname=mingw-w64-ffmpeg pkgname=mingw-w64-ffmpeg
pkgver=2.8.6 pkgver=3.0
pkgrel=1.1 pkgrel=1.1
epoch=1 epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)" pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any') arch=('any')
url="http://ffmpeg.org/" url="https://ffmpeg.org/"
license=('GPL3') license=('GPL3')
depends=( depends=(
'mingw-w64-crt' 'mingw-w64-bzip2' 'mingw-w64-fontconfig' 'mingw-w64-fribidi' 'mingw-w64-gnutls' 'mingw-w64-crt' 'mingw-w64-bzip2' 'mingw-w64-fontconfig' 'mingw-w64-fribidi' 'mingw-w64-gnutls'
@ -17,7 +17,7 @@ options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'yasm') makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'yasm')
source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc}) source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
sha256sums=('40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62' sha256sums=('f19ff77a2f7f736a41dd1499eef4784bf3cb7461f07c13a268164823590113c0'
'SKIP') 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@ -26,47 +26,47 @@ build() {
mkdir -p "${srcdir}"/build-${_arch} && cd "${srcdir}"/build-${_arch} mkdir -p "${srcdir}"/build-${_arch} && cd "${srcdir}"/build-${_arch}
"${srcdir}"/ffmpeg-${pkgver}/configure \ "${srcdir}"/ffmpeg-${pkgver}/configure \
--prefix="/usr/${_arch}" \ --prefix="/usr/${_arch}" \
--enable-cross-compile \ --enable-cross-compile \
--cross-prefix="${_arch}-" \ --cross-prefix="${_arch}-" \
--target-os=mingw32 \ --target-os=mingw32 \
--arch=${_arch%%-*} \ --arch=${_arch%%-*} \
--disable-debug \ --disable-debug \
--enable-static \ --enable-static \
--disable-stripping \ --disable-stripping \
--enable-avisynth \ --enable-avisynth \
--enable-avresample \ --enable-avresample \
--enable-fontconfig \ --enable-fontconfig \
--enable-gnutls \ --enable-gnutls \
--enable-gpl \ --enable-gpl \
--enable-libass \ --enable-libass \
--enable-libbluray \ --enable-libbluray \
--enable-libdcadec \ --enable-libdcadec \
--enable-libfreetype \ --enable-libfreetype \
--enable-libfribidi \ --enable-libfribidi \
--enable-libgsm \ --enable-libgsm \
--enable-libmodplug \ --enable-libmodplug \
--enable-libmp3lame \ --enable-libmp3lame \
--enable-libopencore_amrnb \ --enable-libopencore_amrnb \
--enable-libopencore_amrwb \ --enable-libopencore_amrwb \
--enable-libopenjpeg \ --enable-libopenjpeg \
--enable-libopus \ --enable-libopus \
--enable-libschroedinger \ --enable-libschroedinger \
--enable-libsoxr \ --enable-libsoxr \
--enable-libspeex \ --enable-libspeex \
--enable-libssh \ --enable-libssh \
--enable-libtheora \ --enable-libtheora \
--enable-libvidstab \ --enable-libvidstab \
--enable-libvorbis \ --enable-libvorbis \
--enable-libvpx \ --enable-libvpx \
--enable-libwebp \ --enable-libwebp \
--enable-libx264 \ --enable-libx264 \
--enable-libx265 \ --enable-libx265 \
--enable-libxvid \ --enable-libxvid \
--enable-zlib \ --enable-zlib \
--enable-shared \ --enable-shared \
--enable-version3 \ --enable-version3 \
--disable-doc --disable-doc
make make
done done