1 # Maintainer: Shtsh <liparinai@gmail.com>
3 pkgname=deadbeef-devel-git
6 pkgdesc="mp3/ogg/flac/sid/mod/nsf music player based on GTK2. Developer version"
7 url="http://deadbeef.sourceforge.net"
10 depends=('alsa-lib' 'gtk2' 'libsamplerate')
11 makedepends=('autoconf' 'automake' 'git')
12 optdepends=('libvorbis: ogg vorbis playback' 'libmad: mp1/2/3 playback' 'flac: flac playback' 'curl: lastfm scrobbler, shoutcast, icecast, podcast support' 'wavpack: wv playback' 'libsndfile: wav playback' 'libcdio: audio cd playback')
13 _gitroot="git://deadbeef.git.sourceforge.net/gitroot/deadbeef/deadbeef/"
16 conflicts=('deadbeef' 'deadbeef-git')
23 msg "Connecting to github.com GIT server...."
24 if [ -d $_gitname ] ; then
25 cd $_gitname && git pull origin
27 msg "The local files are updated."
29 git clone -b devel $_gitroot
32 msg "GIT checkout done or server timeout"
38 ./configure --prefix=/usr
40 make prefix=$pkgdir/usr install