This commit is contained in:
milisbir 2018-06-11 04:46:26 +02:00
parent 60207ca904
commit b82dae14f1
1 changed files with 2 additions and 3 deletions

View File

@ -14,13 +14,12 @@ derle() {
git_indir https://github.com/u8sand/Baka-MPlayer.git $isim
mkdir ${SRC}/build
cd ${SRC}/build
ln -s /usr/bin/lrelease-qt5 /usr/bin/lrelease
ln -s /usr/bin/lupdate-qt5 /usr/bin/lupdate
export PATH=$PATH:/usr/lib/qt5/bin
qmake-qt5 ../${isim}/src \
CONFIG+=release \
CONFIG+=install_translations \
-spec linux-g++
make -j $(grep -c ^processor /proc/cpuinfo)
make -j$(grep -c ^processor /proc/cpuinfo)
make INSTALL_ROOT=${PKG} install
echo "LC_ALL=\$(echo \$LC_ALL | cut -d'.' -f1) baka-mplayer %U" > $PKG/usr/bin/baka-mplayer.sh
chmod +x $PKG/usr/bin/baka-mplayer.sh