]> git.sesse.net Git - kdenlive/blob - Messages.sh
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / Messages.sh
1 #!bin/sh
2
3 kdenlive_subdirs="plugins renderer src src/ui"
4
5 $EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp
6 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp
7
8 $XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot
9 rm -f rc.cpp