Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6969e5379e6702ef9eb9c68108cd5b7032640391)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6969e5379e6702ef9eb9c68108cd5b7032640391)
  • Date: Wed, 30 Aug 2017 07:12:48 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

http/firefox-esr/BUILD | 2 ++
http/firefox-esr/HISTORY | 4 ++++
http/firefox-esr/PRE_BUILD | 2 ++
3 files changed, 8 insertions(+)

New commits:
commit 6969e5379e6702ef9eb9c68108cd5b7032640391
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-esr: I needed to add that path to CPPFLAGS to make it build.

commit 4cae4995728f52f708cf06d1c54a290ac003480f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox: actually disable DRM if so configured

diff --git a/http/firefox-esr/BUILD b/http/firefox-esr/BUILD
index 7f0f4ee..f693b08 100755
--- a/http/firefox-esr/BUILD
+++ b/http/firefox-esr/BUILD
@@ -60,4 +60,6 @@ else
fi &&

echo "mk_add_options MOZ_MAKE_FLAGS=\"-j${MAKE_NJOBS:-1}\"" >> .mozconfig &&
+# For some weird reason, MP4Decoder.h is not found otherwise.
+CPPFLAGS="$CPPFLAGS -I$SOURCE_DIRECTORY/dom/media/fmp4/" &&
make -f client.mk $MAKE_TARGET
diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index 77c3f3a..677cd47 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,7 @@
+2017-08-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: fix build without DRM
+ * BUILD: hack for weird header-not-found error
+
2017-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 52.3.0esr

diff --git a/http/firefox-esr/PRE_BUILD b/http/firefox-esr/PRE_BUILD
index 2ca74e6..1306d94 100755
--- a/http/firefox-esr/PRE_BUILD
+++ b/http/firefox-esr/PRE_BUILD
@@ -47,4 +47,6 @@ fi &&

if [[ $FIREFOX_WIDEVINE == y ]]; then
echo "ac_add_options --enable-eme=widevine" >> .mozconfig
+else
+ echo "ac_add_options --disable-eme" >> .mozconfig
fi



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6969e5379e6702ef9eb9c68108cd5b7032640391), Thomas Orgis, 08/30/2017

Archive powered by MHonArc 2.6.24.

Top of Page