1 # Contributor: Martin Herndl <martin.herndl@gmail.com>
5 pkgdesc="Full Featured Linux media player for large collections"
7 url="http://sourceforge.net/projects/guayadeque/"
9 depends=('taglib>=1.5-1' 'curl>=7.19.5-2' 'glib2>=2.12.0' 'gstreamer0.10' 'gstreamer0.10-base-plugins' \
10 'gstreamer0.10-good-plugins' 'libxml2' 'sqlite3>=3.6.10' 'wxgtk>=2.8.9.1' 'flac>=1.2.1-1' \
11 'dbus-core>=1.2.16-1' 'wxpython>=2.8.11' 'libgpod')
12 makedepends=('autoconf' 'automake' 'gcc' 'make' 'cmake' 'pkgconfig' 'subversion')
13 optdepends=('gstreamer0.10-plugins: all Gstreamer plugins to play all kind of music files')
14 provides=('guayadeque')
15 conflicts=('guayadeque-svn')
17 source=(http://sunet.dl.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
18 md5sums=('04e8173a138c7fb4e33e2001aea3568c')
23 msg "Starting make..."
25 cd ${srcdir}/${pkgname}-${pkgver}
29 make DESTDIR=${pkgdir} install || return 1