Prepare ffmpeg rebuild

This commit is contained in:
Martchus 2018-01-04 20:24:24 +01:00
parent 8d2f526792
commit f466c9ee23
4 changed files with 24 additions and 16 deletions

View File

@ -18,7 +18,7 @@
pkgname=ffmpeg-full-nvenc pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg _pkgbasename=ffmpeg
pkgver=3.4.1 pkgver=3.4.1
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)" pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -33,7 +33,7 @@ depends=('alsa-lib' 'bzip2' 'celt' 'chromaprint-fftw' 'fontconfig' 'frei0r-plugi
'opencv' 'opencl-driver' 'opencl-icd-loader' 'openh264' 'opencv' 'opencl-driver' 'opencl-icd-loader' 'openh264'
'openjpeg2' 'libopenmpt-svn' 'opus' 'rubberband' 'rtmpdump' 'schroedinger' 'openjpeg2' 'libopenmpt-svn' 'opus' 'rubberband' 'rtmpdump' 'schroedinger'
'sdl2' 'smbclient' 'speex' 'shine' 'tesseract' 'twolame' 'v4l-utils' 'sdl2' 'smbclient' 'speex' 'shine' 'tesseract' 'twolame' 'v4l-utils'
'libvidstab.so' 'vo-amrwbenc' 'libxcb' 'libxvidcore.so' 'xz' 'wavpack' 'zeromq' 'zimg' 'libvidstab.so' 'vo-amrwbenc' 'libxcb' 'libxml2' 'libxvidcore.so' 'xz' 'wavpack' 'zeromq' 'zimg'
'zlib' 'zvbi' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'zlib' 'zvbi' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so'
'libx265.so' 'snappy' 'sndio' 'xavs' 'libfreetype.so') 'libx265.so' 'snappy' 'sndio' 'xavs' 'libfreetype.so')
depends_x86_64=('cuda') depends_x86_64=('cuda')
@ -169,6 +169,7 @@ build() {
--enable-libxcb-shm \ --enable-libxcb-shm \
--enable-libxcb-xfixes \ --enable-libxcb-xfixes \
--enable-libxcb-shape \ --enable-libxcb-shape \
--enable-libxml2 \
--enable-libxvid \ --enable-libxvid \
--enable-libzimg \ --enable-libzimg \
--enable-libzmq \ --enable-libzmq \

View File

@ -1,24 +1,27 @@
_name=ffmpeg _name=ffmpeg
pkgname=ffmpeg-libfdk_aac-git pkgname=ffmpeg-libfdk_aac-git
pkgver=r74550.907373e pkgver=r74550.907373e
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)' pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://ffmpeg.org/' url='https://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac') license=('GPL3' 'custom:libfdk-aac')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame' 'libass' depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' 'libwebp' 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus'
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
'libass.so' 'libbluray.so' 'libfreetype.so'
'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
'libx264.so' 'libx265.so' 'libxvidcore.so'
'libfdk-aac') 'libfdk-aac')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git') makedepends=('ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters') optdepends=('ladspa: LADSPA filters')
provides=("ffmpeg=$pkgver" provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so') 'libswscale.so'
"ffmpeg=$pkgver")
conflicts=("$_name") conflicts=("$_name")
source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git' source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git'
'fs56089.patch') 'fs56089.patch')
@ -76,6 +79,8 @@ build() {
--enable-libwebp \ --enable-libwebp \
--enable-libx264 \ --enable-libx264 \
--enable-libx265 \ --enable-libx265 \
--enable-libxcb \
--enable-libxml2 \
--enable-libxvid \ --enable-libxvid \
--enable-shared \ --enable-shared \
--enable-version3 \ --enable-version3 \

View File

@ -10,7 +10,7 @@
_name=ffmpeg _name=ffmpeg
pkgname=ffmpeg-libfdk_aac pkgname=ffmpeg-libfdk_aac
pkgver=3.4.1 pkgver=3.4.1
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)' pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ license=('GPL3' 'custom:libfdk-aac')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm' depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse' 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'libwebp' 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus'
'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
'libass.so' 'libbluray.so' 'libfreetype.so' 'libass.so' 'libbluray.so' 'libfreetype.so'
'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
@ -86,6 +86,7 @@ build() {
--enable-libx264 \ --enable-libx264 \
--enable-libx265 \ --enable-libx265 \
--enable-libxcb \ --enable-libxcb \
--enable-libxml2 \
--enable-libxvid \ --enable-libxvid \
--enable-shared \ --enable-shared \
--enable-version3 \ --enable-version3 \

View File

@ -7,7 +7,7 @@
_name=ffmpeg _name=ffmpeg
pkgname=mingw-w64-ffmpeg pkgname=mingw-w64-ffmpeg
pkgver=3.4.1 pkgver=3.4.1
pkgrel=1 pkgrel=2
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')
@ -16,7 +16,7 @@ license=('GPL3' 'custom:libfdk-aac')
depends=('mingw-w64-crt' 'mingw-w64-bzip2' 'mingw-w64-fontconfig' 'mingw-w64-fribidi' 'mingw-w64-gmp' 'mingw-w64-gnutls' depends=('mingw-w64-crt' 'mingw-w64-bzip2' 'mingw-w64-fontconfig' 'mingw-w64-fribidi' 'mingw-w64-gmp' 'mingw-w64-gnutls'
'mingw-w64-gsm' 'mingw-w64-lame' 'mingw-w64-libass' 'mingw-w64-dcadec' 'mingw-w64-libbluray' 'mingw-w64-libmodplug' 'mingw-w64-gsm' 'mingw-w64-lame' 'mingw-w64-libass' 'mingw-w64-dcadec' 'mingw-w64-libbluray' 'mingw-w64-libmodplug'
'mingw-w64-libsoxr' 'mingw-w64-libtheora' 'mingw-w64-vid.stab' 'mingw-w64-libwebp' 'mingw-w64-libvorbis' 'mingw-w64-libsoxr' 'mingw-w64-libtheora' 'mingw-w64-vid.stab' 'mingw-w64-libwebp' 'mingw-w64-libvorbis'
'mingw-w64-libvpx' 'mingw-w64-opencore-amr' 'mingw-w64-openjpeg2' 'mingw-w64-opus' 'mingw-w64-libssh' 'mingw-w64-libvpx' 'mingw-w64-libxml2' 'mingw-w64-opencore-amr' 'mingw-w64-openjpeg2' 'mingw-w64-opus' 'mingw-w64-libssh'
'mingw-w64-schroedinger' 'mingw-w64-libfdk-aac' 'mingw-w64-sdl2' 'mingw-w64-speex' 'mingw-w64-x264' 'mingw-w64-xvidcore' 'mingw-w64-schroedinger' 'mingw-w64-libfdk-aac' 'mingw-w64-sdl2' 'mingw-w64-speex' 'mingw-w64-x264' 'mingw-w64-xvidcore'
'mingw-w64-zlib' 'mingw-w64-x265') 'mingw-w64-zlib' 'mingw-w64-x265')
options=(!strip !buildflags staticlibs) options=(!strip !buildflags staticlibs)
@ -75,6 +75,7 @@ build() {
--enable-libvorbis \ --enable-libvorbis \
--enable-libvpx \ --enable-libvpx \
--enable-libwebp \ --enable-libwebp \
--enable-libxml2 \
--enable-libx264 \ --enable-libx264 \
--enable-libx265 \ --enable-libx265 \
--enable-libxvid \ --enable-libxvid \