# Maintainer: Michael Straube # Contributor: Frederic Bezies < fredbezies at gmail dot com> # Contributor: jddolvin # Contributor: arriagga # Contributor: dieghen89 pkgname=musique pkgver=1.5 pkgrel=1 pkgdesc='A different take on the music player' arch=('i686' 'x86_64') url='http://flavio.tordini.org/musique' license=('GPL3') depends=('phonon-qt5' 'taglib' 'hicolor-icon-theme') makedepends=('qt5-tools') optdepends=('phonon-qt5-gstreamer: gstreamer backend' 'phonon-qt5-vlc: vlc backend') source=("$pkgname-$pkgver.tar.gz::https://github.com/flaviotordini/musique/archive/$pkgver.tar.gz") sha256sums=('82600f4e3d58900df1cc11acd77efbf11e8eac94f8c7382d57f953cadcd49d54') build() { cd $pkgname-$pkgver qmake-qt5 PREFIX=/usr make } package() { cd $pkgname-$pkgver make INSTALL_ROOT="$pkgdir" install }