diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-26 11:33:23 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-26 11:33:23 +0200 |
commit | 87f324078a7a62c075d8237e496cf37c366a3d48 (patch) | |
tree | 21f4aabe7dcee64e3b47548c50ae03cb97dcb967 /extra/gstreamer0.10-good | |
parent | 9a655a2bcb992e5e371e63833f0a0fca71fe3bdf (diff) |
Arch extra packages.
Diffstat (limited to 'extra/gstreamer0.10-good')
-rw-r--r-- | extra/gstreamer0.10-good/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gstreamer0.10-good/PKGBUILD b/extra/gstreamer0.10-good/PKGBUILD index 3d0b13a61..eca4778b8 100644 --- a/extra/gstreamer0.10-good/PKGBUILD +++ b/extra/gstreamer0.10-good/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=gstreamer0.10-good pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins') pkgver=0.10.31 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'udev') url="http://gstreamer.freedesktop.org/" @@ -22,8 +22,8 @@ build() { --disable-schemas-install \ --disable-hal \ --disable-esd \ - --with-package-name="GStreamer Good Plugins (Archlinux)" \ - --with-package-origin="http://www.archlinux.org/" + --with-package-name="GStreamer Good Plugins (Parabola)" \ + --with-package-origin="https://parabolagnulinux.org/" make sed -e 's/gst sys ext/gst/' -i Makefile |