summaryrefslogtreecommitdiff
path: root/extra/farstream/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/farstream/PKGBUILD')
-rw-r--r--extra/farstream/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/farstream/PKGBUILD b/extra/farstream/PKGBUILD
index ccfa4887c..2a9c961d4 100644
--- a/extra/farstream/PKGBUILD
+++ b/extra/farstream/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=farstream
pkgver=0.1.2
pkgrel=1
pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL2.1')
depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
@@ -22,8 +22,8 @@ build() {
cd "$pkgname-$pkgver"
patch -Np1 -i "$srcdir/vp8.patch"
./configure --prefix=/usr \
- --with-package-name='Arch Linux farstream package' \
- --with-package-origin='http://archlinux.org' \
+ --with-package-name='Parabola GNU/Linux-libre farstream package' \
+ --with-package-origin='https://parabolagnulinux.org/' \
--disable-static
make
}