# Maintainer: Pavel "PivPav" Pivovarov _pkgname=sview pkgname=$_pkgname-git pkgver=20.08.r35.babb75b pkgrel=1 pkgdesc="Stereoscopic 3D video player with OpenGL UI" arch=('i686' 'x86_64') url="http://www.sview.ru/en" license=('custom') depends=('libconfig' 'ffmpeg' 'freetype2' 'gtk2' 'libgl' 'libx11' 'libxext' 'libxpm' 'openal' 'ttf-droid' 'gnu-free-fonts') optdepends=('ttf-nanum') makedepends=('git') provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") source=("git+https://github.com/gkv311/$_pkgname.git") md5sums=('SKIP') build() { cd $_pkgname git checkout babb75b1e06d2dc74cdb000955771d25a285faf4 unset ANDROID_NDK msg2 "Starting make..." make -j1 all } package() { cd $_pkgname msg2 "Starting make install..." make DESTDIR="$pkgdir" install mkdir -p $pkgdir/usr/share/licenses/$_pkgname/ cp docs/LICENSE.md $pkgdir/usr/share/licenses/$_pkgname/ }