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