diff options
Diffstat (limited to 'extra/gstreamer0.10/PKGBUILD')
-rw-r--r-- | extra/gstreamer0.10/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gstreamer0.10/PKGBUILD b/extra/gstreamer0.10/PKGBUILD index 38deaae91..1c60ca0e8 100644 --- a/extra/gstreamer0.10/PKGBUILD +++ b/extra/gstreamer0.10/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gstreamer0.10 pkgver=0.10.36 pkgrel=2 pkgdesc="GStreamer Multimedia Framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://gstreamer.com" depends=('libxml2' 'glib2') @@ -23,8 +23,8 @@ build() { sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ - --with-package-name="GStreamer (Archlinux)" \ - --with-package-origin="http://www.archlinux.org/" \ + --with-package-name="GStreamer (Parabola)" \ + --with-package-origin="https://parabolagnulinux.org/" \ --enable-gtk-doc --disable-static make } |