]> git.sesse.net Git - kdenlive/blobdiff - Messages.sh
Merge branch 'refs/heads/v0.8.2'
[kdenlive] / Messages.sh
index 81d69201510ced2958ef7e435e34cd7e3d417b47..7b56076dfd3b359b71e0d0ee62b1651051773d78 100755 (executable)
@@ -6,6 +6,13 @@ podir=`pwd`/po
 kdenlive_subdirs="src src/widgets renderer plugins"
 
 
+if [ $(expr length "${EXTRACTRC}") -eq 0 ]
+then
+    echo "extractrc not found. Please install it (it is maybe in the kdesdk-scripts package)."
+    exit 1
+fi
+
+
 kde_inc=${includedir:-${KDEDIR:-@CMAKE_INSTALL_PREFIX@}/include/kde}/kde.pot
 
 if [ -f ${kde_inc} ]; then
@@ -14,7 +21,7 @@ else
    kde_inc=""
 fi
 
-$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment effects/*.xml data/*.rc >> rc.cpp || exit 11
+$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/*.rc >> rc.cpp || exit 11
 
 $EXTRACTRC `find $kdenlive_subdirs -name \*.ui` >> rc.cpp || exit 11
 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc` >> rc.cpp || exit 11