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