[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d24613b06b0788647267c1b1ad9d137df365d8ca)
Vlad Glagolev
scm at sourcemage.org
Tue Jul 26 10:07:28 EDT 2011
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
video-libs/gst-plugins-good/DEPENDS | 15 +++++++++++++--
video-libs/gst-plugins-good/HISTORY | 3 +++
2 files changed, 16 insertions(+), 2 deletions(-)
New commits:
commit d24613b06b0788647267c1b1ad9d137df365d8ca
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
gst-plugins-good: check against deps' versions
diff --git a/video-libs/gst-plugins-good/DEPENDS b/video-libs/gst-plugins-good/DEPENDS
index 8191384..fdd08ee 100755
--- a/video-libs/gst-plugins-good/DEPENDS
+++ b/video-libs/gst-plugins-good/DEPENDS
@@ -1,5 +1,16 @@
-depends gstreamer &&
-depends gst-plugins-base &&
+. "$GRIMOIRE/FUNCTIONS" &&
+
+depends gstreamer &&
+
+if spell_ok gstreamer && is_version_less $(installed_version gstreamer) 0.10.33; then
+ force_depends gstreamer
+fi &&
+
+depends gst-plugins-base &&
+
+if spell_ok gst-plugins-base && is_version_less $(installed_version gst-plugins-base) 0.10.33; then
+ force_depends gst-plugins-base
+fi &&
optional_depends orc \
"--enable-orc" \
diff --git a/video-libs/gst-plugins-good/HISTORY b/video-libs/gst-plugins-good/HISTORY
index 78fdf1e..4ab2cad 100644
--- a/video-libs/gst-plugins-good/HISTORY
+++ b/video-libs/gst-plugins-good/HISTORY
@@ -1,3 +1,6 @@
+2011-07-26 Vlad Glagolev <stealth at sourcemage.org>
+ * DEPENDS: check against deps' versions
+
2011-06-16 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 0.10.30
More information about the SM-Commit
mailing list