diff --git a/video/avidemux2/BUILD b/video/avidemux2/BUILD
index c8d7939..e4e8f01 100755
--- a/video/avidemux2/BUILD
+++ b/video/avidemux2/BUILD
@@ -1,5 +1,8 @@
if is_depends_enabled $SPELL qt4; then
- OPTS="-DQT_QMAKE_EXECUTABLE=${INSTALL_ROOT}/usr/bin/qt4/qmake
-DLRELEASE_EXECUTABLE=${INSTALL_ROOT}/usr/bin/qt4/lrelease $OPTS"
+ PATH="/usr/bin/qt4:$PATH"
fi &&
-
-cmake_build
+# sudo calls would install stuff right away
+sed -i 's:^sudo:# sudo:' bootStrap.sh &&
+# For avidemux 2.6, add $OPTS here and switch to .bash .
+# The 2.5 build script doesn't know any options.
+bash bootStrap.sh
diff --git a/video/avidemux2/HISTORY b/video/avidemux2/HISTORY
index 7a6e685..e27e364 100644
--- a/video/avidemux2/HISTORY
+++ b/video/avidemux2/HISTORY
@@ -1,3 +1,9 @@
+2013-04-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, INSTALL: switch to usage of provided build script
+ Our build was just broken (for me at least): No plugins! Couldn't
+ even play audio. Now we don't have the absolute control to disable
+ any optionals if they are present in system, but at least it works.
+
2012-01-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.6
diff --git a/video/avidemux2/INSTALL b/video/avidemux2/INSTALL
new file mode 100755
index 0000000..2b4fca1
--- /dev/null
+++ b/video/avidemux2/INSTALL
@@ -0,0 +1,4 @@
+# bootStrap script contains install commands
+# need to duplicate them here ...
+cd buildMain && make install && cd .. &&
+cd buildPlugins && make install && cd ..
[SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (d722dfa9c5510c9493366386c4be9b87158c9525),
Treeve Jelbert, 04/22/2013