From 0da5668655b29593160614ba79903ec4ff8a146f Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Fri, 15 Apr 2022 12:21:14 -0300 Subject: [PATCH] Update flite dependency --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e43f45d..cf2730e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) pkgver = 5.0 - pkgrel = 3 + pkgrel = 4 url = https://www.ffmpeg.org/ arch = x86_64 license = custom: nonfree and unredistributable @@ -104,7 +104,7 @@ pkgbase = ffmpeg-full depends = libvdpau depends = chromaprint-fftw depends = davs2 - depends = flite1-patched + depends = flite1 depends = libklvanc-git depends = openh264 depends = libopenmpt-svn diff --git a/PKGBUILD b/PKGBUILD index d9f6297..f659cee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ffmpeg-full pkgver=5.0 -pkgrel=3 +pkgrel=4 pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' arch=('x86_64') url='https://www.ffmpeg.org/' @@ -24,7 +24,7 @@ depends=( 'vulkan-icd-loader' 'libxv' 'libx11' 'libxext' 'zlib' 'cuda' 'libomxil-bellagio' 'libdrm' 'intel-media-sdk' 'libva' 'libvdpau' # AUR: - 'chromaprint-fftw' 'davs2' 'flite1-patched' 'libklvanc-git' 'openh264' + 'chromaprint-fftw' 'davs2' 'flite1' 'libklvanc-git' 'openh264' 'libopenmpt-svn' 'librist' 'shine' 'uavs3d-git' 'vo-amrwbenc' 'xavs' 'xavs2' 'pocketsphinx' 'rockchip-mpp' 'lensfun-git' )