Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (230489df403802afbae7de46515fa3ff1cd0f940)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (230489df403802afbae7de46515fa3ff1cd0f940)
  • Date: Tue, 12 Apr 2022 23:53:21 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

http/firefox/DETAILS | 2
http/firefox/HISTORY | 4 +
http/firefox/patches/0033-bmo-1559213-fix-system-av1-libs.patch | 22
++++++++++
http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch | 22
----------
4 files changed, 27 insertions(+), 23 deletions(-)

New commits:
commit 230489df403802afbae7de46515fa3ff1cd0f940
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: version 99.0.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 869ea21..56f00c4 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=99.0
+ VERSION=99.0.1
SECURITY_PATCH=161
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3143ad1..f1fcaa3 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2022-04-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 99.0.1
+ * patches/*: updated
+
2022-04-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 99.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.76
diff --git a/http/firefox/patches/0033-bmo-1559213-fix-system-av1-libs.patch
b/http/firefox/patches/0033-bmo-1559213-fix-system-av1-libs.patch
new file mode 100644
index 0000000..2423cca
--- /dev/null
+++ b/http/firefox/patches/0033-bmo-1559213-fix-system-av1-libs.patch
@@ -0,0 +1,22 @@
+diff --git a/media/ffvpx/libavcodec/moz.build
b/media/ffvpx/libavcodec/moz.build
+index 0069865..e806fc8 100644
+--- a/media/ffvpx/libavcodec/moz.build
++++ b/media/ffvpx/libavcodec/moz.build
+@@ -112,9 +112,15 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
+ 'vaapi_vp8.c',
+ 'vaapi_vp9.c',
+ ]
++ if CONFIG["MOZ_SYSTEM_AV1"]:
++ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
++ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
++ else:
++ USE_LIBS += [
++ 'dav1d',
++ 'media_libdav1d_asm',
++ ]
+ USE_LIBS += [
+- 'dav1d',
+- 'media_libdav1d_asm',
+ 'mozva'
+ ]
+
diff --git a/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
b/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
deleted file mode 100644
index 2423cca..0000000
--- a/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/media/ffvpx/libavcodec/moz.build
b/media/ffvpx/libavcodec/moz.build
-index 0069865..e806fc8 100644
---- a/media/ffvpx/libavcodec/moz.build
-+++ b/media/ffvpx/libavcodec/moz.build
-@@ -112,9 +112,15 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
- 'vaapi_vp8.c',
- 'vaapi_vp9.c',
- ]
-+ if CONFIG["MOZ_SYSTEM_AV1"]:
-+ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
-+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
-+ else:
-+ USE_LIBS += [
-+ 'dav1d',
-+ 'media_libdav1d_asm',
-+ ]
- USE_LIBS += [
-- 'dav1d',
-- 'media_libdav1d_asm',
- 'mozva'
- ]
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (230489df403802afbae7de46515fa3ff1cd0f940), Pavel Vinogradov, 04/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page