Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (99eaa03dc50a56fe8db719741538f23b8f7c1011)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (99eaa03dc50a56fe8db719741538f23b8f7c1011)
  • Date: Fri, 6 Feb 2009 12:45:27 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video/mplayer/BUILD | 2 +-
video/mplayer/CONFIGURE | 4 ++++
video/mplayer/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 99eaa03dc50a56fe8db719741538f23b8f7c1011
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mplayer: Add query (default n) for IVTV, fix from Vasil Yonkov
Pass MPLAYER_IVTV to OPTS
Fixes Bug #14977

diff --git a/video/mplayer/BUILD b/video/mplayer/BUILD
index 0117f39..273fb6c 100755
--- a/video/mplayer/BUILD
+++ b/video/mplayer/BUILD
@@ -4,7 +4,7 @@ fi &&

disable_pic &&

-OPTS="$MPLAYER_OPTS $OPTS" &&
+OPTS="$MPLAYER_OPTS $MPLAYER_IVTV $OPTS" &&

CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
--confdir=${TRACK_ROOT}/etc/mplayer \
diff --git a/video/mplayer/CONFIGURE b/video/mplayer/CONFIGURE
index 92a18d5..be57935 100755
--- a/video/mplayer/CONFIGURE
+++ b/video/mplayer/CONFIGURE
@@ -1,4 +1,8 @@
config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+ gtk+2 &&
+config_query_option MPLAYER_IVTV \
+ "Build against IVTV?" n \
+ "--enable-ivtv" "--disable-ivtv" &&
+
config_query_option MPLAYER_OPTS \
"Enable Joystick support?" ${MPLAYER_JOYSTICK:-y} \
"--enable-joystick" "--disable-joystick" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 5305b54..e0be846 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,8 @@
+2009-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Add query (default n) for IVTV, fix from Vasil Yonkov
+ Fixes Bug #14977
+ * BUILD: Pass MPLAYER_IVTV to OPTS
+
2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added optional dep on libnemesi




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (99eaa03dc50a56fe8db719741538f23b8f7c1011), Eric Sandall, 02/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page