Skip to content

Commit 3f93b6e

Browse files
committed
librewolf: update to 145.0.1-2.
1 parent 783c2a2 commit 3f93b6e

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
diff --git a/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc b/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
2-
index 335bed4..1bf3a7d 100644
3-
--- a/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
4-
+++ b/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
5-
@@ -18,7 +18,7 @@
1+
--- a/third_party/libwebrtc/rtc_base/cpu_info.cc
2+
+++ b/third_party/libwebrtc/rtc_base/cpu_info.cc
3+
@@ -37,7 +37,7 @@
64
#define WEBRTC_GLIBC_PREREQ(a, b) 0
75
#endif
86

97
-#if WEBRTC_GLIBC_PREREQ(2, 16)
108
+#if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
11-
#include <sys/auxv.h>
9+
#include <sys/auxv.h> // IWYU pragma: keep
1210
#else
1311
#include <errno.h>
14-
@@ -40,7 +40,7 @@ uint64_t GetCPUFeaturesARM(void) {
15-
int architecture = 0;
16-
uint64_t hwcap = 0;
17-
const char* platform = NULL;
12+
@@ -205,7 +205,7 @@
13+
return false;
14+
#elif defined(WEBRTC_LINUX)
15+
uint64_t hwcap = 0;
1816
-#if WEBRTC_GLIBC_PREREQ(2, 16)
1917
+#if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
20-
hwcap = getauxval(AT_HWCAP);
21-
platform = (const char*)getauxval(AT_PLATFORM);
18+
hwcap = getauxval(AT_HWCAP);
2219
#else
20+
ElfW(auxv_t) auxv;

srcpkgs/librewolf/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Template file for 'librewolf'
22
pkgname=librewolf
3-
version=144.0.2
3+
version=145.0.1
44
revision=1
5-
_rev=1
5+
_rev=2
66
wrksrc=${pkgname}-${version}-${_rev}
77
build_helper="rust"
88
short_desc="LibreWolf web browser"
99
maintainer="index <index@mailbox.org>"
1010
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111
homepage="https://librewolf.net/"
1212
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13-
checksum=32b9f75aa2ca8688be3051d1090b78db8e570cb87bb720a2c97dc9321e7f16ad
13+
checksum=fd3b6acfbaaaf910a4804dcfb6a4ab79067efa39ec7ba09ea57517434a05113e
1414

1515
lib32disabled=yes
1616

17-
_llvmver=19
17+
_llvmver=21
1818
hostmakedepends="unzip zip pkg-config perl python3 yasm rust
1919
cargo llvm${_llvmver} clang${_llvmver} lld${_llvmver} nodejs cbindgen nasm which
2020
tar xz $(vopt_if pgo 'xvfb-run dbus mesa-dri vulkan-loader pciutils')

0 commit comments

Comments
 (0)