[Lunar-commits] xine-lib: Alter if/then statements for arts.
stumbles
stumbles at lunar-linux.org
Mon Jan 7 20:33:41 CET 2008
commit 0af3206b5184837c2bcf7104b9e822a1845af028
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon Jan 7 14:33:41 2008 -0500
xine-lib: Alter if/then statements for arts.
---
video/xine-lib/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/video/xine-lib/BUILD b/video/xine-lib/BUILD
index 8d930a3..0dc1bc0 100644
--- a/video/xine-lib/BUILD
+++ b/video/xine-lib/BUILD
@@ -1,7 +1,8 @@
(
if module_installed kdelibs3; then
- ARTS_CONFIG="${KDE_PREFIX:-/opt/lunar/kde/3}/bin/artsc-config"
+ . /etc/profile.d/kde3.rc
+ OPTS="$OPTS --with-arts"
fi &&
OPTS="$OPTS --enable-static --with-xv-path=/usr/X11/lib"
More information about the Lunar-commits
mailing list