baka-mplayer.paketlendi

This commit is contained in:
milisbir 2017-08-08 01:33:33 +03:00
parent bc14a81ff5
commit 9701b4c135
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Description: Mpv tabanlı qt5 medya oynatıcısı
# URL: http://bakamplayer.u8sand.net/
# Packager: milisarge
# Depends on: mpv qt5
name=baka-mplayer
version=2.0.4
release=1
source=(https://github.com/u8sand/Baka-MPlayer/archive/v${version}.tar.gz::$name-$version.tar.gz)
build() {
mkdir ${SRC}/build
cd ${SRC}/build
qmake-qt5 ../Baka-MPlayer-${version}/src \
CONFIG+=release \
CONFIG+=install_translations \
-spec linux-g++
make -j$(nproc)
make INSTALL_ROOT=${PKG} install
}