[Lunar-commits] <moonbase-other> mkvtoolnix: Adjusting the DEPENDS, it will compile with qt4. Unless this box is borked

stumbles stumbles at lunar-linux.org
Sun Jan 20 19:21:39 CET 2013


commit 211a505ddd4bd89b438ae7c0eed413780110ee9e
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 20 Jan 2013 10:21:39 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/211a505ddd4bd89b438ae7c0eed413780110ee9e

mkvtoolnix: Adjusting the DEPENDS, it will compile with qt4. Unless this box is borked

in some way I am unable to determine; ./drake -j $ANYTHNG will fail with a seg fault. Got
the same problem running it from cli.
---
  video/mkvtoolnix/BUILD   | +1/-4     
  video/mkvtoolnix/DEPENDS | +4/-4     
  2 files changed, 5 insertions(+), 8 deletions(-)

--- a/video/mkvtoolnix/BUILD
+++ b/video/mkvtoolnix/BUILD
@@ -1,15 +1,12 @@
 (
 
-# If you choose the qt4 GUI then ./configure craps out with -j
-# $MAKES but works fine if you say no to qt4 GUI.
   if in_depends $MODULE qt4 ; then
-    sedit "s:ui/mainwindow.h:ui/mainwindow.ui:" src/info/qt_ui.h &&
     . /etc/profile.d/qt4.rc &&
     default_config &&
     ./drake 
    else
     default_config &&
-    ./drake -j ${MAKES:-1}
+    ./drake 
   fi &&
 
   prepare_install &&
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -23,10 +23,10 @@ optional_depends  "boost"             \
                   "--without-boost"   \
                   "for boost support"
 
-#optional_depends  "qt4"                       \
-#                  "--enable-qt --enable-gui"  \
-#                  "--disable-qt"              \
-#                  "for Qt based GUI"
+optional_depends  "qt4"                       \
+                  "--enable-qt --enable-gui"  \
+                  "--disable-qt"              \
+                  "for Qt based GUI"
 
 optional_depends  "wxGTK"                           \
                   "--enable-wxwidgets --enable-gui" \




More information about the Lunar-commits mailing list