1 # Mantainer: Samir Faci <csgeek@esamir.com>
2 # Contributor: Marius Dransfeld <marius.dransfeld@googlemail.com>
6 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix (Multithread build, git version)"
8 url="http://gitorious.org/ffmpeg/ffmpeg-mt"
10 depends=('lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264-git' 'libtheora' 'libvpx>=0.9.1')
12 provides=("ffmpeg=$pkgver,ffmpeg")
17 _gitroot="git://gitorious.org/ffmpeg/ffmpeg-mt.git "
22 msg "Connecting to GIT server...."
24 if [ -d "$srcdir/$_gitname" ] ; then
25 cd $_gitname && git pull origin
26 msg "The local files are updated."
31 msg "GIT checkout done or server timeout"
32 msg "Starting make..."
35 cd "$srcdir/$_gitname"
53 make doc/ff{mpeg,play,server}.1
55 make DESTDIR="$pkgdir" install
56 make DESTDIR="$pkgdir" install-man