Skip to content

Commit

Permalink
Temporarily disable libflite due to flite1 build error
Browse files Browse the repository at this point in the history
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] festvox/flite#86
  • Loading branch information
dbermond committed Jan 24, 2023
1 parent bc964fd commit a4cba25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
pkgver = 5.2.r109078.g2d25f33a7e
pkgver = 5.2.r109655.g20b96494de
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
Expand Down Expand Up @@ -111,7 +111,6 @@ pkgbase = ffmpeg-full-git
depends = zvbi
depends = chromaprint-fftw
depends = davs2
depends = flite1
depends = libklvanc-git
depends = librist
depends = pocketsphinx
Expand Down
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <[email protected]>

pkgname=ffmpeg-full-git
pkgver=5.2.r109078.g2d25f33a7e
pkgver=5.2.r109655.g20b96494de
pkgrel=1
_svt_hevc_ver='7771d7c1ec60cf21d84894260a4b14e9034c7156'
_svt_vp9_ver='d9ef3cc13159143b9afc776c04f67cdfa6284046'
Expand Down Expand Up @@ -108,7 +108,6 @@ depends=(
'zvbi'
'chromaprint-fftw'
'davs2'
'flite1'
'libklvanc-git'
'librist'
'pocketsphinx'
Expand Down Expand Up @@ -202,7 +201,7 @@ build() {
--enable-libdavs2 \
--enable-libdc1394 \
--enable-libfdk-aac \
--enable-libflite \
--disable-libflite \
--enable-fontconfig \
--enable-libfreetype \
--enable-libfribidi \
Expand Down

0 comments on commit a4cba25

Please sign in to comment.