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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue