[Lunar-commits] <moonbase> vlc: adding a bit of logic for qt4 presence.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Feb 26 21:02:37 CET 2009
commit 79bad12008f6df82d3319c6eee446fd30500741d
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 26 15:02:37 2009 -0500
vlc: adding a bit of logic for qt4 presence.
---
video/vlc/BUILD | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index de4a047..e56a470 100644
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -1,8 +1,12 @@
(
+ if in_depends qt4; then
+ . /etc/profile.d/qt4.rc
+ fi &&
+
if in_depends ffmpeg lame ; then
OPTS+=" --with-ffmpeg-mp3lame"
- fi
+ fi &&
OPTS="$OPTS --enable-release --enable-x11 --enable-xvideo --enable-ffmpeg --enable-v4l"
More information about the Lunar-commits
mailing list