summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 24ae2d6a4614e0abf06969f537a0e8a17c0fa986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: jddolvin <jddolvin@atheist.com>
# Contributor: arriagga <ramon.arriaga@gmail.com>
# Contributor: dieghen89 <dieghen89@gmail.com>

pkgname=musique
pkgver=1.4
pkgrel=1
pkgdesc="Just another music player, only better"
arch=('i686' 'x86_64')
url="http://flavio.tordini.org/musique"
license=('GPL3')
depends=('qt4' 'desktop-file-utils' 'hicolor-icon-theme' 'phonon' 
'taglib')
optdepends=('gstreamer0.10-plugins: for gstreamer backend'
	'phonon-gstreamer: gstreamer backend'
	'phonon-mplayer-git: mplayer backend'
	'phonon-vlc: vlc backend'
	'phonon-xine: xine backend')
replaces=("${pkgname}-git" 'minitunes' 'minitunes-git')
source=(http://flavio.tordini.org/files/musique/musique.tar.gz)
md5sums=(c8d7146913a91af4c5190084ac9f8182)

build() {
	cd ${srcdir}/${pkgname}
	qmake-qt4 PREFIX=/usr
}

package() {
	cd ${srcdir}/${pkgname}
	make INSTALL_ROOT=${pkgdir} install
}