summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
commite94fd638ac0deb5b18432dd1d04a053646d7918d (patch)
tree47789472350fbcb6eae6079d61ae8777b5ca4eb6 /extra
parent840283e9012eff70d83361c5ae058c4fb855979e (diff)
Totem
Diffstat (limited to 'extra')
-rw-r--r--extra/gmime/PKGBUILD2
-rw-r--r--extra/gstreamer0.10-good/PKGBUILD4
-rw-r--r--extra/gtk2/PKGBUILD2
-rw-r--r--extra/jack/PKGBUILD4
-rw-r--r--extra/libpeas/PKGBUILD2
-rw-r--r--extra/pygobject/PKGBUILD7
-rw-r--r--extra/totem/PKGBUILD6
7 files changed, 20 insertions, 7 deletions
diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD
index 31e6c58c5..4a88a260b 100644
--- a/extra/gmime/PKGBUILD
+++ b/extra/gmime/PKGBUILD
@@ -11,6 +11,8 @@ license=('GPL')
url="http://spruce.sourceforge.net/gmime/"
depends=('glib2' 'zlib')
makedepends=('gtk-sharp-2' 'pkgconfig')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('pkgconfig')
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('c1044330652e7098b58e4b9c32202c5c99534da34aa260fc3b7cf8506cd56413')
diff --git a/extra/gstreamer0.10-good/PKGBUILD b/extra/gstreamer0.10-good/PKGBUILD
index 9b5ddb8ac..f8b0dfbf3 100644
--- a/extra/gstreamer0.10-good/PKGBUILD
+++ b/extra/gstreamer0.10-good/PKGBUILD
@@ -21,8 +21,8 @@ build() {
--disable-static --enable-experimental \
--disable-schemas-install \
--disable-hal \
- --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
diff --git a/extra/gtk2/PKGBUILD b/extra/gtk2/PKGBUILD
index 3e906aab8..90ae73837 100644
--- a/extra/gtk2/PKGBUILD
+++ b/extra/gtk2/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=gtk2
pkgname=('gtk2' 'gtk-update-icon-cache')
pkgver=2.24.5
pkgrel=2
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gtk.org/"
makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'krb5' 'gnutls'
'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 'gobject-introspection')
diff --git a/extra/jack/PKGBUILD b/extra/jack/PKGBUILD
index b01ab7191..2cd3659ca 100644
--- a/extra/jack/PKGBUILD
+++ b/extra/jack/PKGBUILD
@@ -13,6 +13,10 @@ license=('GPL' 'LGPL')
depends=('libsamplerate' 'readline')
makedepends=('doxygen' 'libffado')
optdepends=('libffado: FireWire support')
+[ "$CARCH" = "mips64el" ] && {
+makedepends=('doxygen')
+unset optdepends
+}
url="http://jackaudio.org/"
options=('!libtool')
provides=("$_longname=$pkgver")
diff --git a/extra/libpeas/PKGBUILD b/extra/libpeas/PKGBUILD
index 3cacf3bba..8e190cea6 100644
--- a/extra/libpeas/PKGBUILD
+++ b/extra/libpeas/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libpeas
pkgver=1.0.0
pkgrel=1
pkgdesc="A GObject-based plugins engine"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gtk.org/"
license=('GPL2')
depends=('gtk3' 'hicolor-icon-theme' 'pygobject' 'gobject-introspection')
diff --git a/extra/pygobject/PKGBUILD b/extra/pygobject/PKGBUILD
index 243834e80..8b5709cfb 100644
--- a/extra/pygobject/PKGBUILD
+++ b/extra/pygobject/PKGBUILD
@@ -9,13 +9,16 @@ arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
depends=('glib2' 'gobject-introspection')
makedepends=(python python2 python-cairo python2-cairo)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
+ fix-pycairo-capi-declaration.patch)
options=('!libtool')
url="http://www.pygtk.org/"
-sha256sums=('70e3a05dd5f688e68b5dafa2412cd4fdbc0af83792a5752ef6353c4accf2022c')
+sha256sums=('70e3a05dd5f688e68b5dafa2412cd4fdbc0af83792a5752ef6353c4accf2022c'
+ '3757565e6b6306f956d5ad2b414e5238144f3c67a76a5eec9f3b5fef70f08096')
build() {
cd "${srcdir}"
+ patch -Nup0 < "${srcdir}/fix-pycairo-capi-declaration.patch"
cp -a "${pkgbase}-${pkgver}" python2-build
mkdir devel
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD
index 765a40e98..45297ffc3 100644
--- a/extra/totem/PKGBUILD
+++ b/extra/totem/PKGBUILD
@@ -6,11 +6,15 @@ pkgname=('totem' 'totem-plugin')
pkgver=3.0.1
pkgrel=3
url="http://www.gnome.org"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2' 'custom')
makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser'
'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'libgdata'
'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser'
+ 'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'libgdata'
+ 'xulrunner' 'libepc' 'bluez' 'vala')
options=('!libtool' '!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
fix_crash.patch)