summaryrefslogtreecommitdiff
path: root/pcr/sltv/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-27 13:56:49 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-27 13:56:49 -0300
commit63b03ec6cac8d830c2694d0143d9761e50e695b5 (patch)
treed3a8f89b0dc69aef8c09935e2b6d69cca02a766d /pcr/sltv/PKGBUILD
parentf3154e62fe4ced9e0ba9449c806912c39516cc0c (diff)
parent67f6740409e8b7a966612d1d17cb09a1c5f2344b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/sltv/PKGBUILD')
-rw-r--r--pcr/sltv/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/sltv/PKGBUILD b/pcr/sltv/PKGBUILD
index afb4990e5..0669c5110 100644
--- a/pcr/sltv/PKGBUILD
+++ b/pcr/sltv/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Wille Marcel <wille at wille.blog.br>
pkgname=sltv
-pkgver=0.92
+pkgver=0.91
pkgrel=1
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)."
arch=('any')
@@ -15,11 +15,10 @@ source=("http://sltv.holoscopio.com/$pkgname-$pkgver.tar.gz")
md5sums=(b5f9b2d7102ca0a4068ebe1783699764)
build() {
-
cd "$srcdir/$pkgname-$pkgver"
# Python2 fix
- sed -i "s_python_&2_" src/sltv.in
+ sed -i "s#python#python2#" src/sltv.in
./configure --prefix=/usr
make