Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (8564f92ba5788b99a2d6718eded523b503d51dc8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (8564f92ba5788b99a2d6718eded523b503d51dc8)
  • Date: Sat, 4 Apr 2009 22:13:33 -0500

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

http/webkitgtk/DEPENDS | 7 ++++++-
http/webkitgtk/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 8564f92ba5788b99a2d6718eded523b503d51dc8
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>

webkitgtk: Added optional_depends gstreamer

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 3951e07..899b94b 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -17,4 +17,9 @@ if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
depends freetype2
else
depends pango "--with-font-backend=pango"
-fi
+fi &&
+
+optional_depends gstreamer \
+ "--enable-video" \
+ "--disable-video" \
+ "for HTML5 streaming video support"
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index c3f3643..9c67790 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,6 @@
+2009-04-04 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added optional_depends gstreamer
+
2009-04-03 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to version 1.1.4




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (8564f92ba5788b99a2d6718eded523b503d51dc8), George Sherwood, 04/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page