New commits:
commit 6be168ef537281a3aa6aff7ca723d26c2c08f5c4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
gavl: Added optional_depends doxygen. Bug #14960.
commit 34e7bc06da7f2162122549b9662725aa84b3e193
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
gstreamer: Change fix to that provided by upstream. Does
version checking for bison with this fix.
diff --git a/libs/gavl/DEPENDS b/libs/gavl/DEPENDS
index d64da9c..8d4ccba 100755
--- a/libs/gavl/DEPENDS
+++ b/libs/gavl/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends doxygen \
+ "" \
+ "--without-doxygen" \
+ "To build documentation" &&
+
optional_depends "libpng" \
"" \
"--disable-libpng" \
diff --git a/libs/gavl/HISTORY b/libs/gavl/HISTORY
index 4c86899..378e3ad 100644
--- a/libs/gavl/HISTORY
+++ b/libs/gavl/HISTORY
@@ -1,5 +1,8 @@
+2008-12-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added optional_depends doxygen. Bug #14960
+
2008-08-15 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT sourcemage.org>
- * Updated to version 1.0.1
+ * DETAILS: Updated to version 1.0.1
2008-03-06 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created this spell.
diff --git a/video-libs/gstreamer/HISTORY b/video-libs/gstreamer/HISTORY
index 5f85da3..9b32fdc 100644
--- a/video-libs/gstreamer/HISTORY
+++ b/video-libs/gstreamer/HISTORY
@@ -1,3 +1,7 @@
+2008-12-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Need to run ./autogen.sh
+ * gstreamer-bison.patch: Changed patch to match upstream fix.
+
2008-12-13 George Sherwood <gsherwood AT sourcemage.org>
* PRE_BUILD: Added patch
* gstreamer-bison.patch: Added to fix bison version check failure.
diff --git a/video-libs/gstreamer/PRE_BUILD b/video-libs/gstreamer/PRE_BUILD
index 99cdac6..096ef49 100755
--- a/video-libs/gstreamer/PRE_BUILD
+++ b/video-libs/gstreamer/PRE_BUILD
@@ -3,6 +3,8 @@ cd $SOURCE_DIRECTORY &&