Added minitunes, Just another music player. Only better

This commit is contained in:
Stephen 2011-07-13 01:31:36 +00:00
parent 70a692d44f
commit a7d30ab19c

33
minitunes/PKGBUILD Normal file
View File

@ -0,0 +1,33 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Phil Miller <stephenmac7[at]gmail[dot]org>
pkgname=minitunes
pkgver=1.0
pkgrel=2
pkgdesc="Just another music player, only better"
arch=('i686' 'x86_64')
url="http://flavio.tordini.org/minitunes"
license=('GPL3')
depends=('qt>=4.5' 'desktop-file-utils' 'hicolor-icon-theme' 'phonon' 'taglib' 'sqlite3')
optdepends=('gstreamer0.10-plugins: for gstreamer backend'
'phonon-gstreamer: gstreamer backend'
'phonon-mplayer-git: mplayer backend'
'phonon-vlc: vlc backend'
'phonon-xine: xine backend')
conflicts=($pkgname-git)
source=(http://flavio.tordini.org/files/minitunes/${pkgname}-${pkgver}.tar.gz)
md5sums=('af75ec3a42fc02a10d4c530bbd149a8d')
build() {
cd ${srcdir}/${pkgname}
qmake PREFIX=/usr
}
package() {
cd ${srcdir}/${pkgname}
make INSTALL_ROOT=${pkgdir} install
install -Dm644 ${srcdir}/${pkgname}/data/128x128/${pkgname}.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png
}
screenshot="http://flavio.tordini.org/files/minitunes/01.jpg"