summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-03-06 22:26:13 -0300
committerDaniel Bermond2018-03-07 10:06:14 -0300
commit1089112d86cfafa82d8698a7fcc6ad2830af612f (patch)
tree15090f60ad85181142e84344e1687f9eb9cb84a7
parenteabd10e3b2211177587ce0835678756bdfdaa8f2 (diff)
downloadaur-1089112d86cfafa82d8698a7fcc6ad2830af612f.tar.gz
depends: switch from flite1 to the improved flite1-patched
flite1 package has some problems that were exposed by upstream ffmpeg git commit 6dfcbd8 (this change is still not in ffmpeg 3.4). The linking in flite1 needs to be fixed, otherwise ffmpeg versions 3.5 and later (and the current ffmpeg git master) will not compile, failing to detect libflite. flite1 can also have other improvements, as follows. flite version 1 is an old software from 2009. Since there, many issues have been discovered, including the security issue CVE-2014-0027. There are patches out there that addresses many of the discovered issues, and also adds some fixes and enhancements. I have already asked the flite1 AUR package maintainer to patch it in order to fix these issues, but after almost five months I got no response from him. Since I need a fixed flite1 package for AUR package ffmpeg-full-git, I'm also adding this improved package here at ffmpeg-full. References: ----------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6dfcbd80ad446ff163b47f2bf432bbf706436ea8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 254ebd03e1f0..ecf8111f38d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4.2
- pkgrel = 3
+ pkgrel = 4
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -80,7 +80,7 @@ pkgbase = ffmpeg-full
depends = libvdpau
depends = chromaprint-fftw
depends = libbs2b
- depends = flite1
+ depends = flite1-patched
depends = libilbc
depends = kvazaar
depends = openh264
diff --git a/PKGBUILD b/PKGBUILD
index 4748052f4aed..1ec740b03ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.4.2
-pkgrel=3
+pkgrel=4
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -22,7 +22,7 @@ depends=(
'zimg' 'zeromq' 'zvbi' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'openssl'
'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
- 'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'openh264'
+ 'chromaprint-fftw' 'libbs2b' 'flite1-patched' 'libilbc' 'kvazaar' 'openh264'
'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
'rockchip-mpp'
)