[Lunar-commits] <moonbase> kffmpegthumbnailer: Adjusting BUILD to use default_cmake_build.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Feb 1 22:01:40 CET 2012


commit 0130526407f2b9451609d2d1fe93d9262625962c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Feb 1 16:01:40 2012 -0500

    kffmpegthumbnailer: Adjusting BUILD to use default_cmake_build.
---
 kde4/utils/kffmpegthumbnailer/BUILD |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/kde4/utils/kffmpegthumbnailer/BUILD b/kde4/utils/kffmpegthumbnailer/BUILD
index 7da6879..2242620 100644
--- a/kde4/utils/kffmpegthumbnailer/BUILD
+++ b/kde4/utils/kffmpegthumbnailer/BUILD
@@ -1,18 +1,8 @@
 (
 
-  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
-  mkdir $OOTB_DIR &&
-  cd $OOTB_DIR &&
-
   source /etc/profile.d/qt4.rc &&
   source /etc/profile.d/kde4.rc &&
 
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             \
-                           $OPTS                                 &&
-
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list