firefox: update to 53.0.2.
This commit is contained in:
parent
ecece74024
commit
cd3dcb800a
|
@ -0,0 +1,30 @@
|
|||
See Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1338655
|
||||
--- media/libstagefright/binding/mp4parse-cargo.patch.orig 2017-05-08 09:40:56.297587573 +0200
|
||||
+++ media/libstagefright/binding/mp4parse-cargo.patch 2017-05-08 09:40:00.685697759 +0200
|
||||
@@ -27,12 +27,13 @@ diff --git a/media/libstagefright/bindin
|
||||
index aeeebc65..5c0836a 100644
|
||||
--- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
|
||||
+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
|
||||
-@@ -18,18 +18,10 @@ exclude = [
|
||||
+@@ -18,18 +18,11 @@ exclude = [
|
||||
"*.mp4",
|
||||
]
|
||||
|
||||
-build = "build.rs"
|
||||
--
|
||||
++build = false
|
||||
+
|
||||
[dependencies]
|
||||
byteorder = "1.0.0"
|
||||
"mp4parse" = {version = "0.6.0", path = "../mp4parse"}
|
||||
--- media/libstagefright/binding/mp4parse_capi/Cargo.toml.orig 2017-05-08 09:37:52.694951351 +0200
|
||||
+++ media/libstagefright/binding/mp4parse_capi/Cargo.toml 2017-05-08 09:37:59.369938126 +0200
|
||||
@@ -18,6 +18,8 @@ exclude = [
|
||||
"*.mp4",
|
||||
]
|
||||
|
||||
+build = false
|
||||
+
|
||||
[dependencies]
|
||||
byteorder = "1.0.0"
|
||||
"mp4parse" = {version = "0.6.0", path = "../mp4parse"}
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=53.0
|
||||
revision=2
|
||||
version=53.0.2
|
||||
revision=1
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
license="MPL-2.0, GPL-2, LGPL-2.1"
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
||||
checksum=4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0
|
||||
checksum=c536df9794fafe61e4e74562e2a37cd4a6fb1c13d99d5330d61be03b2d57ae54
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
nopie=yes
|
||||
|
@ -23,7 +23,7 @@ makedepends="
|
|||
$(vopt_if gtk3 gtk+3-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if startup_notification startup-notification-devel)
|
||||
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
||||
depends="nss>=3.27 desktop-file-utils hicolor-icon-theme"
|
||||
depends="nss>=3.29 desktop-file-utils hicolor-icon-theme"
|
||||
conflicts="firefox-esr>=0"
|
||||
|
||||
build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
||||
|
|
Loading…
Reference in New Issue