Skip to content

Commit

Permalink
www/firefox: update to 123.0 (rc1)
Browse files Browse the repository at this point in the history
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/123.0/releasenotes/

(cherry picked from commit 7659a22)
  • Loading branch information
moench-tegeder committed Feb 12, 2024
1 parent 83b52aa commit ac0c1b6
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 414 deletions.
7 changes: 3 additions & 4 deletions www/firefox/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= firefox
DISTVERSION= 122.0.1
PORTREVISION= 3
DISTVERSION= 123.0
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
Expand All @@ -12,14 +11,14 @@ COMMENT= Web browser based on the browser portion of Mozilla
WWW= https://www.mozilla.com/firefox

BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nss>=3.95:security/nss \
nss>=3.97:security/nss \
icu>=73.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=8.3.0:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
png>=1.6.39:graphics/png \
dav1d>=1.0.0:multimedia/dav1d \
libvpx>=1.13.1:multimedia/libvpx \
libvpx>=1.14.0:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf2.13:devel/autoconf2.13 \
Expand Down
6 changes: 3 additions & 3 deletions www/firefox/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1707158162
SHA256 (firefox-122.0.1.source.tar.xz) = 36f19c9a748eec2fd6d3a1594d0f1d7b715eaa1d9ed6d7eeda9db8478dcf36d6
SIZE (firefox-122.0.1.source.tar.xz) = 533052916
TIMESTAMP = 1707758063
SHA256 (firefox-123.0.source.tar.xz) = 25be7849fa86dab6b26c314328c475d753825ee67f46c5b80a5e56c05023e539
SIZE (firefox-123.0.source.tar.xz) = 542778984
19 changes: 0 additions & 19 deletions www/firefox/files/patch-bug1559213
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,6 @@ index 2fc8df57992e..63d18e50a961 100644

if not CONFIG["MOZ_SYSTEM_PNG"]:
external_dirs += ["media/libpng"]
diff --git config/system-headers.mozbuild config/system-headers.mozbuild
index 07d48e7f9748..e56e5e084518 100644
--- config/system-headers.mozbuild
+++ config/system-headers.mozbuild
@@ -1304,6 +1304,14 @@ if CONFIG["MOZ_ENABLE_LIBPROXY"]:
"proxy.h",
]

+if CONFIG['MOZ_SYSTEM_AV1']:
+ system_headers += [
+ 'aom/aom_decoder.h',
+ 'aom/aomdx.h',
+ 'aom/aom_image.h',
+ 'dav1d/dav1d.h',
+ ]
+
if CONFIG["MOZ_SYSTEM_ICU"]:
system_headers += [
"unicode/calendar.h",
diff --git dom/media/platforms/moz.build dom/media/platforms/moz.build
index 5c6e25b3980b..ce99ebfb6d3f 100644
--- dom/media/platforms/moz.build
Expand Down

0 comments on commit ac0c1b6

Please sign in to comment.