milis/talimatname/genel/b/baka-mplayer/talimat

23 lines
490 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Mpv tabanlı qt5 medya oynatıcısı
# URL: http://bakamplayer.u8sand.net/
# Paketçi: milisarge
# Gerekler: mpv qt5
# Grup: medya
isim=baka-mplayer
surum=2.0.4
devir=1
kaynak=(https://github.com/u8sand/Baka-MPlayer/archive/v${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
mkdir ${SRC}/build
cd ${SRC}/build
qmake-qt5 ../Baka-MPlayer-${surum}/src \
CONFIG+=release \
CONFIG+=install_translations \
-spec linux-g++
make -j$(nproc)
make INSTALL_ROOT=${PKG} install
}