diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-05 13:13:19 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-05 13:13:19 +0200 |
commit | 04d19e722a66cd7bcf29d0c4b63d68cb69ca54fe (patch) | |
tree | 09ef3dac9d7e4fca14bd6c09b4a74da0916b73af /extra | |
parent | 75a1ddbacab1769054ce5040d97360666c34a9c0 (diff) |
Rebrand farstream.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/farstream/PKGBUILD | 6 |
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 } |