# Contributor: Fixed Torres # Maintainer: Fixed Torres pkgname=sayonara-player pkgver=0.8.3_git0_20160424 _pkgver=0.8.3-git0-20160424 pkgrel=1 pkgdesc="Is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend." arch=('i686' 'x86_64') url="http://sayonara-player.com" license=('GPL3') depends=('qt5-base' 'taglib' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'libmtp') optdepends=('lame' 'gst-plugins-ugly') makedepends=('cmake' 'qt5-tools') conflicts=('sayonara-player-svn' 'sayonara-player-git') source=("http://sayonara-player.com/sw/${pkgname}-${_pkgver}.tar.gz") build() { cd "$srcdir/$pkgname" mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release" make } package() { cd "$srcdir/$pkgname" cd build make DESTDIR="$pkgdir/" install } sha512sums=('6f3ab7aec99e80a118a5afc0d1de7fa3852c4ffa79ea28e5be01b7db634479dbdc688853642687572f558b94f54277e9cb6da0cb53db343b16ef7e2824f1d872')