Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98c348b0fdbbde536bea02927b8474e6be3c0de5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98c348b0fdbbde536bea02927b8474e6be3c0de5)
  • Date: Tue, 20 Jul 2010 07:11:57 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video-libs/xine-lib/DEPENDS | 8 ++++----
video-libs/xine-lib/HISTORY | 4 ++++
video/xine-ui/FINAL | 4 +++-
video/xine-ui/HISTORY | 3 +++
4 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 98c348b0fdbbde536bea02927b8474e6be3c0de5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xine-lib: fixed a bug about XvMC dependency (appeared in 2006-07-05)

note to Pol: please check what and how you add.

commit a840006a4424ce56bcea13101184621c7ce066d7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xine-ui: execute update-mime-database only if shared-mime-info is
installed

diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index b11d06a..6bb6eb3 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -27,8 +27,8 @@ if is_depends_enabled $SPELL libx11; then
"build Xinerama support" &&

optional_depends libxvmc \
- "--with-xvmc-lib=${INSTALL_ROOT}/usr/lib \
- --with-xxmc-lib=${INSTALL_ROOT}/usr/lib" \
+ "--with-xvmc-path=$INSTALL_ROOT/usr/lib \
+ --with-xxmc-path=$INSTALL_ROOT/usr/lib" \
"--disable-xvmc" \
"for XvMC plugin"
fi &&
@@ -73,12 +73,12 @@ optional_depends sdl \
optional_depends aalib \
"--enable-aalib" \
"--disable-aalib" \
- "for ascii art video output" &&
+ "for ASCII art video output" &&

optional_depends libcaca \
"--with-caca" \
"--without-caca" \
- "for colored ascii art video output" &&
+ "for colored ASCII art video output" &&

# input codecs
optional_depends libmng \
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 35a3e47..176f6f1 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2010-07-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed one more bug about XvMC dep: it uses 'path'; 'lib' is
+ for name, as configure says so.
+
2010-07-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: quoting paths; cleaned up; updated website
* BUILD: flags' removal comes from 2004 -- removed that hack; use
XINE_LIB_OPTS
diff --git a/video/xine-ui/FINAL b/video/xine-ui/FINAL
index 2a9eda3..e3f8d1e 100755
--- a/video/xine-ui/FINAL
+++ b/video/xine-ui/FINAL
@@ -1 +1,3 @@
-"$INSTALL_ROOT/usr/bin/update-mime-database" "$INSTALL_ROOT/usr/share/mime"
+if spell_ok shared-mime-info; then
+ "$INSTALL_ROOT/usr/bin/update-mime-database" "$INSTALL_ROOT/usr/share/mime"
+fi
diff --git a/video/xine-ui/HISTORY b/video/xine-ui/HISTORY
index 7666425..6e2aac3 100644
--- a/video/xine-ui/HISTORY
+++ b/video/xine-ui/HISTORY
@@ -1,3 +1,6 @@
+2010-07-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * FINAL: execute only if shared-mime-info is installed
+
2010-07-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: renewed website, descriptions; quoting paths
* DEPENDS: added missing dependencies, flags



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98c348b0fdbbde536bea02927b8474e6be3c0de5), Vlad Glagolev, 07/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page