Temporarily disable libflite due to flite1 build error
flite1 currently [1]fails to build due to an issue with make 4.4. Temporarily disable it until a fix from flite 2.x can be backported to flite1. [1] https://github.com/festvox/flite/issues/86
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = ffmpeg-full
|
pkgbase = ffmpeg-full
|
||||||
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
|
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
|
||||||
pkgver = 5.1.2
|
pkgver = 5.1.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.ffmpeg.org/
|
url = https://www.ffmpeg.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom: nonfree and unredistributable
|
license = custom: nonfree and unredistributable
|
||||||
@@ -110,7 +110,6 @@ pkgbase = ffmpeg-full
|
|||||||
depends = zvbi
|
depends = zvbi
|
||||||
depends = chromaprint-fftw
|
depends = chromaprint-fftw
|
||||||
depends = davs2
|
depends = davs2
|
||||||
depends = flite1
|
|
||||||
depends = libklvanc-git
|
depends = libklvanc-git
|
||||||
depends = librist
|
depends = librist
|
||||||
depends = pocketsphinx
|
depends = pocketsphinx
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
pkgver=5.1.2
|
pkgver=5.1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
|
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.ffmpeg.org/'
|
url='https://www.ffmpeg.org/'
|
||||||
@@ -21,7 +21,7 @@ depends=('alsa-lib' 'aom' 'aribb24' 'avisynthplus' 'bzip2' 'celt' 'codec2' 'cuda
|
|||||||
'sndio' 'speex' 'spirv-tools' 'srt' 'svt-av1' 'svt-hevc' 'svt-vp9' 'tesseract'
|
'sndio' 'speex' 'spirv-tools' 'srt' 'svt-av1' 'svt-hevc' 'svt-vp9' 'tesseract'
|
||||||
'twolame' 'v4l-utils' 'vapoursynth' 'vid.stab' 'vmaf' 'vulkan-icd-loader' 'x264'
|
'twolame' 'v4l-utils' 'vapoursynth' 'vid.stab' 'vmaf' 'vulkan-icd-loader' 'x264'
|
||||||
'x265' 'xvidcore' 'xz' 'zeromq' 'zimg' 'zlib' 'zvbi'
|
'x265' 'xvidcore' 'xz' 'zeromq' 'zimg' 'zlib' 'zvbi'
|
||||||
'chromaprint-fftw' 'davs2' 'flite1' 'libklvanc-git' 'librist' 'pocketsphinx'
|
'chromaprint-fftw' 'davs2' 'libklvanc-git' 'librist' 'pocketsphinx'
|
||||||
'rockchip-mpp' 'shine' 'uavs3d-git' 'vo-amrwbenc' 'xavs' 'xavs2')
|
'rockchip-mpp' 'shine' 'uavs3d-git' 'vo-amrwbenc' 'xavs' 'xavs2')
|
||||||
makedepends=('clang' 'amf-headers' 'ffnvcodec-headers' 'nasm' 'opencl-headers'
|
makedepends=('clang' 'amf-headers' 'ffnvcodec-headers' 'nasm' 'opencl-headers'
|
||||||
'vulkan-headers' 'decklink-sdk')
|
'vulkan-headers' 'decklink-sdk')
|
||||||
@@ -102,7 +102,7 @@ build() {
|
|||||||
--enable-libdavs2 \
|
--enable-libdavs2 \
|
||||||
--enable-libdc1394 \
|
--enable-libdc1394 \
|
||||||
--enable-libfdk-aac \
|
--enable-libfdk-aac \
|
||||||
--enable-libflite \
|
--disable-libflite \
|
||||||
--enable-fontconfig \
|
--enable-fontconfig \
|
||||||
--enable-libfreetype \
|
--enable-libfreetype \
|
||||||
--enable-libfribidi \
|
--enable-libfribidi \
|
||||||
|
|||||||
Reference in New Issue
Block a user