Skip to Content.
Sympa Menu

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

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 (d8ebbdb7c335f864ae935f0934eb586e0a74c76a)
  • Date: Tue, 6 Sep 2016 15:18:15 +0000

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

http/firefox-esr/DEPENDS | 10 ++++++++--
http/firefox-esr/HISTORY | 4 ++++
2 files changed, 12 insertions(+), 2 deletions(-)

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

firefox-esr: add more gstreamer-1.0 depends so that web video just works

diff --git a/http/firefox-esr/DEPENDS b/http/firefox-esr/DEPENDS
index 52e6cf3..0304557 100755
--- a/http/firefox-esr/DEPENDS
+++ b/http/firefox-esr/DEPENDS
@@ -108,7 +108,7 @@ optional_depends LIBAVCODEC \
optional_depends gstreamer \
"--enable-gstreamer" \
"--disable-gstreamer" \
- "for gstreamer based AV support" &&
+ "for gstreamer 0.10 based AV support" &&
if is_depends_enabled $SPELL gstreamer; then
depends gst-plugins-base
else
@@ -117,7 +117,13 @@ else
"" \
"for gstreamer 1.0 based AV support" &&
if is_depends_enabled $SPELL gstreamer-1.0; then
- depends gst-plugins-base-1.0
+ depends gst-plugins-base-1.0 &&
+ # qtdemux
+ depends gst-plugins-good-1.0 &&
+ # h264parse
+ depends gst-plugins-bad-1.0 &&
+ # ffmpeg plugin for gstreamer
+ depends gst-libav-1.0
fi
fi &&

diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index 4eec724..be3f600 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,7 @@
+2016-09-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: import the proper list of gstreamer-1.0 deps from
+ palemoon, to make HTML5 video really work
+
2016-08-05 Thomas Orgis <sobukus AT sourcemage.org>
* mozconfig: Do not disable tests by default, needed for PGO.




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8ebbdb7c335f864ae935f0934eb586e0a74c76a), Thomas Orgis, 09/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page