[45624] trunk/dports/kde/kdebase4-runtime/Portfile

illogic-al at macports.org illogic-al at macports.org
Sun Jan 18 20:41:37 PST 2009


Revision: 45624
          http://trac.macports.org/changeset/45624
Author:   illogic-al at macports.org
Date:     2009-01-18 20:41:37 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
Fix ticket #18080

Modified Paths:
--------------
    trunk/dports/kde/kdebase4-runtime/Portfile

Modified: trunk/dports/kde/kdebase4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdebase4-runtime/Portfile	2009-01-19 02:52:13 UTC (rev 45623)
+++ trunk/dports/kde/kdebase4-runtime/Portfile	2009-01-19 04:41:37 UTC (rev 45624)
@@ -39,9 +39,21 @@
 		-DPHONON_INCLUDE_DIR=${prefix}/include \
 		-DPHONON_LIBRARY=${prefix}/lib/libphonon.dylib \
 		-DCMAKE_OSX_SYSROOT=${universal_sysroot} \
+		-DWITH_XKB=OFF \
+		-DX11_XKB_INCLUDE_PATH=\"\" \
+		-DWITH_Xine=OFF \
 		-DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake \
 		-Wno-dev
 
+variant xine description "enable phonon_xine engine" {
+# Unsupported. Don't report bugs, unless you fix it :-)
+	depends_build               port:xine-lib
+    configure.args-delete       -DWITH_XKB=OFF \
+                                -DX11_XKB_INCLUDE_PATH=\"\" \
+                                -DWITH_Xine=OFF
+    configure.args-append       -DWITH_Xine=ON -DWITH_XKB=ON
+}
+
 variant universal {
     configure.universal_args-delete  --disable-dependency-tracking
     configure.args-append	-DCMAKE_OSX_ARCHITECTURES=\"[strsed ${configure.universal_archs} "g| |;|"]\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/36c72d32/attachment.html>


More information about the macports-changes mailing list