firefox-esr: add support for FFmpeg 4.0 [ci skip] (#672)
This commit is contained in:
parent
33a9faa8f0
commit
ae7810d74c
|
@ -4,14 +4,16 @@
|
|||
#
|
||||
pkgname=firefox-esr
|
||||
version=52.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="firefox-${version}esr"
|
||||
short_desc="Mozilla Firefox web browser - Extended Support Release (ESR)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
homepage="https://www.mozilla.org/firefox/organizations/"
|
||||
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
|
||||
checksum=c01d09658c53c1b3a496e353a24dad03b26b81d3b1d099abc26a06f81c199dd6
|
||||
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
|
||||
https://aur.archlinux.org/cgit/aur.git/plain/ffmpeg4.patch.gz?h=firefox-esr52>ffmpeg4.patch.gz"
|
||||
checksum="c01d09658c53c1b3a496e353a24dad03b26b81d3b1d099abc26a06f81c199dd6
|
||||
2a285e0c31968e3fe9b65a585838b46f9342ff0a369e786a729b4c3886617034"
|
||||
|
||||
lib32disabled=yes
|
||||
hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm
|
||||
|
@ -36,6 +38,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
post_extract() {
|
||||
patch -Np0 -i ../ffmpeg4.patch
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
# fix musl rust triplet
|
||||
|
|
Loading…
Reference in New Issue