# Contributor: Cyberpunk # Maintainer: Cyberpunk pkgname=sayonara-player pkgver=0.8.0_286 _pkgver=r286 pkgrel=3 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' 'curl' 'taglib' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'libnotify') optdepends=('lame' 'gst-plugins-ugly') makedepends=('cmake' 'qt5-tools') conflicts=('sayonara-player-svn') source=("http://sayonara-player.com/sw/${pkgname}-${_pkgver}.tar.gz") build() { cd "$srcdir/$pkgname-$_pkgver" mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release" make } package() { cd "$srcdir/$pkgname-$_pkgver" cd build make prefix=/usr DESTDIR="$pkgdir/" install } sha384sums=('34530142a2d131b8757f3cdf2f84fc9663fb64812bf615a72f0fedb523a587afe0f1762a9f07434e2c1ce74aa22495d9')