1 # Maintainer: farid abdelnour <farid at archlinux-br.org>
2 # Contributor: SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="An audio and video streamer that receives streams from several sources (V4L2, Firewire, ALSA, Pulseaudio, files...) and sends a stream using Icecast or to files (Vorbis+Theora)."
9 url="http://sltv.holoscopio.com"
11 depends=('pygtk' 'python-configobj' 'gstreamer0.10-python' 'gstreamer-hplugins' 'gstreamer0.10-bad' 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg' 'python2' 'gstreamer0.10' 'gstreamer0.10-base' )
12 install="$pkgname.install"
13 source=("http://sltv.holoscopio.com/$pkgname-$pkgver.tar.gz")
14 md5sums=(cddaf1171544602334ce7e3b90c017f6)
18 cd "$srcdir/$pkgname-$pkgver"
21 sed -i "s_python_&2_" src/sltv.in
23 ./configure --prefix=/usr
29 cd "$srcdir/$pkgname-$pkgver"
31 make DESTDIR="$pkgdir/" install