New commits:
commit cc6f2c669d5a8ab7338a95fe85cacc799ebf5915
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gst-plugins-ugly: Add sub-depends message for LIBCDIO
commit 2b47ad92d00ebf3356fc53cd91d0fb980d475bee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
thoggen: Depends on gst-plugins-ugly built with libmpeg2
Fixes Bug #15019
commit 3d2a9d4163c886126ee50aab03e16159d05e8e23
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gst-plugins-ugly: Enable forcing libmpeg2 dependency
Added REPAIR files for old versions of sub-dependency files
Fixes Bug #15019
diff --git a/video-libs/gst-plugins-ugly/HISTORY
b/video-libs/gst-plugins-ugly/HISTORY
index 2257991..08ab15d 100644
--- a/video-libs/gst-plugins-ugly/HISTORY
+++ b/video-libs/gst-plugins-ugly/HISTORY
@@ -1,3 +1,9 @@
+2009-12-31 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_SUB_DEPENDS,SUB_DEPENDS: Enable forcing libmpeg2 dependency
+ Added REPAIR files for old versions of sub-dependency files
+ Fixes Bug #15019
+ Add sub-depends message for LIBCDIO
+
2009-12-19 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: added optional libcdio, x264
* PRE_SUB_DEPENDS: created
diff --git a/video-libs/gst-plugins-ugly/PRE_SUB_DEPENDS
b/video-libs/gst-plugins-ugly/PRE_SUB_DEPENDS
index 51e751c..3169bb7 100755
--- a/video-libs/gst-plugins-ugly/PRE_SUB_DEPENDS
+++ b/video-libs/gst-plugins-ugly/PRE_SUB_DEPENDS
@@ -1,5 +1,7 @@
case $THIS_SUB_DEPENDS in
LIBCDIO) is_depends_enabled $SPELL libcdio && return 0
;;
+ LIBMPEG2) is_depends_enabled $SPELL libmpeg2 && return 0
+ ;;
esac
return 1
diff --git
a/video-libs/gst-plugins-ugly/REPAIR^1742cd12212ba4fa83234332dd4e6eb1^PRE_SUB_DEPENDS