diff options
Diffstat (limited to 'community')
1446 files changed, 2037 insertions, 1830 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index c619ab778..aa7df64cd 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=5 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" url="http://toxygen.net/6tunnel/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=() source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) md5sums=('74e02d4f0704b3083a01feda66033449') diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD index a38a266bd..4a40a0267 100644 --- a/community/9base/PKGBUILD +++ b/community/9base/PKGBUILD @@ -13,7 +13,7 @@ source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh) depends=(sh) conflicts=('plan9port' '9rc-devel') provides=('plan9') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') build() diff --git a/community/acpi/PKGBUILD b/community/acpi/PKGBUILD index 634c26b0f..f4eb265c2 100644 --- a/community/acpi/PKGBUILD +++ b/community/acpi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=acpi pkgver=1.6 pkgrel=1 pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/acpiclient" depends=('glibc') source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz) diff --git a/community/acpid/PKGBUILD b/community/acpid/PKGBUILD index f08eee579..5bf2b9974 100644 --- a/community/acpid/PKGBUILD +++ b/community/acpid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=acpid pkgver=2.0.17 pkgrel=3 pkgdesc='A daemon for delivering ACPI power management events with netlink support' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tedfelix.com/linux/acpid-netlink.html' license=('GPL') depends=('bash') diff --git a/community/adesklets/PKGBUILD b/community/adesklets/PKGBUILD index 607ac3847..7f7e84754 100644 --- a/community/adesklets/PKGBUILD +++ b/community/adesklets/PKGBUILD @@ -6,7 +6,7 @@ pkgname=adesklets pkgver=0.6.1 pkgrel=12 pkgdesc="An imlib2-based system to have interactive 'desklets'." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://adesklets.sourceforge.net/" license=('GPL2') depends=('imlib2' 'fontconfig' 'python2' 'perl' 'ttf-bitstream-vera' 'libx11') @@ -26,6 +26,9 @@ build() { #patch for fontconfig => 2.4 patch -Np0 -i "${srcdir}/fontconfig-2.4.patch" + # Fix linking problems. + sed -ri 's/^adesklets_LDFLAGS(.+) \\$/adesklets_LDADD\1 -lm \\/' src/Makefile.am + autoreconf PYTHON=/usr/bin/python2 ./configure --prefix=/usr diff --git a/community/adns-python/PKGBUILD b/community/adns-python/PKGBUILD index 9c1fc0cc7..caa373969 100644 --- a/community/adns-python/PKGBUILD +++ b/community/adns-python/PKGBUILD @@ -6,7 +6,7 @@ pkgname=adns-python pkgver=1.2.1 pkgrel=5 pkgdesc="python bindings for adns" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/adns-python/" depends=('adns' 'python2') makedepends=() diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD index 067c928f4..46df37239 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -7,7 +7,7 @@ pkgname=adns pkgver=1.4 pkgrel=3 pkgdesc="adns is an asyncronous replacement resolver library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~ian/adns/" license=('GPL') depends=('glibc') diff --git a/community/afpfs-ng/PKGBUILD b/community/afpfs-ng/PKGBUILD index f8dc2d6fc..4435ea05d 100644 --- a/community/afpfs-ng/PKGBUILD +++ b/community/afpfs-ng/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" license=('GPL') depends=('gmp' 'fuse' 'libgcrypt') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=(!libtool) source=( "http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" diff --git a/community/agave/PKGBUILD b/community/agave/PKGBUILD index 458e721c6..1c89f5c9b 100644 --- a/community/agave/PKGBUILD +++ b/community/agave/PKGBUILD @@ -8,7 +8,7 @@ pkgname=agave pkgver=0.4.7 pkgrel=4 pkgdesc="Colorscheme designer tool for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/colorscheme/" license=('GPL') depends=('libglademm' 'gconfmm' 'hicolor-icon-theme' 'xdg-utils') @@ -17,18 +17,20 @@ install=$pkgname.install source=("http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2" agave-0.4.7-mdv-fix-str-fmt.patch schemebox.patch - drop-libgnome.patch) + drop-libgnome.patch + agave-0.4.7-mips.patch) md5sums=('93097881f28dcae1eca2800a763f77c3' 'd96ddfe751d8fd4d13a443b94fafb0b6' 'c41adfd52ecbf837f4338e67693640fc' - '7419d23329f847dcde12baa467b52135') + '7419d23329f847dcde12baa467b52135' + 'a08f637b9aa3ba08275aba94f72b1684') build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch" # Fedora patch patch -Np1 -i "$srcdir/schemebox.patch" # gcs-schemebox patch patch -Np1 -i "$srcdir/drop-libgnome.patch" - + patch -Np1 -i "$srcdir/agave-0.4.7-mips.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-scrollkeeper --disable-gnome --disable-schemas-install \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas diff --git a/community/agave/agave-0.4.7-mips.patch b/community/agave/agave-0.4.7-mips.patch new file mode 100644 index 000000000..5b24c2cbc --- /dev/null +++ b/community/agave/agave-0.4.7-mips.patch @@ -0,0 +1,11 @@ +--- agave.orig/src/core/compat-round.cc 2006-09-30 16:55:58.000000000 -0500 ++++ agave/src/core/compat-round.cc 2012-10-16 11:49:05.823741281 -0500 +@@ -133,7 +133,7 @@ + } bits; + }; + #define compat_mask_nbit_l(u) ((u).bits.manh &= 0x7fffffff) +-#elif __ia64__ ++#elif __mips__ + union compat_IEEEl2bits { + long double e; + struct { diff --git a/community/agg/PKGBUILD b/community/agg/PKGBUILD index 7a50506a2..4ac0172da 100644 --- a/community/agg/PKGBUILD +++ b/community/agg/PKGBUILD @@ -5,7 +5,7 @@ pkgname=agg pkgver=2.5 pkgrel=4 pkgdesc="A High Quality Rendering Engine for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.antigrain.com/" license=('GPL') depends=('gcc-libs' 'sdl' 'freetype2') diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD index da0d64a16..bd27687d7 100644 --- a/community/agsync/PKGBUILD +++ b/community/agsync/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.2_pre _xpkgver=${pkgver/_/-} pkgrel=4 pkgdesc="AvantGo sync plugin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://duskwood.lownewulf.com/" license=("GPL") depends=('synce-librapi') diff --git a/community/aide/PKGBUILD b/community/aide/PKGBUILD index 684526ddc..7c7e425d7 100644 --- a/community/aide/PKGBUILD +++ b/community/aide/PKGBUILD @@ -8,7 +8,7 @@ pkgname=aide pkgver=0.15.1 pkgrel=3 pkgdesc='A file integrity checker and intrusion detection program.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.tut.fi/~rammer/aide.html" license=('GPL') makedepends=('mhash' 'elfutils') @@ -20,15 +20,19 @@ md5sums=('d0b72535ff68b93a648e4d08b0ed7f07' build() { cd $srcdir/$pkgname-$pkgver + if [ "$CARCH" != "mips64el" ]; then + confflags="--with-posix-acl" + else + confflags="" + fi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --with-mhash \ - --with-posix-acl \ --with-prelink \ --with-xattr \ --with-zlib \ - --with-e2fsattrs + --with-e2fsattrs ${confflags} make } diff --git a/community/aircrack-ng/PKGBUILD b/community/aircrack-ng/PKGBUILD index c4c1e57b1..fab0fc395 100644 --- a/community/aircrack-ng/PKGBUILD +++ b/community/aircrack-ng/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=aircrack-ng pkgname=(aircrack-ng aircrack-ng-scripts) pkgver=1.1 pkgrel=8 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.aircrack-ng.org" license=('GPL2') source=("http://download.aircrack-ng.org/${pkgname}-${pkgver}.tar.gz") diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index 62ca6a91e..22ee9154e 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -8,7 +8,7 @@ pkgname=allegro pkgver=5.0.7 pkgrel=1 pkgdesc="Portable library mainly aimed at video game and multimedia programming" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://alleg.sourceforge.net/" license=('custom') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index 9ff9a652a..b96cebe05 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.7.5.1dev pkgrel=1 pkgdesc="Drops any app in the tray." license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://alltray.trausch.us/" depends=('libxpm' 'libgtop' 'libwnck') options=('!libtool') diff --git a/community/almanah/PKGBUILD b/community/almanah/PKGBUILD index 36e6b4f35..da160f09d 100644 --- a/community/almanah/PKGBUILD +++ b/community/almanah/PKGBUILD @@ -5,7 +5,7 @@ pkgname=almanah pkgver=0.10.0 pkgrel=1 pkgdesc="Small GTK+ application to allow you to keep a diary of your life" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Almanah_Diary" license=('GPL') depends=('evolution-data-server>=3.6.0' 'gtkspell3' 'libcryptui' 'xdg-utils') diff --git a/community/alsa-tools/PKGBUILD b/community/alsa-tools/PKGBUILD index c49246f5d..dbb3334a1 100644 --- a/community/alsa-tools/PKGBUILD +++ b/community/alsa-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=alsa-tools pkgver=1.0.25 pkgrel=1 pkgdesc='ALSA tools package' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://alsa-project.org/' license=('GPL2') depends=('fltk' 'alsa-lib' 'gtk2') diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD index 0db666fa2..bc710db00 100644 --- a/community/alure/PKGBUILD +++ b/community/alure/PKGBUILD @@ -5,7 +5,7 @@ pkgname=alure pkgver=1.2 pkgrel=2 pkgdesc='Utility library to help manage common tasks with OpenAL applications.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kcat.strangesoft.net/alure.html' license=('MIT') depends=('openal') @@ -16,12 +16,16 @@ optdepends=('libsndfile: for uncompressed audio support' 'mpg123: for MPEG support' 'dumb: for IT, XM, S3M and MOD support' 'fluidsynth: for SoundFont 2 support') -source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3088aba074ad02d95ea51e705053b9f5') +source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2" + 'unistd.patch') +md5sums=('3088aba074ad02d95ea51e705053b9f5' + '17d3f8b4dc423cac64772e5694739fce') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np0 -i "$srcdir/unistd.patch" + cmake . -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/community/alure/unistd.patch b/community/alure/unistd.patch new file mode 100644 index 000000000..6a145efee --- /dev/null +++ b/community/alure/unistd.patch @@ -0,0 +1,19 @@ +*** src/codec_fluidsynth.cpp 2011-07-29 10:37:48.000000000 +0200 +--- src/codec_fluidsynth2.cpp 2012-06-03 16:18:35.326640398 +0200 +*************** +*** 34,40 **** + #include <istream> + + #include <fluidsynth.h> +! + + #ifdef DYNLOAD + static void *fsynth_handle; +--- 34,40 ---- + #include <istream> + + #include <fluidsynth.h> +! #include <unistd.h> + + #ifdef DYNLOAD + static void *fsynth_handle; diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD index d13e19531..735feff9f 100644 --- a/community/amidi-plug/PKGBUILD +++ b/community/amidi-plug/PKGBUILD @@ -6,7 +6,7 @@ pkgname=amidi-plug pkgver=0.7 pkgrel=6 pkgdesc="A MIDI input plugin for XMMS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" license=('GPL2') depends=('xmms' 'fluidsynth') diff --git a/community/amsn/PKGBUILD b/community/amsn/PKGBUILD index 0d3367dca..04f7dacbd 100644 --- a/community/amsn/PKGBUILD +++ b/community/amsn/PKGBUILD @@ -7,7 +7,7 @@ pkgname=amsn pkgver=0.98.9 pkgrel=1 pkgdesc="MSN client written in Tcl/Tk" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://amsn.sourceforge.net/" license=('GPL2') depends=('tk' 'tls') diff --git a/community/antiword/PKGBUILD b/community/antiword/PKGBUILD index 3d5c45644..260633c73 100644 --- a/community/antiword/PKGBUILD +++ b/community/antiword/PKGBUILD @@ -7,7 +7,7 @@ pkgname=antiword pkgver=0.37 pkgrel=3 pkgdesc="A free MS Word reader for Linux and RISC OS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.winfield.demon.nl/" license=('GPL') depends=('bash') diff --git a/community/anyfs-tools/PKGBUILD b/community/anyfs-tools/PKGBUILD index f0ff30bf5..b96198172 100644 --- a/community/anyfs-tools/PKGBUILD +++ b/community/anyfs-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=anyfs-tools pkgver=0.85.1c pkgrel=3 pkgdesc="unix-way toolset for recovering and converting filesystems" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://anyfs-tools.sourceforge.net/" license=('GPL') depends=(bzip2 e2fsprogs libmpeg2 xfsprogs fuse) diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index 26336fecb..129a0263a 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=apcupsd pkgver=3.14.10 pkgrel=3 pkgdesc="Power mangement and controlling most of APC's UPS models" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') @@ -28,7 +28,7 @@ sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032' build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ + ./configure --prefix=/usr --build=$CHOST --libexecdir=/usr/lib/$pkgname \ --enable-cgi --enable-usb --enable-net \ --with-upstype=usb --with-upscable=usb \ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ @@ -45,4 +45,4 @@ package() { chmod 755 "$pkgdir"/sbin/* install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin" mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin" -}
\ No newline at end of file +} diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD index e5a6a2f4e..6e55d72af 100644 --- a/community/apg/PKGBUILD +++ b/community/apg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=apg pkgver=2.2.3 pkgrel=3 pkgdesc="Automated Password Generator." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.adel.nursat.kz/apg/index.shtml" license=('custom') depends=('glibc') diff --git a/community/apper/PKGBUILD b/community/apper/PKGBUILD index 1dc3a6397..9740ac8aa 100644 --- a/community/apper/PKGBUILD +++ b/community/apper/PKGBUILD @@ -8,7 +8,7 @@ _pkgmainver=0.7 pkgver=0.7.2 pkgrel=5 pkgdesc="KDE tools for PackageKit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Apper?content=84745" license=('GPL') depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17') diff --git a/community/apvlv/PKGBUILD b/community/apvlv/PKGBUILD index 23bdcb7a6..f08a71803 100644 --- a/community/apvlv/PKGBUILD +++ b/community/apvlv/PKGBUILD @@ -8,7 +8,7 @@ pkgname=apvlv pkgver=0.1.4 pkgrel=1 pkgdesc="A PDF Viewer which behaves like Vim" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://naihe2010.github.com/apvlv/" license=('GPL') depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre') diff --git a/community/aqbanking/PKGBUILD b/community/aqbanking/PKGBUILD index 60dc5a9b5..85a76a355 100644 --- a/community/aqbanking/PKGBUILD +++ b/community/aqbanking/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.0.25 _dnrel=95 pkgrel=1 pkgdesc="A library for online banking and financial applications" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') options=('!libtool') url="http://www.aquamaniac.de/aqbanking" license=('GPL') diff --git a/community/arch/PKGBUILD b/community/arch/PKGBUILD index a39bf7740..9467e75cb 100644 --- a/community/arch/PKGBUILD +++ b/community/arch/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arch pkgver=1.3.5 pkgrel=9 pkgdesc='A modern and remarkable revision control system.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://regexps.srparish.net/www/#Gnu-arch' depends=('zlib' 'expat' 'krb5') diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 05aeda485..b2c813558 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -9,7 +9,7 @@ pkgname=aria2 pkgver=1.15.2 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') diff --git a/community/ario/PKGBUILD b/community/ario/PKGBUILD index 03a344b4c..1673e6952 100644 --- a/community/ario/PKGBUILD +++ b/community/ario/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ario pkgver=1.5.1 pkgrel=2 pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ario-player.sourceforge.net/" license=('GPL') depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' 'libmpdclient' 'libnotify' 'libsoup' 'libunique' 'taglib' 'xdg-utils') diff --git a/community/arm-elf-binutils/PKGBUILD b/community/arm-elf-binutils/PKGBUILD index 15768e09e..d98a68cff 100644 --- a/community/arm-elf-binutils/PKGBUILD +++ b/community/arm-elf-binutils/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.23 pkgrel=1 _xprefix=/usr pkgdesc="A set of programs to assemble and manipulate binary and object files" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(GPL) options=(!libtool) url="http://sources.redhat.com/binutils" diff --git a/community/armagetronad/PKGBUILD b/community/armagetronad/PKGBUILD index aa5d842bc..3703a1448 100644 --- a/community/armagetronad/PKGBUILD +++ b/community/armagetronad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=armagetronad pkgver=0.2.8.3.2 pkgrel=2 pkgdesc='A Tron Clone in 3D.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://armagetronad.net/' license=('GPL') depends=('sdl_image' 'libxml2' 'sdl_mixer' 'mesa' 'ftgl') @@ -23,6 +23,7 @@ build() { sed -i 's|FTGL.h|ftgl.h|g' configure sed -i 's|png_check_sig|png_sig_cmp|g' configure ./configure --prefix=/usr \ + --build=$CHOST \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --disable-games \ diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD index e18269ecd..baaab48c7 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arp-scan pkgver=1.8.1 pkgrel=2 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" -arch=('i686' 'x86_64') +arch=(mips64el) url="http://www.nta-monitor.com/tools/arp-scan/" license=('GPL') depends=('libpcap' 'perl-libwww') diff --git a/community/arpack/PKGBUILD b/community/arpack/PKGBUILD index 2914a1d2e..e8750b029 100644 --- a/community/arpack/PKGBUILD +++ b/community/arpack/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arpack pkgver=3.1.0 pkgrel=2 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') pkgdesc="Fortran77 subroutines designed to solve large scale eigenvalue problems" url="http://forge.scilab.org/index.php/p/arpack-ng/" license=('BSD') diff --git a/community/arptables/PKGBUILD b/community/arptables/PKGBUILD index 40eba2685..21023214b 100644 --- a/community/arptables/PKGBUILD +++ b/community/arptables/PKGBUILD @@ -7,7 +7,7 @@ pkgname=arptables pkgver=0.0.3_4 pkgrel=3 pkgdesc='ARP filtering utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' license=('GPL') backup=("etc/$pkgname.conf" "etc/conf.d/$pkgname") diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD index 1a81aae7d..96f4e5e19 100644 --- a/community/arpwatch/PKGBUILD +++ b/community/arpwatch/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arpwatch pkgver=2.1a15 pkgrel=8 pkgdesc="arpwatch and arpsnmp network monitoring tools" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="ftp://ftp.ee.lbl.gov/" license=("GPL") depends=(libpcap) diff --git a/community/ascii/PKGBUILD b/community/ascii/PKGBUILD index 608a6fb5d..d0cbc0503 100644 --- a/community/ascii/PKGBUILD +++ b/community/ascii/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ascii pkgver=3.11 pkgrel=2 pkgdesc="Utility for conversion between various byte representations and the ASCII character table" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.catb.org/~esr/ascii" license=('BSD') depends=('glibc') diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD index 4b3d2ebe1..bc4e820a6 100644 --- a/community/aspell-ca/PKGBUILD +++ b/community/aspell-ca/PKGBUILD @@ -6,7 +6,7 @@ pkgname=aspell-ca pkgver=2.3.0 pkgrel=1 pkgdesc="Catalan dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://aspell.net/" license=('GPL2') depends=('aspell') diff --git a/community/aspell-cs/PKGBUILD b/community/aspell-cs/PKGBUILD index 1e409e7bc..287ded396 100644 --- a/community/aspell-cs/PKGBUILD +++ b/community/aspell-cs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=aspell-cs pkgver=20040614 pkgrel=6 pkgdesc="Czech dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://aspell.net/" license=('GPL') depends=('aspell') diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD index 3b0df74f5..b46e38cd8 100644 --- a/community/aspell-pl/PKGBUILD +++ b/community/aspell-pl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=aspell-pl pkgver=20111117 pkgrel=1 pkgdesc="Polish dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sjp.pl/slownik/en/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') diff --git a/community/aspell-uk/PKGBUILD b/community/aspell-uk/PKGBUILD index a41ececd8..08a4999bd 100644 --- a/community/aspell-uk/PKGBUILD +++ b/community/aspell-uk/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.5 _ftpver=1.4.0 pkgrel=3 pkgdesc="Ukrainian dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ispell-uk.sourceforge.net/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD index 6a5087a83..041cefb49 100644 --- a/community/assimp/PKGBUILD +++ b/community/assimp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=assimp pkgver=3.0.1270 pkgrel=1 pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('libxmu' 'zlib' 'freeglut') makedepends=('cmake' 'boost') diff --git a/community/astromenace/PKGBUILD b/community/astromenace/PKGBUILD index 8f6c185a2..8ec2e0d1d 100644 --- a/community/astromenace/PKGBUILD +++ b/community/astromenace/PKGBUILD @@ -8,7 +8,7 @@ pkgname=astromenace pkgver=1.3.0 pkgrel=1 pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.viewizard.com/astromenace/index_linux.php" license=('GPL3') depends=('sdl' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2' 'libxinerama') diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD index 85c4597ea..fb1c573cc 100644 --- a/community/astyle/PKGBUILD +++ b/community/astyle/PKGBUILD @@ -9,7 +9,7 @@ pkgname=astyle pkgver=2.02.1 pkgrel=1 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/astyle/' license=('LGPL') depends=('gcc-libs') diff --git a/community/atanks/PKGBUILD b/community/atanks/PKGBUILD index 1e27f67ec..31c6118c8 100644 --- a/community/atanks/PKGBUILD +++ b/community/atanks/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Atomic Tanks" url="http://atanks.sourceforge.net" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('sed') depends=('allegro4>=4.4.0.1' 'gcc-libs') source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz") diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD index 83dd65c14..b0f8ccfde 100644 --- a/community/atop/PKGBUILD +++ b/community/atop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=atop pkgver=2.0_1 pkgrel=1 pkgdesc="A system and process level monitor." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.atoptool.nl/" license=('GPL') depends=('ncurses' 'sh' 'zlib') diff --git a/community/audex/PKGBUILD b/community/audex/PKGBUILD index 780896cf1..b95eb99c2 100644 --- a/community/audex/PKGBUILD +++ b/community/audex/PKGBUILD @@ -8,7 +8,7 @@ pkgname=audex pkgver=0.74b1 pkgrel=4 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php?content=77125" license=('GPL') depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia') diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD index 9584020fc..c0cad6e22 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.1 pkgrel=3 pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.' url=http://people.redhat.com/sgrubb/$pkgname -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) depends=(krb5 libcap-ng) makedepends=(libldap swig linux-headers python2) license=(GPL) diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index 6cc5ed1d3..f670fd7dc 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=augeas pkgver=0.10.0 pkgrel=2 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://augeas.net" license=('LGPL') depends=('libxml2' 'gcc-libs') diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD index 299af8fac..dd84c1756 100644 --- a/community/aumix/PKGBUILD +++ b/community/aumix/PKGBUILD @@ -5,7 +5,7 @@ pkgname=aumix pkgver=2.9.1 pkgrel=4 pkgdesc="A color text mode sound mixer with GPM support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=() makedepends=('gtk2' 'gpm' 'ncurses') diff --git a/community/autocutsel/PKGBUILD b/community/autocutsel/PKGBUILD index 6e39cc60d..64e405130 100644 --- a/community/autocutsel/PKGBUILD +++ b/community/autocutsel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=autocutsel pkgver=0.9.0 pkgrel=7 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libxaw') source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5') diff --git a/community/autofs/PKGBUILD b/community/autofs/PKGBUILD index 80133065d..69c6234ab 100644 --- a/community/autofs/PKGBUILD +++ b/community/autofs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=autofs pkgver=5.0.7 pkgrel=1 pkgdesc='A kernel-based automounter for Linux.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://freshmeat.net/projects/autofs' license=('GPL2') depends=('libxml2') diff --git a/community/autossh/PKGBUILD b/community/autossh/PKGBUILD index dae94ca80..dc3634f58 100644 --- a/community/autossh/PKGBUILD +++ b/community/autossh/PKGBUILD @@ -4,7 +4,7 @@ pkgname=autossh pkgver=1.4c pkgrel=1 pkgdesc="Automatically restart SSH sessions and tunnels" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.harding.motd.ca/autossh/" license=('custom') depends=('openssh') diff --git a/community/avifile/PKGBUILD b/community/avifile/PKGBUILD index d9d575720..f04a93557 100644 --- a/community/avifile/PKGBUILD +++ b/community/avifile/PKGBUILD @@ -7,7 +7,7 @@ pkgname=avifile pkgver=0.7.45 pkgrel=9 pkgdesc="A library that allows you to read and write compressed AVI files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt3' 'sdl' 'freetype2' 'libpng' 'libjpeg' 'libvorbis' 'xvidcore' 'libxxf86dga' 'libxi' 'libxv') makedepends=('lame' 'v4l-utils' 'chrpath') diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index b0485b49a..b870deb99 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.23 pkgrel=1 _pkgname=binutils pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/binutils/" license=('GPL') depends=('glibc>=2.16' 'zlib') diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index ee235f8a7..6aee519ea 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -6,7 +6,7 @@ pkgname=avrdude pkgver=5.11.1 pkgrel=1 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/avrdude/" license=('GPL') depends=('libusb-compat' 'readline') diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index fc03070bb..6ed44edd8 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=awesome pkgver=3.4.13 pkgrel=1 pkgdesc='Highly configurable framework window manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://awesome.naquadah.org/' license=('GPL2') depends=( diff --git a/community/axel/PKGBUILD b/community/axel/PKGBUILD index 710a76841..9811003e1 100644 --- a/community/axel/PKGBUILD +++ b/community/axel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=axel pkgver=2.4 pkgrel=3 pkgdesc="Download accelerator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://axel.alioth.debian.org/" license=('GPL') depends=('glibc') diff --git a/community/balsa/PKGBUILD b/community/balsa/PKGBUILD index 77beb3d7f..6b8f4cb2f 100644 --- a/community/balsa/PKGBUILD +++ b/community/balsa/PKGBUILD @@ -8,7 +8,7 @@ pkgname=balsa pkgver=2.4.12 pkgrel=1 pkgdesc="An e-mail client for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pawsa.fedorapeople.org/balsa/' license=('GPL') depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme' 'desktop-file-utils') diff --git a/community/bam/PKGBUILD b/community/bam/PKGBUILD index fb6384301..849bd6271 100644 --- a/community/bam/PKGBUILD +++ b/community/bam/PKGBUILD @@ -4,7 +4,7 @@ pkgname=bam pkgver=0.4.0 pkgrel=1 pkgdesc="A fast and flexible build system using Lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=http://github.com/matricks/bam license=('ZLIB') source=("https://github.com/downloads/matricks/bam/${pkgname}-${pkgver}.tar.gz") diff --git a/community/barrage/PKGBUILD b/community/barrage/PKGBUILD index 69ab19226..2daf716e6 100644 --- a/community/barrage/PKGBUILD +++ b/community/barrage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=barrage pkgver=1.0.4 pkgrel=2 pkgdesc="A violent point-and-click shooting game with nice effects" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lgames.sourceforge.net/index.php?project=Barrage" license=('GPL') depends=('hicolor-icon-theme' 'sdl_mixer') diff --git a/community/bbpager/PKGBUILD b/community/bbpager/PKGBUILD index 43380e701..69b459b6b 100644 --- a/community/bbpager/PKGBUILD +++ b/community/bbpager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bbpager pkgver=0.4.7 pkgrel=4 pkgdesc="A dockable pager for Blackbox and other window managers" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bbtools.sourceforge.net/download.php?file=6" license=("GPL") depends=('gcc-libs' 'libxft' 'libxext') diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD index 807d3b561..3d655a809 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bbrun pkgver=1.6 pkgrel=4 pkgdesc="A run - component for blackbox window manager" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.darkops.net/bbrun/" license=('GPL') depends=('gtk2' 'libxpm') diff --git a/community/bcg729/PKGBUILD b/community/bcg729/PKGBUILD index 23cb66cf3..2e5613459 100644 --- a/community/bcg729/PKGBUILD +++ b/community/bcg729/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bcg729 pkgver=1.0.0 pkgrel=2 pkgdesc="g729 codec" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.linphone.org/eng/documentation/dev/bcg729.html" license=('GPL') depends=('mediastreamer') diff --git a/community/bchunk/PKGBUILD b/community/bchunk/PKGBUILD index 2a8ac0198..1cbafecce 100644 --- a/community/bchunk/PKGBUILD +++ b/community/bchunk/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.0 pkgrel=3 pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file" url="http://hes.iki.fi/bchunk/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('glibc') source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/beaver/PKGBUILD b/community/beaver/PKGBUILD index 810057f4b..924b6ea0f 100644 --- a/community/beaver/PKGBUILD +++ b/community/beaver/PKGBUILD @@ -9,7 +9,7 @@ pkgname=beaver pkgver=0.4.1 pkgrel=2 pkgdesc='Beaver is an Early AdVanced EditoR.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://beaver-editor.sourceforge.net/' license=('GPL2') depends=('gtk2' 'hicolor-icon-theme') diff --git a/community/beye/PKGBUILD b/community/beye/PKGBUILD index 2d4de199d..9b3800b68 100644 --- a/community/beye/PKGBUILD +++ b/community/beye/PKGBUILD @@ -7,7 +7,7 @@ pkgver=6.1.0 _lver=610 pkgrel=4 pkgdesc="A portable viewer of binary files, hexadecimal and disassembler modes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('slang' 'gpm') makedepends=('libx11') diff --git a/community/bin2iso/PKGBUILD b/community/bin2iso/PKGBUILD index cfd4f7098..c6d211426 100644 --- a/community/bin2iso/PKGBUILD +++ b/community/bin2iso/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.9b _dlver=${pkgver/./} pkgrel=3 pkgdesc="Converts RAW format (.bin/.cue) files to ISO/WAV format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://users.eastlink.ca/~doiron/bin2iso/" license=('GPL') depends=('glibc') diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD index ae70a5b44..af38472d5 100644 --- a/community/bind-geodns/PKGBUILD +++ b/community/bind-geodns/PKGBUILD @@ -6,7 +6,7 @@ pkgver=9.4.1 _pkgver=9.4.1-P1 pkgrel=6 pkgdesc="bind named server with geoip patch can return ip depending on requester location" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.caraytech.com/geodns/" license=('custom:ISC') backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named) diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index e6d6afd77..d25f71aa7 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.8 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://bird.network.cz/' license=('GPL2') depends=('readline' 'ncurses') diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index ce2b394d7..54a22ddfe 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.7.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'miniupnpc') conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git') diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD index e1d7f26fa..813a3fe4d 100644 --- a/community/bless/PKGBUILD +++ b/community/bless/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bless pkgver=0.6.0 pkgrel=3 pkgdesc="A high-quality, full-featured hex editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/bless/" license=('GPL') depends=('gtk-sharp-2>=2.8') diff --git a/community/blobby2/PKGBUILD b/community/blobby2/PKGBUILD index 7cdc5186e..e3b435dff 100644 --- a/community/blobby2/PKGBUILD +++ b/community/blobby2/PKGBUILD @@ -4,7 +4,7 @@ pkgname=blobby2 pkgver=1.0rc2 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') pkgrel=1 pkgdesc="A beach ball game with blobs of goo" url="http://sourceforge.net/projects/blobby/" diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD index 7abc25c16..0f0dc6315 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -6,7 +6,7 @@ pkgname=blueman pkgver=1.23 pkgrel=5 pkgdesc="GTK+ bluetooth manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://blueman-project.org" depends=('python2-notify' 'bluez' 'python2-dbus' 'gtk2' 'python2-gobject2' 'startup-notification' diff --git a/community/bomberclone/PKGBUILD b/community/bomberclone/PKGBUILD index 308374881..a127c664c 100644 --- a/community/bomberclone/PKGBUILD +++ b/community/bomberclone/PKGBUILD @@ -7,7 +7,7 @@ pkgname=bomberclone pkgver=0.11.9 pkgrel=2 pkgdesc='A clone of the game AtomicBomberMan.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bomberclone.de/" license=('GPL') depends=('sdl_mixer' 'sdl_image') @@ -23,7 +23,7 @@ build() { # add build fix extracted from upstream CVS (fixes FS#26942) patch -p0 -i ../bomberclone-0.11.9-build-fix.patch - + sed -i 's/-Werror//' configure ./configure --prefix=/usr make AM_CFLAGS=-lm } diff --git a/community/bonnie++/PKGBUILD b/community/bonnie++/PKGBUILD index 27e176e37..9b7d990f4 100644 --- a/community/bonnie++/PKGBUILD +++ b/community/bonnie++/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bonnie++ pkgver=1.03e pkgrel=6 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.coker.com.au/bonnie++/" license=('GPL') depends=('perl') diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD index 6aadfb8d3..7f748aced 100644 --- a/community/box2d/PKGBUILD +++ b/community/box2d/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" license=('zlib') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #depends=('freeglut') makedepends=('cmake') optdepends=() diff --git a/community/bsd-games/PKGBUILD b/community/bsd-games/PKGBUILD index 470e8a2f0..910754aec 100644 --- a/community/bsd-games/PKGBUILD +++ b/community/bsd-games/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.17 pkgrel=13 pkgdesc="A linux port for a collection of BSD command line games." url="ftp://ftp.ibiblio.org/pub/Linux/games/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=$pkgname.install license=('BSD') depends=(gcc-libs words sh) diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD index c7fedfdc4..008397bca 100644 --- a/community/bsdiff/PKGBUILD +++ b/community/bsdiff/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=7 pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files." url="http://www.daemonology.net/bsdiff/" license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('bzip2') source=(http://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz Makefile.patch) diff --git a/community/btanks/PKGBUILD b/community/btanks/PKGBUILD index 530c3bd98..08c12793a 100644 --- a/community/btanks/PKGBUILD +++ b/community/btanks/PKGBUILD @@ -6,7 +6,7 @@ pkgname=btanks pkgver=0.9.8083 pkgrel=3 pkgdesc="Fast 2d tank arcade game with multiplayer and split-screen modes." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://btanks.sourceforge.net" license=('GPL') depends=('expat' 'libgl' 'libsigc++2.0' 'libvorbis' 'lua' 'openal' 'sdl' 'sdl_image' @@ -16,18 +16,21 @@ source=(http://downloads.sourceforge.net/btanks/btanks-$pkgver.tar.bz2 btanks_desktop btanks_script bted_script - gcc-4.6.patch) + gcc-4.6.patch + btanks-0.9.8083-gcc47.patch) install=btanks.install md5sums=('49cb95c0eec47d3436c4fdf65e7c9d12' 'a2ddeb1e79dff8d3fd702984c8d3aab5' '07657cfa71b1de1d008cc5e3ade9749b' '91a61c0f581ea27281bdaecb7a3cd58b' - '173f0ffe46bb1bab2c8aa240fe5331f3') + '173f0ffe46bb1bab2c8aa240fe5331f3' + '5588fc87105b45fe4d09ae93098388fb') build() { cd $srcdir/$pkgname-$pkgver patch -p1 <$srcdir/gcc-4.6.patch - python2 engine/sl08/sl08.py >engine/sl08/sl08.h + patch -Np1 -i "${srcdir}/btanks-0.9.8083-gcc47.patch" + #python2 engine/sl08/sl08.py >engine/sl08/sl08.h scons mkdir -p $pkgdir/usr/share/btanks diff --git a/community/btanks/btanks-0.9.8083-gcc47.patch b/community/btanks/btanks-0.9.8083-gcc47.patch new file mode 100644 index 000000000..6fd93df35 --- /dev/null +++ b/community/btanks/btanks-0.9.8083-gcc47.patch @@ -0,0 +1,111 @@ +--- btanks.orig/mrt/base_file.h 2009-04-04 15:28:59.000000000 -0500 ++++ btanks/mrt/base_file.h 2012-10-11 00:24:20.257335332 -0500 +@@ -20,6 +20,7 @@ + */ + + #include <string> ++#include <unistd.h> + #include "export_mrt.h" + + namespace mrt { +--- btanks.orig/math/range_list.h 2008-10-24 09:15:55.000000000 -0500 ++++ btanks/math/range_list.h 2012-10-11 00:26:24.732432981 -0500 +@@ -53,14 +53,14 @@ + return; + } + +- typename parent_type::iterator i = lower_bound(value); ++ typename parent_type::iterator i = this->lower_bound(value); + if (i != parent_type::end()) { + if (i->first == value) + return; + + if (value + 1 == i->first) { + T e = i->second; +- erase(i); ++ this->erase(i); + i = parent_type::insert(typename parent_type::value_type(value, e)).first; //expand beginning + i = pack_left(i); + } +--- btanks.orig/engine/sl08/sl08.h 2008-08-13 04:10:45.000000000 -0500 ++++ btanks/engine/sl08/sl08.h 2012-10-11 01:49:09.226329460 -0500 +@@ -22,6 +22,7 @@ + /* DO NOT MODIFY THIS FILE: IT'S AUTOGENERATED */ + + #include <list> ++#include <cstddef> + + #ifndef NULL + #define NULL ((void*) 0) +@@ -271,7 +272,7 @@ + inline slot1(object_type *object, func_t func, signal_type * signal = NULL) : object(object), func(func) {} + + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; this->connect(signal_ref); } + + inline return_type operator() (arg1_type a1) const { + return (object->*func) (a1) ; +@@ -292,7 +293,7 @@ + inline slot1 () : object(NULL), func(NULL) {} + inline slot1 (object_type *object, func_t func) : object(object), func(func) {} + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; this->connect(signal_ref); } + + inline void operator() (arg1_type a1) const { + (object->*func) (a1); +@@ -446,7 +447,7 @@ + inline slot2(object_type *object, func_t func, signal_type * signal = NULL) : object(object), func(func) {} + + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; this->connect(signal_ref); } + + inline return_type operator() (arg1_type a1, arg2_type a2) const { + return (object->*func) (a1, a2) ; +@@ -467,7 +468,7 @@ + inline slot2 () : object(NULL), func(NULL) {} + inline slot2 (object_type *object, func_t func) : object(object), func(func) {} + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; this->connect(signal_ref); } + + inline void operator() (arg1_type a1, arg2_type a2) const { + (object->*func) (a1, a2); +@@ -642,7 +643,7 @@ + inline slot3 () : object(NULL), func(NULL) {} + inline slot3 (object_type *object, func_t func) : object(object), func(func) {} + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; this->connect(signal_ref); } + + inline void operator() (arg1_type a1, arg2_type a2, arg3_type a3) const { + (object->*func) (a1, a2, a3); +@@ -796,7 +797,7 @@ + inline slot4(object_type *object, func_t func, signal_type * signal = NULL) : object(object), func(func) {} + + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; this->connect(signal_ref); } + + inline return_type operator() (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) const { + return (object->*func) (a1, a2, a3, a4) ; +@@ -817,7 +818,7 @@ + inline slot4 () : object(NULL), func(NULL) {} + inline slot4 (object_type *object, func_t func) : object(object), func(func) {} + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref) { object = o; func = f; this->connect(signal_ref); } + + inline void operator() (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) const { + (object->*func) (a1, a2, a3, a4); +@@ -971,7 +972,7 @@ + inline slot5(object_type *object, func_t func, signal_type * signal = NULL) : object(object), func(func) {} + + inline void assign(object_type *o, func_t f) { object = o; func = f; } +- inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; connect(signal_ref); } ++ inline void assign(object_type *o, func_t f, signal_type &signal_ref = NULL) { object = o; func = f; this->connect(signal_ref); } + + inline return_type operator() (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5) const { + return (object->*func) (a1, a2, a3, a4, a5) ; diff --git a/community/bti/PKGBUILD b/community/bti/PKGBUILD index d791d476c..ec0182974 100644 --- a/community/bti/PKGBUILD +++ b/community/bti/PKGBUILD @@ -7,7 +7,7 @@ pkgname=bti pkgver=032 pkgrel=3 pkgdesc='Console client for Twitter and identi.ca' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gregkh.github.com/bti/' license=('GPL') depends=('pcre' 'libxml2' 'curl' 'liboauth') diff --git a/community/bullet/PKGBUILD b/community/bullet/PKGBUILD index 3bf0dafea..f6ec83a31 100644 --- a/community/bullet/PKGBUILD +++ b/community/bullet/PKGBUILD @@ -8,7 +8,7 @@ _rev=2613 pkgver=2.81 pkgrel=1 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bulletphysics.com/Bullet/" license=('custom:zlib') depends=('freeglut') diff --git a/community/buoh/PKGBUILD b/community/buoh/PKGBUILD index 0d0ba0118..4691dd908 100644 --- a/community/buoh/PKGBUILD +++ b/community/buoh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=buoh pkgver=0.8.2 pkgrel=6 pkgdesc="Reader for online strips comics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://buoh.steve-o.org/" license=('GPL') depends=('gtk2' 'libsoup>=2.4.0' 'gconf' 'hicolor-icon-theme') diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index d20578341..6e11ac52a 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=busybox pkgver=1.20.2 pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://www.busybox.net" license=('GPL') makedepends=("make" "gcc" "sed" "ncurses") diff --git a/community/bwbar/PKGBUILD b/community/bwbar/PKGBUILD index 8f2620965..71dcf16d3 100644 --- a/community/bwbar/PKGBUILD +++ b/community/bwbar/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bwbar pkgver=1.2.3 pkgrel=3 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) pkgdesc="Generates text and graphical readout of the current bandwidth usage." url="http://www.kernel.org/pub/software/web/bwbar/" license=("GPL") diff --git a/community/bwm-ng/PKGBUILD b/community/bwm-ng/PKGBUILD index f07d5b25a..5fe7bb1c7 100644 --- a/community/bwm-ng/PKGBUILD +++ b/community/bwm-ng/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bwm-ng pkgver=0.6 pkgrel=4 pkgdesc="A small and simple console-based live bandwidth monitor" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gropp.org/" license=('GPL') depends=('ncurses') diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD index 7b7cde8b3..395881026 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=c++-gtk-utils pkgver=2.0.12 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cxx-gtk-utils.sourceforge.net/" license=('LGPL2.1') depends=('gtk3') diff --git a/community/cabextract/PKGBUILD b/community/cabextract/PKGBUILD index 07dca6cef..ba6680251 100644 --- a/community/cabextract/PKGBUILD +++ b/community/cabextract/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cabextract pkgver=1.4 pkgrel=2 pkgdesc="A program to extract Microsoft cabinet (.CAB) files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.cabextract.org.uk/" depends=('glibc') diff --git a/community/cadaver/PKGBUILD b/community/cadaver/PKGBUILD index da3c12e11..36e7d52ad 100644 --- a/community/cadaver/PKGBUILD +++ b/community/cadaver/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cadaver pkgver=0.23.3 pkgrel=3 pkgdesc="Command-line WebDAV client for Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.webdav.org/cadaver" license=('GPL') depends=('neon') diff --git a/community/cairo-clock/PKGBUILD b/community/cairo-clock/PKGBUILD index e646d62e1..8d0ef44e9 100644 --- a/community/cairo-clock/PKGBUILD +++ b/community/cairo-clock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cairo-clock pkgver=0.3.4 pkgrel=2 pkgdesc='An analog clock displaying the system-time.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://macslow.thepimp.net/?page_id=23' license=('GPL') depends=('cairo' 'libglade>=2.6.0' 'librsvg>=2.14.0') diff --git a/community/calc/PKGBUILD b/community/calc/PKGBUILD index 129fa3fc9..622528c4a 100644 --- a/community/calc/PKGBUILD +++ b/community/calc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=calc pkgver=2.12.4.4 pkgrel=1 pkgdesc="console calculator" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.isthe.com/chongo/tech/comp/calc/" license=('GPL') depends=(glibc) diff --git a/community/calcurse/PKGBUILD b/community/calcurse/PKGBUILD index 674df679f..8f6eaa35d 100644 --- a/community/calcurse/PKGBUILD +++ b/community/calcurse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=calcurse pkgver=3.0.0 pkgrel=1 pkgdesc='A text-based personal organizer.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://calcurse.org/' license=('BSD') depends=('ncurses') diff --git a/community/calf/PKGBUILD b/community/calf/PKGBUILD index 87415eeea..63a320e47 100644 --- a/community/calf/PKGBUILD +++ b/community/calf/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.0.19 _rc=8 pkgrel=1 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://calf.sf.net/' license=('LGPL') depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils') @@ -19,7 +19,12 @@ sha256sums=('57cb536a24a7b9df890dc665fd75c2f4d307859e55f3b25015c73cdc726a56b5') build() { cd $srcdir/$pkgname-$pkgver-rc$_rc - ./configure --prefix=/usr --enable-experimental --enable-sse + if [ "$CARCH" != "mips64el" ]; then + confflags="--enable-sse" + else + confflags="" + fi + ./configure --prefix=/usr --enable-experimental ${confflags} make } diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD index d1ff35fe2..184290b1e 100644 --- a/community/canorus/PKGBUILD +++ b/community/canorus/PKGBUILD @@ -8,7 +8,7 @@ pkgname=canorus pkgver=0.7.R1002 pkgrel=4 pkgdesc="A free music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.canorus.org/" license=('GPL') depends=('qt' 'alsa-lib' 'python2' 'swig') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 6d0573ec2..54857cf3c 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cantata pkgver=0.8.3 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'libmtp' 'mpg123' 'speex') diff --git a/community/caph/PKGBUILD b/community/caph/PKGBUILD index 04307c8e5..31f310435 100644 --- a/community/caph/PKGBUILD +++ b/community/caph/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: jose <jose1711 [at] gmail (dot) com> pkgname=caph -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgver=1.1 pkgrel=2 pkgdesc="A sandbox game based on physics which uses doodles as a primary gameplay element" diff --git a/community/castget/PKGBUILD b/community/castget/PKGBUILD index cd2befc64..16b0ef03a 100644 --- a/community/castget/PKGBUILD +++ b/community/castget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=castget pkgver=1.1.0 pkgrel=2 pkgdesc="A simple, command-line based RSS enclosure downloader" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/castget/" license=('GPL') depends=('glib2' 'libxml2' 'curl' 'id3lib') diff --git a/community/catdoc/PKGBUILD b/community/catdoc/PKGBUILD index bad621899..8d0f91502 100644 --- a/community/catdoc/PKGBUILD +++ b/community/catdoc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=catdoc pkgver=0.94.3 pkgrel=1 pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.wagner.pp.ru/~vitus/software/catdoc/" license=('GPL') depends=('glibc') diff --git a/community/catdvi/PKGBUILD b/community/catdvi/PKGBUILD index cb8321332..834beee22 100644 --- a/community/catdvi/PKGBUILD +++ b/community/catdvi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=catdvi pkgver=0.14 pkgrel=5 pkgdesc="A DVI to plain text translator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://catdvi.sourceforge.net" license=('GPL') depends=('glibc' 'texlive-core') diff --git a/community/ccd2iso/PKGBUILD b/community/ccd2iso/PKGBUILD index c3a56f762..7b1868fac 100644 --- a/community/ccd2iso/PKGBUILD +++ b/community/ccd2iso/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ccd2iso pkgver=0.3 pkgrel=7 pkgdesc="Converts CCD/IMG CloneCD images to ISO format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/ccd2iso" license=('GPL') depends=('glibc') diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index 07b489d6d..0ce5530ea 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccid pkgver=1.4.8 pkgrel=1 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pcsclite.alioth.debian.org/ccid.html" license=('LGPL' 'GPL') depends=('pcsclite' 'libusbx') diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 81158416c..099850d6a 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cclive pkgver=0.7.10 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://cclive.sourceforge.net/' license=('GPL3') depends=('boost-libs' 'pcre' 'curl' 'libquvi') diff --git a/community/ccmalloc/PKGBUILD b/community/ccmalloc/PKGBUILD index bbb271bf8..95df39a45 100644 --- a/community/ccmalloc/PKGBUILD +++ b/community/ccmalloc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccmalloc pkgver=0.4.0 pkgrel=2 pkgdesc="Track down memory related problems with C and C++ programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/ccmalloc" license=('GPL2') depends=('sh') diff --git a/community/ccrypt/PKGBUILD b/community/ccrypt/PKGBUILD index 9a99deec7..f765d7f77 100644 --- a/community/ccrypt/PKGBUILD +++ b/community/ccrypt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ccrypt pkgver=1.9 pkgrel=2 pkgdesc="A command-line utility for encrypting and decrypting files and streams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ccrypt.sourceforge.net" license=('GPL2') depends=('glibc') diff --git a/community/ccze/PKGBUILD b/community/ccze/PKGBUILD index 36b524e47..57dd4d636 100644 --- a/community/ccze/PKGBUILD +++ b/community/ccze/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ccze pkgver=0.2.1 -pkgrel=6 +pkgrel=6.1 pkgdesc="Robust and modular log colorizer with many plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/ccze/" license=('GPL') depends=('ncurses' 'pcre') @@ -24,7 +24,7 @@ build() { sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in sed -e '/#undef error_t/d' -i system.h.in - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD index 8409adaa4..b2be5c5f5 100644 --- a/community/cdbxx/PKGBUILD +++ b/community/cdbxx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdbxx pkgver=0.0.1rc2 pkgrel=3 pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://cdbxx.sourceforge.net/" license=("GPL") depends=(gcc) diff --git a/community/cdcd/PKGBUILD b/community/cdcd/PKGBUILD index f9d78ad68..57338fc35 100644 --- a/community/cdcd/PKGBUILD +++ b/community/cdcd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdcd pkgver=0.6.6 pkgrel=6 pkgdesc="A commandline cd-player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libcdaudio' 'readline') url="http://libcdaudio.sourceforge.net/" license=('GPL2') diff --git a/community/cdck/PKGBUILD b/community/cdck/PKGBUILD index 4a3dc6f32..f5689fafd 100644 --- a/community/cdck/PKGBUILD +++ b/community/cdck/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cdck pkgver=0.7.0 pkgrel=4 pkgdesc="A simple program to verify CD/DVD quality" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://swaj.net/unix/" license=('GPL') depends=(gcc-libs) @@ -20,7 +20,7 @@ md5sums=('15029d54b99f2e5cf8aae28077669d3f') build() { cd "$srcdir/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST PATH="/usr/bin/core_perl:$PATH" make } diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD index 4862b1508..ca1d2a159 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdcover pkgver=0.7.4 pkgrel=5 pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdcover.sourceforge.net" license=('GPL') depends=('python2' 'tk') diff --git a/community/cddb-py/PKGBUILD b/community/cddb-py/PKGBUILD index 6d2359f9f..1767fc689 100644 --- a/community/cddb-py/PKGBUILD +++ b/community/cddb-py/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cddb-py pkgver=1.4 pkgrel=6 pkgdesc="CDDB-Server access from Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cddb-py.sourceforge.net" license=('GPL') depends=('python2') diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD index a3166b3a5..f31a9608a 100644 --- a/community/cdemu-client/PKGBUILD +++ b/community/cdemu-client/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cdemu-client pkgver=1.5.0 pkgrel=2 pkgdesc="Simple command-line client for controlling cdemu-daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') depends=('python2' 'dbus-python' 'cdemu-daemon') diff --git a/community/cdemu-daemon/PKGBUILD b/community/cdemu-daemon/PKGBUILD index 4dec04ed8..e5c328d9b 100644 --- a/community/cdemu-daemon/PKGBUILD +++ b/community/cdemu-daemon/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cdemu-daemon pkgver=1.5.0 pkgrel=6 pkgdesc="CD/DVD-ROM device emulator daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') depends=('dbus' 'vhba-module>=20110915-5' 'libao' "libmirage=$pkgver") diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD index 1d6e355e5..b3d15d3ea 100644 --- a/community/cdfs/PKGBUILD +++ b/community/cdfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdfs pkgver=2.6.27 pkgrel=23 pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.elis.UGent.be/~ronsse/cdfs/" license=('GPL') makedepends=('linux-headers') diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD index c6d20cea3..a46301651 100644 --- a/community/cdrtools/PKGBUILD +++ b/community/cdrtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cdrtools pkgver=3.01a08 pkgrel=2 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdrecord.berlios.de/private/cdrecord.html" license=('CDDL') depends=('acl') diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 29ef0d959..b9e0a61fa 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('cegui' 'cegui-docs') pkgver=0.7.7 pkgrel=3 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://crayzedsgui.sourceforge.net" #options=('!libtool') license=("MIT") diff --git a/community/cellwriter/PKGBUILD b/community/cellwriter/PKGBUILD index ebac22ee5..19ce811d5 100644 --- a/community/cellwriter/PKGBUILD +++ b/community/cellwriter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cellwriter pkgver=1.3.4 pkgrel=6 pkgdesc='A grid-entry natural handwriting input panel.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://v1.risujin.org/cellwriter/' depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme') diff --git a/community/celt-0.7/PKGBUILD b/community/celt-0.7/PKGBUILD index d55759b58..f22201bd7 100644 --- a/community/celt-0.7/PKGBUILD +++ b/community/celt-0.7/PKGBUILD @@ -8,7 +8,7 @@ _realname=celt pkgver=0.7.1 pkgrel=3 pkgdesc="Low-latency audio communication codec" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.celt-codec.org" license=('BSD') depends=('libogg') diff --git a/community/celt/PKGBUILD b/community/celt/PKGBUILD index e1f07e228..3eec5da5a 100644 --- a/community/celt/PKGBUILD +++ b/community/celt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=celt pkgver=0.11.1 pkgrel=4 pkgdesc='Low-latency audio communication codec' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.celt-codec.org' license=('BSD') depends=('libogg') diff --git a/community/centerim/PKGBUILD b/community/centerim/PKGBUILD index 5450d1345..32c0de8d1 100644 --- a/community/centerim/PKGBUILD +++ b/community/centerim/PKGBUILD @@ -7,7 +7,7 @@ pkgname=centerim pkgver=4.22.10 pkgrel=2 pkgdesc="Fork of CenterICQ - A text mode menu- and window-driven IM interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.centerim.org" license=('GPL') depends=('python2' 'libjpeg' 'gpgme') diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index b1479a41f..2b594e3d4 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.0.3 _gitver=1.7.4 pkgrel=1 pkgdesc="A web interface for git written in plain C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hjemli.net/git/cgit" license=('GPL') depends=('openssl') diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD index f5bebd03e..f5ad9ee3c 100644 --- a/community/checkinstall/PKGBUILD +++ b/community/checkinstall/PKGBUILD @@ -6,7 +6,7 @@ pkgname=checkinstall pkgver=1.6.2 pkgrel=2 pkgdesc="spy for 'make install' and build rpm or deb" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://asic-linux.com.mx/~izto/checkinstall/" license=('GPL') backup=(etc/checkinstall/checkinstallrc) diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 1abe33063..7dbb345a3 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chicken pkgver=4.7.0 pkgrel=2 pkgdesc='A compiler for R5RS scheme, featuring handy extensions' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.call-with-current-continuation.org/' license=('BSD') depends=('gcc') diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 7f6a5d1a1..703fa5616 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chmsee pkgver=1.99.13 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') diff --git a/community/chntpw/PKGBUILD b/community/chntpw/PKGBUILD index 16c8f504c..6991ac9d9 100644 --- a/community/chntpw/PKGBUILD +++ b/community/chntpw/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chntpw pkgver=110511 pkgrel=2 pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user database file.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pogostick.net/~pnh/ntpasswd/' license=('GPL' 'LGPL') makedepends=('openssl') @@ -16,7 +16,7 @@ md5sums=('a3fb358d1adec589cd6bc8dedf68896c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - [ "$CARCH" = "x86_64" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" Makefile + [ "$CARCH" != "i686" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" Makefile make } diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index eae93565d..b79664f00 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url='http://choqok.gnufolks.org/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl') makedepends=('cmake' 'automoc4') optdepends=('kdebase-konqueror: proxy support') diff --git a/community/chromaprint/PKGBUILD b/community/chromaprint/PKGBUILD index 6f7177ec3..64a17ac0a 100644 --- a/community/chromaprint/PKGBUILD +++ b/community/chromaprint/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.7 pkgrel=1 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' url='http://acoustid.org/chromaprint/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('ffmpeg') makedepends=('cmake') diff --git a/community/chromium-bsu/PKGBUILD b/community/chromium-bsu/PKGBUILD index 5637d2a22..2974d0fd9 100644 --- a/community/chromium-bsu/PKGBUILD +++ b/community/chromium-bsu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chromium-bsu pkgver=0.9.15 pkgrel=3 pkgdesc="A fast paced top scrolling shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://chromium-bsu.sourceforge.net/" license=('custom:artistic') depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 'fontconfig' 'sdl_image') diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index 49ce93a61..03b871d81 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -10,7 +10,7 @@ pkgname=chrony pkgver=1.26 pkgrel=7 pkgdesc='Lightweight NTP client and server' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://chrony.tuxfamily.org/" options=('strip') license=('GPL') diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD index 21bd8e3f0..89448b5c9 100644 --- a/community/chrootuid/PKGBUILD +++ b/community/chrootuid/PKGBUILD @@ -7,7 +7,7 @@ pkgname=chrootuid pkgver=1.3 pkgrel=5 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="Runs a command in a restricted environment." url="ftp://ftp.porcupine.org/pub/security/index.html" license=("BSD") diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD index c978d17a9..6aebf2278 100644 --- a/community/chrpath/PKGBUILD +++ b/community/chrpath/PKGBUILD @@ -4,9 +4,9 @@ pkgname=chrpath pkgver=0.13 -pkgrel=3 +pkgrel=3.1 pkgdesc="Change or delete the rpath or runpath in ELF files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://directory.fsf.org/project/chrpath/" license=('GPL2') depends=('glibc') @@ -15,7 +15,7 @@ md5sums=('b73072a8fbba277558c50364b65bb407') build() { cd "${srcdir}"/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD index fe6b7247d..1927295f1 100644 --- a/community/chuck/PKGBUILD +++ b/community/chuck/PKGBUILD @@ -10,7 +10,7 @@ pkgname=chuck pkgver=1.3.1.3 pkgrel=1 pkgdesc='Concurrent, on-the-fly audio programming language' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://chuck.cs.princeton.edu/' license=('GPL') depends=('gcc-libs' 'libsndfile') diff --git a/community/cksfv/PKGBUILD b/community/cksfv/PKGBUILD index 4365b3ed3..b8b4192d0 100644 --- a/community/cksfv/PKGBUILD +++ b/community/cksfv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cksfv pkgver=1.3.14 pkgrel=2 pkgdesc="SFV (Simple File Verification) Checker" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/" license=('GPL') depends=('glibc') diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index ada02b3dc..ae887294d 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clamz pkgver=0.5 pkgrel=1 pkgdesc="Command-line program to download MP3 files from Amazon.com's music store." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/clamz/' license=('GPL3') depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils') diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD index 6bfb31f2a..d8ae0e53b 100644 --- a/community/clanlib/PKGBUILD +++ b/community/clanlib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=clanlib pkgver=2.3.6 pkgrel=2 pkgdesc="A multi-platform game development library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clanlib.org/" license=('zlib') depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'mesa' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite') diff --git a/community/classpath/PKGBUILD b/community/classpath/PKGBUILD index 729e13a9a..61359b1c2 100644 --- a/community/classpath/PKGBUILD +++ b/community/classpath/PKGBUILD @@ -7,7 +7,7 @@ pkgname=classpath pkgver=0.98 pkgrel=4 pkgdesc="A free replacement for Sun's proprietary core Java class libraries." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/classpath/" license=('GPL') depends=('gtk2>=2.8' 'libxtst' 'libsm') diff --git a/community/clearsilver/PKGBUILD b/community/clearsilver/PKGBUILD index 45d19d83a..441d1f08b 100644 --- a/community/clearsilver/PKGBUILD +++ b/community/clearsilver/PKGBUILD @@ -7,7 +7,7 @@ pkgname=clearsilver pkgver=0.10.5 pkgrel=8 pkgdesc="clearsilver is a fast, powerful, and language-neutral HTML template system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.clearsilver.net' license=('custom') depends=('python2' 'perl' 'ruby' 'java-runtime') diff --git a/community/clewn/PKGBUILD b/community/clewn/PKGBUILD index f557aa50b..b3314f4e3 100644 --- a/community/clewn/PKGBUILD +++ b/community/clewn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clewn pkgver=1.15 pkgrel=5 pkgdesc="gdb support for vim" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clewn.sourceforge.net" license=('GPL') depends=("gvim" "gdb") diff --git a/community/clinica/PKGBUILD b/community/clinica/PKGBUILD index 54794584f..4a069a29d 100644 --- a/community/clinica/PKGBUILD +++ b/community/clinica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clinica pkgver=0.2.1 pkgrel=5 pkgdesc="Simple medical records manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/clinica-project" license=('GPL3') depends=('libgee' 'libpeas' 'dconf') diff --git a/community/clipit/PKGBUILD b/community/clipit/PKGBUILD index bd39684a2..c81f2d53f 100644 --- a/community/clipit/PKGBUILD +++ b/community/clipit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clipit pkgver=1.4.2 pkgrel=4 pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtkclipit.sourceforge.net/" license=('GPL3') depends=('gtk2' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'librsvg') diff --git a/community/clucene/PKGBUILD b/community/clucene/PKGBUILD index 405ebf7ee..57834619c 100644 --- a/community/clucene/PKGBUILD +++ b/community/clucene/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clucene pkgver=2.3.3.4 pkgrel=3 pkgdesc="C++ port of the high-performance text search engine Lucene" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://clucene.sourceforge.net/" license=('APACHE' 'LGPL') depends=('gcc-libs' 'zlib' 'boost-libs') diff --git a/community/clusterssh/PKGBUILD b/community/clusterssh/PKGBUILD index 29a9eadc7..c457b6e6b 100644 --- a/community/clusterssh/PKGBUILD +++ b/community/clusterssh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=clusterssh pkgver=3.28 pkgrel=3 pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clusterssh.sourceforge.net/" license=('GPL') depends=('perl-tk' 'perl-x11-protocol' 'xterm') diff --git a/community/cmus/PKGBUILD b/community/cmus/PKGBUILD index 43fb297de..970c7d3c5 100644 --- a/community/cmus/PKGBUILD +++ b/community/cmus/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cmus pkgver=2.4.3 pkgrel=3 pkgdesc="A very feature-rich ncurses-based music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cmus.sourceforge.net/" license=('GPL') depends=('ncurses') diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD index 478c452c4..c6c04a2fa 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -7,7 +7,7 @@ pkgname=codeblocks pkgver=10.05 pkgrel=2 pkgdesc="An open source and cross-platform C/C++ IDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.codeblocks.org" license=('GPL3') depends=('wxgtk' 'hicolor-icon-theme' 'bzip2' 'shared-mime-info' 'desktop-file-utils' 'gtk-update-icon-cache') diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index d8379a3e2..61ec563ef 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.1.0 pkgrel=5 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 806cc23a9..9714ebb61 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -10,7 +10,7 @@ pkgname=commoncpp2 pkgver=1.8.1 pkgrel=3 pkgdesc="GNU Common C++ 2" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.gnu.org/software/commoncpp/' license=('GPL' 'custom') depends=('gcc-libs' 'zlib' 'sh') diff --git a/community/compiz-bcop/PKGBUILD b/community/compiz-bcop/PKGBUILD index b8af4d326..b4f3b7b5a 100644 --- a/community/compiz-bcop/PKGBUILD +++ b/community/compiz-bcop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-bcop pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz option code generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core>=0.8.8' 'libxslt') diff --git a/community/compiz-fusion-plugins-extra/PKGBUILD b/community/compiz-fusion-plugins-extra/PKGBUILD index 459d72d98..b006aea7b 100644 --- a/community/compiz-fusion-plugins-extra/PKGBUILD +++ b/community/compiz-fusion-plugins-extra/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-fusion-plugins-extra pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz Fusion Extra plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'compiz-bcop' 'compiz-fusion-plugins-main' 'libnotify') diff --git a/community/compiz-fusion-plugins-main/PKGBUILD b/community/compiz-fusion-plugins-main/PKGBUILD index b9d61b9ec..868d26369 100644 --- a/community/compiz-fusion-plugins-main/PKGBUILD +++ b/community/compiz-fusion-plugins-main/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-fusion-plugins-main pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz Fusion Main plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'libjpeg>=7' 'librsvg' 'compiz-bcop' 'libxdamage' 'libxcomposite' diff --git a/community/compiz/PKGBUILD b/community/compiz/PKGBUILD index 2f930707a..177282ddd 100644 --- a/community/compiz/PKGBUILD +++ b/community/compiz/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=4 pkgdesc="Composite manager for Aiglx and Xgl" url="http://www.compiz.org/" license=('GPL' 'LGPL' 'MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('compiz' 'compiz-kde' 'compiz-gtk' 'compiz-fusion') makedepends=('intltool' 'gnome-control-center' 'libwnck' 'kdebase-workspace' 'startup-notification' 'librsvg' 'libgl' 'dbus' 'glu' 'libxslt' 'fuse' 'metacity') diff --git a/community/compizconfig-backend-gconf/PKGBUILD b/community/compizconfig-backend-gconf/PKGBUILD index 8b8c60cb8..43c8e29b7 100644 --- a/community/compizconfig-backend-gconf/PKGBUILD +++ b/community/compizconfig-backend-gconf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compizconfig-backend-gconf pkgver=0.8.8 pkgrel=2 pkgdesc="Compizconfig backend for gconf" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencompositing.org" license=('GPL') depends=('libcompizconfig' 'gconf') diff --git a/community/compizconfig-python/PKGBUILD b/community/compizconfig-python/PKGBUILD index d4d65ff95..6ae0eea50 100644 --- a/community/compizconfig-python/PKGBUILD +++ b/community/compizconfig-python/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compizconfig-python pkgver=0.8.4 pkgrel=4 pkgdesc="Compizconfig bindings for python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencompositing.org" license=('GPL') depends=('compiz-core' 'libcompizconfig' 'glib2' 'python2' 'libxrandr') diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..14cc92378 100755 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -8,7 +8,7 @@ pkgname=confuse pkgver=2.7 pkgrel=2 pkgdesc="C-library for parsing configuration files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/confuse" license=('LGPL') depends=('glibc') diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD index a9d85ff85..d6ebde28b 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.9 pkgrel=2 pkgdesc="Wireless LAN network manager" url="http://connman.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('dbus-core' 'iptables' 'glib2' 'gnutls') conflicts=('openresolv') diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD index d82489e0a..9ceac0edd 100644 --- a/community/conntrack-tools/PKGBUILD +++ b/community/conntrack-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=conntrack-tools pkgver=1.4.0 pkgrel=1 pkgdesc='Userspace tools to interact with the Netfilter connection tracking system' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/conntrack-tools' license=('GPL2') depends=('libnetfilter_conntrack' diff --git a/community/consonance/PKGBUILD b/community/consonance/PKGBUILD index eb5159c90..9206e3a1e 100644 --- a/community/consonance/PKGBUILD +++ b/community/consonance/PKGBUILD @@ -8,7 +8,7 @@ pkgname=consonance pkgver=0.5.1 pkgrel=9 pkgdesc="A lightweight GTK+ music manager that aims to be fast, bloat-free and light on memory consumption" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sites.google.com/site/consonancemanager" license=('GPL') depends=('curl' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'libao' 'libcdio' diff --git a/community/contacts/PKGBUILD b/community/contacts/PKGBUILD index 638c9866d..f0c26da9e 100644 --- a/community/contacts/PKGBUILD +++ b/community/contacts/PKGBUILD @@ -5,7 +5,7 @@ pkgname=contacts pkgver=0.12 pkgrel=6 pkgdesc="Small, lightweight GTK+ address book app" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pimlico-project.org/contacts.html" license=('GPL') depends=('gtk2' 'evolution-data-server' 'desktop-file-utils' 'xdg-utils') diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index 3a37fbbae..c0b66284d 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=converseen pkgver=0.5.1 pkgrel=2 pkgdesc="The batch image converter and resizer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://converseen.sourceforge.net/" license=('GPL3') depends=('imagemagick' 'qt' 'libwmf' 'openexr') diff --git a/community/corkscrew/PKGBUILD b/community/corkscrew/PKGBUILD index 0ca69f387..c080c9bd3 100644 --- a/community/corkscrew/PKGBUILD +++ b/community/corkscrew/PKGBUILD @@ -6,7 +6,7 @@ pkgname=corkscrew pkgver=2.0 pkgrel=5 pkgdesc="A tool for tunneling SSH through HTTP proxies" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.agroman.net/corkscrew/" license=('GPL') source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index b6c03e3d5..2f7e40085 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=couchdb pkgver=1.2.0 pkgrel=5 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://couchdb.apache.org" license=('APACHE') depends=('icu' 'erlang' 'js' 'openssl' 'curl') diff --git a/community/courier-authlib/PKGBUILD b/community/courier-authlib/PKGBUILD index 4e82387ec..fa5b08397 100644 --- a/community/courier-authlib/PKGBUILD +++ b/community/courier-authlib/PKGBUILD @@ -7,7 +7,7 @@ pkgname=courier-authlib pkgver=0.64.0 pkgrel=2 pkgdesc="Authentification library for the courier mailserver(s)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL2') url="http://courier-mta.org/authlib/" backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \ diff --git a/community/courier-imap/PKGBUILD b/community/courier-imap/PKGBUILD index e1bb3f4f8..b1f818791 100644 --- a/community/courier-imap/PKGBUILD +++ b/community/courier-imap/PKGBUILD @@ -7,7 +7,7 @@ pkgname=courier-imap pkgver=4.10.0 pkgrel=1 pkgdesc="IMAP(s)/POP3(s) Server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.courier-mta.org/imap/" depends=('courier-maildrop>=2.5.0' 'gcc-libs' 'gamin' 'gdbm' 'openssl') diff --git a/community/courier-maildrop/PKGBUILD b/community/courier-maildrop/PKGBUILD index e11ea49ca..3cf8dd0ee 100644 --- a/community/courier-maildrop/PKGBUILD +++ b/community/courier-maildrop/PKGBUILD @@ -8,7 +8,7 @@ _srcname=maildrop pkgver=2.5.5 pkgrel=2 pkgdesc="mail delivery agent - procmail like but nicer syntax" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://courier-mta.org/maildrop/" depends=('courier-authlib>=0.63.0' 'gamin' 'pcre' 'gdbm') diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD index 12ddd047f..fe66d5ad5 100644 --- a/community/courier-mta/PKGBUILD +++ b/community/courier-mta/PKGBUILD @@ -10,7 +10,7 @@ pkgname=courier-mta pkgver=0.68.1 pkgrel=1 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL2') backup=('etc/courier/imapd.cnf' 'etc/courier/pop3d.cnf' \ 'etc/courier/imapd' 'etc/courier/imapd-ssl' \ diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index 556bc8a97..295f3948f 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cppcheck pkgver=1.56 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') depends=('pcre' 'qt') diff --git a/community/cpuburn/PKGBUILD b/community/cpuburn/PKGBUILD index b64b7debd..c7f8e37d9 100644 --- a/community/cpuburn/PKGBUILD +++ b/community/cpuburn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cpuburn pkgver=1.4a pkgrel=3 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/ubuntu/+source/cpuburn/" license=('GPL') depends=() diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD index a8973bb03..2dc83fac1 100644 --- a/community/cpulimit/PKGBUILD +++ b/community/cpulimit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cpulimit pkgver=20120918 pkgrel=1 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cpulimit.sourceforge.net/" license=("GPL") depends=() diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 848639171..261ae0239 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -8,7 +8,7 @@ _origname=CriticalMass pkgver=1.0.2 pkgrel=7 pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/criticalmass" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'libgl') diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD index 1f47c2772..0a28d763e 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -11,7 +11,7 @@ fi pkgrel=1 pkgdesc='C bindings for sfml' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('sfml') diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD index 0547eabfe..0c797fec9 100644 --- a/community/ctpl/PKGBUILD +++ b/community/ctpl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ctpl pkgver=0.3.3 pkgrel=3 pkgdesc="Template engine library written in C" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://ctpl.tuxfamily.org/" license=('GPL') depends=('glib2') diff --git a/community/cuetools/PKGBUILD b/community/cuetools/PKGBUILD index 439ce866c..6a8f03798 100644 --- a/community/cuetools/PKGBUILD +++ b/community/cuetools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cuetools pkgver=1.3.1 pkgrel=5 pkgdesc="Set of utilities for working with cue files and toc files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.berlios.de/projects/cuetools/" license=('GPL') depends=('glibc') diff --git a/community/cuneiform/PKGBUILD b/community/cuneiform/PKGBUILD index b59c0c3bd..17fe36d11 100644 --- a/community/cuneiform/PKGBUILD +++ b/community/cuneiform/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.0 _dpkgver=1.1 pkgrel=4 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/cuneiform-linux" license=('BSD') depends=('imagemagick') diff --git a/community/cupsddk/PKGBUILD b/community/cupsddk/PKGBUILD index d8bb0d7e8..33d220f28 100644 --- a/community/cupsddk/PKGBUILD +++ b/community/cupsddk/PKGBUILD @@ -11,7 +11,7 @@ url="http://cups.org" license=("GPL") depends=('libcups') makedepends=('libcups' 'cups') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!emptydirs') source=(http://ftp.easysw.com/pub/cupsddk/$pkgver/$pkgname-$pkgver-source.tar.bz2) md5sums=('3ec52813bf12bf9b34d34f8a81bab508') diff --git a/community/curlftpfs/PKGBUILD b/community/curlftpfs/PKGBUILD index efe80c5e6..f4442f467 100644 --- a/community/curlftpfs/PKGBUILD +++ b/community/curlftpfs/PKGBUILD @@ -11,7 +11,7 @@ url="http://curlftpfs.sourceforge.net/" license=('GPL') depends=('curl>=7.15.4' 'fuse' 'glib2') makedepends=('pkgconfig>=0.9.0') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz ioerror.patch) md5sums=('b452123f755114cd4461d56c648d9f12' diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index 80c13857f..5735de8e3 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cutter pkgver=1.03 pkgrel=5 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lowth.com/cutter/" license=('GPL') depends=(glibc) diff --git a/community/cuyo/PKGBUILD b/community/cuyo/PKGBUILD index f80aec17b..868d99392 100644 --- a/community/cuyo/PKGBUILD +++ b/community/cuyo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cuyo pkgver=2.1.2 pkgrel=1 pkgdesc="Tetris-style puzzle game for up to two players with a twist" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.karimmi.de/cuyo/" license=('GPL') depends=('desktop-file-utils' 'hicolor-icon-theme' 'sdl' 'sdl_mixer' 'sdl_image' 'xdg-utils') diff --git a/community/cwiid/PKGBUILD b/community/cwiid/PKGBUILD index a98abf2e5..c7fb65484 100644 --- a/community/cwiid/PKGBUILD +++ b/community/cwiid/PKGBUILD @@ -10,7 +10,7 @@ pkgname=cwiid pkgver=0.6.00 pkgrel=12 pkgdesc="Linux Nintendo Wiimote interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://abstrakraft.org/cwiid" depends=('bluez' 'gtk2') license=('GPL') diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index d64af7d32..fb1e47a47 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=cython pkgver=0.17 pkgrel=2 pkgdesc="C-Extensions for Python " -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.cython.org" license=('APACHE') makedepends=('python-distribute' 'python2-distribute') diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD index 41f9b7551..7907f5fd7 100644 --- a/community/dante/PKGBUILD +++ b/community/dante/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.2 pkgrel=2 pkgdesc="SOCKS v4 and v5 compatible proxy server and client" url="http://www.inet.no/dante" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('custom') depends=('pam' 'krb5') backup=('etc/socks.conf' diff --git a/community/darkhttpd/PKGBUILD b/community/darkhttpd/PKGBUILD index bcc749245..07a3895da 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=darkhttpd pkgver=1.8 pkgrel=2 pkgdesc="A small, static webserver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dmr.ath.cx/net/darkhttpd/" license=('BSD') depends=('glibc') diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index 1cfb0b721..4e74b69b1 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=6 pkgdesc="Network statistics gatherer (packet sniffer)" url="http://dmr.ath.cx/net/darkstat/" license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('libpcap' 'zlib' 'gcc-libs') backup=('etc/conf.d/darkstat.conf') source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2 diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index db75f8f2c..b0a7fe4d2 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.5 _pkgver=1.0 pkgrel=4 pkgdesc="Utility to organize and develop raw images" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ license=('GPL3') depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib' diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD index 23688f4d4..b44c1be73 100644 --- a/community/datemath/PKGBUILD +++ b/community/datemath/PKGBUILD @@ -7,7 +7,7 @@ pkgname=datemath pkgver=2.0.10 pkgrel=4 pkgdesc="Command line date and time math utility." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.unixwiz.net/tools/datemath.html" license=("GPL") depends=('glibc') diff --git a/community/dates/PKGBUILD b/community/dates/PKGBUILD index 8c512cb21..be21590ff 100644 --- a/community/dates/PKGBUILD +++ b/community/dates/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dates pkgver=0.4.11 pkgrel=5 pkgdesc="Small, lightweight GTK+ calendar app" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pimlico-project.org/dates.html" license=('GPL') depends=('gtk2' 'evolution-data-server' 'xdg-utils') diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index 390e6f6f5..4b6809042 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dbmail pkgver=3.0.2 pkgrel=5 pkgdesc="Fast and scalable sql based mail services" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmime24' 'libzdb' 'mhash' 'libevent') makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 'postgresql-libs>=8.4.1' 'sqlite' 'libmysqlclient' 'libldap>=2.4.18' 'libsieve') diff --git a/community/dcron/PKGBUILD b/community/dcron/PKGBUILD index 3b84ce3bf..6d9107715 100644 --- a/community/dcron/PKGBUILD +++ b/community/dcron/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dcron pkgver=4.5 pkgrel=3 pkgdesc="dillon's lightweight cron daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.jimpryor.net/linux/dcron.html" backup=('var/spool/cron/root' 'etc/conf.d/crond') diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 38eba673f..cd0c4a365 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -6,13 +6,13 @@ pkgname=deadbeef pkgver=0.5.5 pkgrel=2 pkgdesc='An audio player for GNU/Linux based on GTK2.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://deadbeef.sourceforge.net' license=('GPL2') depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' - 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate' - 'yasm') + 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate') +[ "$CARCH" != "mips64el" ] && makedepends+=('yasm') optdepends=('libsamplerate: for Resampler plugin' 'libvorbis: for Ogg Vorbis playback' 'libmad: for MP1/MP2/MP3 playback' diff --git a/community/dee/PKGBUILD b/community/dee/PKGBUILD index 6400d7956..e97b7973b 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dee pkgver=1.0.14 pkgrel=2 pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/dee" license=('LGPL') depends=('glib2' 'icu') diff --git a/community/deja-dup/PKGBUILD b/community/deja-dup/PKGBUILD index 1f9815897..ba17e9c0b 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -5,7 +5,7 @@ pkgname=deja-dup pkgver=24.0 pkgrel=1 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/deja-dup" license=('GPL') depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 'python2-gobject2' 'dconf' 'xdg-utils') diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD index 7fbf1b030..40a9833c3 100644 --- a/community/delegate/PKGBUILD +++ b/community/delegate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=delegate pkgver=9.9.7 pkgrel=2 pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.delegate.org/" license=('GPL') depends=('pam') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index 2fc7ef464..832be424c 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=denemo pkgver=0.9.6 pkgrel=1 pkgdesc="A music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.denemo.org" license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' diff --git a/community/devil/PKGBUILD b/community/devil/PKGBUILD index 94624a3e2..b29d7fcc8 100644 --- a/community/devil/PKGBUILD +++ b/community/devil/PKGBUILD @@ -7,7 +7,7 @@ pkgname=devil pkgver=1.7.8 pkgrel=14 pkgdesc="Library for reading several different image formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openil.sourceforge.net/" depends=('libpng' 'libmng' 'jasper' 'lcms' 'openexr') install=devil.install diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD index dde39f3b9..cc841c627 100644 --- a/community/dfm/PKGBUILD +++ b/community/dfm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dfm pkgver=0.99.9 pkgrel=3 pkgdesc="A graphical file manager including desktop icons" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk' 'imlib' 'libxpm') license=('GPL') source=(http://www.kaisersite.de/dfm/$pkgname-$pkgver.tar.gz) diff --git a/community/dia/PKGBUILD b/community/dia/PKGBUILD index 106c0ec9b..e8cc28731 100644 --- a/community/dia/PKGBUILD +++ b/community/dia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dia pkgver=0.97.2 pkgrel=3 pkgdesc="A GTK+ based diagram creation program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://live.gnome.org/Dia" install=dia.install diff --git a/community/dictd/PKGBUILD b/community/dictd/PKGBUILD index 128ebd9e2..793d663e8 100644 --- a/community/dictd/PKGBUILD +++ b/community/dictd/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Online dictionary client and server" url="http://sourceforge.net/projects/dict/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('sh' 'zlib' 'libmaa') makedepends=('flex') backup=(etc/dict/dictd.conf diff --git a/community/dietlibc/PKGBUILD b/community/dietlibc/PKGBUILD index b944ce259..739782ba7 100644 --- a/community/dietlibc/PKGBUILD +++ b/community/dietlibc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dietlibc pkgver=0.32 pkgrel=3 pkgdesc="a libc optimized for small size" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fefe.de/dietlibc/" license=("GPL") #source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2) diff --git a/community/dillo/PKGBUILD b/community/dillo/PKGBUILD index 13600444a..7b3b3cf66 100644 --- a/community/dillo/PKGBUILD +++ b/community/dillo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dillo pkgver=3.0.2 pkgrel=2 pkgdesc="A small, fast graphical web browser built on FLTK" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.dillo.org" license=('GPL') depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor' diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD index 618174393..a27e25f8b 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=directfb pkgver=1.6.1 pkgrel=1 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.directfb.org" license=('LGPL') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2') diff --git a/community/discid/PKGBUILD b/community/discid/PKGBUILD index a40ba2e98..ddea4d450 100644 --- a/community/discid/PKGBUILD +++ b/community/discid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=discid pkgver=0.1.3 pkgrel=5 pkgdesc="A program to calculate the disc-ID for audio compact discs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://discid.sourceforge.net" license=("GPL") depends=(gcc-libs) diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index f0c84f1a4..5a7d46595 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=distcc pkgver=3.1 pkgrel=8 pkgdesc="A distributed C, C++, Obj C compiler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/distcc/" license=('GPL') depends=('gcc' 'popt' 'avahi') diff --git a/community/djview4/PKGBUILD b/community/djview4/PKGBUILD index 4cb58fc29..f13daa4d0 100644 --- a/community/djview4/PKGBUILD +++ b/community/djview4/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=2 pkgdesc='Portable DjVu viewer and browser plugin' url='http://djvu.sourceforge.net/djview4.html' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'djvulibre') source=("http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz") sha1sums=('266d207afb63a1ee63eed054190bf88888fda572') diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD index 9a45dd17f..51037ff0d 100644 --- a/community/dmenu/PKGBUILD +++ b/community/dmenu/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.5 pkgrel=3 pkgdesc="A generic menu for X" url="http://tools.suckless.org/dmenu/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('sh' 'libxinerama') source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz) @@ -27,4 +27,4 @@ package() { cd $srcdir/$pkgname-$pkgver make PREFIX=/usr DESTDIR=$pkgdir install install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} +}
\ No newline at end of file diff --git a/community/dnstracer/PKGBUILD b/community/dnstracer/PKGBUILD index be84c8a92..eb985bb1c 100644 --- a/community/dnstracer/PKGBUILD +++ b/community/dnstracer/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc='Determines where a given DNS server gets its information from, and follows the chain of DNS servers' url='http://www.mavetju.org/unix/dnstracer.php' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.mavetju.org/download/${pkgname}-${pkgver}.tar.gz") sha1sums=('b8c60b281c0eb309acd1b1551c51cccb951685c7') diff --git a/community/docbook2x/PKGBUILD b/community/docbook2x/PKGBUILD index 4bc84cdc8..f79fa2062 100644 --- a/community/docbook2x/PKGBUILD +++ b/community/docbook2x/PKGBUILD @@ -6,7 +6,7 @@ pkgname=docbook2x pkgver=0.8.8 pkgrel=11 pkgdesc="A software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://docbook2x.sourceforge.net" license=("MIT") depends=('glibc' 'perl-sgmls' 'perlxml' 'perl-xml-sax' 'libxslt' 'jade') diff --git a/community/dopewars/PKGBUILD b/community/dopewars/PKGBUILD index a240c3a0a..c41d3f872 100644 --- a/community/dopewars/PKGBUILD +++ b/community/dopewars/PKGBUILD @@ -6,11 +6,11 @@ pkgname=dopewars pkgver=1.5.12 -pkgrel=6 +pkgrel=6.1 pkgdesc="A drug dealing game set in New York" url="http://dopewars.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2' 'alsa-lib' 'audiofile' 'sdl_mixer' 'ncurses') install='dopewars.install' source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") diff --git a/community/dos2unix/PKGBUILD b/community/dos2unix/PKGBUILD index 07e4a50a0..7453fc80c 100644 --- a/community/dos2unix/PKGBUILD +++ b/community/dos2unix/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dos2unix pkgver=6.0.2 pkgrel=1 pkgdesc='Text file format converter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://waterlan.home.xs4all.nl/dos2unix.html' license=('BSD') depends=('glibc') diff --git a/community/dosbox/PKGBUILD b/community/dosbox/PKGBUILD index 6ddcaeb2d..cdb129304 100644 --- a/community/dosbox/PKGBUILD +++ b/community/dosbox/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dosbox pkgver=0.74 pkgrel=3 pkgdesc="An emulator with builtin DOS for running DOS Games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dosbox.sourceforge.net/" license=('GPL') depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs') diff --git a/community/drbd/PKGBUILD b/community/drbd/PKGBUILD index d7e4c7c59..f90419cb6 100644 --- a/community/drbd/PKGBUILD +++ b/community/drbd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=drbd pkgver=8.3.13 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc='Userland tools for Distributed Replicated Block Device' url='http://www.drbd.org' license=('GPL2') diff --git a/community/drivel/PKGBUILD b/community/drivel/PKGBUILD index bbbf73516..16057a69d 100644 --- a/community/drivel/PKGBUILD +++ b/community/drivel/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.0.3 pkgrel=2 pkgdesc="GTK client for working with online journals (blogs)." url="http://www.dropline.net/drivel/index.php" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("GPL") depends=('curl' 'gtksourceview2' 'gtkspell' 'libgnomeui>=2.0.0' 'libsoup') makedepends=('perlxml' 'pkgconfig' 'intltool>=0.21' 'gnome-doc-utils>=0.3.2') diff --git a/community/dsniff/PKGBUILD b/community/dsniff/PKGBUILD index 8dea9cf86..d7bcb0f4a 100644 --- a/community/dsniff/PKGBUILD +++ b/community/dsniff/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.4b1 pkgrel=21 pkgdesc="Collection of tools for network auditing and penetration testing" url="http://www.monkey.org/~dugsong/dsniff/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('libpcap' 'openssl' 'libxmu' 'glib2' 'libnet' 'libnids') source=("http://www.monkey.org/~dugsong/${pkgname}/beta/$pkgname-$pkgver.tar.gz" diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD index 5baa8c294..030116559 100644 --- a/community/dspam/PKGBUILD +++ b/community/dspam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dspam pkgver=3.10.2 pkgrel=2 pkgdesc="A scalable, open-source statistical anti-spam filter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dspam.nuclearelephant.com/" backup=('etc/dspam/dspam.conf' 'srv/http/dspam/cgi-bin/admins' diff --git a/community/dtach/PKGBUILD b/community/dtach/PKGBUILD index 59adff7f3..dcf0617b4 100644 --- a/community/dtach/PKGBUILD +++ b/community/dtach/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dtach pkgver=0.8 pkgrel=5 pkgdesc="emulates the detach feature of screen" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dtach.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/dumb/PKGBUILD b/community/dumb/PKGBUILD index 2ddfc6153..00551dd5f 100644 --- a/community/dumb/PKGBUILD +++ b/community/dumb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dumb pkgver=0.9.3 pkgrel=6 pkgdesc="An IT, XM, S3M and MOD player library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:dumb' 'GPL') url="http://dumb.sourceforge.net/" depends=('glibc' 'allegro4') @@ -19,7 +19,7 @@ md5sums=('f48da5b990aa8aa822d3b6a951baf5c2' build() { cd "$srcdir/$pkgname-$pkgver" - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + [ "${CARCH}" != "i686" ] && export CFLAGS="${CFLAGS} -fPIC" # Fix CVE-2006-3668 (Patch found in Gentoo and other distros). patch -p1 < "$srcdir/CVE-2006-3668.patch" @@ -41,7 +41,8 @@ ALL_TARGETS := core core-examples core-headers ALL_TARGETS += allegro allegro-examples allegro-headers PREFIX := "$pkgdir/usr" EOF - + # For some reason -lm is not linked for Allegro examples. + sed -ri 's/^(LINK_ALLEGRO := .+)$/\1 -lm/' make/unix.inc # Upstream's makefile ignores our CFLAGS. They put -I directives in # their own CFLAGS, so we can't just say # make CFLAGS=... diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index b28c2b551..b9c55eaf2 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -6,7 +6,7 @@ pkgname=duplicity pkgver=0.6.19 pkgrel=2 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python2-boto' 'python2-gnupginterface' 'python2-paramiko') diff --git a/community/dvdisaster/PKGBUILD b/community/dvdisaster/PKGBUILD index 15dcb0a07..c5cb315e2 100644 --- a/community/dvdisaster/PKGBUILD +++ b/community/dvdisaster/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dvdisaster pkgver=0.72.4 pkgrel=1 pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.dvdisaster.com/" license=('GPL') depends=('gtk2') diff --git a/community/dvdrtools/PKGBUILD b/community/dvdrtools/PKGBUILD index fe06cc790..3ce4f7354 100644 --- a/community/dvdrtools/PKGBUILD +++ b/community/dvdrtools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dvdrtools pkgver=0.3.1 pkgrel=3 pkgdesc="A fork of cdrtools, with the primary goal of supporting writable DVD drives" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/dvdrtools/" license=('GPL') depends=('file' 'bash') diff --git a/community/dvtm/PKGBUILD b/community/dvtm/PKGBUILD index a24a98dd8..8e2791853 100644 --- a/community/dvtm/PKGBUILD +++ b/community/dvtm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dvtm pkgver=0.8 pkgrel=1 pkgdesc='Dynamic virtual terminal manager.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.brain-dump.org/projects/dvtm/' license=('MIT') depends=('ncurses') diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index b1cefa398..723fadb50 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2012.10.28 pkgrel=1 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index 1242ff2ba..4e99638b5 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dwdiff pkgver=2.0.4 pkgrel=1 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://os.ghalkes.nl/dwdiff.html" depends=('diffutils' 'icu') license=('GPL') diff --git a/community/dwm/PKGBUILD b/community/dwm/PKGBUILD index b2fceeb60..6fad2aa73 100644 --- a/community/dwm/PKGBUILD +++ b/community/dwm/PKGBUILD @@ -8,7 +8,7 @@ pkgver=6.0 pkgrel=1 pkgdesc="A dynamic window manager for X" url="http://dwm.suckless.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') options=(zipman) depends=('libx11' 'libxinerama') diff --git a/community/dxpc/PKGBUILD b/community/dxpc/PKGBUILD index 692b1ceba..03a6f1456 100644 --- a/community/dxpc/PKGBUILD +++ b/community/dxpc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dxpc pkgver=3.9.2 pkgrel=4 pkgdesc="Differential X Protocol Compressor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vigor.nu/dxpc/" license=('GPL') depends=('lzo2' 'gcc-libs') diff --git a/community/dynamite/PKGBUILD b/community/dynamite/PKGBUILD index f230ef92f..cb465fe15 100644 --- a/community/dynamite/PKGBUILD +++ b/community/dynamite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dynamite pkgver=0.1.1 pkgrel=3 pkgdesc="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") source=(http://downloads.sourceforge.net/sourceforge/synce/libdynamite-$pkgver.tar.gz) diff --git a/community/dzen2/PKGBUILD b/community/dzen2/PKGBUILD index c3e8b3a85..377c961a5 100644 --- a/community/dzen2/PKGBUILD +++ b/community/dzen2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dzen2 pkgver=0.9.5git pkgrel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="X notification utility" url="https://github.com/robm/dzen" license=("MIT") @@ -22,7 +22,6 @@ build() LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11" echo "CFLAGS=$CFLAGS" >>config.mk - echo "LIBS=$LIBS" >>config.mk echo "LDFLAGS=$LIBS" >>config.mk make X11INC=/usr/include X11LIB=/usr/lib diff --git a/community/e-modules-extra-svn/PKGBUILD b/community/e-modules-extra-svn/PKGBUILD index 81e2b1807..a2eee522c 100755 --- a/community/e-modules-extra-svn/PKGBUILD +++ b/community/e-modules-extra-svn/PKGBUILD @@ -5,7 +5,7 @@ pkgname=e-modules-extra-svn pkgver=76479 pkgrel=1 pkgdesc="Extra gadgets for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-extra-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/e-svn/PKGBUILD b/community/e-svn/PKGBUILD index e56382818..c47690b63 100755 --- a/community/e-svn/PKGBUILD +++ b/community/e-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=e-svn pkgver=76686 pkgrel=1 pkgdesc="Enlightenment window manager DR17 (aka e17)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/e_dbus-svn/PKGBUILD b/community/e_dbus-svn/PKGBUILD index fd2f93b7a..b167d97ee 100755 --- a/community/e_dbus-svn/PKGBUILD +++ b/community/e_dbus-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=e_dbus-svn pkgver=76526 pkgrel=1 pkgdesc="dbus abstraction layer for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 75a71810d..ba13a2ce8 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -5,7 +5,7 @@ pkgname=easystroke pkgver=0.5.6 pkgrel=1 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://easystroke.sourceforge.net/' license=('custom:ISC') depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server') diff --git a/community/ebtables/PKGBUILD b/community/ebtables/PKGBUILD index ffc3b451b..19acd60f5 100644 --- a/community/ebtables/PKGBUILD +++ b/community/ebtables/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ebtables pkgver=2.0.10_4 pkgrel=2 pkgdesc='Ethernet bridge filtering utilities' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' license=('GPL2') backup=("etc/$pkgname.conf" "etc/conf.d/$pkgname") diff --git a/community/echat/PKGBUILD b/community/echat/PKGBUILD index f78e322b4..71e1e1e84 100644 --- a/community/echat/PKGBUILD +++ b/community/echat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=echat pkgver=0.04beta1 pkgrel=3 pkgdesc="vypress compatible ncurses chat (can work without server)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://echat.deep.perm.ru/" license=(GPL) depends=(ncurses) @@ -22,6 +22,8 @@ md5sums=('dda3891d08f04dd266858380d404af15') build() { cd ${startdir}/src/$pkgname-${pkgver} + sed -ri -e 's/^CFLAGS=.*/CFLAGS='"${CFLAGS}"'/' \ + -e 's/@\$\(CC\) -o \$@ /@$(CC) '"${LDFLAGS}"' -o $@ /' Makefile make install -D -m 0755 echat $startdir/pkg/usr/bin/echat install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1 diff --git a/community/ecore-svn/PKGBUILD b/community/ecore-svn/PKGBUILD index 9512359b5..8e51ab271 100755 --- a/community/ecore-svn/PKGBUILD +++ b/community/ecore-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ecore-svn pkgver=76638 pkgrel=1 pkgdesc="Ecore is an abstraction layer for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index 7bfc5c9d6..b242a1b3f 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ecryptfs-utils pkgver=100 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" url="https://launchpad.net/ecryptfs" license=('GPL') diff --git a/community/edje-svn/PKGBUILD b/community/edje-svn/PKGBUILD index 4371c3fd6..d10ffb663 100755 --- a/community/edje-svn/PKGBUILD +++ b/community/edje-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=edje-svn pkgver=76688 pkgrel=1 pkgdesc="A graphical design and layout library based on Evas" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/eet-svn/PKGBUILD b/community/eet-svn/PKGBUILD index d8ecd8f71..7fc8d8805 100755 --- a/community/eet-svn/PKGBUILD +++ b/community/eet-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=eet-svn pkgver=75994 pkgrel=1 pkgdesc="A data storage and compression library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/eeze-svn/PKGBUILD b/community/eeze-svn/PKGBUILD index f6508270c..2c3a63610 100644 --- a/community/eeze-svn/PKGBUILD +++ b/community/eeze-svn/PKGBUILD @@ -7,7 +7,7 @@ pkgname=eeze-svn pkgver=75994 pkgrel=1 pkgdesc="A data storage and compression library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/efreet-svn/PKGBUILD b/community/efreet-svn/PKGBUILD index 1a2a47955..991f023c1 100755 --- a/community/efreet-svn/PKGBUILD +++ b/community/efreet-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=efreet-svn pkgver=75994 pkgrel=1 pkgdesc="freedesktop.org specifications for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/egoboo/PKGBUILD b/community/egoboo/PKGBUILD index 7db9c5a46..2e4b9ba76 100644 --- a/community/egoboo/PKGBUILD +++ b/community/egoboo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=egoboo pkgver=2.8.1 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') pkgdesc="An open-source action RPG/dungeon crawling adventure with OpenGL 3D graphics" url="http://egoboo.sourceforge.net/" diff --git a/community/eina-svn/PKGBUILD b/community/eina-svn/PKGBUILD index fc44852de..028c67d6b 100755 --- a/community/eina-svn/PKGBUILD +++ b/community/eina-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=eina-svn pkgver=76685 pkgrel=1 pkgdesc="E17 file chunk reading/writing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('LGPL2') diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index 6fefbdeb8..9e71c0163 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ejabberd pkgver=2.1.11 pkgrel=6 pkgdesc="Jabber server written in Erlang" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.ejabberd.im/" license=("GPL") depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2') diff --git a/community/ekg/PKGBUILD b/community/ekg/PKGBUILD index 2c504ff40..8c87efc02 100644 --- a/community/ekg/PKGBUILD +++ b/community/ekg/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ekg pkgver=1.8rc2 -pkgrel=1 +pkgrel=1.1 pkgdesc="A text-mode Gadu-Gadu client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ekg.chmurka.net/" license=('GPL') depends=('libjpeg' 'aspell' 'python2' 'giflib' 'libgadu') diff --git a/community/ekg2/PKGBUILD b/community/ekg2/PKGBUILD index 6fa98320d..6be35c0bc 100644 --- a/community/ekg2/PKGBUILD +++ b/community/ekg2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ekg2 pkgver=0.3.1 pkgrel=5 pkgdesc="ncurses based Jabber, Gadu-Gadu, Tlen and IRC client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ekg2.org/" license=('GPL') depends=('aspell' 'libjpeg' 'python2' 'libgadu' 'gnutls' 'gpm' 'libidn' 'giflib') diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD index 719e1926e..b63b58ba4 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -5,7 +5,7 @@ pkgname=electricsheep pkgver=2.7b33 pkgrel=3 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://community.electricsheep.org/" license=('GPL') depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua' 'libgtop' 'boost-libs' 'freeglut' 'glee') diff --git a/community/elementary-svn/PKGBUILD b/community/elementary-svn/PKGBUILD index a44492666..c83652edc 100644 --- a/community/elementary-svn/PKGBUILD +++ b/community/elementary-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=elementary-svn pkgver=76673 pkgrel=1 pkgdesc="Enlightenment's basic widget set" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD index 3ed1b04bf..7c08678fa 100644 --- a/community/elinks/PKGBUILD +++ b/community/elinks/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.13 _commit="9313aae9062e1d9ff084858fa6844259cd8237d6" pkgrel=10 pkgdesc="An advanced and well-established feature-rich text mode web browser." -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://elinks.or.cz" license=('GPL') depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua>=5.1.1' 'libidn' 'js' diff --git a/community/emacs-nox/PKGBUILD b/community/emacs-nox/PKGBUILD index dc61fe518..6b01bbd4e 100644 --- a/community/emacs-nox/PKGBUILD +++ b/community/emacs-nox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=emacs-nox pkgver=24.2 pkgrel=1 pkgdesc="The Emacs Editor, without X11 support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') depends=('dbus-core' 'ncurses' 'perl') diff --git a/community/embryo-svn/PKGBUILD b/community/embryo-svn/PKGBUILD index 3634c459b..0b35422c0 100755 --- a/community/embryo-svn/PKGBUILD +++ b/community/embryo-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=embryo-svn pkgver=76491 pkgrel=1 pkgdesc="implementation of a C like scripting language for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/emerald/PKGBUILD b/community/emerald/PKGBUILD index c7b2bf8f4..a664796a1 100644 --- a/community/emerald/PKGBUILD +++ b/community/emerald/PKGBUILD @@ -7,7 +7,7 @@ pkgname=emerald pkgver=0.8.8 pkgrel=2 pkgdesc="Emerald window decorator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'libwnck' 'gtk2' 'libxres' 'shared-mime-info' 'xdg-utils' \ diff --git a/community/emprint-svn/PKGBUILD b/community/emprint-svn/PKGBUILD index 364d058a0..1376ee9fd 100755 --- a/community/emprint-svn/PKGBUILD +++ b/community/emprint-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=emprint-svn pkgver=74533 pkgrel=1 pkgdesc="screenshot module for e17" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-extra-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 4e152c402..fbcf9da54 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=encfs pkgver=1.7.4 pkgrel=8 pkgdesc='Encrypted filesystem in user-space' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.arg0.net/encfs' license=('GPL') depends=('rlog' 'openssl' 'fuse' 'boost-libs') diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD index a3557237a..ee6e2d97f 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=enet pkgver=1.3.5 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://enet.bespin.org/' license=('custom') depends=('glibc') diff --git a/community/enigma/PKGBUILD b/community/enigma/PKGBUILD index d29811b7f..d7923a073 100644 --- a/community/enigma/PKGBUILD +++ b/community/enigma/PKGBUILD @@ -7,7 +7,7 @@ pkgname=enigma pkgver=1.04 pkgrel=3 pkgdesc=" Enigma is a puzzle game involving falling blocks" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/" license=('custom') depends=('ncurses') diff --git a/community/enter/PKGBUILD b/community/enter/PKGBUILD index 9ce24fd0f..e74da4ff0 100644 --- a/community/enter/PKGBUILD +++ b/community/enter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=enter pkgver=0.0.9 pkgrel=3 pkgdesc="Enter is a lightweight graphical login manager for X." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://enter.sf.net" license=('GPL') depends=('libxft' 'imlib2' 'xorg-server') diff --git a/community/epic4/PKGBUILD b/community/epic4/PKGBUILD index 7c8e9a1c5..a7c2cd106 100644 --- a/community/epic4/PKGBUILD +++ b/community/epic4/PKGBUILD @@ -8,7 +8,7 @@ pkgname=epic4 pkgver=2.10.1 pkgrel=3 pkgdesc="It's a new direction in ircII development" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.epicsol.org/" license=('custom') depends=('openssl' 'ncurses' 'tcl' 'perl') diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index 9be8a5098..5a2369599 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -8,7 +8,7 @@ pkgname=erlang pkgver=R15B01 pkgrel=2 pkgdesc='A small concurrent functional programming language developed by Ericsson.' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://www.erlang.org/index.html' license=('custom') depends=('ncurses' 'glibc') @@ -17,7 +17,13 @@ optdepends=('wxgtk: for wx support' 'glu: for wx support' 'unixodbc: database' 'java-environment: for Java support') -options=('!makeflags') +if [ "$CARCH" = "mips64el" ]; then +makedepends=('perl' 'openssl' 'wxgtk' 'unixodbc>=2.3.1' 'mesa') +optdepends=('wxgtk: for wx support' + 'mesa: for wx support' + 'unixodbc: database') +fi +options=('!makeflags' '!distcc') source=("http://www.erlang.org/download/otp_src_${pkgver/./-}.tar.gz" "http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz") md5sums=('f12d00f6e62b36ad027d6c0c08905fad' diff --git a/community/erlang/PKGBUILD.mips64el b/community/erlang/PKGBUILD.mips64el new file mode 100644 index 000000000..aa5b12792 --- /dev/null +++ b/community/erlang/PKGBUILD.mips64el @@ -0,0 +1,71 @@ +# $Id: PKGBUILD 67366 2012-03-10 17:20:02Z tdziedzic $ +# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> +# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> +# Contributor: Tom Burdick <thomas.burdick@wrightwoodtech.com> + +pkgname=erlang +pkgver=R14B04 +pkgrel=2 +pkgdesc="A small concurrent functional programming language developed by Ericsson." +arch=(i686 x86_64 'mips64el') +url="http://www.erlang.org/index.html" +license=('custom') +depends=('ncurses' 'glibc') +makedepends=('perl' 'openssl' 'wxgtk' 'unixodbc>=2.3.1' 'mesa') +optdepends=('wxgtk: for wx support' 'unixodbc: database') + +options=('!makeflags') +source=(http://www.erlang.org/download/otp_src_${pkgver/./-}.tar.gz + http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz) +md5sums=('4b469729f103f52702bfb1fb24529dc0' + 'f31e72518daae4007f595c0b224dd59f') + +# please check these deps reported by namcap when you do the next build: +#erlang E: Dependency java-environment detected and not included (found class files usr/lib/erlang/lib/jinterface-1.5.4/priv/OtpErlang.jar, usr/lib/erlang/lib/ic-4.2.27/priv/ic.jar) +#erlang E: Dependency mesa detected and not included (libraries ['usr/lib/libGLU.so.1'] needed in files ['usr/lib/erlang/lib/wx-0.99/priv/erl_gl.so']) + + +build() { + cd "$srcdir/otp_src_${pkgver/./-}" + export ERTSVERSION=$(sed -n 's/^VSN[ ]*=[ ]*\([0-9.]\)/\1/p' < erts/vsn.mk) + export ERLINTERFACEVERSION=$(sed -n 's/^EI_VSN[ ]*=[ ]*\([0-9.]\)/\1/p' < lib/erl_interface/vsn.mk) + + sed -i '/SSL_DYNAMIC_ONLY=/s:no:yes:' erts/configure + + CFLAGS="${CFLAGS} -fno-strict-aliasing" ./configure --prefix=/usr --enable-smp-support --enable-threads -enable-native-libs + make +} + +package() { + cd "$srcdir/otp_src_${pkgver/./-}" + make INSTALL_PREFIX="$pkgdir" install + +# fix prefix + cd "$pkgdir" + for i in usr/lib/erlang/bin/erl \ + usr/lib/erlang/bin/start \ + usr/lib/erlang/erts-${ERTSVERSION}/bin/erl \ + usr/lib/erlang/erts-${ERTSVERSION}/bin/start \ + usr/lib/erlang/releases/RELEASES ;do + sed -i "s#$pkgdir##" $i + done + +# fix symlinks + cd "$pkgdir/usr/lib/erlang/bin" + ln -sf ../erts-${ERTSVERSION}/bin/epmd + + cd "$pkgdir/usr/bin" + for file in *; do + ln -sfv ../lib/erlang/bin/$file + done + + ln -s ../lib/erlang/lib/erl_interface-${ERLINTERFACEVERSION}/bin/erl_call "$pkgdir/usr/bin/erl_call" + +# install documentation + install -d "$pkgdir/usr/share/doc/erlang" + install -D -m644 "$srcdir"/{COPYRIGHT,PR.template,README} "$pkgdir/usr/share/doc/erlang" + cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang" + + install -Dm644 "$srcdir/otp_src_${pkgver/./-}/EPLICENCE" "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE" + +} diff --git a/community/esdl/PKGBUILD b/community/esdl/PKGBUILD index 83132ae56..58ee0f8ef 100644 --- a/community/esdl/PKGBUILD +++ b/community/esdl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=esdl pkgver=1.2 pkgrel=2 epoch=2 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') pkgdesc="SDL and OpenGL bindings for the Erlang programming language" url="http://esdl.sourceforge.net/" license=('custom') diff --git a/community/esekeyd/PKGBUILD b/community/esekeyd/PKGBUILD index d3d8520a9..a7b3bb7b4 100644 --- a/community/esekeyd/PKGBUILD +++ b/community/esekeyd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=esekeyd pkgver=1.2.7 pkgrel=2 pkgdesc="Multimedia keyboard driver for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/esekeyd/" license=('GPL') depends=('glibc' 'sh') diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD index b275244ff..15d4bd89f 100644 --- a/community/esmtp/PKGBUILD +++ b/community/esmtp/PKGBUILD @@ -5,9 +5,9 @@ pkgname=esmtp pkgver=1.2 -pkgrel=4 +pkgrel=4.1 pkgdesc="An easy SMTP forwarder." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://esmtp.sourceforge.net' license=('GPL') depends=('libesmtp' 'openssl') diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD index c322cfaee..a35be4c24 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -7,7 +7,7 @@ pkgname=espeak pkgver=1.46.02 pkgrel=2 pkgdesc="Text to Speech engine for good quality English, with support for other languages" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://espeak.sourceforge.net/' license=('GPL') depends=('portaudio' 'libpulse') diff --git a/community/espeakup/PKGBUILD b/community/espeakup/PKGBUILD index a7eab9de6..0947ef7bd 100644 --- a/community/espeakup/PKGBUILD +++ b/community/espeakup/PKGBUILD @@ -5,7 +5,7 @@ pkgname=espeakup pkgver=0.71 pkgrel=5 pkgdesc='Allows the Speakup screen review system to use the ESpeak synthesizer.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/williamh/espeakup" license=('GPL3') source=("ftp://linux-speakup.org/pub/linux/goodies/${pkgname}-${pkgver}.tar.bz2" diff --git a/community/etherape/PKGBUILD b/community/etherape/PKGBUILD index 8fc090151..a0901da0d 100644 --- a/community/etherape/PKGBUILD +++ b/community/etherape/PKGBUILD @@ -7,7 +7,7 @@ pkgname=etherape pkgver=0.9.12 pkgrel=2 pkgdesc="A graphical network monitor for various OSI layers and protocols" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://etherape.sourceforge.net/" license=('GPL2') depends=('libgnomeui' 'libpcap') diff --git a/community/etl/PKGBUILD b/community/etl/PKGBUILD index 3c87df6d6..6577de78a 100644 --- a/community/etl/PKGBUILD +++ b/community/etl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=etl pkgver=0.04.15 pkgrel=1 pkgdesc="VoriaETL: C++ STL complementory multiplatform template library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synfig.org" license=('GPL2') depends=() diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index fb32aa935..d23dd0e97 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('ettercap' 'ettercap-gtk') pkgver=NG_0.7.4.2 _origver=${pkgver/_/-} pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ettercap.sourceforge.net/" license=('GPL') makedepends=('libpcap' 'libltdl' 'libnet' 'gtk2' 'hicolor-icon-theme') diff --git a/community/evas-svn/PKGBUILD b/community/evas-svn/PKGBUILD index 183a3e5ed..136f419db 100755 --- a/community/evas-svn/PKGBUILD +++ b/community/evas-svn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=evas-svn pkgver=76645 pkgrel=1 pkgdesc="A hardware-accelerated canvas API for X-Windows" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD index bcfbe0592..923d38a6e 100644 --- a/community/exfat-utils/PKGBUILD +++ b/community/exfat-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=exfat-utils pkgver=0.9.8 pkgrel=1 pkgdesc="Utilities for exFAT file system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/exfat/" license=('GPL3') depends=('glibc') diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD index f7d9c9299..1e44b1a1d 100644 --- a/community/exim/PKGBUILD +++ b/community/exim/PKGBUILD @@ -7,7 +7,7 @@ pkgname=exim pkgver=4.80.1 pkgrel=1 pkgdesc="Message Transfer Agent" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.exim.org/' license=('GPL') backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim etc/conf.d/exim) diff --git a/community/expac/PKGBUILD b/community/expac/PKGBUILD index de5ab3177..b767fc161 100644 --- a/community/expac/PKGBUILD +++ b/community/expac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=expac pkgver=1 pkgrel=1 pkgdesc="pacman database extraction utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/expac" license=('GPL') depends=('pacman') diff --git a/community/ext3grep/PKGBUILD b/community/ext3grep/PKGBUILD index f3ac6d1cd..f7056634d 100644 --- a/community/ext3grep/PKGBUILD +++ b/community/ext3grep/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ext3grep pkgver=0.10.2 pkgrel=2 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ext3grep/" license=('GPL') makedepends=('e2fsprogs' 'patch') diff --git a/community/extremetuxracer/PKGBUILD b/community/extremetuxracer/PKGBUILD index 46e21f075..a9ef5470d 100644 --- a/community/extremetuxracer/PKGBUILD +++ b/community/extremetuxracer/PKGBUILD @@ -7,7 +7,7 @@ pkgname=extremetuxracer pkgver=0.4 pkgrel=4 pkgdesc="Downhill racing game starring Tux" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.extremetuxracer.com" license=('GPL') depends=('gcc-libs' 'sdl_mixer' 'tcl>=8.5.0' 'libpng>=1.4.0' 'freetype2' 'glu') diff --git a/community/extundelete/PKGBUILD b/community/extundelete/PKGBUILD index d639a9f06..be39273c9 100644 --- a/community/extundelete/PKGBUILD +++ b/community/extundelete/PKGBUILD @@ -6,7 +6,7 @@ pkgname=extundelete pkgver=0.2.0 pkgrel=2 pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://extundelete.sourceforge.net" license=('GPL') makedepends=('e2fsprogs') diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD index 84efb6c86..4e51fa705 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fatrat pkgver=1.2.0_beta2 pkgrel=1 pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fatrat.dolezel.info/" license=('GPL') depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion-net' 'qtwebkit') diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 37694b417..3117d9d46 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fb-client pkgver=1.1 pkgrel=2 pkgdesc="Client for paste.xinu.at" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://paste.xinu.at" license=('GPL3') depends=('curl') diff --git a/community/fbdump/PKGBUILD b/community/fbdump/PKGBUILD index 631bdd188..ed68de1cf 100644 --- a/community/fbdump/PKGBUILD +++ b/community/fbdump/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fbdump pkgver=0.4.2 pkgrel=3 pkgdesc="captures the contents of the visible portion of the Linux framebuffer to stdout" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rcdrummond.net/fbdump/" license=("GPL") depends=() diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD index ee251e138..38a78390e 100644 --- a/community/fbgetty/PKGBUILD +++ b/community/fbgetty/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1.698 pkgrel=4 license=("GPL") pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.meuh.org/fbgetty" source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz') md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56') diff --git a/community/fbgrab/PKGBUILD b/community/fbgrab/PKGBUILD index 14c947599..a08769bdf 100644 --- a/community/fbgrab/PKGBUILD +++ b/community/fbgrab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fbgrab pkgver=1.0 pkgrel=6 pkgdesc="A framebuffer screenshot grabber" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://hem.bredband.net/gmogmo/fbgrab/" license=("GPL") depends=('libpng') diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD index 5edf5f2a1..97f7117cb 100644 --- a/community/fbpanel/PKGBUILD +++ b/community/fbpanel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fbpanel pkgver=6.1 pkgrel=3 pkgdesc="NetWM compliant desktop panel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fbpanel.sourceforge.net/" depends=('gtk2') license=('GPL') diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD index c82f3e848..9d0d16132 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbreader pkgver=0.99.2 pkgrel=1 pkgdesc="An e-book reader for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fbreader.org/" license=('GPL') depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite') diff --git a/community/fbshot/PKGBUILD b/community/fbshot/PKGBUILD index 489f897f8..3d52335d6 100644 --- a/community/fbshot/PKGBUILD +++ b/community/fbshot/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbshot pkgver=0.3 pkgrel=4 pkgdesc="Takes screenshots (PNG) from your framebuffer device (e.g. console)." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sfires.net/fbshot/" license=('GPL') depends=('libpng') diff --git a/community/fbv/PKGBUILD b/community/fbv/PKGBUILD index a5043eaad..dcc9518c5 100644 --- a/community/fbv/PKGBUILD +++ b/community/fbv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbv pkgver=1.0b pkgrel=5 pkgdesc="FrameBuffer image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://s-tech.elsat.net.pl/fbv/" license=('GPL') depends=('libpng' 'libungif' 'libjpeg') diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index fcfe064ee..9c1632d33 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fceux pkgver=2.1.5 pkgrel=3 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://fceux.com/" pkgdesc="Fast and ultra-compatible NES/Famicom emulator" license=('GPL') diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD index 2237fc3a7..4f6a4f374 100644 --- a/community/fcgiwrap/PKGBUILD +++ b/community/fcgiwrap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.3 _gitrev='2e301c8' pkgrel=3 pkgdesc='A simple server for running CGI applications over FastCGI.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://nginx.localdomain.pl/wiki/FcgiWrap' license=('MIT') depends=('fcgi' 'spawn-fcgi') diff --git a/community/fcrackzip/PKGBUILD b/community/fcrackzip/PKGBUILD index 3c0fa15ad..e46ebb839 100644 --- a/community/fcrackzip/PKGBUILD +++ b/community/fcrackzip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcrackzip pkgver=1.0 pkgrel=3 pkgdesc="A zip file password cracker" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oldhome.schmorp.de/marc/$pkgname.html" license=('GPL') depends=(glibc) diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 8fa9c82a0..0e6d688ad 100755 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -8,7 +8,7 @@ pkgname=fcron pkgver=3.0.6 pkgrel=8 pkgdesc="feature-rich cron implementation" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://fcron.free.fr" license=('GPL') depends=('pam') diff --git a/community/fdm/PKGBUILD b/community/fdm/PKGBUILD index 5546042ad..a0bf2a771 100644 --- a/community/fdm/PKGBUILD +++ b/community/fdm/PKGBUILD @@ -5,11 +5,11 @@ pkgname=fdm pkgver=1.6 -pkgrel=3 +pkgrel=3.1 pkgdesc='Program to fetch and deliver mail' url='http://fdm.sourceforge.net/' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags') depends=('openssl' 'tdb' 'zlib') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz" @@ -20,6 +20,7 @@ sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../GNUmakefile.patch + sed -i 's/LIBS+= -lssl -ltdb -lz/LIBS+= -lssl -lcrypto -ltdb -lz/' GNUmakefile make } diff --git a/community/fdupes/PKGBUILD b/community/fdupes/PKGBUILD index 3ad9caa47..3b22f0e41 100644 --- a/community/fdupes/PKGBUILD +++ b/community/fdupes/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fdupes pkgver=1.40 pkgrel=6 pkgdesc="a program for identifying or deleting duplicate files residing within specified directories" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fdupes/" license=('MIT') depends=(glibc) diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD index 19336feeb..43d256cf4 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ffmpeg-compat pkgver=20120509 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ffmpeg.org/" license=('GPL') depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) diff --git a/community/ffmpeg2theora/PKGBUILD b/community/ffmpeg2theora/PKGBUILD index 7d1cf16c1..7cfa0b279 100644 --- a/community/ffmpeg2theora/PKGBUILD +++ b/community/ffmpeg2theora/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ffmpeg2theora pkgver=0.29 pkgrel=2 pkgdesc="Simple converter to create Ogg Theora files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.v2v.cc/~j/ffmpeg2theora/" license=('GPL') depends=('ffmpeg') diff --git a/community/fftw2/PKGBUILD b/community/fftw2/PKGBUILD index e46a44e49..2980711e9 100644 --- a/community/fftw2/PKGBUILD +++ b/community/fftw2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fftw2 pkgver=2.1.5 pkgrel=5 pkgdesc="A C subroutine library for computing the discrete Fourier transform (DFT)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fftw.org/" license=('GPL2') depends=('glibc') diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index f495f7475..9a5035eda 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -6,7 +6,7 @@ pkgname=filezilla pkgver=3.5.3 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://filezilla-project.org/" license=('GPL') depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3') diff --git a/community/fillets-ng/PKGBUILD b/community/fillets-ng/PKGBUILD index 9e4741e72..79c44cef7 100644 --- a/community/fillets-ng/PKGBUILD +++ b/community/fillets-ng/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="A port of the wonderful puzzle game Fish Fillets" url="http://fillets.sf.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('fillets-ng-data' 'lua' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils') install=$pkgname.install diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index fdfdabd1c..c3df5c8be 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -9,7 +9,7 @@ pkgname=fish pkgver=2.0b2 pkgrel=3 pkgdesc='Smart and user friendly shell intended mostly for interactive use' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ridiculousfish.com/shell/' license=('GPL2') depends=('python2') diff --git a/community/flac123/PKGBUILD b/community/flac123/PKGBUILD index e101e6f20..cb88cdcab 100644 --- a/community/flac123/PKGBUILD +++ b/community/flac123/PKGBUILD @@ -6,7 +6,7 @@ pkgname=flac123 pkgver=0.0.12 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') pkgdesc="A command-line program for playing FLAC audio files" url="http://flac-tools.sourceforge.net/" diff --git a/community/flam3/PKGBUILD b/community/flam3/PKGBUILD index 663f0f332..19006c9c9 100644 --- a/community/flam3/PKGBUILD +++ b/community/flam3/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flam3 pkgver=3.0.1 pkgrel=2 pkgdesc="Tools to create/display fractal flames: algorithmically generated images and animations" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://flam3.com/" license=('GPL3') depends=('libjpeg' 'libpng' 'libxml2') diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index 1b6db94b1..4e7399c63 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -9,10 +9,10 @@ pkgver=0.9.6.1 pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libftdi' 'pciutils') -optdepends=('dmidecode: for SMBIOS/DMI table decoder support') +[ "$CARCH" != "mips64el" ] && optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2") md5sums=('407e836c0a2b17ec76583cb6809f65e5') diff --git a/community/fldiff/PKGBUILD b/community/fldiff/PKGBUILD index 0b973410a..eea4708a4 100644 --- a/community/fldiff/PKGBUILD +++ b/community/fldiff/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fldiff pkgver=1.1 pkgrel=7 pkgdesc="graphical diff program" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.easysw.com/~mike/fldiff/" license=('GPL') install=fldiff.install diff --git a/community/flickcurl/PKGBUILD b/community/flickcurl/PKGBUILD index 86fcf0017..1a287da02 100644 --- a/community/flickcurl/PKGBUILD +++ b/community/flickcurl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flickcurl pkgver=1.21 pkgrel=3 pkgdesc="C library for the Flickr API" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://librdf.org/flickcurl/" license=('GPL') depends=('raptor' 'curl') diff --git a/community/flobopuyo/PKGBUILD b/community/flobopuyo/PKGBUILD index 4531d93f9..aa55e4cf4 100644 --- a/community/flobopuyo/PKGBUILD +++ b/community/flobopuyo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=flobopuyo pkgver=0.20 pkgrel=6 pkgdesc="Clone of the famous PuyoPuyo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/$pkgname/" license=('GPL') depends=('libgl' 'sdl_image' 'sdl_mixer') diff --git a/community/flowcanvas/PKGBUILD b/community/flowcanvas/PKGBUILD index 39dee6da0..c709a7d92 100644 --- a/community/flowcanvas/PKGBUILD +++ b/community/flowcanvas/PKGBUILD @@ -7,7 +7,7 @@ pkgname=flowcanvas pkgver=0.7.1 pkgrel=3 pkgdesc="Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://drobilla.net/software/flowcanvas/" depends=('libgnomecanvasmm' 'graphviz') makedepends=('boost' 'python2') diff --git a/community/floyd/PKGBUILD b/community/floyd/PKGBUILD index ae919142d..42c4cd155 100644 --- a/community/floyd/PKGBUILD +++ b/community/floyd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=floyd pkgver=2.0.1 pkgrel=4 pkgdesc="displays system load with pulse of keyboard LED" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.asahi-net.or.jp/~pi9s-nnb/floyd/" license=("GPL") depends=() diff --git a/community/fltk2/PKGBUILD b/community/fltk2/PKGBUILD index 7600f7322..581d24d2d 100644 --- a/community/fltk2/PKGBUILD +++ b/community/fltk2/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.0 _pkgver=2.0.x-alpha-r9166 pkgrel=8 pkgdesc="Graphical user interface toolkit for X" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('LGPL') url="http://www.fltk.org/" depends=('libjpeg' 'libpng' 'gcc-libs' 'libxft' 'libxext' 'libxi' 'libxinerama') diff --git a/community/flumotion/PKGBUILD b/community/flumotion/PKGBUILD index 307d2e189..069ad5eab 100644 --- a/community/flumotion/PKGBUILD +++ b/community/flumotion/PKGBUILD @@ -6,7 +6,7 @@ pkgname=flumotion pkgver=0.10.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A streaming media server" url="http://www.flumotion.net" options=('!libtool') diff --git a/community/fonteditfs/PKGBUILD b/community/fonteditfs/PKGBUILD index 3e4cb610c..2a7ce6ba1 100644 --- a/community/fonteditfs/PKGBUILD +++ b/community/fonteditfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fonteditfs pkgver=1.2 pkgrel=3 pkgdesc="console font editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fonteditfs.sourceforge.net/" license=('GPL') depends=('ncurses') diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index cd8506fd0..646d677d0 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fox pkgver=1.6.46 pkgrel=3 pkgdesc="Free Objects for X: GUI Toolkit for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fox-toolkit.org/" license=('LGPL' 'custom') depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 'glu') diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD index 554fedb39..44cd7b43e 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -11,7 +11,7 @@ pkgname=fpc pkgver=2.6.0 pkgrel=2 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freepascal.org/" license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index ee93c4c3c..1714504ac 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -5,7 +5,7 @@ pkgname=freedroid pkgver=1.0.2 pkgrel=8 pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freedroid.sourceforge.net/" license=('GPL') depends=('glibc' 'sdl_image' 'sdl_mixer') diff --git a/community/freedroidrpg/PKGBUILD b/community/freedroidrpg/PKGBUILD index 38c9ce56d..750f9a1f9 100644 --- a/community/freedroidrpg/PKGBUILD +++ b/community/freedroidrpg/PKGBUILD @@ -5,7 +5,7 @@ pkgname='freedroidrpg' pkgver=0.15.1 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu') makedepends=('mesa') optdepends=('python2' 'espeak') diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD index 21eda19dd..a4b51017f 100644 --- a/community/freehdl/PKGBUILD +++ b/community/freehdl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=freehdl pkgver=0.0.8 pkgrel=4 pkgdesc='An open-source (C++ generating) VHDL simulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://freehdl.seul.org' license=('GPL') depends=('perl') diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD index a047e79f9..7a50ca009 100644 --- a/community/freeimage/PKGBUILD +++ b/community/freeimage/PKGBUILD @@ -8,7 +8,7 @@ pkgname=freeimage pkgver=3.15.3 pkgrel=2 pkgdesc="Library project for developers who would like to support popular graphics image formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom:FIPL') url="http://freeimage.sourceforge.net/" depends=('gcc-libs') @@ -17,6 +17,13 @@ source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distributio md5sums=('6c305b4086500ff8541c596ea6fc7cd7') build() { + if [ "$CARCH" != "i686" ] ; then + # The Makefile incorrectly assumes that only x86_64 shared + # libraries need PIC. + export CFLAGS="$CFLAGS -fPIC" + export CXXFLAGS="$CXXFLAGS -fPIC" + fi + cp -r FreeImage FreeImagefip export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS" diff --git a/community/freemat/PKGBUILD b/community/freemat/PKGBUILD index 02d57a273..36da22bf8 100644 --- a/community/freemat/PKGBUILD +++ b/community/freemat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freemat pkgver=4.1 pkgrel=6 pkgdesc="A free environment for rapid engineering, scientific prototyping and data processing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freemat.sourceforge.net" license=('GPL') depends=('qt' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu') diff --git a/community/freeradius-client/PKGBUILD b/community/freeradius-client/PKGBUILD index b7f90a711..2452bc9ed 100644 --- a/community/freeradius-client/PKGBUILD +++ b/community/freeradius-client/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freeradius-client pkgver=1.1.6 pkgrel=4 pkgdesc="FreeRADIUS Client Software" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wiki.freeradius.org/Radiusclient" license=('BSD') depends=('sh') diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 43586cdaf..f75a1fa80 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freeradius pkgver=2.2.0 pkgrel=3 pkgdesc="The premier open source RADIUS server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freeradius.org/" license=('GPL') depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient') diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD index 183d850d0..74636c729 100644 --- a/community/freerdp/PKGBUILD +++ b/community/freerdp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freerdp pkgver=1.0.1 pkgrel=8 pkgdesc="Free RDP client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freerdp.sourceforge.net" license=('GPL') depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage' diff --git a/community/freetalk/PKGBUILD b/community/freetalk/PKGBUILD index 1f0a93f26..26540364e 100644 --- a/community/freetalk/PKGBUILD +++ b/community/freetalk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freetalk pkgver=3.2 pkgrel=5 pkgdesc="A console based Jabber client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/freetalk" license=('GPL') depends=('loudmouth' 'guile') diff --git a/community/freevo/PKGBUILD b/community/freevo/PKGBUILD index 086a863d0..1d7a95dea 100644 --- a/community/freevo/PKGBUILD +++ b/community/freevo/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=8 pkgdesc="An open-source home theatre PC platform" url="http://freevo.sourceforge.net/" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 'smpeg' 'pil' 'python-pysqlite-legacy' 'pyxml' 'lsdvd' 'twisted' 'python2-numpy' 'python-pygame' 'kaa-metadata' diff --git a/community/freewrl/PKGBUILD b/community/freewrl/PKGBUILD index ec562da65..2290488fd 100644 --- a/community/freewrl/PKGBUILD +++ b/community/freewrl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.22.13.1 _pkgver=1.22.13 pkgrel=3 pkgdesc="VRML viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freewrl.sourceforge.net/" license=('GPL') depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 'sox' diff --git a/community/frei0r-plugins/PKGBUILD b/community/frei0r-plugins/PKGBUILD index f248043ba..fbf3b1149 100644 --- a/community/frei0r-plugins/PKGBUILD +++ b/community/frei0r-plugins/PKGBUILD @@ -5,7 +5,7 @@ pkgname=frei0r-plugins pkgver=1.3 pkgrel=4 pkgdesc="frei0r is a minimalistic plugin API for video sources and filters." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.piksel.org/frei0r" license=('GPL') depends=('gcc-libs' 'gavl>=1.0.0' 'opencv') diff --git a/community/fswebcam/PKGBUILD b/community/fswebcam/PKGBUILD index ae1493bdb..7953a8536 100644 --- a/community/fswebcam/PKGBUILD +++ b/community/fswebcam/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fswebcam pkgver=20110717 pkgrel=2 pkgdesc="Tiny and flexible webcam app." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.firestorm.cx/fswebcam" license=('GPL') depends=('gd') diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD index 2b2822f85..cce35b5dc 100644 --- a/community/fuse-exfat/PKGBUILD +++ b/community/fuse-exfat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fuse-exfat pkgver=0.9.8 pkgrel=1 pkgdesc="Free exFAT file system implementation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/exfat/" license=('GPL3') depends=('fuse') diff --git a/community/fuseiso/PKGBUILD b/community/fuseiso/PKGBUILD index 39ee9bffc..359d7f3d1 100644 --- a/community/fuseiso/PKGBUILD +++ b/community/fuseiso/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fuseiso pkgver=20070708 pkgrel=4 pkgdesc="FUSE module to mount ISO filesystem images" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/fuseiso/" license=('GPL') depends=('fuse' 'glib2' 'zlib') diff --git a/community/fwbuilder/PKGBUILD b/community/fwbuilder/PKGBUILD index 34e6edcb4..ae7574fdf 100644 --- a/community/fwbuilder/PKGBUILD +++ b/community/fwbuilder/PKGBUILD @@ -8,7 +8,7 @@ pkgver=5.1.0.3599 pkgrel=2 pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms" url="http://www.fwbuilder.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libxslt' 'net-snmp' 'qt') conflicts=('libfwbuilder') diff --git a/community/fxdesktop/PKGBUILD b/community/fxdesktop/PKGBUILD index 973311383..e75d296b8 100644 --- a/community/fxdesktop/PKGBUILD +++ b/community/fxdesktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxdesktop pkgver=0.1.12 pkgrel=6 pkgdesc="Lightweight Desktop Environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fxdesktop/" license=('GPL') depends=('fox>=1.6.0') diff --git a/community/fxprocessview/PKGBUILD b/community/fxprocessview/PKGBUILD index 260a3b3bd..d65db68df 100644 --- a/community/fxprocessview/PKGBUILD +++ b/community/fxprocessview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxprocessview pkgver=0.5.0 pkgrel=5 pkgdesc="Process Viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('fox>=1.4.0') makedepends=('glu') diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD index a12fa1702..4ffa33cdf 100644 --- a/community/g2sc/PKGBUILD +++ b/community/g2sc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=g2sc pkgver=0.2 pkgrel=4 pkgdesc="Samba gtk2 client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/g2sc" license=('GPL') depends=('smbclient' 'gtk2') diff --git a/community/galago-daemon/PKGBUILD b/community/galago-daemon/PKGBUILD index 068e0482c..82e506751 100644 --- a/community/galago-daemon/PKGBUILD +++ b/community/galago-daemon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=galago-daemon pkgver=0.5.1 pkgrel=4 pkgdesc="Galago presence daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.galago-project.org" depends=('libgalago') diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index 74e5e5bb4..f61078339 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=galculator pkgver=2.0 pkgrel=1 pkgdesc='GTK+ based scientific calculator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://galculator.sourceforge.net/' license=('GPL') depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index 71c2eb3c3..3a98e8e4e 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -17,7 +17,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba pkgver=3.3.3 pkgrel=3 pkgdesc="A free development environment based on a Basic interpreter." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gambas.sourceforge.net/" license=('GPL2') groups=('gambas3') diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index a876ba89c..cf50f6cf2 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gammu pkgver=1.32.0 pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wammu.eu/" license=('GPL') depends=('bluez' 'curl' 'libmysqlclient' diff --git a/community/garmindev/PKGBUILD b/community/garmindev/PKGBUILD index cac38b54a..5934b338e 100644 --- a/community/garmindev/PKGBUILD +++ b/community/garmindev/PKGBUILD @@ -6,7 +6,7 @@ pkgname=garmindev pkgver=0.3.4 pkgrel=5 pkgdesc="Garmin Device Drivers for QlandkarteGT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qlandkarte.org/" license=('GPL') depends=('libusb') diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD index 5af667871..cf531cc3a 100644 --- a/community/gavl/PKGBUILD +++ b/community/gavl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gavl pkgver=1.4.0 pkgrel=1 pkgdesc='A low level library, upon which multimedia APIs can be built.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gmerlin.sourceforge.net/' license=('GPL') depends=('glibc') diff --git a/community/gcolor2/PKGBUILD b/community/gcolor2/PKGBUILD index b9b30a4df..29c03c09a 100644 --- a/community/gcolor2/PKGBUILD +++ b/community/gcolor2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gcolor2 pkgver=0.4 pkgrel=6 pkgdesc="A simple GTK+2 color selector" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gcolor2.sf.net/" license=('GPL') depends=('gtk2') @@ -19,8 +19,9 @@ md5sums=('02de9d925ad5921522685f402caec3ec' '9523da11b40dd167964d1b50b40250d5') build() { - cd ${srcdir}/${pkgname}-${pkgver} - [ "$CARCH" == "x86_64" ] && (patch -p1 < ../gcolor2-0.4-amd64.patch) + cd $srcdir/$pkgname-$pkgver + [ "$CARCH" == "x86_64" ] && (patch -p1 < ../gcolor2-0.4-amd64.patch) + [ "$CARCH" == "mips64el" ] && (patch -p1 < ../gcolor2-0.4-amd64.patch) # fix fs#25904 sed -i 's/\[:space:\]/[&]/g' configure diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 453925d4a..ad548df59 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gcompris pkgver=12.05 pkgrel=2 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gcompris.net/" license=('GPL3') depends=('pygtk' 'pyxml' 'librsvg' 'gnet' 'python2-pysqlite' diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index 2a6babd3b..f788a3902 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdal pkgver=1.9.0 pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gdal.org/" license=('custom') depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 'libmysqlclient' 'postgresql-libs') diff --git a/community/gdesklets/PKGBUILD b/community/gdesklets/PKGBUILD index 197781d7c..959b9d38a 100644 --- a/community/gdesklets/PKGBUILD +++ b/community/gdesklets/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdesklets pkgver=0.36.3 pkgrel=4 pkgdesc="System for bringing mini programs (desklets) onto your desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gdesklets.de/" license=('GPL') depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 'xdg-utils') diff --git a/community/gdk-pixbuf/PKGBUILD b/community/gdk-pixbuf/PKGBUILD index 7b0059d51..2435ad7ca 100644 --- a/community/gdk-pixbuf/PKGBUILD +++ b/community/gdk-pixbuf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdk-pixbuf pkgver=0.22.0 pkgrel=9 pkgdesc="Image loading and manipulation library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gtk.org/" license=('GPL' 'LGPL') depends=('gtk' 'libtiff' 'libpng') diff --git a/community/gdlmm/PKGBUILD b/community/gdlmm/PKGBUILD index 3c5d0091f..68b56b12c 100644 --- a/community/gdlmm/PKGBUILD +++ b/community/gdlmm/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gdlmm pkgver=3.3.2 pkgrel=2 pkgdesc="C++ bindings for the gdl library" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://git.gnome.org/browse/gdlmm/" depends=('gdl' 'gtkmm3') options=(!libtool !emptydirs) diff --git a/community/gdmap/PKGBUILD b/community/gdmap/PKGBUILD index ea5be993f..0e1d79f34 100644 --- a/community/gdmap/PKGBUILD +++ b/community/gdmap/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gdmap pkgver=0.8.1 pkgrel=3 pkgdesc="Tool to inspect the used space of folders." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gdmap.sourceforge.net" license=('GPL') depends=('gtk2' 'glib2' 'libxml2') diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index e68cb6518..91c431ad1 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geany-plugins pkgver=1.22 pkgrel=2 pkgdesc="Combined plugins release for Geany" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://plugins.geany.org/" license=('GPL') depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme') diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index f294fb7e1..8cab17da6 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -9,7 +9,7 @@ pkgname=geany pkgver=1.22 pkgrel=2 pkgdesc='Fast and lightweight IDE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils') diff --git a/community/gebabbel/PKGBUILD b/community/gebabbel/PKGBUILD index 82174dd00..322843866 100644 --- a/community/gebabbel/PKGBUILD +++ b/community/gebabbel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gebabbel pkgver=0.4 pkgrel=5 pkgdesc="GUI for gpsbabel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gebabbel.sourceforge.net/" license=('GPL2') depends=('qt' 'gpsbabel') diff --git a/community/gecko-mediaplayer/PKGBUILD b/community/gecko-mediaplayer/PKGBUILD index 56470a0f6..630a3e5ab 100644 --- a/community/gecko-mediaplayer/PKGBUILD +++ b/community/gecko-mediaplayer/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gecko-mediaplayer pkgver=1.0.6 pkgrel=1 pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web browser.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/gecko-mediaplayer/' license=('GPL') depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk') diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD index b3e6278b9..f971fd355 100644 --- a/community/geda-gaf/PKGBUILD +++ b/community/geda-gaf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=geda-gaf pkgver=1.6.2 pkgrel=2 pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gpleda.org" license=('GPL') depends=('gtk2' 'guile' 'libstroke' 'shared-mime-info' 'hicolor-icon-theme') diff --git a/community/gedit-plugins/PKGBUILD b/community/gedit-plugins/PKGBUILD index 9db934a71..4389b442f 100644 --- a/community/gedit-plugins/PKGBUILD +++ b/community/gedit-plugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gedit-plugins pkgver=3.6.1 pkgrel=1 pkgdesc="Plugins for gedit" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') url="http://live.gnome.org/GeditPlugins" depends=('gedit' 'dbus-python') diff --git a/community/gen2shp/PKGBUILD b/community/gen2shp/PKGBUILD index ce863bc74..f164dda17 100644 --- a/community/gen2shp/PKGBUILD +++ b/community/gen2shp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gen2shp pkgver=0.3.1 pkgrel=6 pkgdesc='Converts ArcInfo generate format to shapefile format' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.intevation.de/~jan/gen2shp/' license=('GPL') depends=('shapelib') diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index 7266aabe3..c385e7a05 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geos pkgver=3.3.5 pkgrel=1 pkgdesc="C++ port of the Java Topology Suite" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://trac.osgeo.org/geos/" license=('LGPL') depends=('gcc-libs' 'bash') diff --git a/community/gerbv/PKGBUILD b/community/gerbv/PKGBUILD index f18a19b5a..e5666533a 100644 --- a/community/gerbv/PKGBUILD +++ b/community/gerbv/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="An open source Gerber file (RS-274X only) viewer" url="http://gerbv.gpleda.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme') optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics') install=$pkgname.install diff --git a/community/gftp/PKGBUILD b/community/gftp/PKGBUILD index ecf7042e2..96c352d86 100644 --- a/community/gftp/PKGBUILD +++ b/community/gftp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gftp pkgver=2.0.19 pkgrel=4 pkgdesc="A multithreaded ftp client for X Windows" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gftp.org/" license=('GPL2') depends=('gtk2' 'openssl' 'readline') diff --git a/community/ghemical/PKGBUILD b/community/ghemical/PKGBUILD index a4dc7cb38..718b4823a 100644 --- a/community/ghemical/PKGBUILD +++ b/community/ghemical/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.0 pkgrel=2 pkgdesc="Computational chemistry package." license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bioinformatics.org/ghemical/ghemical/" depends=('libghemical>=3.0' 'liboglappth>=1.0' 'libglade' 'gtkglext' 'openbabel') makedepends=('pkgconfig' 'intltool>=0.40.0' 'gettext') diff --git a/community/gigedit/PKGBUILD b/community/gigedit/PKGBUILD index 179d5aa46..bd05aa9bf 100644 --- a/community/gigedit/PKGBUILD +++ b/community/gigedit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gigedit pkgver=0.2.0 pkgrel=2 pkgdesc="Gigasampler instrument editor" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.linuxsampler.org/" license=('GPL') depends=('linuxsampler' 'gtkmm' 'libsigc++') diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD index fc69f80fb..243511dc2 100644 --- a/community/giggle/PKGBUILD +++ b/community/giggle/PKGBUILD @@ -6,19 +6,25 @@ pkgname=giggle pkgver=0.6.1 pkgrel=1 pkgdesc="Git repository viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/giggle" license=('GPL') depends=('git' 'gtksourceview3' 'vte3') makedepends=('intltool' 'itstool') -source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz) +source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz + gmodule.patch) options=(!libtool) install=giggle.install -sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8') +sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8' + 'f8ad37a5e533e24afe127e6d67f7baf055ebed93b822644d7a08d97c96079474') build() { cd "${srcdir}/${pkgname}-${pkgver}" + # An upstream build fix. + patch -p1 -i "$srcdir/gmodule.patch" + autoconf + ./configure \ --prefix=/usr make diff --git a/community/giggle/gmodule.patch b/community/giggle/gmodule.patch new file mode 100644 index 000000000..2716ea2cd --- /dev/null +++ b/community/giggle/gmodule.patch @@ -0,0 +1,23 @@ +From 6a4d71af9920df76a15e427671c90952fddbb411 Mon Sep 17 00:00:00 2001 +From: Vincent Untz <vuntz@gnome.org> +Date: Thu, 19 Jan 2012 13:48:40 +0000 +Subject: build: Explicitly link to gmodule-2.0 + +gmodule-2.0 is now gone from the pkg-config files for GTK+ 3 and others. + +https://bugzilla.gnome.org/show_bug.cgi?id=667350 +--- +diff --git a/configure.ac b/configure.ac +index 07f5b7b..aa11046 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -55,6 +55,7 @@ GTKSOURCE_REQUIRED_VERSION=3.0 + PKG_CHECK_MODULES(GIGGLE, [ + gio-2.0 >= $GLIB_REQUIRED_VERSION + glib-2.0 >= $GLIB_REQUIRED_VERSION ++ gmodule-2.0 >= $GLIB_REQUIRED_VERSION + gthread-2.0 >= $GLIB_REQUIRED_VERSION + gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION + gdk-3.0 >= $GTK_REQUIRED_VERSION +-- +cgit v0.9.0.2 diff --git a/community/gimmage/PKGBUILD b/community/gimmage/PKGBUILD index 36b32322a..f4a994d35 100644 --- a/community/gimmage/PKGBUILD +++ b/community/gimmage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gimmage pkgver=0.2.3 pkgrel=4 pkgdesc="A gtkmm image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gimmage.berlios.de" license=('GPL') depends=('gtkmm' 'curl' 'file') diff --git a/community/gimp-plugin-fblur/PKGBUILD b/community/gimp-plugin-fblur/PKGBUILD index 4d995bf23..204fd0568 100644 --- a/community/gimp-plugin-fblur/PKGBUILD +++ b/community/gimp-plugin-fblur/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gimp-plugin-fblur pkgver=3.2.6 pkgrel=3 pkgdesc="Makes out of focus with luminosity and depth" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://registry.gimp.org/node/1444" license=('GPL') depends=('gimp' 'fftw') diff --git a/community/gimp-plugin-lqr/PKGBUILD b/community/gimp-plugin-lqr/PKGBUILD index 56697466c..f3b99261a 100644 --- a/community/gimp-plugin-lqr/PKGBUILD +++ b/community/gimp-plugin-lqr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-plugin-lqr pkgver=0.7.1 pkgrel=4 pkgdesc="Plugin for The GIMP providing Liquid Rescale" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://liquidrescale.wikidot.com/" license=('GPL') depends=('gimp' 'liblqr') diff --git a/community/gimp-plugin-mathmap/PKGBUILD b/community/gimp-plugin-mathmap/PKGBUILD index e1dc19fd4..ab89aab6b 100644 --- a/community/gimp-plugin-mathmap/PKGBUILD +++ b/community/gimp-plugin-mathmap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-plugin-mathmap pkgver=1.3.5 pkgrel=2 pkgdesc="A GIMP plug-in which allows distortion of images specified by mathematical formulae" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.complang.tuwien.ac.at/schani/mathmap/" license=('GPL') depends=('gimp' 'gsl' 'gtksourceview2' 'fftw' 'giflib') diff --git a/community/gimp-plugin-wavelet-decompose/PKGBUILD b/community/gimp-plugin-wavelet-decompose/PKGBUILD index 02c20524d..f6c3d9595 100644 --- a/community/gimp-plugin-wavelet-decompose/PKGBUILD +++ b/community/gimp-plugin-wavelet-decompose/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-plugin-wavelet-decompose pkgver=0.1.2 pkgrel=2 pkgdesc="Wavelet decompose plugin for Gimp" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://registry.gimp.org/node/11742" license=('GPL') depends=('gimp') diff --git a/community/gimp-plugin-wavelet-denoise/PKGBUILD b/community/gimp-plugin-wavelet-denoise/PKGBUILD index 9e17c8bfe..d58f9edd2 100644 --- a/community/gimp-plugin-wavelet-denoise/PKGBUILD +++ b/community/gimp-plugin-wavelet-denoise/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gimp-plugin-wavelet-denoise pkgver=0.3.1 pkgrel=2 pkgdesc="Tool to reduce noise in each channel of an image separately" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://registry.gimp.org/node/4235" license=('GPL') depends=('gimp') diff --git a/community/gimp-refocus/PKGBUILD b/community/gimp-refocus/PKGBUILD index 5cc3b5703..6c031e39c 100644 --- a/community/gimp-refocus/PKGBUILD +++ b/community/gimp-refocus/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-refocus pkgver=0.9.0 pkgrel=3 pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://refocus.sourceforge.net/" license=('GPL2') depends=('gimp') diff --git a/community/ginac/PKGBUILD b/community/ginac/PKGBUILD index b812f13dc..a35c6bf2b 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ginac pkgver=1.6.2 pkgrel=1 pkgdesc='A library designed to allow the creation of integrated systems that embed symbolic manipulations.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ginac.de' license=('GPL') depends=('cln') diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD index 9508e34a5..6e7a3ab62 100644 --- a/community/girara/PKGBUILD +++ b/community/girara/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(girara-common girara-gtk2 girara-gtk3) pkgver=0.1.4 pkgrel=1 pkgdesc="user interface library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pwmt.org/projects/girara" license=('custom') makedepends=('gtk3' 'gtk2') diff --git a/community/gitg/PKGBUILD b/community/gitg/PKGBUILD index 1bb606e4e..53f0c8ac6 100644 --- a/community/gitg/PKGBUILD +++ b/community/gitg/PKGBUILD @@ -10,7 +10,7 @@ pkgname=gitg pkgver=0.2.5 pkgrel=1 pkgdesc='A GIT repository viewer based on GTK+' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://trac.novowork.com/gitg/' license=('GPL') depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \ diff --git a/community/gkrellm/PKGBUILD b/community/gkrellm/PKGBUILD index 7feef83b4..f1293632c 100644 --- a/community/gkrellm/PKGBUILD +++ b/community/gkrellm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gkrellm pkgver=2.3.5 pkgrel=3 pkgdesc="System monitor package for GTK2" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html" license=('GPL3') depends=('gtk2' 'libsm' 'lm_sensors') diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD index 6dd2488b9..03d7820c6 100644 --- a/community/gl-117/PKGBUILD +++ b/community/gl-117/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gl-117 pkgver=1.3.2 pkgrel=6 pkgdesc="An action flight simulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.heptargon.de/gl-117/gl-117.html" license=("GPL") depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu') diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index 9196fda8f..17ab644b4 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -10,7 +10,7 @@ pkgname=glfw pkgver=2.7.6 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.glfw.org/" license=('custom:ZLIB') depends=('libgl' 'libxrandr') diff --git a/community/glitz/PKGBUILD b/community/glitz/PKGBUILD index be833ed8f..16945df94 100644 --- a/community/glitz/PKGBUILD +++ b/community/glitz/PKGBUILD @@ -4,7 +4,7 @@ pkgname=glitz pkgver=0.5.6 pkgrel=3 pkgdesc="OpenGL image compositing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cairographics.org/" license=('BSD') depends=('libgl') diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD index 157adabfb..d46a77e9e 100644 --- a/community/gliv/PKGBUILD +++ b/community/gliv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gliv pkgver=1.9.7 pkgrel=2 pkgdesc="OpenGL image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guichaz.free.fr/gliv/" license=('GPL') depends=('gtkglext') diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index 64d83922f..15a639da4 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=glob2 pkgver=0.9.4.4 pkgrel=13 pkgdesc="RTS game which minimizes micro-management by automatically assigning tasks to units" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.globulation2.org/" license=('GPL3') depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu' diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 59385e1e9..189f7c459 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -8,7 +8,7 @@ pkgname=glom pkgver=1.22.0 pkgrel=2 pkgdesc="An easy-to-use database designer and user interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.glom.org/" license=('GPL') depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD index a8e8cff14..6d108c6a6 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gloox pkgver=1.0 pkgrel=3 pkgdesc="C++ libraries for development of Jabber client/component/server" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://camaya.net/gloox" options=('!libtool') license=("GPL") diff --git a/community/glpng/PKGBUILD b/community/glpng/PKGBUILD index 0c604e544..bcb6d09be 100644 --- a/community/glpng/PKGBUILD +++ b/community/glpng/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glpng pkgver=1.45 pkgrel=5 pkgdesc="Toolkit for loading PNG images as OpenGL textures" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fifi.org/doc/libglpng-dev/glpng.html" license=('custom') depends=('libpng' 'libgl') diff --git a/community/gluon/PKGBUILD b/community/gluon/PKGBUILD index 12d20a320..78b666d40 100644 --- a/community/gluon/PKGBUILD +++ b/community/gluon/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.71.0 _pkgver=0.71 pkgrel=4 pkgdesc="A free and open source platform for creating and distributing games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gluon.gamingfreedom.org/" license=('LGPL') depends=('kdelibs' 'libsndfile' 'alure') diff --git a/community/gmerlin-avdecoder/PKGBUILD b/community/gmerlin-avdecoder/PKGBUILD index 9552e8e0d..78f1adc33 100644 --- a/community/gmerlin-avdecoder/PKGBUILD +++ b/community/gmerlin-avdecoder/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmerlin-avdecoder pkgver=1.2.0 pkgrel=1 pkgdesc="Media decoding library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gmerlin.sourceforge.net/avdec_frame.html" license=('GPL') depends=('gmerlin' 'openjpeg' 'flac' 'smbclient' 'libmad' 'libmpcdec' 'speex' diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD index 84b919bc2..6256f16eb 100644 --- a/community/gmerlin/PKGBUILD +++ b/community/gmerlin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmerlin pkgver=1.2.0 pkgrel=1 pkgdesc="Multimedia architecture for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio>=0.82' 'musicbrainz' 'mjpegtools' 'hicolor-icon-theme' 'libgl') diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index 293954169..91e89eee3 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=gmic pkgname=("gmic" "gimp-plugin-gmic" "zart") pkgver=1.5.1.8 pkgrel=4 -arch=("i686" "x86_64") +arch=('i686' 'x86_64' 'mips64el') url="http://gmic.sourceforge.net" license=("custom:CeCILL") makedepends=("gimp" "qt" "fftw" "openexr" "opencv") diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD index 5ea89e2ca..792ecd1b1 100644 --- a/community/gmime22/PKGBUILD +++ b/community/gmime22/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gmime22 pkgver=2.2.26 pkgrel=2 pkgdesc="Core mime parsing library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://spruce.sourceforge.net/gmime/" depends=('glib2' 'zlib') diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD index d72951ccf..48573dffa 100644 --- a/community/gmime24/PKGBUILD +++ b/community/gmime24/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gmime24 pkgver=2.4.32 pkgrel=1 pkgdesc="Core mime parsing library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="http://spruce.sourceforge.net/gmime/" depends=('glib2' 'zlib') diff --git a/community/gmrun/PKGBUILD b/community/gmrun/PKGBUILD index ea5fd9c70..5e35d38a1 100644 --- a/community/gmrun/PKGBUILD +++ b/community/gmrun/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gmrun pkgver=0.9.2 pkgrel=4 pkgdesc="A simple program which provides a run program window" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sf.net/projects/gmrun" license=('GPL') depends=('gtk2' 'popt') diff --git a/community/gmtk/PKGBUILD b/community/gmtk/PKGBUILD index 8141da27f..11d89fe2b 100644 --- a/community/gmtk/PKGBUILD +++ b/community/gmtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmtk pkgver=1.0.6 pkgrel=1 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplay.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gmtk.googlecode.com/' license=('GPL') depends=('glib2' 'gtk3' 'dconf') diff --git a/community/gnac/PKGBUILD b/community/gnac/PKGBUILD index 42cb76b7f..9b70a49ff 100644 --- a/community/gnac/PKGBUILD +++ b/community/gnac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnac pkgver=0.2.4.1 pkgrel=1 pkgdesc="Audio converter for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnac.sourceforge.net/" license=('GPL') depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD index 4bae2c98c..05b970678 100644 --- a/community/gnash/PKGBUILD +++ b/community/gnash/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=gnash pkgname=(gnash-common gnash-gtk) pkgver=0.8.10 pkgrel=5 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.gnu.org/software/gnash/" license=(GPL3) makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index 6ca662aec..ec1bda143 100644 --- a/community/gnome-commander/PKGBUILD +++ b/community/gnome-commander/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-commander pkgver=1.2.8.15 pkgrel=1 pkgdesc="A graphical two-pane filemanager for Gnome" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/gcmd/" license=('GPL') depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm') diff --git a/community/gnome-mplayer/PKGBUILD b/community/gnome-mplayer/PKGBUILD index ebfde0805..028e43ded 100644 --- a/community/gnome-mplayer/PKGBUILD +++ b/community/gnome-mplayer/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-mplayer pkgver=1.0.6 pkgrel=1 pkgdesc='A simple MPlayer GUI.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gnome-mplayer.googlecode.com/' license=('GPL') depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk') diff --git a/community/gnome-packagekit/PKGBUILD b/community/gnome-packagekit/PKGBUILD index 2d101a133..34d54730a 100644 --- a/community/gnome-packagekit/PKGBUILD +++ b/community/gnome-packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnome-packagekit pkgver=3.6.0 pkgrel=1 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME desktop' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.packagekit.org/' license=('GPL') depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify' diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD index 27a6fbf9b..b30fd2467 100644 --- a/community/gnome-ppp/PKGBUILD +++ b/community/gnome-ppp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnome-ppp pkgver=0.3.23 pkgrel=8 pkgdesc="A GNOME 2 WvDial frontend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnomefiles.org/app.php?soft_id=41" license=('GPL2') depends=('libglade' 'wvdial') diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD index dd06076c5..ae22b9046 100644 --- a/community/gnome-settings-daemon-updates/PKGBUILD +++ b/community/gnome-settings-daemon-updates/PKGBUILD @@ -6,7 +6,7 @@ pkgname=$_pkgname-updates pkgver=3.6.1 pkgrel=1 pkgdesc="Updates plugin for the GNOME Settings daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gnome-packagekit' "$_pkgname") makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 'xf86-input-wacom') diff --git a/community/gnome-web-photo/PKGBUILD b/community/gnome-web-photo/PKGBUILD index ee29c7b08..42cd5b9f2 100644 --- a/community/gnome-web-photo/PKGBUILD +++ b/community/gnome-web-photo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-web-photo pkgver=0.10.6 pkgrel=1 pkgdesc="Generate full-size image files and thumbnails from HTML files and web pages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/gnome-web-photo/" license=('LGPL') depends=('libwebkit3') diff --git a/community/gnomesu/PKGBUILD b/community/gnomesu/PKGBUILD index ed183e16a..579e75278 100644 --- a/community/gnomesu/PKGBUILD +++ b/community/gnomesu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnomesu pkgver=0.3.1 pkgrel=7 pkgdesc="A program that allows a user to su to root in a Gnome environment." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gtkfiles.org/app.php/GnomeSu" license=("GPL") depends=('libgnomeui' 'libzvt') diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD index 8a7bde9c5..92b298cc3 100644 --- a/community/gnonlin/PKGBUILD +++ b/community/gnonlin/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gnonlin pkgver=0.10.17 pkgrel=1 pkgdesc='Library for creating non-linear video editors' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://gnonlin.sourceforge.net/' depends=('gstreamer0.10>=0.10.36') makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig') diff --git a/community/gnote/PKGBUILD b/community/gnote/PKGBUILD index b75356190..71a0e4a0c 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnote pkgver=3.6.1 pkgrel=1 pkgdesc="A note taking application." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Gnote" license=('GPL3') depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD index 5bf35b283..c5fa45ae0 100644 --- a/community/gnubiff-gtk/PKGBUILD +++ b/community/gnubiff-gtk/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnubiff-gtk pkgver=2.2.15 pkgrel=1 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnubiff.sourceforge.net/" license=("GPL") depends=('libglade' 'gtk3' 'openssl' 'popt') diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD index 814259c8a..5cb79b831 100644 --- a/community/gnubiff/PKGBUILD +++ b/community/gnubiff/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnubiff pkgver=2.2.15 pkgrel=1 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnubiff.sourceforge.net/" license=("GPL") depends=('libglade' 'gtk3' 'popt') diff --git a/community/gnucap/PKGBUILD b/community/gnucap/PKGBUILD index 1b9e4fec5..7c92073d1 100644 --- a/community/gnucap/PKGBUILD +++ b/community/gnucap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=20091207 _pkgver=2009-12-07 pkgrel=2 pkgdesc="GNU Circuit Analysis Package" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnucap.org/" license=('GPL') depends=('gcc-libs' 'readline') diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD index 515910ea8..e8e7f7a5e 100644 --- a/community/gnunet-gtk/PKGBUILD +++ b/community/gnunet-gtk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet-gtk pkgver=0.9.3 pkgrel=1 pkgdesc="A frontend for GNUnet" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnunet.org" options=('!libtool') license=('GPL') diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 1f63c7d37..485f685ea 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet pkgver=0.9.3 pkgrel=2 pkgdesc="A framework for secure peer-to-peer networking" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnunet.org" license=('GPL') depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'curl' @@ -15,16 +15,11 @@ makedepends=('gettext' 'pkgconfig') backup=(etc/gnunetd.conf) options=('!libtool' '!makeflags') install=gnunet.install -source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz +source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz{,.sig} gnunet.rc gnunet.service gnunet.conf.d defaults.conf) -md5sums=('4234ad22e3204941773632a1d0c2e0e8' - '5baf691913b007fb33e365239e3f7217' - '54cce3d2415d95b2e5bd1bd88db3a0ea' - 'f161b46915736e4017e77ad735521453' - '0fe23b2ca5b3fc47a0b5645e04406da0') build() { cd $srcdir/gnunet-$pkgver @@ -42,3 +37,9 @@ package() { rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* $pkgdir/usr/include/ltdl.h install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service } +md5sums=('4234ad22e3204941773632a1d0c2e0e8' + '26135208534eb638f8585ccf19472c6f' + '5baf691913b007fb33e365239e3f7217' + '54cce3d2415d95b2e5bd1bd88db3a0ea' + 'f161b46915736e4017e77ad735521453' + '0fe23b2ca5b3fc47a0b5645e04406da0') diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD index b059ca4a3..dd375db38 100644 --- a/community/gnustep-back/PKGBUILD +++ b/community/gnustep-back/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-back pkgver=0.22.0 pkgrel=3 pkgdesc="The GNUstep GUI Backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=('LGPL') depends=(libgl libxmu gcc-libs freetype2 cairo) diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD index 827afcf48..446334bb4 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-base pkgver=1.24.0 pkgrel=3 pkgdesc="The GNUstep base package" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=("GPL" "LGPL") depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls) diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index dc648ba02..0d17ce958 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-gui pkgver=0.22.0 pkgrel=3 pkgdesc="The GNUstep GUI class library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=('LGPL') depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao') diff --git a/community/gnustep-make/PKGBUILD b/community/gnustep-make/PKGBUILD new file mode 100644 index 000000000..6bbfa795b --- /dev/null +++ b/community/gnustep-make/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 69454 2012-04-16 13:51:34Z spupykin $ +# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> +# Contributor: Sebastian Sareyko <public@nooms.de> + +pkgname=gnustep-make +pkgver=2.6.2 +pkgrel=2 +pkgdesc="The GNUstep make package" +arch=('mips64el') +url="http://www.gnustep.org/" +license=('GPL') +depends=() +conflicts=('gnustep-make-svn') +groups=('gnustep-core') +source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz) +md5sums=('b926d142debc9f38d75b11019c31889f') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc/GNUstep + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install + + sed -i 's|GNUSTEP_HOST_CPU=.*|GNUSTEP_HOST_CPU=mips64el|' $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh + sed -i 's|GNUSTEP_HOST=.*|GNUSTEP_HOST=mips64el-unknown-linux-gnu|' $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh + install -D -m755 \ + $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \ + $pkgdir/etc/profile.d/GNUstep.sh +} diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD index f2020893c..be3e5564a 100644 --- a/community/gobby/PKGBUILD +++ b/community/gobby/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gobby pkgver=0.4.13 pkgrel=1 pkgdesc="A collaborative text editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de" license=('GPL') diff --git a/community/gocr/PKGBUILD b/community/gocr/PKGBUILD index 1a8d60138..4b712698a 100644 --- a/community/gocr/PKGBUILD +++ b/community/gocr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gocr pkgver=0.49 pkgrel=2 pkgdesc="Open-source character recognition (OCR)" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://jocr.sourceforge.net/index.html" license=('GPL') depends=('glibc' 'netpbm') diff --git a/community/gogglesmm/PKGBUILD b/community/gogglesmm/PKGBUILD index 1b8e96051..c11484565 100644 --- a/community/gogglesmm/PKGBUILD +++ b/community/gogglesmm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gogglesmm pkgver=0.12.6 pkgrel=2 pkgdesc="Music Manager and Player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/gogglesmm/" license=('GPL3') install=gogglesmm.install diff --git a/community/goldendict/PKGBUILD b/community/goldendict/PKGBUILD index 0d3796329..5ff50b09a 100644 --- a/community/goldendict/PKGBUILD +++ b/community/goldendict/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goldendict pkgver=1.0.1 pkgrel=5 pkgdesc="Feature-rich dictionary lookup program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goldendict.berlios.de/" license=('GPL3') depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qt' 'qtwebkit' 'phonon') diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index 6a5d3a949..322e0ed15 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=goobox pkgver=3.0.1 pkgrel=1 pkgdesc="CD player and ripper for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') depends=('brasero' 'libmusicbrainz3' 'libnotify' 'xdg-utils') diff --git a/community/goocanvas/PKGBUILD b/community/goocanvas/PKGBUILD index 143df9b60..a17ddf0c6 100644 --- a/community/goocanvas/PKGBUILD +++ b/community/goocanvas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goocanvas pkgver=2.0.1 pkgrel=2 pkgdesc="A cairo canvas widget for GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://live.gnome.org/GooCanvas" options=('!libtool' 'docs') license=("LGPL") diff --git a/community/goocanvas1/PKGBUILD b/community/goocanvas1/PKGBUILD index f0124333e..4def76d2d 100644 --- a/community/goocanvas1/PKGBUILD +++ b/community/goocanvas1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goocanvas1 pkgver=1.0.0 pkgrel=1 pkgdesc="A cairo canvas widget for GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://live.gnome.org/GooCanvas" options=('!libtool' 'docs') license=("LGPL") diff --git a/community/goocanvasmm/PKGBUILD b/community/goocanvasmm/PKGBUILD index e44d3e6a9..5fd36fbb9 100755 --- a/community/goocanvasmm/PKGBUILD +++ b/community/goocanvasmm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goocanvasmm pkgver=1.90.8 pkgrel=1 pkgdesc='C++ wrappers for goocanvas' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/' license=('GPL') depends=('goocanvas' 'gtkmm3') diff --git a/community/google-gadgets/PKGBUILD b/community/google-gadgets/PKGBUILD index ad1ce8ab6..21e2e2b7a 100644 --- a/community/google-gadgets/PKGBUILD +++ b/community/google-gadgets/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.11.2 _sover=1.0 _sobump=0.0.0 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/google-gadgets-for-linux/" license=('APACHE') makedepends=('gstreamer0.10-base-plugins' 'libwebkit' diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index 7df9b6b1d..f2f02738c 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.38 pkgrel=5 pkgdesc="software version control visualization" license=(GPL3) -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs') makedepends=('boost' 'glm') diff --git a/community/gpac/PKGBUILD b/community/gpac/PKGBUILD index 65daa5607..72e242bb4 100644 --- a/community/gpac/PKGBUILD +++ b/community/gpac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gpac pkgver=4065 pkgrel=2 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpac.sourceforge.net" license=('LGPL') depends=('ffmpeg' 'libjpeg' 'libpng' 'glu') diff --git a/community/gpg-crypter/PKGBUILD b/community/gpg-crypter/PKGBUILD index b8b49c4ce..cb313d0f9 100644 --- a/community/gpg-crypter/PKGBUILD +++ b/community/gpg-crypter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpg-crypter pkgver=0.3.5 pkgrel=5 pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK2 toolkit and libgpgme" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpg-crypter.sourceforge.net/" license=('GPL') depends=('gtk2' 'gpgme') diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD index 8bd94d706..066ed3ac3 100644 --- a/community/gphpedit/PKGBUILD +++ b/community/gphpedit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gphpedit pkgver=0.9.98RC1 pkgrel=3 pkgdesc="a scintilla/gnome based editor specialized on php-files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') depends=('libgnomeui>=2.18.1-2' 'libgtkhtml>=2.11.0' 'desktop-file-utils' 'libwebkit') makedepends=('intltool') diff --git a/community/gpicview/PKGBUILD b/community/gpicview/PKGBUILD index ef08560b4..6d5200832 100644 --- a/community/gpicview/PKGBUILD +++ b/community/gpicview/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpicview pkgver=0.2.3 pkgrel=1 pkgdesc="lightweight image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') @@ -20,6 +20,7 @@ md5sums=('0f1275b5b0ca66e48963a7ccda8a5019') build() { cd "$srcdir/$pkgname-$pkgver" + sed -ri 's/^(gpicview_LDADD = .+)/\1 -lm/' src/Makefile.in ./configure --sysconfdir=/etc --prefix=/usr make } diff --git a/community/gprolog/PKGBUILD b/community/gprolog/PKGBUILD index 358ce05f4..405263831 100644 --- a/community/gprolog/PKGBUILD +++ b/community/gprolog/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gprolog pkgver=1.4.1 pkgrel=1 pkgdesc="GNU Prolog" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gprolog.org/" depends=() license=('GPL') diff --git a/community/gpsbabel/PKGBUILD b/community/gpsbabel/PKGBUILD index 9ffb08e33..ddff78f8b 100644 --- a/community/gpsbabel/PKGBUILD +++ b/community/gpsbabel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpsbabel pkgver=1.4.4 pkgrel=1 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gpsbabel.org" license=('GPL') depends=('libusb-compat' 'expat') diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD index 213ebbbda..78e0c9de1 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.11 _pkgver=20120928 pkgrel=14 pkgdesc="A car (bike, ship, plane) navigation system" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://www.gpsdrive.de/" license=('GPL2') depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 'postgresql-libs' 'openstreetmap-map-icons-svn' diff --git a/community/gpsim/PKGBUILD b/community/gpsim/PKGBUILD index 311a70a32..8edc7723f 100644 --- a/community/gpsim/PKGBUILD +++ b/community/gpsim/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gpsim pkgver=0.26.1 pkgrel=2 pkgdesc="A full-featured software simulator for Microchip PIC microcontrollers" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://gpsim.sourceforge.net/" license=(GPL) depends=('gtk2+extra' 'popt') diff --git a/community/gpsmanshp/PKGBUILD b/community/gpsmanshp/PKGBUILD index 972e8f837..0236d453a 100644 --- a/community/gpsmanshp/PKGBUILD +++ b/community/gpsmanshp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gpsmanshp pkgver=1.2.1 pkgrel=1 pkgdesc="A Tcl package to read and write shapefiles" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpsmanshp.sourceforge.net/" license=('GPL') depends=('glibc' 'shapelib' 'tcl') diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index 0ca635b09..6ea946bc2 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gputils pkgver=0.14.2 pkgrel=1 pkgdesc="PIC Programming Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gputils.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD index 2f91bca12..0f4c9e28e 100644 --- a/community/gq/PKGBUILD +++ b/community/gq/PKGBUILD @@ -10,13 +10,16 @@ url="http://sourceforge.net/projects/gqclient" license=("GPL") depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 'libgpg-error' 'libgcrypt') makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=gq.install -source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz) -md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e') +source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz + glib-includes.patch) +md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e' + 'fa7d0f5f40953324dba108993d004807') build() { cd $srcdir/$pkgname-$pkgver + patch -p1 -i "$srcdir/glib-includes.patch" LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb make make DESTDIR=$pkgdir install diff --git a/community/gq/glib-includes.patch b/community/gq/glib-includes.patch new file mode 100644 index 000000000..f47418cf0 --- /dev/null +++ b/community/gq/glib-includes.patch @@ -0,0 +1,112 @@ +diff -ru gq-1.3.4.orig/src/glib-helpers.c gq-1.3.4/src/glib-helpers.c +--- gq-1.3.4.orig/src/glib-helpers.c 2012-08-28 16:44:00.844858395 +0200 ++++ gq-1.3.4/src/glib-helpers.c 2012-08-28 16:45:32.832447086 +0200 +@@ -23,8 +23,7 @@ + + #include "glib-helpers.h" + +-#include <glib/gmessages.h> +-#include <glib/gunicode.h> ++#include <glib.h> + + GList* + g_list_copy_reversed(GList* list) { +diff -ru gq-1.3.4.orig/src/glib-helpers.h gq-1.3.4/src/glib-helpers.h +--- gq-1.3.4.orig/src/glib-helpers.h 2012-08-28 16:44:00.816659875 +0200 ++++ gq-1.3.4/src/glib-helpers.h 2012-08-28 16:45:32.796191846 +0200 +@@ -24,7 +24,7 @@ + #ifndef GLIB_HELPERS_H + #define GLIB_HELPERS_H + +-#include <glib/glist.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-hash.h gq-1.3.4/src/gq-hash.h +--- gq-1.3.4.orig/src/gq-hash.h 2012-08-28 16:44:00.784432994 +0200 ++++ gq-1.3.4/src/gq-hash.h 2012-08-28 16:45:32.699511206 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_ENCRYPTION_H + #define GQ_ENCRYPTION_H + +-#include <glib/garray.h> ++#include <glib.h> + #include "gq-utilities.h" + + G_BEGIN_DECLS +diff -ru gq-1.3.4.orig/src/gq-main-loop.h gq-1.3.4/src/gq-main-loop.h +--- gq-1.3.4.orig/src/gq-main-loop.h 2012-08-28 16:44:00.812631515 +0200 ++++ gq-1.3.4/src/gq-main-loop.h 2012-08-28 16:45:32.788135126 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_MAIN_LOOP_H + #define GQ_MAIN_LOOP_H + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-stack.c gq-1.3.4/src/gq-stack.c +--- gq-1.3.4.orig/src/gq-stack.c 2012-08-28 16:44:00.824716595 +0200 ++++ gq-1.3.4/src/gq-stack.c 2012-08-28 16:45:32.808276926 +0200 +@@ -23,9 +23,7 @@ + + #include "gq-stack.h" + +-#include <glib/gmem.h> +-#include <glib/gmessages.h> +-#include <glib/glist.h> ++#include <glib.h> + + #undef DEBUG_STACK + +diff -ru gq-1.3.4.orig/src/gq-stack.h gq-1.3.4/src/gq-stack.h +--- gq-1.3.4.orig/src/gq-stack.h 2012-08-28 16:44:00.832773315 +0200 ++++ gq-1.3.4/src/gq-stack.h 2012-08-28 16:45:32.816333646 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_STACK_H + #define GQ_STACK_H + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-tab.h gq-1.3.4/src/gq-tab.h +--- gq-1.3.4.orig/src/gq-tab.h 2012-08-28 16:44:00.844858395 +0200 ++++ gq-1.3.4/src/gq-tab.h 2012-08-28 16:45:32.828418726 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_TAB_H + #define GQ_TAB_H + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/state.c gq-1.3.4/src/state.c +--- gq-1.3.4.orig/src/state.c 2012-08-28 16:44:00.804574794 +0200 ++++ gq-1.3.4/src/state.c 2012-08-28 16:45:32.780078406 +0200 +@@ -35,8 +35,8 @@ + #include <fcntl.h> + #include <errno.h> + + #include <glib/gi18n.h> +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtk/gtk.h> + + #include "configfile.h" +diff -ru gq-1.3.4.orig/src/syntax.h gq-1.3.4/src/syntax.h +--- gq-1.3.4.orig/src/syntax.h 2012-08-28 16:44:00.877085275 +0200 ++++ gq-1.3.4/src/syntax.h 2012-08-28 16:45:32.840503807 +0200 +@@ -27,7 +27,7 @@ + #ifndef GQ_SYNTAX_H_INCLUDED + #define GQ_SYNTAX_H_INCLUDED + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + diff --git a/community/grace/PKGBUILD b/community/grace/PKGBUILD index 1cb307dee..9298a82f0 100644 --- a/community/grace/PKGBUILD +++ b/community/grace/PKGBUILD @@ -7,7 +7,7 @@ pkgname=grace pkgver=5.1.23 pkgrel=1 pkgdesc="2D plotting tool" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://plasma-gate.weizmann.ac.il/Grace/" depends=('libjpeg' 'libpng' 'lesstif' 't1lib' 'netcdf') makedepends=('netcdf' 'fftw') diff --git a/community/grsync/PKGBUILD b/community/grsync/PKGBUILD index 7640a3c24..9508c1ed8 100644 --- a/community/grsync/PKGBUILD +++ b/community/grsync/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grsync pkgver=1.2.2 pkgrel=1 pkgdesc="GTK GUI for rsync" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.opbyte.it/grsync" license=('GPL') depends=('gtk2' 'rsync') diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD index 26e7a259e..6f41deacb 100644 --- a/community/gsasl/PKGBUILD +++ b/community/gsasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gsasl pkgver=1.8.0 pkgrel=2 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://josefsson.org/gsasl/" license=("GPL") depends=('gnutls' 'libidn' 'krb5' 'libgcrypt') diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD index 665e1a034..31bb7d762 100644 --- a/community/gshutdown/PKGBUILD +++ b/community/gshutdown/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gshutdown pkgver=0.2 pkgrel=4 pkgdesc="An advanced shutdown utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gshutdown.tuxfamily.org" license=('GPL') depends=('libglade' 'libnotify') diff --git a/community/gsimplecal/PKGBUILD b/community/gsimplecal/PKGBUILD index d469f7621..ede1ac540 100644 --- a/community/gsimplecal/PKGBUILD +++ b/community/gsimplecal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gsimplecal pkgver=1.6 pkgrel=1 pkgdesc="Simple and lightweight GTK calendar" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dmedvinsky.github.com/$pkgname" license=('BSD') depends=('gtk2') diff --git a/community/gsmartcontrol/PKGBUILD b/community/gsmartcontrol/PKGBUILD index 5ed813a1d..3047069fd 100644 --- a/community/gsmartcontrol/PKGBUILD +++ b/community/gsmartcontrol/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gsmartcontrol pkgver=0.8.7 pkgrel=2 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" license=('GPL3') depends=('smartmontools' 'pcre' 'gtkmm' 'libglademm' 'glib2' 'xorg-xmessage') diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index 26e941512..7af4d7861 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.8.11 pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom') depends=('openssl' 'zlib' 'gcc-libs') makedepends=('autoconf' 'automake') diff --git a/community/gsql/PKGBUILD b/community/gsql/PKGBUILD index be3937b83..a9127c50a 100644 --- a/community/gsql/PKGBUILD +++ b/community/gsql/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="Integrated database development tool for GNOME" url="http://gsql.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2>=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf' 'desktop-file-utils' 'libnotify') makedepends=('libmysqlclient' 'postgresql-libs' 'libssh') diff --git a/community/gstreamermm/PKGBUILD b/community/gstreamermm/PKGBUILD index f546bc455..fe63cb019 100644 --- a/community/gstreamermm/PKGBUILD +++ b/community/gstreamermm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gstreamermm pkgver=0.10.10 pkgrel=1 pkgdesc="C++ interface for GStreamer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gstreamer.freedesktop.org/bindings/cplusplus.html" license=('LGPL') depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++') diff --git a/community/gsynaptics/PKGBUILD b/community/gsynaptics/PKGBUILD index 137235be1..78919e90e 100644 --- a/community/gsynaptics/PKGBUILD +++ b/community/gsynaptics/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gsynaptics pkgver=0.9.16 pkgrel=2 pkgdesc="A settings tool for Synaptics touchpad driver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gsynaptics.sourceforge.jp/" license=('GPL') depends=('libgnomeui' 'synaptics') diff --git a/community/gtk-aurora-engine/PKGBUILD b/community/gtk-aurora-engine/PKGBUILD index b9f477505..b1dae6d08 100644 --- a/community/gtk-aurora-engine/PKGBUILD +++ b/community/gtk-aurora-engine/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtk-aurora-engine pkgver=1.5.1 pkgrel=3 pkgdesc="gtk-engine: latest member of the clearlooks family" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" license=('GPL') depends=('gtk2') diff --git a/community/gtk-chtheme/PKGBUILD b/community/gtk-chtheme/PKGBUILD index fbce248ad..51bd47548 100644 --- a/community/gtk-chtheme/PKGBUILD +++ b/community/gtk-chtheme/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk-chtheme pkgver=0.3.1 pkgrel=7 pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better alternative to switch2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://plasmasturm.org/programs/gtk-chtheme/" depends=('gtk2') diff --git a/community/gtk-engine-murrine/PKGBUILD b/community/gtk-engine-murrine/PKGBUILD index ead92660a..04a3dec25 100644 --- a/community/gtk-engine-murrine/PKGBUILD +++ b/community/gtk-engine-murrine/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gtk-engine-murrine pkgver=0.98.2 pkgrel=1 pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cimitan.com/murrine/project/murrine" license=('LGPL3') depends=('gtk2') diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD index 41cf27d09..714fc29f4 100644 --- a/community/gtk-engine-unico/PKGBUILD +++ b/community/gtk-engine-unico/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk-engine-unico pkgver=1.0.2 pkgrel=3 pkgdesc="Unico GTK3 theme engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/unico" license=('GPL') depends=("gtk3") diff --git a/community/gtk-kde4/PKGBUILD b/community/gtk-kde4/PKGBUILD index 367b79207..9891313ae 100644 --- a/community/gtk-kde4/PKGBUILD +++ b/community/gtk-kde4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk-kde4 pkgver=0.9.5b pkgrel=2 pkgdesc='Allows you to change style, icons, font of GTK applications in KDE4.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kde-look.org/content/show.php?content=74689' license=('GPL') depends=('kdebase-workspace' 'gtk-engines') diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD index 78087c508..604c6241e 100644 --- a/community/gtk-theme-switch2/PKGBUILD +++ b/community/gtk-theme-switch2/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.1.0 pkgrel=2 pkgdesc="Gtk2 theme switcher" url="http://muhri.net/nav.php3?node=gts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('gtk2') source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz) diff --git a/community/gtk2+extra/PKGBUILD b/community/gtk2+extra/PKGBUILD index b380bfe1d..ba4d2ebae 100644 --- a/community/gtk2+extra/PKGBUILD +++ b/community/gtk2+extra/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk2+extra pkgver=2.1.2 pkgrel=2 pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://gtkextra.sourceforge.net/" depends=('gtk2') license=('LGPL') diff --git a/community/gtk2_prefs/PKGBUILD b/community/gtk2_prefs/PKGBUILD index 88d0b4b64..de71164e4 100644 --- a/community/gtk2_prefs/PKGBUILD +++ b/community/gtk2_prefs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtk2_prefs pkgver=0.4.1 pkgrel=3 pkgdesc="A GTK2 theme selector and font switcher" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtk-win.sourceforge.net/home/index.php/en/Gtk2Prefs" license=("GPL") depends=('gtk2') diff --git a/community/gtk2fontsel/PKGBUILD b/community/gtk2fontsel/PKGBUILD index 4abc01cbf..f92378248 100644 --- a/community/gtk2fontsel/PKGBUILD +++ b/community/gtk2fontsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk2fontsel pkgver=0.1 pkgrel=4 pkgdesc="Font selection and preview tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtk2fontsel.sourceforge.net/" license=('GPL') depends=('gtk2') diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index f7dedfd1f..18ce2b97d 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('ghc=7.6.1-1' 'alex=3.0.2-2' 'happy=1.18.9-6' 'haskell-random=1.0.1.1-3') depends=('gmp') options=('strip') diff --git a/community/gtkballs/PKGBUILD b/community/gtkballs/PKGBUILD index 530a1e782..f745ac0ec 100644 --- a/community/gtkballs/PKGBUILD +++ b/community/gtkballs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtkballs pkgver=3.1.5 pkgrel=5 pkgdesc="clone of Lines - logic game about balls" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtkballs.antex.ru/" license=('GPL') depends=("gtk2") diff --git a/community/gtkdatabox/PKGBUILD b/community/gtkdatabox/PKGBUILD index e5c8ed830..ffe6c1074 100644 --- a/community/gtkdatabox/PKGBUILD +++ b/community/gtkdatabox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtkdatabox pkgver=0.9.1.3 pkgrel=1 pkgdesc="A widget for the Gtk+ library designed to display large amounts of numerical data" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.eudoxos.net/gtk/gtkdatabox" options=('!libtool') license=("LGPL") diff --git a/community/gtkdialog/PKGBUILD b/community/gtkdialog/PKGBUILD index eb8b9cb32..92de90fb2 100644 --- a/community/gtkdialog/PKGBUILD +++ b/community/gtkdialog/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtkdialog pkgver=0.8.2 pkgrel=1 pkgdesc="Gtkdialog is a small utility for fast and easy GUI building." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://linux.pte.hu/~pipas/gtkdialog/" url="http://code.google.com/p/gtkdialog/" license=("GPL") diff --git a/community/gtkperf/PKGBUILD b/community/gtkperf/PKGBUILD index 144e03df5..f71c5c92a 100644 --- a/community/gtkperf/PKGBUILD +++ b/community/gtkperf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gtkperf pkgver=0.40 pkgrel=4 pkgdesc="An application designed to test GTK+ performance" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtkperf.sourceforge.net" license=("GPL") depends=('gtk2') diff --git a/community/gtksourceviewmm/PKGBUILD b/community/gtksourceviewmm/PKGBUILD index ad2c08025..020dae4da 100644 --- a/community/gtksourceviewmm/PKGBUILD +++ b/community/gtksourceviewmm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gtksourceviewmm pkgver=3.2.0 pkgrel=1 pkgdesc="provides C++ bindings for gtksourceview library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://gnome.org" license=('LGPL2.1') depends=('gtkmm3' 'gtksourceview3') diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD index 35929803e..a7dcee2f6 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -10,7 +10,7 @@ _pkgver=3.0.0~hg20110814 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool') diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD index d7a20adce..e61a9cd9d 100644 --- a/community/gtkwave/PKGBUILD +++ b/community/gtkwave/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtkwave pkgver=3.3.40 pkgrel=1 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gtkwave.sourceforge.net' license=('GPL' 'MIT') depends=('bzip2' 'xz' 'gtk2') diff --git a/community/gtranslator/PKGBUILD b/community/gtranslator/PKGBUILD index 31647d1de..e07883740 100644 --- a/community/gtranslator/PKGBUILD +++ b/community/gtranslator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtranslator pkgver=2.91.5 pkgrel=1 pkgdesc="An enhanced gettext po file editor for the GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/gtranslator/" license=('GPL') depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'dconf') diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD index ae82be66a..e354bffa0 100644 --- a/community/gtypist/PKGBUILD +++ b/community/gtypist/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtypist pkgver=2.9.1 pkgrel=1 pkgdesc="universal typing tutor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gtypist/gtypist.html" license=("GPL") depends=('ncurses' 'perl') @@ -15,7 +15,7 @@ makedepends=('emacs') install=gtypist.install source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz ncurses.patch) -md5sums=('8b7e5595fcabd254f85c2e171dcaf4fc' +md5sums=('99747f4e8d56c840a23a07145f798e54' 'ba5e990d948ba5019391094dac890aa6') build() { diff --git a/community/guake/PKGBUILD b/community/guake/PKGBUILD index f5e1eaffd..af49cd896 100644 --- a/community/guake/PKGBUILD +++ b/community/guake/PKGBUILD @@ -7,7 +7,7 @@ pkgname=guake pkgver=0.4.4 pkgrel=2 pkgdesc='Drop-down terminal for GNOME' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guake.org/" license=('GPL') depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/guichan/PKGBUILD b/community/guichan/PKGBUILD index 032274d45..d948c2b66 100644 --- a/community/guichan/PKGBUILD +++ b/community/guichan/PKGBUILD @@ -7,7 +7,7 @@ pkgname=guichan pkgver=0.8.2 pkgrel=3 pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guichan.sourceforge.net/" license=('BSD') makedepends=('sdl_image' 'allegro4' 'libgl' 'glut') diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD index f89cc9268..94a0683b9 100644 --- a/community/guifications/PKGBUILD +++ b/community/guifications/PKGBUILD @@ -6,7 +6,7 @@ pkgname=guifications pkgver=2.16 pkgrel=3 pkgdesc="A set of GUI popup notifications for pidgin" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://plugins.guifications.org/trac/wiki/Guifications" license=("GPL") depends=('pidgin') diff --git a/community/gummi/PKGBUILD b/community/gummi/PKGBUILD index 69a8ac95c..ed9b420d0 100644 --- a/community/gummi/PKGBUILD +++ b/community/gummi/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gummi pkgver=0.6.5 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://gummi.midnightcoding.org/' license=('MIT') depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') diff --git a/community/gupnp-dlna/PKGBUILD b/community/gupnp-dlna/PKGBUILD index cbb30c5ef..dba60702f 100644 --- a/community/gupnp-dlna/PKGBUILD +++ b/community/gupnp-dlna/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gupnp-dlna pkgver=0.6.6 pkgrel=1 pkgdesc="Library to ease DLNA-related bits for applications using gupnp" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gupnp.org/" license=('LGPL') depends=('gstreamer0.10-base-plugins') diff --git a/community/gwenhywfar/PKGBUILD b/community/gwenhywfar/PKGBUILD index 925fe53ea..24b5f89d8 100644 --- a/community/gwenhywfar/PKGBUILD +++ b/community/gwenhywfar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.3.3 _dnrel=67 pkgrel=1 pkgdesc="OS abstraction functions for various projects" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.aquamaniac.de" options=('!libtool') license=("LGPL") diff --git a/community/gwget/PKGBUILD b/community/gwget/PKGBUILD index ff888ec34..f14aa9a4d 100644 --- a/community/gwget/PKGBUILD +++ b/community/gwget/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gwget pkgver=1.0.4 pkgrel=5 pkgdesc="Download manager for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/gwget/" license=('GPL') depends=('gtk2' 'gconf' 'libnotify') diff --git a/community/gxmessage/PKGBUILD b/community/gxmessage/PKGBUILD index ff23b9da0..0c977a485 100644 --- a/community/gxmessage/PKGBUILD +++ b/community/gxmessage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gxmessage pkgver=2.12.4 pkgrel=2 pkgdesc="A GTK2 based xmessage clone." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" license=('GPL') depends=('gtk2' 'desktop-file-utils') diff --git a/community/hacburn/PKGBUILD b/community/hacburn/PKGBUILD index 2c4ea446e..42d7a1eb0 100644 --- a/community/hacburn/PKGBUILD +++ b/community/hacburn/PKGBUILD @@ -4,7 +4,7 @@ pkgname=hacburn pkgver=0.3.5 pkgrel=4 pkgdesc="HacBurn is a script written in perl to aid in writing CDs. It is a graphical interface (using gtk+) to cdrtools, mpg321 and ogg123." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hacburn.sourceforge.net/" license=('GPL') depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg321' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame') diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD index 274cc7851..c57706999 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Tool for generating documentation for Haskell libraries" url="http://hackage.haskell.org/package/haddock" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') makedepends=('alex=3.0.2-2' 'happy=1.18.9-6') depends=('ghc=7.6.1-1' 'haskell-xhtml=3000.2.1-2' 'haskell-ghc-paths=0.1.0.8-9') install=$pkgname.install diff --git a/community/hardlink/PKGBUILD b/community/hardlink/PKGBUILD index edf5d6973..018471415 100644 --- a/community/hardlink/PKGBUILD +++ b/community/hardlink/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hardlink pkgver=0.2.0 pkgrel=1 pkgdesc='Replace file copies using hardlinks' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://jak-linux.org/projects/hardlink/' license=('custom: MIT') depends=('glibc' 'pcre') diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD index d171ada31..a77ea64ff 100644 --- a/community/hashcash/PKGBUILD +++ b/community/hashcash/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hashcash pkgver=1.22 pkgrel=3 pkgdesc="a denial-of-service counter measure tool for email/spam." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hashcash.org" license=('GPL') depends=( 'glibc' ) diff --git a/community/haskell-binary/PKGBUILD b/community/haskell-binary/PKGBUILD index f3651c935..c55afc770 100644 --- a/community/haskell-binary/PKGBUILD +++ b/community/haskell-binary/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings" url="http://hackage.haskell.org/package/binary" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') depends=(ghc=7.4.1 sh) options=('strip') source=("http://hackage.haskell.org/packages/archive/binary/$pkgver/binary-$pkgver.tar.gz") diff --git a/community/haskell-dataenc/PKGBUILD b/community/haskell-dataenc/PKGBUILD index 758f25719..34a0373b3 100644 --- a/community/haskell-dataenc/PKGBUILD +++ b/community/haskell-dataenc/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="Data encoding library" url="http://hackage.haskell.org/package/dataenc" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' sh) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz '0001-update-build-deps-for-ghc-7.6.1.patch') diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index 1e23d3c10..8afbfc68f 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -8,6 +8,7 @@ pkgrel=9 pkgdesc="Knowledge of GHC's installation directories" url="http://hackage.haskell.org/package/ghc-paths" license=('custom:BSD3') +arch=('i686' 'x86_64' 'mips64el') arch=('x86_64' 'i686') depends=('ghc=7.6.1-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD index d0089aa8c..403cb1a18 100644 --- a/community/haskell-haskeline/PKGBUILD +++ b/community/haskell-haskeline/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc="A command-line interface for user input, written in Haskell." url="http://hackage.haskell.org/package/haskeline" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh' 'haskell-utf8-string=0.3.7-3' 'haskell-mtl=2.1.2-1' 'haskell-terminfo=0.3.2.5-1') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index d5998b124..a0fcbab1b 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index 573b5188d..e7e830647 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Reading, writing and manipulating tar archive files" url="http://hackage.haskell.org/package/tar" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1') source=("http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz") install=haskell-tar.install diff --git a/community/haskell-terminfo/PKGBUILD b/community/haskell-terminfo/PKGBUILD index 1576e8dd8..974779c1e 100644 --- a/community/haskell-terminfo/PKGBUILD +++ b/community/haskell-terminfo/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Haskell bindings to the terminfo library." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/haskell-utf8-string/PKGBUILD b/community/haskell-utf8-string/PKGBUILD index 0c5cc75d0..d167aa9d2 100644 --- a/community/haskell-utf8-string/PKGBUILD +++ b/community/haskell-utf8-string/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc="Support for reading and writing UTF8 Strings" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) diff --git a/community/haskell-x11-xft/PKGBUILD b/community/haskell-x11-xft/PKGBUILD index 97ee3a2ed..bb4e05077 100644 --- a/community/haskell-x11-xft/PKGBUILD +++ b/community/haskell-x11-xft/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=5 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-utf8-string=0.3.7' 'libxft') options=('strip') install=haskell-x11-xft.install diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index e03a1fb93..5d4c3a7bb 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -8,7 +8,7 @@ pkgname=haskell-x11 pkgver=1.6.0.2 pkgrel=1 pkgdesc="A Haskell binding to the X11 graphics library." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') diff --git a/community/hatari/PKGBUILD b/community/hatari/PKGBUILD index 50acbc0da..41f3358d0 100644 --- a/community/hatari/PKGBUILD +++ b/community/hatari/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hatari pkgver=1.6.2 pkgrel=1 pkgdesc='An Atari ST and STE emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://hatari.sourceforge.net/' license=('GPL') depends=('sdl' 'libpng') diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index 82876b93b..e662e6090 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -7,7 +7,7 @@ pkgname=haveged pkgver=1.5 pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.issihosts.com/haveged' license=('GPL') depends=('glibc') @@ -31,3 +31,6 @@ package() { install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/haveged install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service } +md5sums=('c1f34be00c3f438ec83862e90e192e4b' + '264b725be5271288b40f363d7cfc6b68' + 'fc62a480f520377364503aca9efff0b0') diff --git a/community/hawknl/PKGBUILD b/community/hawknl/PKGBUILD index f10df654a..7c140f823 100644 --- a/community/hawknl/PKGBUILD +++ b/community/hawknl/PKGBUILD @@ -8,7 +8,7 @@ pkgname=hawknl pkgver=1.68 pkgrel=3 pkgdesc="An open source game oriented network API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hawksoft.com/hawknl/" license=('LGPL') depends=('glibc') diff --git a/community/hdapsd/PKGBUILD b/community/hdapsd/PKGBUILD index 74aa528f0..7d8b4922f 100644 --- a/community/hdapsd/PKGBUILD +++ b/community/hdapsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hdapsd pkgver=20090401 pkgrel=5 pkgdesc='HDAPS userspace hard drive protection daemon' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/hdaps/' license=('GPL') depends=('glibc') diff --git a/community/hedgewars/PKGBUILD b/community/hedgewars/PKGBUILD index 57a320a7a..d1542e75f 100644 --- a/community/hedgewars/PKGBUILD +++ b/community/hedgewars/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hedgewars pkgver=0.9.17 pkgrel=5 pkgdesc="Free Worms-like turn based strategy game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hedgewars.org" license=('GPL' 'custom') depends=('qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua') diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index d03059046..d988b2cec 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hevea pkgver=2.00 pkgrel=1 pkgdesc="A quite complete and fast LATEX to HTML translator" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('ocaml') license=('GPL') url="http://pauillac.inria.fr/~maranget/hevea/" diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD index 4a1715e85..c4e4a0fe2 100644 --- a/community/hex-a-hop/PKGBUILD +++ b/community/hex-a-hop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hex-a-hop pkgver=1.1.0 pkgrel=3 pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://hexahop.sourceforge.net/' license=('GPL') depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs') diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD index 4548d4343..31bb2505a 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.12 pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(qt lua boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7') diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD index 9a8053373..d609f0fa5 100644 --- a/community/hitori/PKGBUILD +++ b/community/hitori/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hitori pkgver=0.4.0 pkgrel=1 pkgdesc="GTK+ application to generate and let you play games of Hitori" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://live.gnome.org/Hitori" license=('GPL') depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/homebank/PKGBUILD b/community/homebank/PKGBUILD index 9c6e7adb6..bff719418 100644 --- a/community/homebank/PKGBUILD +++ b/community/homebank/PKGBUILD @@ -6,7 +6,7 @@ pkgname=homebank pkgver=4.4 pkgrel=3 pkgdesc="Free, easy, personal accounting for everyone" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homebank.free.fr/" license=('GPL') depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 'perlxml' 'shared-mime-info') diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index f9d8ccebf..ffe7847dc 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hostapd pkgver=1.0 pkgrel=2 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hostap.epitest.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD index ee6b4e835..a37160586 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -4,9 +4,9 @@ pkgname=hping pkgver=3.0.0 -pkgrel=2 +pkgrel=2.1 pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.hping.org' license=('GPL2' 'BSD') depends=('libpcap') diff --git a/community/hsetroot/PKGBUILD b/community/hsetroot/PKGBUILD index e6b8b4992..eb1f3ac85 100644 --- a/community/hsetroot/PKGBUILD +++ b/community/hsetroot/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='A tool which allows you to compose wallpapers for X.' url='http://www.thegraveyard.org/hsetroot.php' license=('GPL') depends=('imlib2' 'xorg-server') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.thegraveyard.org/files/${pkgname}-${pkgver}.tar.gz") md5sums=('f599770a6411dcfe216c37b280fad9bc') diff --git a/community/hsolink/PKGBUILD b/community/hsolink/PKGBUILD index e72d0eee6..947c64859 100644 --- a/community/hsolink/PKGBUILD +++ b/community/hsolink/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hsolink pkgver=1.0.118 pkgrel=8 pkgdesc="HSO command line connection utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/hsolinkcontrol.html" license=('GPL2') depends=('ozerocdoff' 'net-tools') diff --git a/community/ht/PKGBUILD b/community/ht/PKGBUILD index 958362ca6..ecf626536 100644 --- a/community/ht/PKGBUILD +++ b/community/ht/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ht pkgver=2.0.20 pkgrel=1 pkgdesc="A file editor/viewer/analyzer for executables" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hte.sourceforge.net/" license=('GPL') depends=('gcc-libs' 'ncurses' 'lzo2') diff --git a/community/html2text/PKGBUILD b/community/html2text/PKGBUILD index 38fee9ebe..0a418b15b 100644 --- a/community/html2text/PKGBUILD +++ b/community/html2text/PKGBUILD @@ -7,7 +7,7 @@ pkgname=html2text pkgver=1.3.2a pkgrel=9 pkgdesc="A HTML to text converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mbayer.de/html2text" license=('GPL2') depends=('gcc-libs') diff --git a/community/htmldoc/PKGBUILD b/community/htmldoc/PKGBUILD index 9df1f9197..a83e59bb8 100644 --- a/community/htmldoc/PKGBUILD +++ b/community/htmldoc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=htmldoc pkgver=1.9.0svn1700 pkgrel=1 pkgdesc="Produce PDF or Postscript from HTML documents including TOCs and Indices" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.htmldoc.org" license=('GPL') depends=('libjpeg' 'libpng' 'openssl' 'fltk' 'gcc' 'libxft' 'libxpm') diff --git a/community/httperf/PKGBUILD b/community/httperf/PKGBUILD index c9b072988..99320a4df 100644 --- a/community/httperf/PKGBUILD +++ b/community/httperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httperf pkgver=0.9.0 pkgrel=5 pkgdesc='A tool for measuring web server performance.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://code.google.com/p/httperf' depends=('openssl') diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD index dad2e7b9a..1d923e6de 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httptunnel pkgver=3.3 pkgrel=3 pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP requests" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nocrew.org/software/httptunnel" license=('GPL2') depends=('glibc') diff --git a/community/hubbub/PKGBUILD b/community/hubbub/PKGBUILD index 5510e5d13..5b24c72be 100644 --- a/community/hubbub/PKGBUILD +++ b/community/hubbub/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hubbub pkgver=0.1.2 pkgrel=1 pkgdesc="HTML5 compliant parsing library" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/hubbub/" license=('MIT') depends=('libparserutils') diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index 1da0199a3..4035112ac 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -12,7 +12,7 @@ pkgver=20.0 _subver=1.4 pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://download.opensuse.org/source/factory/repo/oss/suse/src/' license=('GPL2') depends=('perl' 'libx86emu') diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index e08248257..9a72caf7c 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -6,7 +6,7 @@ _pkgsourcename=i3 pkgver=4.3 pkgrel=2 pkgdesc="An improved dynamic tiling window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://i3wm.org/" license=('BSD') replaces=("i3" "i3bar") diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index 6729f3f5d..5226924b6 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -5,7 +5,7 @@ pkgname=i3lock pkgver=2.4.1 pkgrel=1 pkgdesc="An improved screenlocker based upon XCB and PAM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://i3wm.org/i3lock/" license=('MIT') groups=("i3") diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD index e845b85b7..91a799014 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -5,7 +5,7 @@ pkgname=i3status pkgver=2.6 pkgrel=1 pkgdesc="Generates status bar to use with dzen2 or xmobar" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://i3.zekjur.net/i3status/" license=('BSD') groups=('i3') diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 2095a37d2..a168569bc 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iasl pkgver=20121018 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://acpica.org" license=('custom') depends=('glibc') diff --git a/community/iat/PKGBUILD b/community/iat/PKGBUILD index c458937fa..475ba9630 100644 --- a/community/iat/PKGBUILD +++ b/community/iat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iat pkgver=0.1.7 pkgrel=4 pkgdesc="Detects and converts DVD/CD images from BIN/MDF/PDI/CDI/NRG/B5I to ISO-9660" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://iat.berlios.de/" license=('GPL') depends=('glibc') diff --git a/community/ibam/PKGBUILD b/community/ibam/PKGBUILD index 6f72fb3dc..f5a1b9c1d 100644 --- a/community/ibam/PKGBUILD +++ b/community/ibam/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibam pkgver=0.5.2 pkgrel=5 pkgdesc="An intelligent battery monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ibam.sourceforge.net/" license=('GPL') depends=('gcc-libs') diff --git a/community/ibus-anthy/PKGBUILD b/community/ibus-anthy/PKGBUILD index c93ffb015..bae3ce039 100644 --- a/community/ibus-anthy/PKGBUILD +++ b/community/ibus-anthy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-anthy pkgver=1.2.7 pkgrel=1 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://ibus.googlecode.com" depends=('ibus' 'anthy' 'python2') diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD index ec7cdfe7b..aa5d96447 100644 --- a/community/ibus-chewing/PKGBUILD +++ b/community/ibus-chewing/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-chewing pkgver=1.4.2 pkgrel=2 pkgdesc='Chinese Chewing Engine for IBus Framework' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://ibus.googlecode.com' depends=('ibus' 'libchewing' 'libxtst') diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index 925dc3ce1..389aa38f8 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ibus-hangul pkgver=1.4.1 pkgrel=2 pkgdesc='Korean input engine for IBus' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ibus.googlecode.com' license=('GPL') depends=('ibus' 'libhangul') diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD index 534e2f4e1..c56798229 100644 --- a/community/ibus-m17n/PKGBUILD +++ b/community/ibus-m17n/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-m17n pkgver=1.3.4 pkgrel=2 pkgdesc='M17N engine for IBus' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/ibus/' license=('LGPL') depends=('python-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD index a77ac1da0..b087ac90c 100644 --- a/community/ibus-pinyin/PKGBUILD +++ b/community/ibus-pinyin/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-pinyin pkgver=1.4.0 pkgrel=2 pkgdesc='The PinYin Engine for IBus Input Framework.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url='http://ibus.googlecode.com' depends=('ibus') diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index 36013ae21..dcc84c1d8 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-qt pkgver=1.3.1 pkgrel=5 pkgdesc='IBus qt library and IBus qt input method plugin' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url='http://ibus.googlecode.com' depends=('qt' 'ibus' 'icu') diff --git a/community/ibus-sunpinyin/PKGBUILD b/community/ibus-sunpinyin/PKGBUILD index 4d6333f3c..059a7a78b 100644 --- a/community/ibus-sunpinyin/PKGBUILD +++ b/community/ibus-sunpinyin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ibus-sunpinyin pkgver=2.0.3 pkgrel=3 pkgdesc='The SunPinYin Engine for IBus Input Framework. SunPinYin is a Statistical Language Model based pinyin IME by Sun.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sunpinyin.googlecode.com' license=('LGPL') depends=('ibus' 'sunpinyin') diff --git a/community/ibus-table-extraphrase/PKGBUILD b/community/ibus-table-extraphrase/PKGBUILD index 04016b0c7..9d1cee64f 100644 --- a/community/ibus-table-extraphrase/PKGBUILD +++ b/community/ibus-table-extraphrase/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ibus-table-extraphrase pkgver=1.3.9.20110826 pkgrel=1 pkgdesc="The extra phrases of tables engines for IBus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ibus/" license=('LGPL') depends=('ibus-table') diff --git a/community/ibus-table/PKGBUILD b/community/ibus-table/PKGBUILD index eb75f17bd..c7a05272b 100644 --- a/community/ibus-table/PKGBUILD +++ b/community/ibus-table/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-table pkgver=1.3.9.20110827 pkgrel=1 pkgdesc='The IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ibus/" license=('LGPL') depends=('python2-pyenchant' 'ibus' 'aspell-en') diff --git a/community/ibus-unikey/PKGBUILD b/community/ibus-unikey/PKGBUILD index f1e78b64e..fb0f50524 100644 --- a/community/ibus-unikey/PKGBUILD +++ b/community/ibus-unikey/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ibus-unikey pkgver=0.6.1 pkgrel=2 pkgdesc='IBus module for Vietnamese Keyboard' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://code.google.com/p/ibus-unikey/' depends=('ibus') diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD index 88e1233e9..3486353fa 100644 --- a/community/ibus/PKGBUILD +++ b/community/ibus/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus pkgver=1.4.2 pkgrel=2 pkgdesc="Next Generation Input Bus for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ibus.googlecode.com" license=('LGPL') depends=('python2-dbus' 'gconf' 'dconf' 'python2-xdg' \ diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD index a9b3ce358..94fffe4e2 100644 --- a/community/icecast/PKGBUILD +++ b/community/icecast/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icecast pkgver=2.3.3 pkgrel=2 pkgdesc='Streaming audio over the Internet' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.icecast.org/' depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora') diff --git a/community/icewm-utils/PKGBUILD b/community/icewm-utils/PKGBUILD index aed8df1b0..af2251d13 100644 --- a/community/icewm-utils/PKGBUILD +++ b/community/icewm-utils/PKGBUILD @@ -19,7 +19,7 @@ _mergeprefsver=0.5 pkgrel=6 pkgdesc="Suite of tools for IceWM" -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') license=("GPL") url="http://icecc.sourceforge.net/" depends=('qt3' 'python2') diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD index ac06c0ef4..2c006dc97 100644 --- a/community/ico2xpm/PKGBUILD +++ b/community/ico2xpm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ico2xpm pkgver=1.3 pkgrel=1 pkgdesc="A utility which converts Windows icons into X pixmaps" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ico2xpm.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz) diff --git a/community/icoutils/PKGBUILD b/community/icoutils/PKGBUILD index 50156744e..2ebfec26b 100644 --- a/community/icoutils/PKGBUILD +++ b/community/icoutils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icoutils pkgver=0.30.0 pkgrel=1 pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.nongnu.org/icoutils/' depends=('libpng>=1.0.0' 'perl-libwww>=5.64') diff --git a/community/id3lib-rcc/PKGBUILD b/community/id3lib-rcc/PKGBUILD index cb62b1ef9..c31ea657a 100644 --- a/community/id3lib-rcc/PKGBUILD +++ b/community/id3lib-rcc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=id3lib-rcc pkgver=3.8.3 pkgrel=7 pkgdesc="id3lib with librcc patch" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://id3lib.sourceforge.net/" license=('GPL') depends=('libxml2' 'librcc' 'gcc-libs') diff --git a/community/idesk/PKGBUILD b/community/idesk/PKGBUILD index bd870bcfa..b84f8768b 100644 --- a/community/idesk/PKGBUILD +++ b/community/idesk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=idesk pkgver=0.7.5 pkgrel=4 pkgdesc="iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, windowsmaker...) icons on their desktop" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://idesk.sourceforge.net/wiki/index.php" license=('GPL') depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs') diff --git a/community/iec16022/PKGBUILD b/community/iec16022/PKGBUILD index 0924cbbce..18f1015fd 100644 --- a/community/iec16022/PKGBUILD +++ b/community/iec16022/PKGBUILD @@ -5,7 +5,7 @@ pkgname=iec16022 pkgver=0.2.4 pkgrel=1 pkgdesc="Produce 2D barcodes often also referenced as DataMatrix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://datenfreihafen.org/projects/iec16022.html" license=('GPL') depends=('popt' 'zlib') diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD index 18c013068..b22fcee65 100644 --- a/community/iftop/PKGBUILD +++ b/community/iftop/PKGBUILD @@ -8,7 +8,7 @@ pkgname=iftop pkgver=0.17 pkgrel=10 pkgdesc="iftop does for network usage what top(1) does for CPU usage" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ex-parrot.com/~pdw/iftop/" license=('GPL') depends=('libpcap' 'ncurses') diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD index bcdf2b502..04ec13ca0 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.2 pkgrel=2 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' url='http://libimobiledevice.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libimobiledevice' 'fuse') source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") diff --git a/community/iksemel/PKGBUILD b/community/iksemel/PKGBUILD index 9034cbbe1..eab6eb7bf 100644 --- a/community/iksemel/PKGBUILD +++ b/community/iksemel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iksemel pkgver=1.4 pkgrel=2 pkgdesc="XML parser library for Jabber applications in ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/iksemel/" license=('LGPL') depends=('glibc') diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD index 77f70bf1e..8ebacc82b 100644 --- a/community/imdbpy/PKGBUILD +++ b/community/imdbpy/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python bindings for the Internet Movie Database (IMDb)" url="http://imdbpy.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('python2') makedepends=('python2-distribute') diff --git a/community/incron/PKGBUILD b/community/incron/PKGBUILD index 32778331c..6f526c274 100644 --- a/community/incron/PKGBUILD +++ b/community/incron/PKGBUILD @@ -7,7 +7,7 @@ pkgname=incron pkgver=0.5.10 pkgrel=3 pkgdesc="Like the regular cron but is driven by filesystem events instead of time periods" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://incron.aiken.cz/" license=('GPL') depends=('gcc-libs' 'bash') diff --git a/community/iniparser/PKGBUILD b/community/iniparser/PKGBUILD index b5cfb92e6..efb922b14 100644 --- a/community/iniparser/PKGBUILD +++ b/community/iniparser/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iniparser pkgver=3.1 pkgrel=2 pkgdesc="A free stand-alone ini file parsing library written in portable ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ndevilla.free.fr/iniparser/" license=('MIT') depends=() diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD index 43801f6af..ab6e3ca69 100644 --- a/community/inn/PKGBUILD +++ b/community/inn/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.5.3 pkgrel=1 pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers." url="http://www.isc.org/software/inn/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom:INN") depends=('openssl' 'dovecot') makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl') diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD index 382a1dc6e..8736a5a43 100644 --- a/community/inotify-tools/PKGBUILD +++ b/community/inotify-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inotify-tools pkgver=3.14 pkgrel=2 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://inotify-tools.sourceforge.net/" license=('GPL') depends=(glibc) diff --git a/community/inputattach/PKGBUILD b/community/inputattach/PKGBUILD index ea6fca2b6..e084af3bc 100644 --- a/community/inputattach/PKGBUILD +++ b/community/inputattach/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inputattach pkgver=1.24 pkgrel=6 pkgdesc="Attach serial mice, keyboards and other input devices to the kernel input system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linuxconsole.sourceforge.net/" license=('GPL') depends=('bash') diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD index da92c34d0..b93442377 100644 --- a/community/intel-tbb/PKGBUILD +++ b/community/intel-tbb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=intel-tbb pkgver=4.1_20120718 pkgrel=1 pkgdesc='High level abstract threading library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.threadingbuildingblocks.org/' license=('GPL') depends=('gcc-libs') diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 26414d48c..4f803c005 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -5,7 +5,7 @@ pkgver=11.1.4 _pkgver=117.963 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.jetbrains.org/" license=('apache') depends=('glibc') diff --git a/community/iperf/PKGBUILD b/community/iperf/PKGBUILD index 71a359d8d..9c79172db 100644 --- a/community/iperf/PKGBUILD +++ b/community/iperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iperf pkgver=2.0.5 pkgrel=5 pkgdesc='A tool to measure maximum TCP bandwidth' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url='http://iperf.sourceforge.net' depends=('gcc-libs') diff --git a/community/ipguard/PKGBUILD b/community/ipguard/PKGBUILD index f8fa6796a..d7c799816 100644 --- a/community/ipguard/PKGBUILD +++ b/community/ipguard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipguard pkgver=1.04 pkgrel=2 pkgdesc="ipguard - arp<->ip relation checking tool" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://ipguard.deep.perm.ru/" license=("GPL") depends=(libpcap libnet) diff --git a/community/ipsec-tools/PKGBUILD b/community/ipsec-tools/PKGBUILD index 1ca011b8c..e727d5644 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipsec-tools pkgver=0.8.0 pkgrel=5 pkgdesc="KAME IPSec tools ported to Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ipsec-tools.sourceforge.net/" depends=('readline' 'openssl' 'krb5') makedepends=('linux-headers') diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index e7683db65..4270bf249 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ipset pkgver=6.14 pkgrel=1 pkgdesc='Administration tool for IP sets' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ipset.netfilter.org' license=('GPL2') depends=('libmnl') diff --git a/community/iptstate/PKGBUILD b/community/iptstate/PKGBUILD index 9f1321bbe..4b4450916 100644 --- a/community/iptstate/PKGBUILD +++ b/community/iptstate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iptstate pkgver=2.2.5 pkgrel=1 pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.phildev.net/iptstate/' license=('custom') depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD index 42132b7b6..f516be986 100644 --- a/community/ipvsadm/PKGBUILD +++ b/community/ipvsadm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipvsadm pkgver=1.26 pkgrel=5 pkgdesc='The IP Virtual Server administration utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.linuxvirtualserver.org/software/ipvs.html' license=('GPL2') depends=('libnl1' 'popt') diff --git a/community/ircii-pana/PKGBUILD b/community/ircii-pana/PKGBUILD index 376391591..e7325cac8 100644 --- a/community/ircii-pana/PKGBUILD +++ b/community/ircii-pana/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ircii-pana pkgver=1.1 pkgrel=5 pkgdesc='A console-based IRC client - AKA BitchX.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.bitchx.org' license=('GPL2') depends=('ncurses') diff --git a/community/ircservices/PKGBUILD b/community/ircservices/PKGBUILD index 1aeb512e1..f6f00125f 100644 --- a/community/ircservices/PKGBUILD +++ b/community/ircservices/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ircservices pkgver=5.1.24 pkgrel=2 pkgdesc="Services for IRC (NickServ, ChanServ, MemoServ)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.ircservices.za.net/" license=('GPL') depends=('glibc') diff --git a/community/irrlicht/PKGBUILD b/community/irrlicht/PKGBUILD index ca166de12..1321de38b 100644 --- a/community/irrlicht/PKGBUILD +++ b/community/irrlicht/PKGBUILD @@ -9,7 +9,7 @@ pkgname=irrlicht pkgver=1.7.3 pkgrel=1 pkgdesc="An open source high performance realtime 3D graphics engine." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://irrlicht.sourceforge.net/" license=('ZLIB') depends=('libgl' 'libjpeg' 'bzip2' 'libpng') diff --git a/community/isomaster/PKGBUILD b/community/isomaster/PKGBUILD index 44cacda89..5e32e9ac9 100644 --- a/community/isomaster/PKGBUILD +++ b/community/isomaster/PKGBUILD @@ -7,7 +7,7 @@ pkgname=isomaster pkgver=1.3.9 pkgrel=1 pkgdesc="CD image editor written in GTK2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://littlesvr.ca/isomaster" license=('GPL2') depends=('gtk2' 'desktop-file-utils') diff --git a/community/jabberd14/PKGBUILD b/community/jabberd14/PKGBUILD index 5fdb75f88..dc5f2be48 100644 --- a/community/jabberd14/PKGBUILD +++ b/community/jabberd14/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jabberd14 pkgver=1.6.1.1 pkgrel=11 pkgdesc="old (1.4) jabber server branch" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://jabberd.org/" license=("GPL") depends=(pth libidn expat popt gnutls) diff --git a/community/jack2/PKGBUILD b/community/jack2/PKGBUILD index fee756cdb..3611b9eca 100644 --- a/community/jack2/PKGBUILD +++ b/community/jack2/PKGBUILD @@ -10,12 +10,15 @@ pkgname=('jack2' 'jack2-dbus') _tarname=jack pkgver=1.9.8 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://jackaudio.org/" backup=(etc/security/limits.d/99-audio.conf) license=('GPL') makedepends=('python2' 'doxygen' 'libffado' 'libsamplerate' 'dbus-core' 'celt') +[ "$CARCH" = "mips64el" ] && \ +makedepends=('python2' 'doxygen' + 'libsamplerate' 'dbus-core' 'celt') source=("http://www.grame.fr/~letz/$_tarname-$pkgver.tgz" '99-audio.conf' '40-hpet-permissions.rules' @@ -31,9 +34,14 @@ _pyfix() { } _wafconf() { + if [ "$CARCH" = "mips64el" ]; then + firewire="" + else + firewire=--firewire + fi python2 waf configure --prefix=/usr \ --alsa \ - --firewire \ + $firewire \ --doxygen $@ } @@ -90,6 +98,9 @@ package_jack2() { optdepends=('libffado: FireWire support' 'dbus-core: jackdbus' 'python2: jack_control') +[ "$CARCH" = "mips64el" ] && \ + optdepends=('dbus-core: jackdbus' + 'python2: jack_control') conflicts=('jack') provides=('jack' 'jackmp' 'jackdmp' 'jackdbus') @@ -116,6 +127,8 @@ package_jack2-dbus() { depends=('libsamplerate' 'celt' 'dbus-core') optdepends=('libffado: FireWire support' 'python2: jack_control') +[ "$CARCH" = "mips64el" ] && \ + optdepends=('python2: jack_control') conflicts=('jack' 'jack2') provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus') diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index db43bce92..e5803b06d 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jansson pkgver=2.4 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.digip.org/jansson/' depends=('glibc') license=('MIT') diff --git a/community/javasqlite/PKGBUILD b/community/javasqlite/PKGBUILD index 74e548fa0..7a630833e 100644 --- a/community/javasqlite/PKGBUILD +++ b/community/javasqlite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=javasqlite pkgver=20120209 pkgrel=1 pkgdesc="Java support for SQLite database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ch-werner.de/javasqlite/" license=('custom:BSD-style') depends=('java-runtime' 'sqlite') diff --git a/community/jbig2dec/PKGBUILD b/community/jbig2dec/PKGBUILD index 9ea255b4b..32432afb0 100644 --- a/community/jbig2dec/PKGBUILD +++ b/community/jbig2dec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jbig2dec pkgver=0.11 pkgrel=5 pkgdesc="decoder implementation of the JBIG2 image compression format" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://jbig2dec.sourceforge.net/" license=('GPL3') depends=('glibc' 'libpng') diff --git a/community/jbigkit/PKGBUILD b/community/jbigkit/PKGBUILD index 363c57193..d78b3fbeb 100644 --- a/community/jbigkit/PKGBUILD +++ b/community/jbigkit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=jbigkit pkgver=2.0 pkgrel=3 pkgdesc="Data compression library/utilities for bi-level high-resolution images" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" license=('GPL') depends=('glibc') diff --git a/community/john/PKGBUILD b/community/john/PKGBUILD index 20e0a3d7c..e7c33a05f 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.7.9 pkgrel=7 _jumbover=7 pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.openwall.com/$pkgname/" license=('GPL2' 'custom') depends=('openssl') diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 090ddb019..66a55c829 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=jshon pkgver=20120914 pkgrel=1 pkgdesc="A json parser for the shell." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kmkeen.com/jshon/" license=('MIT') depends=('jansson') diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD index e0fc510d8..4ad02f728 100644 --- a/community/judy/PKGBUILD +++ b/community/judy/PKGBUILD @@ -5,7 +5,7 @@ pkgname=judy pkgver=1.0.5 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="C library creating and accessing dynamic arrays" makedepends=(gcc) options=(!strip) diff --git a/community/jwm/PKGBUILD b/community/jwm/PKGBUILD index 2caf2a506..28e0c4aca 100644 --- a/community/jwm/PKGBUILD +++ b/community/jwm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jwm pkgver=2.1.0 pkgrel=2 pkgdesc="A lightweight window manager for the X11 Window System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://joewing.net/programs/jwm/" license=('GPL2') depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng') diff --git a/community/kaa-base/PKGBUILD b/community/kaa-base/PKGBUILD index 89c535bc2..596acfc0a 100644 --- a/community/kaa-base/PKGBUILD +++ b/community/kaa-base/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA base package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('python2' 'glib2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8') diff --git a/community/kaa-imlib2/PKGBUILD b/community/kaa-imlib2/PKGBUILD index bd6f33915..9fa2cf127 100644 --- a/community/kaa-imlib2/PKGBUILD +++ b/community/kaa-imlib2/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA imlib2 package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('imlib2' 'python2' 'kaa-base') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('64828ede785ab0dd2d3c1f2f36c99342') diff --git a/community/kaa-metadata/PKGBUILD b/community/kaa-metadata/PKGBUILD index 29be1626d..2b127ab53 100644 --- a/community/kaa-metadata/PKGBUILD +++ b/community/kaa-metadata/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA metadata package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('libdvdread' 'python2' 'kaa-base') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('4bca23a0c695b4281ae2220022cdeb77') diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index e9d2c6f33..79275b998 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kadu pkgver=0.12.3 pkgrel=1 pkgdesc='A Qt-based Jabber/XMPP and Gadu-Gadu client' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.kadu.net/' license=('GPL') depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' 'qtwebkit' 'xdg-utils') diff --git a/community/kakasi/PKGBUILD b/community/kakasi/PKGBUILD index 846869370..bf10796c1 100644 --- a/community/kakasi/PKGBUILD +++ b/community/kakasi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kakasi pkgver=2.3.4 pkgrel=4 pkgdesc="Convert Kanji characters to Hiragana, Katakana or Romaji" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kakasi.namazu.org/" license=('GPL') source=("http://kakasi.namazu.org/stable/${pkgname}-${pkgver}.tar.gz") @@ -16,7 +16,7 @@ options=(!libtool) build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --host=$CHOST --build=$CHOST make } diff --git a/community/kaudiocreator/PKGBUILD b/community/kaudiocreator/PKGBUILD index 730b924da..617b749cf 100644 --- a/community/kaudiocreator/PKGBUILD +++ b/community/kaudiocreator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kaudiocreator pkgver=1.3 pkgrel=3 pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645" license=('GPL') depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid') diff --git a/community/kcheckers/PKGBUILD b/community/kcheckers/PKGBUILD index b99753db4..d0cd583ab 100755 --- a/community/kcheckers/PKGBUILD +++ b/community/kcheckers/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kcheckers pkgver=0.8.1 pkgrel=7 pkgdesc="Qt4-based checkers boardgame" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qcheckers.sourceforge.net/" license=('GPL') depends=('qt') diff --git a/community/kchmviewer/PKGBUILD b/community/kchmviewer/PKGBUILD index 952d56834..d929dc729 100644 --- a/community/kchmviewer/PKGBUILD +++ b/community/kchmviewer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kchmviewer pkgver=6.0 pkgrel=2 pkgdesc="A .chm files (MS HTML help file format) viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kchmviewer.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'qt' 'xdg-utils') diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index 086be73dd..2f99878f7 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -8,7 +8,7 @@ pkgname=kdbg pkgver=2.5.2 pkgrel=1 pkgdesc="A gdb GUI for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kdbg.org" license=('GPL') depends=('kdebase-runtime' 'gdb') diff --git a/community/kde4-kio-rapip/PKGBUILD b/community/kde4-kio-rapip/PKGBUILD index d014800a4..424ca7690 100644 --- a/community/kde4-kio-rapip/PKGBUILD +++ b/community/kde4-kio-rapip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kde4-kio-rapip pkgver=0.2 pkgrel=2 pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synce.sourceforge.net/" license="MIT" depends=('kdelibs' 'synce-libsynce' 'synce-librapi') diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index 36ad53179..40a4dff43 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kdenlive pkgver=0.9.2 pkgrel=4 pkgdesc="A non-linear video editor for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') # http://download.kde.org/stable/kdenlive/ url="http://www.kdenlive.org/" license=('GPL') diff --git a/community/kdesvn/PKGBUILD b/community/kdesvn/PKGBUILD index 96d0a7028..7852abc20 100644 --- a/community/kdesvn/PKGBUILD +++ b/community/kdesvn/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kdesvn pkgver=1.6.0 pkgrel=1 pkgdesc="A pure C++ SVN-client for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kdesvn.alwins-world.de/" license=('GPL') depends=('kdebase-runtime' 'subversion') diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD index ab1e13a7f..85c397d94 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -6,7 +6,7 @@ pkgname=keepalived pkgver=1.2.7 pkgrel=1 pkgdesc='Failover and monitoring daemon for LVS clusters' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keepalived.org/' license=('GPL2') backup=('etc/keepalived/keepalived.conf' 'etc/conf.d/keepalived') diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD index 2aff4dcf8..5c5b073d7 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=keepassx pkgver=0.4.3 pkgrel=2 pkgdesc="Cross platform password manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.keepassx.org/" license=('GPL2') depends=('qt' 'libxtst') diff --git a/community/kgraphviewer/PKGBUILD b/community/kgraphviewer/PKGBUILD index e40108382..fe18a5398 100644 --- a/community/kgraphviewer/PKGBUILD +++ b/community/kgraphviewer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kgraphviewer pkgver=2.1.1 pkgrel=3 pkgdesc="A Graphviz dot graph file viewer for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://opendesktop.org/content/show.php?content=23999' license=('GPL' 'FDL') depends=('kdebase-runtime' 'kdepimlibs' 'graphviz') diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD index 57aaa460c..e9cbc21d4 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kid3 pkgver=2.2 pkgrel=1 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kid3.sourceforge.net/" license=('GPL') depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime') diff --git a/community/kiwi/PKGBUILD b/community/kiwi/PKGBUILD index 9319a8395..d9e7ffd20 100644 --- a/community/kiwi/PKGBUILD +++ b/community/kiwi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kiwi pkgver=1.9.29 pkgrel=2 pkgdesc="A set of classes and wrappers for PyGTK" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.async.com.br/projects/kiwi" license=("LGPL") depends=('pygtk') diff --git a/community/klavaro/PKGBUILD b/community/klavaro/PKGBUILD index 946bd220c..8b78ad08f 100644 --- a/community/klavaro/PKGBUILD +++ b/community/klavaro/PKGBUILD @@ -4,7 +4,7 @@ pkgname=klavaro pkgver=1.9.5 pkgrel=2 pkgdesc="Free touch typing tutor program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://klavaro.sourceforge.net/" license=('GPL2') depends=('curl' 'gtkdatabox' 'hicolor-icon-theme') diff --git a/community/kleansweep/PKGBUILD b/community/kleansweep/PKGBUILD index c6783590d..ed39fecf1 100644 --- a/community/kleansweep/PKGBUILD +++ b/community/kleansweep/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=6 pkgdesc="Allows you to reclaim disk space by finding unneeded files" license=("GPL") url="http://linux.bydg.org/~yogin/" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('kdelibs3') makedepends=('scons') options=('libtool') diff --git a/community/kmess/PKGBUILD b/community/kmess/PKGBUILD index a75362d7f..7574d167c 100644 --- a/community/kmess/PKGBUILD +++ b/community/kmess/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kmess pkgver=2.0.6.2 pkgrel=1 pkgdesc="A MSN Messenger client for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kmess.sourceforge.net/' license=('GPL') depends=('kdebase-lib') diff --git a/community/kmymoney/PKGBUILD b/community/kmymoney/PKGBUILD index 7fa40dc85..ae0c29e01 100644 --- a/community/kmymoney/PKGBUILD +++ b/community/kmymoney/PKGBUILD @@ -10,7 +10,7 @@ pkgname=kmymoney pkgver=4.6.3 pkgrel=1 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kmymoney2.sourceforge.net/" license=('GPL') depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 'libalkimia' 'boost-libs') diff --git a/community/knemo/PKGBUILD b/community/knemo/PKGBUILD index b539cef86..d41a7ee87 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=knemo pkgver=0.7.3 pkgrel=3 pkgdesc="The KDE Network Monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php?content=12956" license=('GPL') depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl1' diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD index 8e9d6f0aa..20b315a19 100644 --- a/community/kpartsplugin/PKGBUILD +++ b/community/kpartsplugin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kpartsplugin pkgver=20120723 pkgrel=1 pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/" license=('GPL3' 'BSD') depends=('kdelibs') diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index fee341d22..1012a35ad 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.3 pkgrel=1 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('kdebase-runtime' 'libkipi' 'libkdcraw') makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs') diff --git a/community/kpovmodeler/PKGBUILD b/community/kpovmodeler/PKGBUILD index ef0506a54..ebe6882e7 100644 --- a/community/kpovmodeler/PKGBUILD +++ b/community/kpovmodeler/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.3 _kdever=4.1.1 pkgrel=4 pkgdesc="A graphical editor for povray scenes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kpovmodeler.org' license=('GPL' 'LGPL' 'FDL') depends=('kdebase-runtime' 'povray') diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD index 3328af055..f8301f1a8 100644 --- a/community/krecipes/PKGBUILD +++ b/community/krecipes/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.0beta2 _pkgver=2.0-beta2 pkgrel=2 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://extragear.kde.org/apps/krecipes/" license=('GPL') depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') diff --git a/community/krename/PKGBUILD b/community/krename/PKGBUILD index f3a23e350..e7fdfe295 100644 --- a/community/krename/PKGBUILD +++ b/community/krename/PKGBUILD @@ -5,7 +5,7 @@ pkgname=krename pkgver=4.0.9 pkgrel=2 pkgdesc="A very powerfull batch file renamer for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.krename.net" license=('GPL') depends=('kdebase-runtime' 'taglib') diff --git a/community/ksshaskpass/PKGBUILD b/community/ksshaskpass/PKGBUILD index 63a0198c7..4ecd121e4 100644 --- a/community/ksshaskpass/PKGBUILD +++ b/community/ksshaskpass/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration' url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('kdelibs') makedepends=('cmake' 'automoc4') provides=('x11-ssh-askpass') diff --git a/community/ktikz/PKGBUILD b/community/ktikz/PKGBUILD index d20dfbdcb..b28b2e0ec 100644 --- a/community/ktikz/PKGBUILD +++ b/community/ktikz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ktikz pkgver=0.10 pkgrel=4 pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/" license=("GPL") depends=('poppler-qt' 'kdelibs') diff --git a/community/ktoblzcheck/PKGBUILD b/community/ktoblzcheck/PKGBUILD index e58ee970d..07f068037 100644 --- a/community/ktoblzcheck/PKGBUILD +++ b/community/ktoblzcheck/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ktoblzcheck pkgver=1.39 pkgrel=3 pkgdesc="A library to check account numbers and bank codes of German banks" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://ktoblzcheck.sourceforge.net" options=('!libtool') license=("LGPL") diff --git a/community/kuickshow/PKGBUILD b/community/kuickshow/PKGBUILD index 49c309a51..92c3fbcb8 100644 --- a/community/kuickshow/PKGBUILD +++ b/community/kuickshow/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.9.1 pkgrel=4 pkgdesc="A very fast and convenient image viewer" url="http://userbase.kde.org/KuickShow" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('kdebase-runtime' 'imlib') makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl') diff --git a/community/kvirc/PKGBUILD b/community/kvirc/PKGBUILD index 9d1246a33..f1ce496a5 100644 --- a/community/kvirc/PKGBUILD +++ b/community/kvirc/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Qt-based IRC client" url="http://www.kvirc.net" depends=('python2' 'qt' 'libxss' 'qtwebkit') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=('cmake') license=('GPL') options=("!libtool") diff --git a/community/kvpnc/PKGBUILD b/community/kvpnc/PKGBUILD index 3566fd889..147671737 100644 --- a/community/kvpnc/PKGBUILD +++ b/community/kvpnc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kvpnc pkgver=0.9.6a pkgrel=2 pkgdesc="A KDE Desktop Environment frontend for various vpn clients" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://home.gna.org/kvpnc/" license=("GPL") depends=('kdelibs' 'hicolor-icon-theme') diff --git a/community/kwalletcli/PKGBUILD b/community/kwalletcli/PKGBUILD index 803b85750..252337319 100644 --- a/community/kwalletcli/PKGBUILD +++ b/community/kwalletcli/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Command-Line Interface for the KDE Wallet" url="http://www.mirbsd.org/kwalletcli.htm" license=('custom:MirOS' 'LGPL3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('kdebase-runtime' 'mksh') optdepends=('gnupg2' 'openssh' 'pinentry') source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz") diff --git a/community/lal/PKGBUILD b/community/lal/PKGBUILD index 69cec8e11..85d2d0190 100644 --- a/community/lal/PKGBUILD +++ b/community/lal/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lal pkgver=1.1 pkgrel=2 pkgdesc="A simple dockapp to display the date and/or time" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.l3ib.org/lal/" license=('GPL3') depends=('libxft' 'libxt') diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD index 16390c3ec..5e9c66475 100644 --- a/community/lash/PKGBUILD +++ b/community/lash/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.6.0~rc2 _relver=0.6.0.594 pkgrel=6 pkgdesc="A session management system for JACK and ALSA" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') #url="http://lash-audio.org" url="http://lash.nongnu.org/" @@ -26,7 +26,7 @@ build() { export PYTHON="python2" sed -i "s#env python#&2#" clients/lash_control - ./configure --prefix=/usr + ./configure --prefix=/usr LIBS=-lm make } diff --git a/community/launchy/PKGBUILD b/community/launchy/PKGBUILD index d73c2fbbf..cb13e6510 100644 --- a/community/launchy/PKGBUILD +++ b/community/launchy/PKGBUILD @@ -5,7 +5,7 @@ pkgname=launchy pkgver=2.5 pkgrel=2 pkgdesc="Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.launchy.net/" license=('GPL') depends=('qt' 'xdg-utils') diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index b686bad3d..8d1f24767 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -10,7 +10,7 @@ _pkgsubver=0 pkgrel=1 url='http://www.lazarus.freepascal.org/' license=('GPL2' 'MPL' 'custom:LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD index 5be60f7df..1eb7bf8fb 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -5,7 +5,7 @@ pkgname=leafnode pkgver=1.11.8 pkgrel=5 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://leafnode.sourceforge.net/" depends=('pcre' 'xinetd') license=('GPL') diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index 8b6b3dfd5..042d3ebb6 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=leptonica pkgver=1.69 pkgrel=4 pkgdesc="Software that is broadly useful for image processing and image analysis applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.leptonica.com/" license=('custom') options=(!libtool) diff --git a/community/libacpi/PKGBUILD b/community/libacpi/PKGBUILD index 26c930902..be13c8864 100644 --- a/community/libacpi/PKGBUILD +++ b/community/libacpi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libacpi pkgver=0.2 pkgrel=3 pkgdesc="general purpose lib to gather ACPI data" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.ngolde.de/libacpi.html" license=('GPL') depends=() diff --git a/community/libaio/PKGBUILD b/community/libaio/PKGBUILD index 717473564..5d4dfa04c 100644 --- a/community/libaio/PKGBUILD +++ b/community/libaio/PKGBUILD @@ -3,16 +3,21 @@ pkgname=libaio pkgver=0.3.109 +_patchver=${pkgver}-2 pkgrel=6 pkgdesc="The Linux-native asynchronous I/O facility (aio) library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lse.sourceforge.net/io/aio.html" license=('LGPL') -source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) -md5sums=('435a5b16ca6198eaf01155263d855756') +source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz +http://ftp.de.debian.org/debian/pool/main/liba/${pkgname}/${pkgname}_${_patchver}.debian.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" + + # Debian patches for extra arches + patch -Np1 -i ../debian/patches/00_arches.patch + make } @@ -21,3 +26,5 @@ package() { make prefix="$pkgdir/usr" install } +md5sums=('435a5b16ca6198eaf01155263d855756' + 'f942fe72127b612b93636387de47001b') diff --git a/community/libalkimia/PKGBUILD b/community/libalkimia/PKGBUILD index 004c8d6fa..fd6c170ac 100644 --- a/community/libalkimia/PKGBUILD +++ b/community/libalkimia/PKGBUILD @@ -10,7 +10,7 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4' 'doxygen') url=('http://kde-apps.org/content/show.php/libalkimia?content=137323') license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2") md5sums=('8d7b529c7be5f72ae1cbb02e818e9b79') diff --git a/community/libbsd/PKGBUILD b/community/libbsd/PKGBUILD index 86850d37f..60a62913c 100644 --- a/community/libbsd/PKGBUILD +++ b/community/libbsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libbsd pkgver=0.4.2 pkgrel=1 pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libbsd.freedesktop.org" license=('custom') depends=('glibc') diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index ff55295ab..8fd21df7d 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libcec pkgver=1.9.0 pkgrel=2 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/Pulse-Eight/libcec" license=('GPL') depends=('udev' 'lockdev') diff --git a/community/libcgns2/PKGBUILD b/community/libcgns2/PKGBUILD index 590181b1f..d92b0e76e 100644 --- a/community/libcgns2/PKGBUILD +++ b/community/libcgns2/PKGBUILD @@ -7,7 +7,7 @@ _relver=5 pkgver=${_basever}.${_relver} pkgrel=2 pkgdesc='General purpose library for the storage and retrieval of computational fluid dynamics analysis data by CGNS standard' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.cgns.org' license=('custom') conflicts=('libcgns') diff --git a/community/libclastfm/PKGBUILD b/community/libclastfm/PKGBUILD index b566ae17a..76601fdc0 100644 --- a/community/libclastfm/PKGBUILD +++ b/community/libclastfm/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libclastfm pkgver=0.5 pkgrel=1 pkgdesc="An unofficial C-API for the Last.fm web service" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://liblastfm.sourceforge.net/" license=('GPL') depends=("curl") diff --git a/community/libcompizconfig/PKGBUILD b/community/libcompizconfig/PKGBUILD index 79fc479ed..be6488340 100644 --- a/community/libcompizconfig/PKGBUILD +++ b/community/libcompizconfig/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libcompizconfig pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz configuration system library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'libxml2' 'libxcomposite' 'libxinerama' 'startup-notification' diff --git a/community/libconfig/PKGBUILD b/community/libconfig/PKGBUILD index 901b7e443..aff83cb5a 100644 --- a/community/libconfig/PKGBUILD +++ b/community/libconfig/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libconfig pkgver=1.4.8 pkgrel=1 pkgdesc="C/C++ Configuration File Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hyperrealm.com/libconfig/libconfig.html" license=('LGPL') depends=('gcc-libs' 'texinfo') diff --git a/community/libcryptui/PKGBUILD b/community/libcryptui/PKGBUILD index 6e0e849f2..335780a1d 100644 --- a/community/libcryptui/PKGBUILD +++ b/community/libcryptui/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcryptui pkgver=3.6.0 pkgrel=1 pkgdesc="Library for OpenPGP prompts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/libcryptui/" license=('GPL') depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf') diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD index eb4ab2817..db7543522 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,11 +7,11 @@ pkgname=libcss pkgver=0.1.2 pkgrel=2 pkgdesc="CSS parser and selection engine" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libcss/" license=('MIT') depends=('libparserutils>=0.1.1' 'libwapcaplet>=0.1.1') -source=("http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz") +source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz") sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e') build() { diff --git a/community/libcuefile/PKGBUILD b/community/libcuefile/PKGBUILD index 92654aec4..7d20e122b 100644 --- a/community/libcuefile/PKGBUILD +++ b/community/libcuefile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcuefile pkgver=475 pkgrel=1 pkgdesc="A library to work with CUE files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.musepack.net/index.php?pg=src" license=('GPL2') depends=('glibc') diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD index 79dfc3f2a..83cc6f1b7 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libdaq pkgver=1.1.1 pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org/' license=('GPL') depends=('libpcap') diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD index 4dc9e4d5d..142ee9da8 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)" url="http://libdbi-drivers.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libdbi') makedepends=('postgresql-libs' 'libmysqlclient' 'sqlite2' 'sqlite3') optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql " diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index 317215e4e..33d422607 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') options=(!libtool) install=libdbi.install diff --git a/community/libdlna/PKGBUILD b/community/libdlna/PKGBUILD index d72ab5531..2e66d5198 100644 --- a/community/libdlna/PKGBUILD +++ b/community/libdlna/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=11 pkgdesc="An open-source implementation of DLNA (Digital Living Network Alliance) standards " url="http://libdlna.geexbox.org" license=("LGPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool' '!makeflags') # not parallel safe, error find -ldlna #makedepends=('ctags') depends=('glibc' 'ffmpeg') diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD index 3c4c0f057..c7dd280e1 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libdnet pkgver=1.12 pkgrel=6 pkgdesc="A simplified, portable interface to several low-level networking routines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=(python2) optdepends=(python2) license=("BSD") diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD index 07e51185b..6378227b4 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.4.0 pkgrel=1 pkgdesc="event expression library inspired by CEE" url="http://www.libee.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libestr' 'glibc') makedepends=() diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD index 76c54991e..cb6999ace 100644 --- a/community/libesmtp/PKGBUILD +++ b/community/libesmtp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libesmtp pkgver=1.0.6 pkgrel=2 pkgdesc='A library to manage posting mail to a preconfigured MTA.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.stafford.uklinux.net/libesmtp/' license=('LGPL') depends=('openssl') diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index 3d494274e..d779bb0f1 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.4 pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=() options=(!libtool) diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD index f9179c39e..3a98fcec1 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libev pkgver=4.11 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://software.schmorp.de/pkg/libev.html" license=('BSD') depends=('glibc') diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD index 60b3103ae..3b9916ac0 100644 --- a/community/libexosip2/PKGBUILD +++ b/community/libexosip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libexosip2 pkgver=3.6.0 pkgrel=1 pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/exosip/" license=('GPL') depends=('libosip2>=3.6.0' 'openssl') diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 349f8578a..99c911799 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libextractor pkgver=1.0.1 pkgrel=2 pkgdesc="A library used to extract meta-data from files of arbitrary type" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://gnunet.org/libextractor/" depends=('libltdl') diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD index 9c88316ce..8e19da917 100644 --- a/community/libfakekey/PKGBUILD +++ b/community/libfakekey/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libfakekey pkgver=0.1 pkgrel=5 pkgdesc='X virtual keyboard library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://matchbox-project.org/' license=('GPL') depends=('libxtst') diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD index 447f4b364..1ed0c439f 100644 --- a/community/libfaketime/PKGBUILD +++ b/community/libfaketime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libfaketime pkgver=0.9.1 pkgrel=1 pkgdesc='Report fake dates and times to programs without having to change the system-wide time.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.code-wizards.com/projects/libfaketime/' license=('GPL2') source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index 6048981a8..bf8aba504 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="A library for file management" url="http://pcmanfm.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') groups=('lxde') options=('!libtool') diff --git a/community/libgalago-gtk/PKGBUILD b/community/libgalago-gtk/PKGBUILD index dc3e5e24f..ac572d64a 100644 --- a/community/libgalago-gtk/PKGBUILD +++ b/community/libgalago-gtk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgalago-gtk pkgver=0.5.0 pkgrel=4 pkgdesc="GTK+ widgets for the Galago presence framework" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.galago-project.org" options=('!libtool') license=('LGPL') diff --git a/community/libgalago/PKGBUILD b/community/libgalago/PKGBUILD index d97329825..10e899497 100644 --- a/community/libgalago/PKGBUILD +++ b/community/libgalago/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgalago pkgver=0.5.2 pkgrel=4 pkgdesc="The Galago presence library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.galago-project.org" options=('!libtool') license=("LGPL") diff --git a/community/libgda3/PKGBUILD b/community/libgda3/PKGBUILD index aa94f5f82..d96d84690 100644 --- a/community/libgda3/PKGBUILD +++ b/community/libgda3/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgda3 pkgver=3.1.5 pkgrel=11 pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnome-db.org/Download" license=('GPL') depends=('glib2' 'libxslt' 'popt' 'rarian' 'db' 'gnome-vfs' diff --git a/community/libgdamm/PKGBUILD b/community/libgdamm/PKGBUILD index 2d421f932..d9e1dd036 100644 --- a/community/libgdamm/PKGBUILD +++ b/community/libgdamm/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=libgdamm pkgname=(libgdamm libgdamm-docs) pkgver=4.99.6 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs') url="http://www.gtkmm.org/" license=('LGPL') diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD index 67e2632a7..fe4316fc1 100644 --- a/community/libgeotiff/PKGBUILD +++ b/community/libgeotiff/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libgeotiff pkgver=1.4.0 pkgrel=1 pkgdesc="A TIFF based interchange format for georeferenced raster imagery" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remotesensing.org/geotiff" license=('custom') depends=('libtiff' 'proj' 'libjpeg>=7') diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index deab9eb1a..b973bbccb 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgexiv2 pkgver=0.4.1 pkgrel=3 pkgdesc="GObject-based wrapper around the Exiv2 library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://redmine.yorba.org/projects/gexiv2" license=('GPL2') depends=('exiv2' 'glib2') diff --git a/community/libghemical/PKGBUILD b/community/libghemical/PKGBUILD index 1514a9674..c94b7e300 100644 --- a/community/libghemical/PKGBUILD +++ b/community/libghemical/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.0 pkgrel=1 pkgdesc="Library containing computational chemistry facility of ghemical" license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bioinformatics.org/ghemical/libghemical/" depends=('gcc-libs') makedepends=('openbabel' 'intltool>=0.40.0') diff --git a/community/libgig/PKGBUILD b/community/libgig/PKGBUILD index 49d7ed254..fe4509612 100644 --- a/community/libgig/PKGBUILD +++ b/community/libgig/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libgig pkgver=3.3.0 pkgrel=2 pkgdesc="C++ library for loading Gigasampler and DLS files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.linuxsampler.org/libgig/" license=('GPL') depends=('gcc-libs' 'util-linux-ng' 'libsndfile') diff --git a/community/libgoom2/PKGBUILD b/community/libgoom2/PKGBUILD index d1264bd43..f53df6f20 100644 --- a/community/libgoom2/PKGBUILD +++ b/community/libgoom2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgoom2 pkgver=2k4 pkgrel=2 pkgdesc="Shared library part of the Goom visualization plugin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fovea.cc/?page=details_produits&id=goom" license=('LGPL') depends=('glibc') diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD index ec06cbb6b..5c4ffdf32 100644 --- a/community/libgringotts/PKGBUILD +++ b/community/libgringotts/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgringotts pkgver=1.2.1 pkgrel=10 pkgdesc="Encryption backend for Gringotts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.berlios.de/projects/gringotts" license=('GPL') depends=('bzip2' 'libmcrypt' 'mhash' 'zlib') diff --git a/community/libgtksourceviewmm2/PKGBUILD b/community/libgtksourceviewmm2/PKGBUILD index a9c611216..c6fc1a78e 100644 --- a/community/libgtksourceviewmm2/PKGBUILD +++ b/community/libgtksourceviewmm2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgtksourceviewmm2 pkgver=2.10.1 pkgrel=2 pkgdesc='A C++ API for gtksourceview2' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://projects.gnome.org/gtksourceviewmm/' license=('LGPL') depends=('gtkmm' 'gtksourceview2') diff --git a/community/libharu/PKGBUILD b/community/libharu/PKGBUILD index 31e0e4887..6100ef2aa 100644 --- a/community/libharu/PKGBUILD +++ b/community/libharu/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.1 pkgrel=3 pkgdesc="C/C++ library for generating PDF documents" url="http://libharu.org/wiki/Main_Page" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:ZLIB') depends=('libpng' 'gcc-libs') options=(!libtool) diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD index 348046f9b..22ea11bbe 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -7,7 +7,7 @@ pkgname='libhx' pkgver=3.13 pkgrel=1 pkgdesc='A library providing queue, tree, I/O and utility functions' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=('http://libhx.sourceforge.net/') license=('GPL') depends=() diff --git a/community/libident/PKGBUILD b/community/libident/PKGBUILD index db678c3d8..8567024bb 100644 --- a/community/libident/PKGBUILD +++ b/community/libident/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libident pkgver=0.32 pkgrel=3 pkgdesc="New libident C library" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remlab.net/libident/" license=('custom') options=('!libtool') diff --git a/community/libinfinity/PKGBUILD b/community/libinfinity/PKGBUILD index a64c2129a..420451b09 100644 --- a/community/libinfinity/PKGBUILD +++ b/community/libinfinity/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libinfinity pkgver=0.5.2 pkgrel=1 pkgdesc="An implementation of the Infininote protocol written in GObject-based C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de" license=('GPL') depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0' 'gtk2') diff --git a/community/libiptcdata/PKGBUILD b/community/libiptcdata/PKGBUILD index 88fd20f62..083775c8e 100644 --- a/community/libiptcdata/PKGBUILD +++ b/community/libiptcdata/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libiptcdata pkgver=1.0.4 pkgrel=2 pkgdesc="Library for manipulating the IPTC metadata" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libiptcdata.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD index ce6a84fe4..90c90b904 100644 --- a/community/liblinebreak/PKGBUILD +++ b/community/liblinebreak/PKGBUILD @@ -6,13 +6,13 @@ pkgname=liblinebreak pkgver=2.1 pkgrel=1 pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://vimgadgets.sourceforge.net/liblinebreak/" license=("custom:zlib/libpng") depends=("glibc") makedepends=() options=("!libtool") -source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz") +source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak/2.1/liblinebreak-$pkgver.tar.gz") md5sums=('9fe73b4b230434765be2305e50f8fe45') build() { diff --git a/community/liblockfile/PKGBUILD b/community/liblockfile/PKGBUILD index 7bb437825..9429a7d50 100644 --- a/community/liblockfile/PKGBUILD +++ b/community/liblockfile/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.08_4 _basever=1.08 pkgrel=2 pkgdesc="a library with NFS-safe locking functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://packages.debian.org/unstable/libs/liblockfile1" depends=('glibc') diff --git a/community/libmaa/PKGBUILD b/community/libmaa/PKGBUILD index 5a35a9a5d..ea5a4e14e 100644 --- a/community/libmaa/PKGBUILD +++ b/community/libmaa/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Provides many low-level data structures which are helpful for writing compilers" url="http://sourceforge.net/projects/dict/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') makedepends=('flex') options=('!libtool') diff --git a/community/libmatchbox/PKGBUILD b/community/libmatchbox/PKGBUILD index 7024885ce..6eed5ba11 100644 --- a/community/libmatchbox/PKGBUILD +++ b/community/libmatchbox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmatchbox pkgver=1.9 pkgrel=5 pkgdesc="Base library for Matchbox WM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext') options=('!libtool') diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 1ee757598..df42830cd 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libmatio pkgver=1.5.0 pkgrel=1 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://sourceforge.net/projects/matio" depends=('zlib') diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index ab2c866f7..0522a68cb 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmediainfo pkgver=0.7.61 pkgrel=1 pkgdesc="shared library for mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=( 'curl' 'libmms' 'libzen') diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD index 303e563ba..684e721d3 100644 --- a/community/libmemcached/PKGBUILD +++ b/community/libmemcached/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libmemcached pkgver=1.0.13 pkgrel=1 pkgdesc="C and C++ client library to the memcached server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libmemcached.org/" license=('GPL') depends=('glibc' 'libsasl' 'libevent') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 2f145b403..787a66f65 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -9,7 +9,7 @@ pkgname=libmicrohttpd pkgver=0.9.22 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/libmicrohttpd/" license=('LGPL') options=('!libtool') diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD index 0238a6320..d87125886 100644 --- a/community/libmirage/PKGBUILD +++ b/community/libmirage/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmirage pkgver=1.5.0 pkgrel=1 pkgdesc="CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') depends=('glib2' 'libsndfile' 'zlib') diff --git a/community/libmnl/PKGBUILD b/community/libmnl/PKGBUILD index bc4e355c2..5df9aa2a4 100644 --- a/community/libmnl/PKGBUILD +++ b/community/libmnl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmnl pkgver=1.0.3 pkgrel=1 pkgdesc='Minimalistic user-space library oriented to Netlink developers.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libmnl/' license=('LGPL2.1') depends=('glibc') diff --git a/community/libnet/PKGBUILD b/community/libnet/PKGBUILD index dbab7bf3d..1f2573445 100644 --- a/community/libnet/PKGBUILD +++ b/community/libnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libnet pkgver=1.1.6 pkgrel=1 pkgdesc="A library which provides API for commonly used low-level net functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/libnet-dev/" license=('BSD') depends=('glibc' 'sh') diff --git a/community/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD index 3ab673656..c2b21f98c 100644 --- a/community/libnetfilter_acct/PKGBUILD +++ b/community/libnetfilter_acct/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_acct pkgver=1.0.1 pkgrel=1 pkgdesc='userspace library providing interface to extended accounting infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netfilter.org/projects/libnetfilter_acct/index.html" license=('GPL') depends=('libnfnetlink' 'libmnl') diff --git a/community/libnetfilter_conntrack/PKGBUILD b/community/libnetfilter_conntrack/PKGBUILD index 1592d9027..84a8ced75 100644 --- a/community/libnetfilter_conntrack/PKGBUILD +++ b/community/libnetfilter_conntrack/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_conntrack pkgver=1.0.2 pkgrel=1 pkgdesc='Library providing an API to the in-kernel connection tracking state table' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libnfnetlink' 'libmnl') url='http://www.netfilter.org/projects/libnetfilter_conntrack/' license=('GPL') diff --git a/community/libnetfilter_cthelper/PKGBUILD b/community/libnetfilter_cthelper/PKGBUILD index 0cca5f479..fbbe5992d 100644 --- a/community/libnetfilter_cthelper/PKGBUILD +++ b/community/libnetfilter_cthelper/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnetfilter_cthelper pkgver=1.0.0 pkgrel=1 pkgdesc='Library for the connection tracking helper infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_cthelper/' license=('GPL2') depends=('libmnl') diff --git a/community/libnetfilter_cttimeout/PKGBUILD b/community/libnetfilter_cttimeout/PKGBUILD index 1c3211c32..fb0f4d967 100644 --- a/community/libnetfilter_cttimeout/PKGBUILD +++ b/community/libnetfilter_cttimeout/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnetfilter_cttimeout pkgver=1.0.0 pkgrel=3 pkgdesc='Library for the connection tracking timeout infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_cttimeout/' license=('GPL2') depends=('libmnl') diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD index 37027d898..053eaaf86 100644 --- a/community/libnetfilter_log/PKGBUILD +++ b/community/libnetfilter_log/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnetfilter_log pkgver=1.0.1 pkgrel=1 pkgdesc="userspace library providing interface to packets that have been logged by the kernel packet filter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netfilter.org/projects/libnetfilter_log/index.html" license=('GPL') depends=('libnfnetlink') diff --git a/community/libnetfilter_queue/PKGBUILD b/community/libnetfilter_queue/PKGBUILD index fa219ba98..f9559cb90 100644 --- a/community/libnetfilter_queue/PKGBUILD +++ b/community/libnetfilter_queue/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_queue pkgver=1.0.2 pkgrel=1 pkgdesc='Userspace API to packets that have been queued by the kernel packet filter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_queue/' license=('GPL') depends=('libnfnetlink' 'libmnl') diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD index 0c90df25b..b0493cd1f 100644 --- a/community/libnewt/PKGBUILD +++ b/community/libnewt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libnewt pkgver=0.52.12 pkgrel=4 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.redhat.com" license=('GPL') depends=('slang' 'popt' 'gpm') diff --git a/community/libnfnetlink/PKGBUILD b/community/libnfnetlink/PKGBUILD index 5bb6c345d..cd0661983 100644 --- a/community/libnfnetlink/PKGBUILD +++ b/community/libnfnetlink/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnfnetlink pkgver=1.0.1 pkgrel=1 pkgdesc='Low-level library for netfilter related kernel/userspace communication' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnfnetlink/' license=('GPL') depends=('glibc') diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index eaef7ac71..6f3bbd140 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnfs pkgver=1.3.0 pkgrel=1 pkgdesc="client library for accessing NFS shares" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD index 50877bae2..c690d59d0 100644 --- a/community/libnids/PKGBUILD +++ b/community/libnids/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnids pkgver=1.24 pkgrel=2 pkgdesc="An implementation of an E-component of Network Intrusion Detection System." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libnids.sourceforge.net/" license=('GPL') depends=('libnet' 'libpcap' 'glib2') diff --git a/community/libnoise/PKGBUILD b/community/libnoise/PKGBUILD index 6c863acf9..0d4ecbcf1 100644 --- a/community/libnoise/PKGBUILD +++ b/community/libnoise/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnoise pkgver=1.0.0 pkgrel=2 pkgdesc="A portable, open-source, coherent noise-generating library for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libnoise.sourceforge.net/" license=('LGPL') makedepends=('cmake' 'unzip') diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD index 8193e85dd..87fdc09fb 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -6,22 +6,22 @@ pkgname=libnsbmp pkgver=0.0.3 pkgrel=3 pkgdesc="Decoding library for BMP and ICO image file formats" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libnsbmp/" license=('MIT') depends=('glibc') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") -md5sums=('52eef940713a4c8a7afbb6888583057c') +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") +md5sums=('b418fd3f73a42190046e4e1ab98d799e') build() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr COMPONENT_TYPE="lib-shared" make PREFIX=/usr COMPONENT_TYPE="lib-static" } package() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static" diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD index b31fff221..b13722707 100644 --- a/community/libnsgif/PKGBUILD +++ b/community/libnsgif/PKGBUILD @@ -6,15 +6,15 @@ pkgname=libnsgif pkgver=0.0.3 pkgrel=3 pkgdesc="Decoding library for the GIF image file format" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libnsgif/" license=('MIT') depends=('glibc') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") -md5sums=('d4fa9679939e9b1b243799d6a0623cec') +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") +md5sums=('1f9efcdbbf0096eee639dc1e263b20dc') build() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" CFLAGS="$CFLAGS -fno-strict-aliasing" make PREFIX=/usr COMPONENT_TYPE="lib-shared" @@ -22,7 +22,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static" diff --git a/community/liboggz/PKGBUILD b/community/liboggz/PKGBUILD index 01aec1fc9..ac73928d6 100644 --- a/community/liboggz/PKGBUILD +++ b/community/liboggz/PKGBUILD @@ -8,7 +8,7 @@ pkgname=liboggz pkgver=1.1.1 pkgrel=3 pkgdesc="A simple programming interface for reading and writing Ogg files and streams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xiph.org/oggz/" license=('custom:BSD') depends=('libogg' 'sh') diff --git a/community/liboglappth/PKGBUILD b/community/liboglappth/PKGBUILD index 950e171d6..fd9809fb2 100644 --- a/community/liboglappth/PKGBUILD +++ b/community/liboglappth/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=1 pkgdesc="Library containing computational chemistry facility of ghemical" license=("GPL") -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') url="http://bioinformatics.org/ghemical/libghemical/" depends=('gcc-libs') makedepends=('mesa') diff --git a/community/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD index 3d6834987..b40eac3cf 100644 --- a/community/libopenraw/PKGBUILD +++ b/community/libopenraw/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libopenraw pkgver=0.0.9 pkgrel=2 pkgdesc="Library for decoding RAW files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libopenraw.freedesktop.org/" license=('LGPL') depends=('gdk-pixbuf2') diff --git a/community/libopensync/PKGBUILD b/community/libopensync/PKGBUILD index bf1eed273..92565954f 100644 --- a/community/libopensync/PKGBUILD +++ b/community/libopensync/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 pkgdesc='Stable version of the opensync synchronisation framework' url='http://www.opensync.org' license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('python2' 'cmake' 'chrpath') depends=('glib2' 'libxml2' 'sqlite3' 'libxslt') options=('!libtool') diff --git a/community/liboping/PKGBUILD b/community/liboping/PKGBUILD index 3e982e04b..ee0568597 100644 --- a/community/liboping/PKGBUILD +++ b/community/liboping/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=1 pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"' url='http://verplant.org/liboping/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') options=('!libtool') depends=('libcap') diff --git a/community/libosip2/PKGBUILD b/community/libosip2/PKGBUILD index e881de22b..ee400283b 100644 --- a/community/libosip2/PKGBUILD +++ b/community/libosip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libosip2 pkgver=3.6.0 pkgrel=1 pkgdesc="oSIP is an implementation of SIP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/osip/" license=('LGPL') depends=(glibc) diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD index 395f66806..2c827773c 100644 --- a/community/libpaper/PKGBUILD +++ b/community/libpaper/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libpaper pkgver=1.1.24 pkgrel=2 pkgdesc="Library for handling paper characteristics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/unstable/source/libpaper" license=('GPL') source=(http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_${pkgver}.tar.gz) diff --git a/community/libpar2/PKGBUILD b/community/libpar2/PKGBUILD index 4871ee91b..12a032876 100644 --- a/community/libpar2/PKGBUILD +++ b/community/libpar2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libpar2 pkgver=0.2 pkgrel=5 pkgdesc="Parity checking library," -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://parchive.sourceforge.net/" license=('GPL') depends=('libsigc++2.0') diff --git a/community/libparserutils/PKGBUILD b/community/libparserutils/PKGBUILD index a082bb807..5dea780d8 100644 --- a/community/libparserutils/PKGBUILD +++ b/community/libparserutils/PKGBUILD @@ -8,12 +8,12 @@ pkgname=libparserutils pkgver=0.1.1 pkgrel=2 pkgdesc="Library for building efficient parsers" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libparserutils" license=('MIT') source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") depends=('glibc') -sha256sums=('8b79ba58d6fa63fa9c74b71482d93f2c5b2c22badac77265f3cc47f3f603f87d') +sha256sums=('2d3f1887d3027b7df1fcacd5f74aba16d3c22a86c169816cd712857a1be0aaf3') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/libpqxx/PKGBUILD b/community/libpqxx/PKGBUILD index fbefdafa7..b3c4e6734 100644 --- a/community/libpqxx/PKGBUILD +++ b/community/libpqxx/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libpqxx pkgver=4.0 pkgrel=1 pkgdesc="C++ client API for PostgreSQL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://pqxx.org/development/libpqxx/" depends=('postgresql-libs>=8.4.1') diff --git a/community/libquvi/PKGBUILD b/community/libquvi/PKGBUILD index c9a3cffac..d9a21c4c2 100644 --- a/community/libquvi/PKGBUILD +++ b/community/libquvi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libquvi pkgver=0.4.1 pkgrel=1 pkgdesc='Library for parsing video download links.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://quvi.sourceforge.net/' license=('LGPL') depends=('libquvi-scripts' 'curl' 'lua') diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 35d7c9317..50a78c5e4 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libraw pkgver=0.14.7 pkgrel=1 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libraw.org/" license=('CDDL' 'LGPL' 'custom') depends=('lcms') diff --git a/community/librcc/PKGBUILD b/community/librcc/PKGBUILD index c5e3ffb0a..3a697f3dd 100644 --- a/community/librcc/PKGBUILD +++ b/community/librcc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=librcc pkgver=0.2.6 pkgrel=5 pkgdesc="Charset Conversion Library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://rusxmms.sourceforge.net/" license=('GPL') depends=(aspell enca libxml2 db librcd) diff --git a/community/librcd/PKGBUILD b/community/librcd/PKGBUILD index 810c7b9ae..61d787d4e 100644 --- a/community/librcd/PKGBUILD +++ b/community/librcd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=librcd pkgver=0.1.11 pkgrel=3 pkgdesc="Charset Detection Library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://rusxmms.sourceforge.net/" depends=(glibc) license=('GPL') diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index 54eb5000d..8390f87de 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.92.2 pkgrel=2 pkgdesc="Lisp system for Sawfish" license=('GPL2') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://sawfish.wikia.com/wiki/Librep" depends=('gmp' 'gdbm' 'libffi') install=$pkgname.install diff --git a/community/libreplaygain/PKGBUILD b/community/libreplaygain/PKGBUILD index 19505622d..c4b978d51 100644 --- a/community/libreplaygain/PKGBUILD +++ b/community/libreplaygain/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libreplaygain pkgver=475 pkgrel=1 pkgdesc="A library to adjust audio gain" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.musepack.net/index.php?pg=src" license=('LGPL') depends=('glibc') diff --git a/community/librsync/PKGBUILD b/community/librsync/PKGBUILD index 5674db504..0a0a4c435 100644 --- a/community/librsync/PKGBUILD +++ b/community/librsync/PKGBUILD @@ -7,7 +7,7 @@ pkgname=librsync pkgver=0.9.7 pkgrel=6 pkgdesc="A free software library that implements the rsync remote-delta algorithm (rdiff)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://librsync.sourceforge.net/" license=('GPL') depends=('popt' 'zlib' 'bzip2') diff --git a/community/librtfcomp/PKGBUILD b/community/librtfcomp/PKGBUILD index 26129d496..eecc73f66 100644 --- a/community/librtfcomp/PKGBUILD +++ b/community/librtfcomp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=librtfcomp pkgver=1.1 pkgrel=5 pkgdesc="SynCE librtfcomp library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://www.synce.org/" depends=(pyrex) diff --git a/community/libshairport/PKGBUILD b/community/libshairport/PKGBUILD index d6e406c41..0e1b81faa 100644 --- a/community/libshairport/PKGBUILD +++ b/community/libshairport/PKGBUILD @@ -8,7 +8,7 @@ _commithash='aeb4987' pkgver=${_version} pkgrel=2 pkgdesc="emulates an AirPort Express" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://github.com/amejia1/libshairport' license=('GPL') depends=('openssl' 'libao') diff --git a/community/libsieve/PKGBUILD b/community/libsieve/PKGBUILD index b9e1477b8..cc8a4d6f8 100644 --- a/community/libsieve/PKGBUILD +++ b/community/libsieve/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsieve pkgver=2.3.1 pkgrel=1 pkgdesc="sieve interpretator lib" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://libsieve.sourceforge.net/" license=('GPL') options=('!libtool') diff --git a/community/libsmf/PKGBUILD b/community/libsmf/PKGBUILD index 62f77a96a..d85f7045d 100644 --- a/community/libsmf/PKGBUILD +++ b/community/libsmf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libsmf pkgver=1.3 pkgrel=3 pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/libsmf/" license=('BSD') depends=('glib2' 'readline') diff --git a/community/libstatgrab/PKGBUILD b/community/libstatgrab/PKGBUILD index 7d8fec3d7..2479abb0c 100644 --- a/community/libstatgrab/PKGBUILD +++ b/community/libstatgrab/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libstatgrab pkgver=0.17 pkgrel=2 pkgdesc="A library that provides cross platform access to statistics about the system on which it's run" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.i-scream.org/libstatgrab" license=('LGPL' 'GPL') depends=('ncurses' 'perl') diff --git a/community/libsynaptics/PKGBUILD b/community/libsynaptics/PKGBUILD index 2b449fd36..33a07cf8c 100644 --- a/community/libsynaptics/PKGBUILD +++ b/community/libsynaptics/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libsynaptics pkgver=0.14.6c pkgrel=5 pkgdesc="Library for accessing synaptics touchpads" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qsynaptics.sourceforge.net" license=('GPL') depends=('gcc-libs') diff --git a/community/libtlen/PKGBUILD b/community/libtlen/PKGBUILD index a0f312c33..04cb44677 100644 --- a/community/libtlen/PKGBUILD +++ b/community/libtlen/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libtlen pkgver=20041113 pkgrel=5 pkgdesc="A Tlen.pl protocol library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libtlen.sourceforge.net/" license=("GPL") depends=(glibc) diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..c8e835202 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2" 'libtommath-0.42.0-makefile.patch') md5sums=('7380da904b020301be7045cb3a89039b' diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index 6c6402a93..69383dcda 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://libtorrent.rakshasa.no/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libsigc++2.0' 'openssl') options=('!libtool') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD index 639eade30..84963ea83 100644 --- a/community/libuser/PKGBUILD +++ b/community/libuser/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libuser pkgver=0.57.6 pkgrel=1 pkgdesc='A standardized interface for manipulating and administering user and group accounts.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url='https://fedorahosted.org/libuser/' depends=('python2' 'glib2' 'popt') diff --git a/community/libview/PKGBUILD b/community/libview/PKGBUILD index 0386a33a4..8cedfcc3b 100644 --- a/community/libview/PKGBUILD +++ b/community/libview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libview pkgver=0.6.6 pkgrel=2 pkgdesc="A collection of widgets that were developed at VMware" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://view.sourceforge.net" options=('!libtool') license=('MIT') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 830e9fee7..441d40dfd 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libvirt pkgver=0.10.2 pkgrel=4 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libvirt.org/" license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' @@ -19,8 +19,8 @@ optdepends=('bridge-utils: for briged networking (default)' 'kvm' 'openbsd-netcat: for remote management over ssh' 'qemu' - 'radvd' - 'dmidecode') + 'radvd') +[ "$CARCH" != "mips64el" ] && optdepends+=('dmidecode') options=('emptydirs' '!libtool') backup=('etc/conf.d/libvirtd' 'etc/conf.d/libvirtd-guests' diff --git a/community/libvisual-projectm/PKGBUILD b/community/libvisual-projectm/PKGBUILD index 76635d757..976b3cbff 100644 --- a/community/libvisual-projectm/PKGBUILD +++ b/community/libvisual-projectm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libvisual-projectm pkgver=2.0.1 pkgrel=3 pkgdesc='ProjectM XMMS plugin.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://projectm.sourceforge.net/' license=('GPL') depends=('projectm>=2.0.1' 'libvisual' 'sdl') diff --git a/community/libwapcaplet/PKGBUILD b/community/libwapcaplet/PKGBUILD index 62c641f11..2d3485874 100644 --- a/community/libwapcaplet/PKGBUILD +++ b/community/libwapcaplet/PKGBUILD @@ -7,10 +7,10 @@ pkgname=libwapcaplet pkgver=0.1.1 pkgrel=1 pkgdesc="String internment library with rapid string comparison" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libwapcaplet/" license=('MIT') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") sha256sums=('cf05159d7d515523697ce07228cff6a6339dc6bdcfec3e02e3b72d8b773f5258') build() { diff --git a/community/libwebp/PKGBUILD b/community/libwebp/PKGBUILD index 299f774e9..e6172aaa0 100644 --- a/community/libwebp/PKGBUILD +++ b/community/libwebp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libwebp pkgver=0.2.0 pkgrel=1 pkgdesc="WebP library and conversion tools" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://code.google.com/intl/en/speed/webp/" license=('BSD') depends=('libpng' 'libjpeg') diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD index c26669f7d..a0d1852ac 100644 --- a/community/libwww/PKGBUILD +++ b/community/libwww/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libwww pkgver=5.4.0 pkgrel=5 pkgdesc="A general-purpose client side WEB API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.w3.org/Library/" license=('W3C') depends=() diff --git a/community/libx86/PKGBUILD b/community/libx86/PKGBUILD index 460166174..99cd709f4 100644 --- a/community/libx86/PKGBUILD +++ b/community/libx86/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libx86 pkgver=1.1 pkgrel=3 pkgdesc="Provides an lrmi interface that works on x86, am64 and alpha" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.codon.org.uk/~mjg59/libx86/" license=('custom') depends=('glibc') diff --git a/community/libx86emu/PKGBUILD b/community/libx86emu/PKGBUILD index a25689370..c9973fa49 100644 --- a/community/libx86emu/PKGBUILD +++ b/community/libx86emu/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1 _pkgver=$pkgver-15.3 pkgrel=29 pkgdesc='x86 emulation library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.opensuse.org/' license=('BSD') depends=('glibc') diff --git a/community/libxdg-basedir/PKGBUILD b/community/libxdg-basedir/PKGBUILD index ccbcc87a1..116b633a7 100644 --- a/community/libxdg-basedir/PKGBUILD +++ b/community/libxdg-basedir/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libxdg-basedir pkgver=1.2.0 pkgrel=1 pkgdesc="An implementation of the XDG Base Directory specifications." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://n.ethz.ch/student/nevillm/download/libxdg-basedir" license=('MIT') depends=('glibc') diff --git a/community/libyaml/PKGBUILD b/community/libyaml/PKGBUILD index 73d2c7b1e..40ed21c74 100644 --- a/community/libyaml/PKGBUILD +++ b/community/libyaml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libyaml pkgver=0.1.4 pkgrel=2 pkgdesc="YAML 1.1 library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyyaml.org/wiki/LibYAML" license=('MIT') source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz) diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD index 71f6b12fd..dcb242f03 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libzdb pkgver=2.10.1 pkgrel=1 pkgdesc="Zild Database Library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.tildeslash.com/libzdb/" license=('GPL') depends=('postgresql-libs' 'sqlite3' 'libmysqlclient') diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index 5f009b9b0..322ca3466 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libzen pkgver=0.4.28 pkgrel=1 pkgdesc="shared library for libmediainfo and mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('BSD') depends=('gcc-libs') diff --git a/community/lilv/PKGBUILD b/community/lilv/PKGBUILD index 89af2303f..abe83fdc4 100644 --- a/community/lilv/PKGBUILD +++ b/community/lilv/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lilv pkgver=0.14.2 pkgrel=1 pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('python2' 'sratom' 'jack') diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD index 4a58cd269..37fb3c64b 100644 --- a/community/lilypond/PKGBUILD +++ b/community/lilypond/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lilypond pkgver=2.16.0 pkgrel=2 pkgdesc="An automated music engraving system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lilypond.org" license=('GPL') depends=('guile' 'python2' 'texlive-core' 'ghostscript' 'pango' 'fontconfig') diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD index ba889afc8..a80797e7b 100644 --- a/community/lilyterm/PKGBUILD +++ b/community/lilyterm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lilyterm pkgver=0.9.9.1 pkgrel=1 pkgdesc="A light and easy to use libvte based X terminal emulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lilyterm.luna.com.tw/index_en.html" _watch="http://lilyterm.luna.com.tw/html/download.html" license=('GPL3') diff --git a/community/lincity-ng/PKGBUILD b/community/lincity-ng/PKGBUILD index ee4e04a08..77e4b96b0 100644 --- a/community/lincity-ng/PKGBUILD +++ b/community/lincity-ng/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lincity-ng pkgver=2.0 pkgrel=5.1 pkgdesc="A city simulation game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://fedorahosted.org/LinCity-NG" license=('GPL' 'custom') depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 'gcc-libs' 'libgl') diff --git a/community/linphone/PKGBUILD b/community/linphone/PKGBUILD index c79891f42..08e4187de 100644 --- a/community/linphone/PKGBUILD +++ b/community/linphone/PKGBUILD @@ -6,7 +6,7 @@ pkgname=linphone pkgver=3.5.2 pkgrel=4 pkgdesc="A Voice-over-IP phone" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.linphone.org/index.php/eng" license=('GPL') depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4l-utils' diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD deleted file mode 100644 index a5d361ee0..000000000 --- a/community/linux-tools/PKGBUILD +++ /dev/null @@ -1,141 +0,0 @@ -# $Id: PKGBUILD 76842 2012-10-01 03:29:15Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> - -pkgbase=linux-tools -pkgname=('perf' 'cpupower' 'x86_energy_perf_policy' 'usbip') -pkgver=3.6 -pkgrel=1 -license=('GPL2') -arch=('i686' 'x86_64') -url='http://www.kernel.org' -options=('!strip') -# split packages need all package dependencies set manually in makedepends -# kernel source deps -makedepends=('asciidoc' 'xmlto') -# perf deps -makedepends+=('perl' 'python2' 'libnewt' 'elfutils') -# cpupower deps -makedepends+=('pciutils') -# usbip deps -makedepends+=('glib2' 'sysfsutils') -groups=("$pkgbase") -source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz" -# "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.4.xz" - 'cpupower.conf' - 'cpupower.rc' - 'cpupower.systemd' - 'cpupower.service' - 'usbipd.conf' - 'usbipd.rc' - 'usbipd.service') -md5sums=('1a1760420eac802c541a20ab51a093d1' - '56883c159381ba89e50ab8ea65efec77' - '5fc1fcda4cef93f16e752b1931db23e3' - 'c0d17b5295fe964623c772a2dd981771' - '2450e8ff41b30eb58d43b5fffbfde1f4' - 'e8fac9c45a628015644b4150b139278a' - '8a3831d962ff6a9968c0c20fd601cdec' - 'ba7c1c513314dd21fb2334fb8417738f') - -build() { - # apply stable patching set - if (( NOEXTRACT == 0 )) && [[ -e "$srcdir"/patch-* ]]; then - msg2 'Applying stable patch set' - patch -N -p1 -i "$srcdir"/patch-* - fi - - msg2 'Build perf' - pushd linux-$pkgver/tools/perf - make \ - WERROR=0 \ - DESTDIR="$pkgdir/usr" \ - perfexecdir='lib/perf' \ - PYTHON=python2 \ - NO_GTK2=1 \ - PERF_VERSION=$pkgver-$pkgrel \ - all man - popd - - msg2 'Build cpupower' - pushd linux-$pkgver/tools/power/cpupower - # we cannot use --as-needed - LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"} - make VERSION=$pkgver-$pkgrel - popd - - msg2 'Build x86_energy_perf_policy' - pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy - make - popd - - msg2 'Build usbip' - pushd linux-$pkgver/drivers/staging/usbip/userspace - ./autogen.sh - ./configure --prefix=/usr - make - popd -} - -package_perf() { - pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils') - - cd linux-$pkgver/tools/perf - make \ - WERROR=0 \ - DESTDIR="$pkgdir/usr" \ - perfexecdir='lib/perf' \ - PYTHON=python2 \ - NO_GTK2=1 \ - PERF_VERSION=$pkgver-$pkgrel \ - install install-man -} - -package_cpupower() { - pkgdesc='Linux kernel tool to examine and tune power saving related features of your processor' - backup=('etc/conf.d/cpupower') - depends=('bash' 'pciutils') - conflicts=('cpufrequtils') - replaces=('cpufrequtils') - - pushd linux-$pkgver/tools/power/cpupower - make \ - DESTDIR="$pkgdir" \ - mandir='/usr/share/man' \ - docdir='/usr/share/doc/cpupower' \ - install install-man - popd - # install startup scripts - install -Dm 755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname" - install -Dm 644 $pkgname.conf "$pkgdir/etc/conf.d/$pkgname" - install -Dm 644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service" - install -Dm 755 $pkgname.systemd "$pkgdir/usr/lib/systemd/scripts/$pkgname" -} - -package_x86_energy_perf_policy() { - pkgdesc='Read or write MSR_IA32_ENERGY_PERF_BIAS' - depends=('glibc') - - cd linux-$pkgver/tools/power/x86/x86_energy_perf_policy - install -Dm 755 x86_energy_perf_policy "$pkgdir/usr/bin/x86_energy_perf_policy" - install -Dm 644 x86_energy_perf_policy.8 "$pkgdir/usr/share/man/man8/x86_energy_perf_policy.8" -} - -package_usbip() { - pkgdesc='An USB device sharing system over IP network' - depends=('glib2' 'sysfsutils') - options=('!libtool') - - pushd linux-$pkgver/drivers/staging/usbip/userspace - make install DESTDIR="$pkgdir" - popd - # module loading - install -Dm 644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf" - printf 'usbip-core\nusbip-host\n' > "$pkgdir/usr/lib/modules-load.d/$pkgname.conf" - # install daemon scripts - install -Dm 755 usbipd.rc "$pkgdir/etc/rc.d/usbipd" - install -Dm 644 usbipd.conf "$pkgdir/etc/conf.d/usbipd" - install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/linux-tools/cpupower.conf b/community/linux-tools/cpupower.conf deleted file mode 100644 index b5c522ea1..000000000 --- a/community/linux-tools/cpupower.conf +++ /dev/null @@ -1,29 +0,0 @@ -# Define CPUs governor -# valid governors: ondemand, performance, powersave, conservative, userspace. -#governor='ondemand' - -# Limit frequency range -# Valid suffixes: Hz, kHz (default), MHz, GHz, THz -#min_freq="2.25GHz" -#max_freq="3GHz" - -# Specific frequency to be set. -# Requires userspace governor to be available. -# Do not set governor field if you use this one. -#freq= - -# Utilizes cores in one processor package/socket first before processes are -# scheduled to other processor packages/sockets. -# See man (1) CPUPOWER-SET for additional details. -#mc_scheduler= - -# Utilizes thread siblings of one processor core first before processes are -# scheduled to other cores. See man (1) CPUPOWER-SET for additional details. -#smp_scheduler= - -# Sets a register on supported Intel processore which allows software to convey -# its policy for the relative importance of performance versus energy savings to -# the processor. See man (1) CPUPOWER-SET for additional details. -#perf_bias= - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.pmutils b/community/linux-tools/cpupower.pmutils deleted file mode 100644 index fb93cd7c1..000000000 --- a/community/linux-tools/cpupower.pmutils +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash - -[[ -x /usr/bin/cpupower ]] || exit $NA - -CPUPOWER_GOVERNOR_AC=${CPUPOWER_GOVERNOR_AC:-ondemand} -CPUPOWER_GOVERNOR_BAT=${CPUPOWER_GOVERNOR_BAT:-conservative} - -help() { - cat <<EOF --------- -$0: Select cpupower frequency governor. - -Parameters: -CPUPOWER_GOVERNOR_AC = Governor to use on AC. -Defaults to ondemand. - -CPUPOWER_GOVERNOR_BAT = Governor to use on battery. -Defaults to conservative. - -EOF -} - -cpupow() { - printf 'Setting cpupower frequency governor to %s...' "$1" - cpupower -c all frequency-set -g "$1" -} - -case $1 in - true) cpupow "$CPUPOWER_GOVERNOR_BAT" ;; - false) cpupow "$CPUPOWER_GOVERNOR_AC" ;; - help) help;; - *) exit $NA ;; -esac - -exit 0 - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.rc b/community/linux-tools/cpupower.rc deleted file mode 100644 index 88edaf791..000000000 --- a/community/linux-tools/cpupower.rc +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start|restart) - status 'Setting cpupower rules' /usr/lib/systemd/scripts/cpupower || exit 1 - ;; - *) - echo "usage: ${0##*/} {start|restart}" >&2 - exit 1 - ;; -esac - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.service b/community/linux-tools/cpupower.service deleted file mode 100644 index aaeba2b08..000000000 --- a/community/linux-tools/cpupower.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Apply cpupower configuration - -[Service] -Type=oneshot -ExecStart=/usr/lib/systemd/scripts/cpupower -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target diff --git a/community/linux-tools/cpupower.systemd b/community/linux-tools/cpupower.systemd deleted file mode 100644 index f45b02bc8..000000000 --- a/community/linux-tools/cpupower.systemd +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -. /etc/conf.d/cpupower - -declare -i fail=0 - -# parse frequency options -declare -a params=() -params+=(${governor:+-g $governor}) -params+=(${min_freq:+-d $min_freq}) -params+=(${max_freq:+-u $max_freq}) -params+=(${freq:+-f $freq}) - -# apply frequency options -if ((${#params[@]} > 0)); then - cpupower frequency-set "${params[@]}" >/dev/null || fail=1 -fi - -# parse cpu options -declare -a params=() -params+=(${mc_scheduler:+-m $mc_scheduler}) -params+=(${smp_scheduler:+-s $smp_scheduler}) -params+=(${perf_bias:+-b $perf_bias}) - -# apply cpu options -if ((${#params[@]} > 0)); then - cpupower set "${params[@]}" >/dev/null || fail=1 -fi - -exit $fail - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/usbipd.conf b/community/linux-tools/usbipd.conf deleted file mode 100644 index 5990b857a..000000000 --- a/community/linux-tools/usbipd.conf +++ /dev/null @@ -1,3 +0,0 @@ -# vim:set ts=2 sw=2 ft=sh noet: - -DAEMON_OPTS='' diff --git a/community/linux-tools/usbipd.rc b/community/linux-tools/usbipd.rc deleted file mode 100644 index 15a1bcf00..000000000 --- a/community/linux-tools/usbipd.rc +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions -. /etc/conf.d/${0##*/} - -DAEMON=/usr/sbin/usbipd -PID=$(pidof -o %PPID $DAEMON) -DAEMON_OPTS="--daemon $DAEMON_OPTS" - -case "$1" in - start) - stat_busy "Starting ${0##*/} daemon" - [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon ${0##*/} && stat_done && exit 0 - stat_fail - ;; - stop) - stat_busy "Stopping ${0##*/} daemon" - [[ $PID ]] && kill $PID &> /dev/null && rm_daemon ${0##*/} && stat_done && exit 0 - stat_fail - ;; - restart) - $0 stop - $0 start - exit 0 - ;; - *) - echo "usage: ${0##*/} {start|stop|restart}" >&2 - ;; -esac - -exit 1 - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/usbipd.service b/community/linux-tools/usbipd.service deleted file mode 100644 index ac2f5f7c1..000000000 --- a/community/linux-tools/usbipd.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=USB/IP server - -[Service] -ExecStart=/usr/sbin/usbipd - -[Install] -WantedBy=multi-user.target diff --git a/community/linuxdcpp/PKGBUILD b/community/linuxdcpp/PKGBUILD index 28f0261c0..e73638ca2 100644 --- a/community/linuxdcpp/PKGBUILD +++ b/community/linuxdcpp/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc="A Gtk+ Direct Connect client based on DC++." url="https://launchpad.net/linuxdcpp/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme') makedepends=('scons' 'boost') conflicts=('linuxdcpp-bzr') diff --git a/community/linuxdoc-tools/PKGBUILD b/community/linuxdoc-tools/PKGBUILD index 22c533374..f5c5c32f7 100644 --- a/community/linuxdoc-tools/PKGBUILD +++ b/community/linuxdoc-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=linuxdoc-tools pkgver=0.9.68 pkgrel=1 pkgdesc="Convert LinuxDoc SGML source into other formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/linuxdoc-tools" license=('GPL') depends=('jade') diff --git a/community/linuxsampler/PKGBUILD b/community/linuxsampler/PKGBUILD index 44be22aac..d1fe73fe1 100644 --- a/community/linuxsampler/PKGBUILD +++ b/community/linuxsampler/PKGBUILD @@ -7,7 +7,7 @@ pkgname=linuxsampler pkgver=1.0.0 pkgrel=2 pkgdesc="Professional-grade audio sampler alternative to Gigasampler" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.linuxsampler.org/" license=('GPL' 'custom') depends=('libgig' 'jack' 'sqlite3') diff --git a/community/linuxtv-dvb-apps/PKGBUILD b/community/linuxtv-dvb-apps/PKGBUILD index bcd07680a..3efdf75d6 100644 --- a/community/linuxtv-dvb-apps/PKGBUILD +++ b/community/linuxtv-dvb-apps/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1465 pkgrel=1 _hgrev=69fc03702a64 pkgdesc='Viewer programs for DVB cards' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.linuxtv.org/' license=('GPL') source=("http://linuxtv.org/hg/dvb-apps/archive/$_hgrev.tar.bz2") diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD index 7751723cb..658a7565e 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lksctp-tools pkgver=1.0.11 pkgrel=1 pkgdesc='An implementation of the SCTP protocol' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://lksctp.sourceforge.net/' license=('GPL2') depends=('bash') diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index c7ebc3ab3..5a287a701 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lmms pkgver=0.4.13 pkgrel=1 pkgdesc='The Linux MultiMedia Studio.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://lmms.sourceforge.net/' license=('GPL') depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound' diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD index e22deeef1..7ad656779 100644 --- a/community/lockdev/PKGBUILD +++ b/community/lockdev/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.' url='http://packages.qa.debian.org/l/lockdev.html' license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz" "http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz") md5sums=('64b9c1b87b125fc348e892e24625524a' diff --git a/community/lockfile-progs/PKGBUILD b/community/lockfile-progs/PKGBUILD index 78f97d413..8d2b6c30f 100644 --- a/community/lockfile-progs/PKGBUILD +++ b/community/lockfile-progs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lockfile-progs pkgver=0.1.15 pkgrel=2 pkgdesc="programs for locking and unlocking files and mailboxes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://packages.debian.org/unstable/misc/lockfile-progs" depends=('glibc') diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD index 21bfddf37..8bfe31720 100644 --- a/community/log4cpp/PKGBUILD +++ b/community/log4cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=log4cpp pkgver=1.0 pkgrel=6 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://log4cpp.hora-obscura.de/" license=('LGPL') depends=('gcc-libs') diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD index fc8ca5598..806e93064 100644 --- a/community/lomoco/PKGBUILD +++ b/community/lomoco/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Logitech USB mouse configuration program" license=('GPL') depends=('libusb-compat') replaces=('lmctl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=(!libtool) backup=(etc/udev/lomoco_mouse.conf) source=(http://www.lomoco.org/${pkgname}-${pkgver}.tar.gz diff --git a/community/lout/PKGBUILD b/community/lout/PKGBUILD index 71aa6f957..3abe6c2a6 100644 --- a/community/lout/PKGBUILD +++ b/community/lout/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lout pkgver=3.39 pkgrel=1 pkgdesc="A lightweight document formatting system." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lout.wiki.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/love/PKGBUILD b/community/love/PKGBUILD index 0fc743ccc..8ee8a18cf 100644 --- a/community/love/PKGBUILD +++ b/community/love/PKGBUILD @@ -5,7 +5,7 @@ pkgname=love pkgver=0.8.0 pkgrel=2 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://love2d.org/" license=('zlib') depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils') @@ -17,7 +17,7 @@ source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar. "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.desktop" "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.xml") md5sums=('9db9c32585fc7c7da3eba7e438783099' - 'a4890908149d91bc042b30d00c121c58' + '5c22904008b003a8d5a23b6b35de1be3' 'a1e19f91420cc519a683af360f5b1120' '16f2ecc899c9ffc8b7b7c807f8967861' '971bec1bffe4f424972eef2a26d27bec' diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD index f3d56e6fb..0b017ecb6 100644 --- a/community/lrzip/PKGBUILD +++ b/community/lrzip/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" url="http://lrzip.kolivas.org/" license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs') if [ "$CARCH" != "x86_64" ] then diff --git a/community/lrzsz/PKGBUILD b/community/lrzsz/PKGBUILD index cb1874f18..48d636366 100644 --- a/community/lrzsz/PKGBUILD +++ b/community/lrzsz/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 pkgdesc="xmodem, ymodem and zmodem file transfer protocols" url="http://www.ohse.de/uwe/software/lrzsz.html" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz lrzsz.patch) md5sums=('b5ce6a74abc9b9eb2af94dffdfd372a4' diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 2a42c84d2..a3f60dde8 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite3') diff --git a/community/lsscsi/PKGBUILD b/community/lsscsi/PKGBUILD index e8d5251d9..556c01d4c 100644 --- a/community/lsscsi/PKGBUILD +++ b/community/lsscsi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lsscsi pkgver=0.26 pkgrel=1 pkgdesc='A tool that lists devices connected via SCSI and its transports' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sg.danny.cz/scsi/lsscsi.html" license=('GPL') depends=('sysfsutils') diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD index 17db56fa0..b21b1e5cc 100644 --- a/community/ltris/PKGBUILD +++ b/community/ltris/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ltris pkgver=1.0.18 pkgrel=1 pkgdesc="A tetris clone where you have a bowl with blocks falling down" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lgames.sourceforge.net/index.php?project=LTris" license=('GPL') depends=('sdl_mixer') diff --git a/community/lua-zlib/PKGBUILD b/community/lua-zlib/PKGBUILD index 38e8a455b..a2ad97c2c 100644 --- a/community/lua-zlib/PKGBUILD +++ b/community/lua-zlib/PKGBUILD @@ -8,7 +8,7 @@ _gitver=8d07669 _luaver=5.1 url="http://github.com/brimworks/lua-zlib" pkgdesc='Simple streaming interface to zlib for Lua.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('lua' 'zlib') makedepends=('cmake') diff --git a/community/luabind/PKGBUILD b/community/luabind/PKGBUILD index 15b9e9888..479424d8f 100644 --- a/community/luabind/PKGBUILD +++ b/community/luabind/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luabind pkgver=0.9.1 pkgrel=2 pkgdesc="A library that helps you create bindings between C++ and Lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rasterbar.com/products/luabind.html" license=('MIT') makedepends=('unzip' 'boost' 'boost-build') diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD index 9e8a83683..755ec5ea8 100644 --- a/community/luabitop/PKGBUILD +++ b/community/luabitop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luabitop pkgver=1.0.2 pkgrel=1 pkgdesc='C extension adding bitwise operations on numbers' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://bitop.luajit.org/index.html' depends=('lua') source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz") diff --git a/community/luaexpat/PKGBUILD b/community/luaexpat/PKGBUILD index 4b5663271..1ee938ed0 100644 --- a/community/luaexpat/PKGBUILD +++ b/community/luaexpat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luaexpat pkgver=1.2.0 pkgrel=2 pkgdesc='LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.0.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.matthewwild.co.uk/lua-expat' license=('MIT') makedepends=('gcc' 'lua>=5.1' 'expat>=2') diff --git a/community/luafilesystem/PKGBUILD b/community/luafilesystem/PKGBUILD index fb7abe438..737148c23 100644 --- a/community/luafilesystem/PKGBUILD +++ b/community/luafilesystem/PKGBUILD @@ -7,7 +7,7 @@ pkgname=luafilesystem pkgver=1.6.2 pkgrel=1 pkgdesc='File System Library for the Lua Programming Language' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keplerproject.org/luafilesystem/' license=('MIT') depends=('lua') diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index d246535d1..ae3b5b636 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -8,7 +8,7 @@ pkgname=luajit pkgver=2.0.0b11 pkgrel=3 pkgdesc='A Just-In-Time Compiler for Lua' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index 33cc23aa4..09392ace9 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2012.09.13.r1 _pkgver=2012.09.13-r1 pkgrel=3 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.luakit.org/projects/luakit' license=('GPL3') depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit') diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index 627158879..d81969ca7 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -8,7 +8,7 @@ pkgname=luaposix pkgver=5.1.23 pkgrel=1 pkgdesc='A POSIX library for Lua programming language' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://luaforge.net/projects/luaposix/' license=('GPL' 'LGPL') depends=('lua' 'luabitop') diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index f82ecf63a..2c710e072 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luarocks pkgver=2.0.10 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://luarocks.org/" depends=('lua' 'unzip' 'zip' 'curl') optdepends=('cvs: for fetching sources from CVS repositories' diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD index 5769e23ed..50ecd0af9 100644 --- a/community/luasec/PKGBUILD +++ b/community/luasec/PKGBUILD @@ -7,7 +7,7 @@ pkgname=luasec pkgver=0.4 pkgrel=3 pkgdesc="Lua bindings for OpenSSL library to provide TLS/SSL communication." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://luasec.luaforge.net/" license=('MIT') depends=('openssl>=0.9.7' 'lua>=5.1' 'luasocket>=2.0.2') diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD index 21e96f09d..488f518d7 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luasocket pkgver=2.0.2 pkgrel=5 pkgdesc="Luasocket is the most comprehensive networking support library for the Lua language." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.princeton.edu/~diego/professional/luasocket/" license=('MIT') depends=(lua) diff --git a/community/luasql-mysql/PKGBUILD b/community/luasql-mysql/PKGBUILD index 54aff4c20..97819127e 100644 --- a/community/luasql-mysql/PKGBUILD +++ b/community/luasql-mysql/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luasql-mysql pkgver=2.2.0 pkgrel=1 pkgdesc="MySQL module for Lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.keplerproject.org/luasql/" license=('MIT') depends=('lua' 'libmysqlclient') diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index bd8037b50..3ccb9e0fc 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -7,7 +7,7 @@ pkgname=luminancehdr pkgver=2.3.0 pkgrel=4 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://qtpfsgui.sourceforge.net/' license=('GPL') depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt' 'qtwebkit') diff --git a/community/lwm/PKGBUILD b/community/lwm/PKGBUILD index 7ea15078c..31e705bb3 100644 --- a/community/lwm/PKGBUILD +++ b/community/lwm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lwm pkgver=1.2.2 pkgrel=3 pkgdesc="a very light weight window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.jfc.org.uk/software/lwm.html" license=('GPL') depends=('xorg-server' 'libxext' 'libsm') diff --git a/community/lwp/PKGBUILD b/community/lwp/PKGBUILD index 445d5a001..8035e127b 100644 --- a/community/lwp/PKGBUILD +++ b/community/lwp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lwp pkgver=2.6 pkgrel=2 pkgdesc="Light weight process library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" options=('!libtool') license=("LGPL") diff --git a/community/lxappearance-obconf/PKGBUILD b/community/lxappearance-obconf/PKGBUILD index 92b47b7fb..c3e345a74 100644 --- a/community/lxappearance-obconf/PKGBUILD +++ b/community/lxappearance-obconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lxappearance-obconf pkgver=0.2.0 pkgrel=1 pkgdesc='A plugin for LXAppearance to configure Openbox' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 322e4c7d6..7964cbfec 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxappearance pkgver=0.5.2 pkgrel=1 pkgdesc="Feature-rich GTK+ theme switcher of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 994da5cf7..acb86e5ae 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lxc pkgver=0.8.0_rc2 pkgrel=1 pkgdesc="Linux Containers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') diff --git a/community/lxde-common/PKGBUILD b/community/lxde-common/PKGBUILD index 808afbf1f..2bf03bb55 100644 --- a/community/lxde-common/PKGBUILD +++ b/community/lxde-common/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxde-common pkgver=0.5.5 pkgrel=1 pkgdesc="Common files of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') groups=('lxde') depends=('libx11' 'glib2' 'lxde-icon-theme') diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index f7958abdd..ac04031fa 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxdm pkgver=0.4.1 pkgrel=18 pkgdesc='Lightweight X11 Display Manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lxdm/" license=('GPL') groups=('lxde') diff --git a/community/lxinput/PKGBUILD b/community/lxinput/PKGBUILD index 7ed91636f..145d298d7 100644 --- a/community/lxinput/PKGBUILD +++ b/community/lxinput/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxinput pkgver=0.3.2 pkgrel=2 pkgdesc="A small program to configure keyboard and mouse for LXDE." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') diff --git a/community/lxlauncher/PKGBUILD b/community/lxlauncher/PKGBUILD index 743a83d99..85de2af9b 100644 --- a/community/lxlauncher/PKGBUILD +++ b/community/lxlauncher/PKGBUILD @@ -3,9 +3,9 @@ # Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxlauncher pkgver=0.2.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="Launcher for Asus EeePC (part of LXDE)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxmenu-data/PKGBUILD b/community/lxmenu-data/PKGBUILD index 6087648d9..cdb8fc741 100644 --- a/community/lxmenu-data/PKGBUILD +++ b/community/lxmenu-data/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxmenu-data pkgver=0.1.2 pkgrel=1 pkgdesc="freedesktop.org desktop menus for LXDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxmusic/PKGBUILD b/community/lxmusic/PKGBUILD index 197adf4ec..5bb12620b 100644 --- a/community/lxmusic/PKGBUILD +++ b/community/lxmusic/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxmusic pkgver=0.4.5 pkgrel=1 pkgdesc='Lightweight XMMS2 client' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') diff --git a/community/lxnm/PKGBUILD b/community/lxnm/PKGBUILD index 6561411fe..342dcd481 100644 --- a/community/lxnm/PKGBUILD +++ b/community/lxnm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxnm pkgver=0.2.2 pkgrel=3 pkgdesc="A Network Manager (Part of LXDE)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org" depends=('glib2') diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD index 47eccccde..7e37715c5 100644 --- a/community/lxpanel/PKGBUILD +++ b/community/lxpanel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxpanel pkgver=0.5.10 pkgrel=1 pkgdesc="Panel of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxrandr/PKGBUILD b/community/lxrandr/PKGBUILD index 8ea63dc27..e3cbc06ad 100644 --- a/community/lxrandr/PKGBUILD +++ b/community/lxrandr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxrandr pkgver=0.1.2 pkgrel=2 pkgdesc="Monitor configuration tool (part of LXDE)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD index db8719774..0deb4855c 100644 --- a/community/lxsession/PKGBUILD +++ b/community/lxsession/PKGBUILD @@ -4,9 +4,9 @@ pkgname=lxsession pkgver=0.4.6.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="Session manager of the LXDE Desktop (light version)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxshortcut/PKGBUILD b/community/lxshortcut/PKGBUILD index 75732c2a7..b8b0ae126 100644 --- a/community/lxshortcut/PKGBUILD +++ b/community/lxshortcut/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lxshortcut pkgver=0.1.2 pkgrel=1 pkgdesc='Small program used to edit application shortcuts' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') diff --git a/community/lxtask/PKGBUILD b/community/lxtask/PKGBUILD index db8d97ae5..fc6aec61a 100644 --- a/community/lxtask/PKGBUILD +++ b/community/lxtask/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxtask pkgver=0.1.4 -pkgrel=3 +pkgrel=3.1 pkgdesc="Task manager of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxterminal/PKGBUILD b/community/lxterminal/PKGBUILD index 9751bc21a..36b6c8db4 100644 --- a/community/lxterminal/PKGBUILD +++ b/community/lxterminal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxterminal pkgver=0.1.11 pkgrel=2 pkgdesc="VTE-based terminal emulator (part of LXDE)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD index 23672a8e8..b1a96f587 100644 --- a/community/macchanger/PKGBUILD +++ b/community/macchanger/PKGBUILD @@ -6,7 +6,7 @@ pkgname=macchanger pkgver=1.5.0 pkgrel=5 pkgdesc="A small utility to change you NIC's MAC address" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ftp.gnu.org/gnu/macchanger" license=('GPL') source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz) diff --git a/community/mailutils/PKGBUILD b/community/mailutils/PKGBUILD index 81afe7b4c..30889c09c 100644 --- a/community/mailutils/PKGBUILD +++ b/community/mailutils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mailutils pkgver=2.2 pkgrel=4 pkgdesc="MUA command line tool (mailx)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gnu.org/software/mailutils/" license=('GPL') depends=('libldap' 'pam' 'gnutls' 'guile') diff --git a/community/mairix/PKGBUILD b/community/mairix/PKGBUILD index 5cd6acd7f..d9ddd727a 100644 --- a/community/mairix/PKGBUILD +++ b/community/mairix/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mairix pkgver=0.23 pkgrel=1 pkgdesc="A program for indexing and searching emails" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rpcurnow.force9.co.uk/mairix/" license=('GPL') depends=(bzip2 zlib) diff --git a/community/makedev/PKGBUILD b/community/makedev/PKGBUILD index bb21237d9..882035c9d 100644 --- a/community/makedev/PKGBUILD +++ b/community/makedev/PKGBUILD @@ -7,7 +7,7 @@ pkgname=makedev pkgver=3.23_1 pkgrel=1 pkgdesc='The ubiquitous script to create static device nodes' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://people.redhat.com/nalin/MAKEDEV/' source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz") @@ -15,6 +15,7 @@ md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f') build() { cd ${pkgname^^*}-${pkgver/_*} + sed -ri 's/^OPTFLAGS.*/& '"$CFLAGS"'/' Makefile make } diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index c37ca0408..c9e0d4941 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mapnik pkgver=2.1.0 pkgrel=1 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mapnik.org/" license=('LGPL') depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2' diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD index 6dfd64c16..91f998f70 100644 --- a/community/mashup/PKGBUILD +++ b/community/mashup/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.5 pkgrel=2 pkgdesc="Adjusting images on a sheet of paper for printing" url="http://kornelix.squarespace.com/$pkgname" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('gtk3') replaces=('printoxx') diff --git a/community/matchbox-desktop/PKGBUILD b/community/matchbox-desktop/PKGBUILD index 3af5a9717..17c4bb82a 100644 --- a/community/matchbox-desktop/PKGBUILD +++ b/community/matchbox-desktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-desktop pkgver=2.0 pkgrel=3 pkgdesc="A PDA style application launcher or 'item browser'." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2') url="http://matchbox-project.org/" diff --git a/community/matchbox-keyboard/PKGBUILD b/community/matchbox-keyboard/PKGBUILD index a2a6e34cf..9ab673e54 100644 --- a/community/matchbox-keyboard/PKGBUILD +++ b/community/matchbox-keyboard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-keyboard pkgver=0.1 pkgrel=4 pkgdesc="An on screen virtual keyboard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('cairo' 'libfakekey' 'libxft') url="http://matchbox-project.org/" license=('GPL') diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD index 81d0eb80d..6739273e6 100644 --- a/community/matchbox-panel/PKGBUILD +++ b/community/matchbox-panel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-panel pkgver=0.9.3 pkgrel=5 pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng') url="http://matchbox-project.org/" diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD index 888dc2d37..6bb34ac29 100644 --- a/community/matchbox-window-manager/PKGBUILD +++ b/community/matchbox-window-manager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-window-manager pkgver=1.2 pkgrel=3 pkgdesc="A pretty much unique X window manager with a classic PDA management policy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm') url="http://matchbox-project.org/" diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index eb7b68c6d..d96c9bcbf 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mathomatic pkgver=16.0.3 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://mathomatic.orgserve.de/math/" depends=('readline') diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD index a51e8f5f0..f9a330bf9 100644 --- a/community/mc/PKGBUILD +++ b/community/mc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mc pkgver=4.8.4 pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ibiblio.org/mc/" license=('GPL') depends=('e2fsprogs' 'glib2' 'pcre' 'gpm' 'slang') diff --git a/community/mcabber/PKGBUILD b/community/mcabber/PKGBUILD index f4a81248c..7841831ab 100644 --- a/community/mcabber/PKGBUILD +++ b/community/mcabber/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mcabber pkgver=0.10.1 pkgrel=2 pkgdesc="a small Jabber console client, includes features: SSL, PGP, MUC, UTF8" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lilotux.net/~mikael/mcabber/" license=('GPL') depends=('ncurses' 'glib2' 'loudmouth' 'gpgme' 'libotr' 'aspell') diff --git a/community/mcdp/PKGBUILD b/community/mcdp/PKGBUILD index a59874434..ad7e2b15f 100644 --- a/community/mcdp/PKGBUILD +++ b/community/mcdp/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mcdp pkgver=0.4b pkgrel=2 pkgdesc="Small console cd player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mcmilk.de/projects/mcdp/" license=('GPL') depends=('glibc') diff --git a/community/mcelog/PKGBUILD b/community/mcelog/PKGBUILD index daf096264..6de98e94e 100644 --- a/community/mcelog/PKGBUILD +++ b/community/mcelog/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=5 pkgdesc="Print machine check event log from x86-64 kernel" url="http://freshmeat.net/projects/mcelog/" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('docs') backup=('etc/mcelog/mcelog.conf') #source=("ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/${pkgname}-${pkgver}.tar.gz" diff --git a/community/mdf2iso/PKGBUILD b/community/mdf2iso/PKGBUILD index b58c51413..26762014a 100644 --- a/community/mdf2iso/PKGBUILD +++ b/community/mdf2iso/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mdf2iso pkgver=0.3.0 pkgrel=5 pkgdesc="Converts Alcohol 120% .mdf files to .iso files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://mdf2iso.berlios.de/" license=('GPL') depends=('glibc') diff --git a/community/me-tv/PKGBUILD b/community/me-tv/PKGBUILD index d0d6c1d33..73c6323a6 100644 --- a/community/me-tv/PKGBUILD +++ b/community/me-tv/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.4.0.10 pkgrel=1 epoch=1 pkgdesc="A GTK desktop application for watching digital television services that use the DVB standard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/me-tv" license=('GPL') depends=('glibmm' 'gtkmm' 'gconfmm' 'glib2' 'xine-lib' 'sqlite' 'linuxtv-dvb-apps' 'libunique' 'libxml++' 'vlc' 'gstreamer0.10-base') diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index 369ab9284..e4c12194e 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo-gui pkgver=0.7.61 pkgrel=1 pkgdesc="GUI for mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo' 'wxgtk') diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index 96971bee7..ed5af89c5 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo pkgver=0.7.61 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo') diff --git a/community/mediaproxy/PKGBUILD b/community/mediaproxy/PKGBUILD index 907cb531f..7a3096254 100644 --- a/community/mediaproxy/PKGBUILD +++ b/community/mediaproxy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.5.2 pkgrel=3 pkgdesc="Open-source media proxy for OpenSER" url="http://mediaproxy.ag-projects.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('python2' 'libnetfilter_conntrack' 'iptables' 'python2-application' 'python2-cjson' 'python2-gnutls') diff --git a/community/medit/PKGBUILD b/community/medit/PKGBUILD index 9752a3ec1..58bcc33f5 100644 --- a/community/medit/PKGBUILD +++ b/community/medit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=medit pkgver=1.1.1 pkgrel=1 pkgdesc="A GTK text editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mooedit.sourceforge.net" options=('!emptydirs') license=('GPL') diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 802249f21..147dd70eb 100755 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') makedepends=('pkgconfig' 'mesa') changelog=ChangeLog diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD index 32b62368a..cfbdcca9c 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -6,7 +6,7 @@ pkgname=megaglest pkgver=3.6.0.3 pkgrel=5 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/megaglest/" license=('GPL3') depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua' 'icu' 'ftgl' 'glew' diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index 9de781b25..8195b8f16 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -7,7 +7,7 @@ pkgname=menu-cache pkgver=0.3.3 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/metakit/PKGBUILD b/community/metakit/PKGBUILD index 289776b18..87a34ad2c 100644 --- a/community/metakit/PKGBUILD +++ b/community/metakit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=metakit pkgver=2.4.9.7 pkgrel=5 pkgdesc='MetaKit is an efficient database library with a small footprint' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.equi4.com/metakit/' makedepends=('tcl' 'python2') license=('BSD') diff --git a/community/metamail/PKGBUILD b/community/metamail/PKGBUILD index 71922cd14..7923acf6b 100644 --- a/community/metamail/PKGBUILD +++ b/community/metamail/PKGBUILD @@ -7,7 +7,7 @@ pkgname=metamail pkgver=2.7 pkgrel=6 pkgdesc="Used to display and process MIME messages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/stable/mail/metamail" license=('custom') depends=('ncurses') diff --git a/community/metapixel/PKGBUILD b/community/metapixel/PKGBUILD index 1e5300fca..e9053918c 100644 --- a/community/metapixel/PKGBUILD +++ b/community/metapixel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=metapixel pkgver=1.0.2 pkgrel=3 pkgdesc='A program for generating photomosaics.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.complang.tuwien.ac.at/schani/metapixel/' license=('GPL') depends=('giflib' 'libjpeg' 'libpng' 'perl') diff --git a/community/mezogis/PKGBUILD b/community/mezogis/PKGBUILD index ec459f9fd..f9c1e3759 100644 --- a/community/mezogis/PKGBUILD +++ b/community/mezogis/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mezogis pkgver=0.1.5 pkgrel=6 pkgdesc="A GIS application to query and analyse spatial data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mezogis.org" license=('GPL') depends=('pygtk' 'python2-geotypes' 'postgis') diff --git a/community/mfs/PKGBUILD b/community/mfs/PKGBUILD index f7370e8e6..ded698166 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.26 pkgrel=1 pkgdesc='MooseFS, fault tolerant, network distributed file system' license=('GPL3') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') options=('!libtool') depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs') url='http://www.moosefs.com/' diff --git a/community/mftrace/PKGBUILD b/community/mftrace/PKGBUILD index 8d8d7ba9c..7a17a5166 100644 --- a/community/mftrace/PKGBUILD +++ b/community/mftrace/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mftrace pkgver=1.2.18 pkgrel=1 pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lilypond.org/mftrace/" license=("GPL") depends=('python2' 'potrace' 't1utils') diff --git a/community/mg/PKGBUILD b/community/mg/PKGBUILD index be271595b..7254bc6eb 100644 --- a/community/mg/PKGBUILD +++ b/community/mg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mg pkgver=20110905 pkgrel=1 pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homepage.boetes.org/software/mg/" depends=('ncurses') license=('custom') @@ -20,13 +20,17 @@ md5sums=('2de35316fa8ebafe6003efaae70b723e' build() { cd $srcdir/$pkgname-$pkgver - unset CFLAGS patch -p1 <$srcdir/cleanup.patch + + # The scripts building this package won't see and fix the warnings, + # even if they make the build fail. + sed -ri '/^CFLAGS\+=/d' Makefile.in + ./configure make prefix=/usr mkdir -p $pkgdir/usr/bin - make install INSTALL=/bin/install prefix=$pkgdir/usr + make install prefix=$pkgdir/usr mkdir -p $pkgdir/usr/share/ mv $pkgdir/usr/man $pkgdir/usr/share/ diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD index fd40b3e4e..1b30e5a9e 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -10,7 +10,7 @@ pkgname=midori pkgver=0.4.7 pkgrel=3 pkgdesc='Lightweight web browser based on Gtk WebKit' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.twotoasts.de/index.php?/pages/midori_summary.html' license=('LGPL2.1') install=midori.install diff --git a/community/milkytracker/PKGBUILD b/community/milkytracker/PKGBUILD index d869a8a31..8d427a35b 100644 --- a/community/milkytracker/PKGBUILD +++ b/community/milkytracker/PKGBUILD @@ -7,7 +7,7 @@ pkgname=milkytracker pkgver=0.90.85 pkgrel=7 pkgdesc="Fast Tracker II inspired music tracker" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.milkytracker.org/" license=('GPL3') depends=('sdl>=1.2.0' 'alsa-lib' 'zlib' 'gcc-libs' 'setconf' 'gendesk') diff --git a/community/mimetex/PKGBUILD b/community/mimetex/PKGBUILD index 234f2e4c4..52aedb0a3 100644 --- a/community/mimetex/PKGBUILD +++ b/community/mimetex/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mimetex pkgver=1.70 pkgrel=3 pkgdesc="tex to gif converter" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.forkosh.com/mimetex.html" license=('GPL') depends=() diff --git a/community/minbif/PKGBUILD b/community/minbif/PKGBUILD index 96fb69a40..f34717346 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -6,7 +6,7 @@ pkgname=minbif pkgver=1.0.5 pkgrel=2 pkgdesc='An IRC gateway to IM networks that uses libpurple.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://minbif.im/' license=('GPL2') depends=('gnutls' 'libcaca' 'libpurple') diff --git a/community/mingetty/PKGBUILD b/community/mingetty/PKGBUILD index 12836d08c..494728ee0 100644 --- a/community/mingetty/PKGBUILD +++ b/community/mingetty/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mingetty pkgver=1.08 pkgrel=3 pkgdesc="A minimal getty which allows automatic logins." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/mingetty" license=('GPL') depends=('glibc') diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD index 930f97380..d5d575891 100644 --- a/community/mingw32-binutils/PKGBUILD +++ b/community/mingw32-binutils/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mingw32-binutils pkgver=2.22 pkgrel=1 _uprel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/" pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw)" depends=('glibc' 'zlib') diff --git a/community/mingw32-gcc/PKGBUILD b/community/mingw32-gcc/PKGBUILD index 8ed5fd168..e782b7643 100644 --- a/community/mingw32-gcc/PKGBUILD +++ b/community/mingw32-gcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mingw32-gcc pkgver=4.7.0 pkgrel=2 _uprel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) pkgdesc="A C and C++ cross-compilers for building Windows executables on Linux" depends=('mingw32-pthreads' 'mingw32-runtime' 'mingw32-binutils' 'mingw32-w32api' 'libmpc' 'elfutils' 'gmp') @@ -41,7 +41,7 @@ build() --build=$CHOST \ --prefix=/usr \ --libexecdir=/usr/lib \ - --with-bugurl=https://bugs.archlinux.org/ \ + --with-bugurl=https://bugs.parabolagnulinux.org/ \ --enable-languages=c,c++ \ --enable-shared \ --enable-sjlj-exceptions \ diff --git a/community/mingw32-pthreads/PKGBUILD b/community/mingw32-pthreads/PKGBUILD index f34d87ddf..11f1be71a 100644 --- a/community/mingw32-pthreads/PKGBUILD +++ b/community/mingw32-pthreads/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mingw32-pthreads pkgver=2.9.1 pkgrel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) pkgdesc="The POSIX 1003.1-2001 standard for writing multithreaded applications." license=(LGPL) makedepends=('mingw32-gcc-base' 'mingw32-runtime' 'mingw32-w32api') diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD index 7f2076dab..7ff2dd8be 100644 --- a/community/minidlna/PKGBUILD +++ b/community/minidlna/PKGBUILD @@ -9,7 +9,7 @@ pkgname=minidlna pkgver=1.0.25 pkgrel=2 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/minidlna/" license=('GPL') depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite') diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD index 21c600ecc..1c75dffee 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -5,7 +5,7 @@ pkgname=minitube pkgver=1.9 pkgrel=1 pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://flavio.tordini.org/minitube' license=('GPL') depends=('phonon') diff --git a/community/miniupnpc/PKGBUILD b/community/miniupnpc/PKGBUILD index 0dd8bdea3..215b5012f 100644 --- a/community/miniupnpc/PKGBUILD +++ b/community/miniupnpc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=miniupnpc pkgver=1.6 pkgrel=2 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://miniupnp.free.fr" license=('BSD') depends=('sh') diff --git a/community/miredo/PKGBUILD b/community/miredo/PKGBUILD index 04760be3a..f346ed2ac 100644 --- a/community/miredo/PKGBUILD +++ b/community/miredo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=miredo pkgver=1.2.5 pkgrel=3 pkgdesc="Teredo client and server." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remlab.net/miredo/" license=('GPL') depends=('judy' 'iproute2' 'libcap') diff --git a/community/mixxx/PKGBUILD b/community/mixxx/PKGBUILD index a24857462..590db4288 100644 --- a/community/mixxx/PKGBUILD +++ b/community/mixxx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mixxx pkgver=1.10.1 pkgrel=1 pkgdesc="Free, open source software for digital DJ'ing." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.mixxx.org' license=('GPL') depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 'portaudio' 'portmidi' diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD index 342b5fd7b..aeb555ecc 100644 --- a/community/mksh/PKGBUILD +++ b/community/mksh/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh" url="http://mirbsd.de/mksh" license=("custom") makedepends=('cpio') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=mksh.install source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.cpio.gz" "https://www.mirbsd.org/TaC-mksh.txt") diff --git a/community/mktorrent/PKGBUILD b/community/mktorrent/PKGBUILD index 495ea2b59..77c48b811 100644 --- a/community/mktorrent/PKGBUILD +++ b/community/mktorrent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mktorrent pkgver=1.0 pkgrel=3 pkgdesc='Simple command line utility to create BitTorrent metainfo files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://mktorrent.sourceforge.net/' license='GPL' depends=('openssl') diff --git a/community/mldonkey/PKGBUILD b/community/mldonkey/PKGBUILD index b4345c6ef..d4c360b30 100644 --- a/community/mldonkey/PKGBUILD +++ b/community/mldonkey/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mldonkey pkgver=3.1.3 pkgrel=1 pkgdesc="A multi-network P2P client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mldonkey.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'file' 'gd' 'bzip2') diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index 276d90da7..a21be6376 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('mlt' 'mlt-python-bindings') pkgver=0.8.2 pkgrel=1 pkgdesc="An open source multimedia framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mltframework.org" license=('GPL') makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg' diff --git a/community/mmsrip/PKGBUILD b/community/mmsrip/PKGBUILD index 2d0314986..54b85cfb8 100644 --- a/community/mmsrip/PKGBUILD +++ b/community/mmsrip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mmsrip pkgver=0.7.0 pkgrel=4 pkgdesc="A downloader for the proprietary protocol MMS://" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip" license=('GPL2') depends=('glibc') diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 3fde55c5c..049527180 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mongodb pkgver=2.2.0 pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.mongodb.org' license=('AGPL3') depends=('boost-libs') diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD index 44e524112..c10219857 100644 --- a/community/monit/PKGBUILD +++ b/community/monit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=monit pkgver=5.5 pkgrel=2 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mmonit.com/monit/" license=('GPL3') depends=('openssl') diff --git a/community/moreutils/PKGBUILD b/community/moreutils/PKGBUILD index ba728dfe8..77ec7bf24 100644 --- a/community/moreutils/PKGBUILD +++ b/community/moreutils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=moreutils pkgver=0.47 pkgrel=2 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://joeyh.name/code/moreutils/" license=('GPL') makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index f7b1baaaf..58f42ea53 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mosh pkgver=1.2.3 pkgrel=1 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://mosh.mit.edu/" license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty') diff --git a/community/motion/PKGBUILD b/community/motion/PKGBUILD index bc727a0e4..6f29bd109 100644 --- a/community/motion/PKGBUILD +++ b/community/motion/PKGBUILD @@ -5,7 +5,7 @@ pkgname=motion pkgver=3.2.12 pkgrel=7 pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat') diff --git a/community/mp3gain/PKGBUILD b/community/mp3gain/PKGBUILD index d3ec615a4..5912047ea 100644 --- a/community/mp3gain/PKGBUILD +++ b/community/mp3gain/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mp3gain pkgver=1.5.2 pkgrel=2 pkgdesc="Lossless mp3 normalizer with statistical analysis " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3gain.sourceforge.net" license=("GPL") depends=('glibc') diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD index e661e929c..b12d249ca 100644 --- a/community/mp3info/PKGBUILD +++ b/community/mp3info/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mp3info pkgver=0.8.5a pkgrel=4 pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ibiblio.org/mp3info/" license=('GPL') depends=('ncurses' 'gtk2' ) diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD index fccf564df..7d9f8a2bb 100644 --- a/community/mp3splt-gtk/PKGBUILD +++ b/community/mp3splt-gtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mp3splt-gtk pkgver=0.7.3 pkgrel=1 pkgdesc="Split mp3 and ogg files without decoding" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3splt.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt') diff --git a/community/mp3unicode/PKGBUILD b/community/mp3unicode/PKGBUILD index 5a76772f3..8f4c29006 100644 --- a/community/mp3unicode/PKGBUILD +++ b/community/mp3unicode/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mp3unicode pkgver=1.2.1 pkgrel=1 pkgdesc="A command line utility to convert ID3 tags in mp3 files between different encodings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3unicode.yellowsite.ru/" license=('GPL') depends=('taglib') diff --git a/community/mpdscribble/PKGBUILD b/community/mpdscribble/PKGBUILD index 75a653a32..1d11bdba9 100644 --- a/community/mpdscribble/PKGBUILD +++ b/community/mpdscribble/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.22 pkgrel=5 pkgdesc='An mpd client which submits track info to last.fm' url='http://mpd.wikia.com/wiki/Client:Mpdscribble' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libsoup' 'glib2' 'libmpdclient') install='mpdscribble.install' diff --git a/community/mpgtx/PKGBUILD b/community/mpgtx/PKGBUILD index 42c9a8080..594af5428 100644 --- a/community/mpgtx/PKGBUILD +++ b/community/mpgtx/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mpgtx pkgver=1.3.1 pkgrel=3 pkgdesc="A command line MPEG audio/video/system toolkit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mpgtx.sourceforge.net" license=('GPL') depends=('gcc-libs') diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index 23869f384..5fca87a8a 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -7,15 +7,19 @@ pkgname=mplayer2 pkgver=20120729 pkgrel=1 pkgdesc="An advanced general-purpose media player. A fork of the original MPlayer project" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.mplayer2.org/" install=$pkgname.install depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 'ffmpeg' 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' 'libcaca' 'libcdio' 'libdca' 'libdvdcss' - 'libdvdnav' 'libdvdread' 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libtheora' 'libvdpau' - 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') -makedepends=('mesa' 'unzip' 'yasm' 'python') + 'libdvdnav' 'libdvdread' 'libjpeg' 'libmad' 'libpulse' 'libtheora' + 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') +if [ "$CARCH" != "mips64el" ]; then +depends+=('libgl' 'libvdpau' 'lirc-utils') +fi +makedepends=('mesa' 'unzip' 'python') +[ "$CARCH" != "mips64el" ] && makedepends+=('yasm') backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') provides=('mplayer') conflicts=('mplayer') @@ -29,14 +33,19 @@ build() { sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop find -type f -exec sed -e 's/python3/python/' -i {} \; + case $CARCH in + mips64el) ;; + *86*) extra=--enable-runtime-cpudetection;; + esac + ./configure --prefix=/usr --confdir=/etc/mplayer \ --enable-translation --language=all \ - --enable-runtime-cpudetection \ --enable-joystick \ --disable-speex \ --disable-openal \ --disable-libdv \ --disable-musepack \ + $extra \ --disable-mga make } diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD index 31875d2d4..54800c79a 100644 --- a/community/mtasc/PKGBUILD +++ b/community/mtasc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mtasc pkgver=20091229 pkgrel=4 pkgdesc="An open source flash (swf) compiler" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://mtasc.org/" license=('GPL2') depends=('zlib') diff --git a/community/mtpaint/PKGBUILD b/community/mtpaint/PKGBUILD index 13eb7a574..e5cdbec00 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpaint pkgver=3.40 pkgrel=5 pkgdesc="Simple GTK2 paint program for creating icons and pixel based artwork" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://mtpaint.sourceforge.net/" license=('GPL3') depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2') diff --git a/community/mtpfs/PKGBUILD b/community/mtpfs/PKGBUILD index 7f2731b40..7f34f7b56 100644 --- a/community/mtpfs/PKGBUILD +++ b/community/mtpfs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpfs pkgver=1.1 pkgrel=1 pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.adebenham.com/mtpfs/" license=('GPL3') depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad') diff --git a/community/multipath-tools/PKGBUILD b/community/multipath-tools/PKGBUILD index 3312fe01f..3cbac92fc 100644 --- a/community/multipath-tools/PKGBUILD +++ b/community/multipath-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=multipath-tools pkgver=0.4.9 pkgrel=10 pkgdesc='Multipath tools for Linux' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://christophe.varoqui.free.fr/" license=('GPL') depends=('bash' 'libaio' 'device-mapper') diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD index c14554706..f5c5f5c4f 100644 --- a/community/mumble/PKGBUILD +++ b/community/mumble/PKGBUILD @@ -10,7 +10,7 @@ pkgname=mumble pkgver=1.2.3 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A voice chat application similar to TeamSpeak" license=('GPL') depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse') diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index f339be13c..4c2b0ee2d 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mupdf pkgver=1.1 pkgrel=1 pkgdesc="lightweight PDF viewer and toolkit written in portable C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mupdf.com" license=('GPL3') depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils') diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD index d4189a026..aa13363d6 100644 --- a/community/murmur/PKGBUILD +++ b/community/murmur/PKGBUILD @@ -7,7 +7,7 @@ pkgname=murmur pkgver=1.2.3 pkgrel=8 pkgdesc="The voice chat application server for Mumble" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mumble.sourceforge.net" license=('GPL') depends=('avahi' 'lsb-release' 'protobuf' 'qt' 'icu') diff --git a/community/musepack-tools/PKGBUILD b/community/musepack-tools/PKGBUILD index eac151149..36883b709 100644 --- a/community/musepack-tools/PKGBUILD +++ b/community/musepack-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=musepack-tools pkgver=475 pkgrel=2 pkgdesc="Musepack decoder/encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.musepack.net/" license=('LGPL') depends=('libcuefile' 'libreplaygain') diff --git a/community/mxml/PKGBUILD b/community/mxml/PKGBUILD index 26b4ca03d..c795e0f25 100644 --- a/community/mxml/PKGBUILD +++ b/community/mxml/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mxml pkgver=2.7 pkgrel=1 pkgdesc="A small XML parsing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.minixml.org/" license=('LGPL') source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index c86d93948..9496b00da 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 pkgrel=3 pkgdesc="A multilayer and overlappable GUI System for OGRE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mygui.info/" license=('LGPL') depends=('boost-libs' 'ogre' 'ois') diff --git a/community/myodbc/PKGBUILD b/community/myodbc/PKGBUILD index bf21eafb7..e7f709f19 100644 --- a/community/myodbc/PKGBUILD +++ b/community/myodbc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=myodbc pkgver=5.2.2 pkgrel=1 pkgdesc="ODBC driver/connector for MySQL" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://dev.mysql.com/downloads/connector/odbc/" depends=('unixodbc' 'libmysqlclient') makedepends=('cmake') diff --git a/community/mypaint/PKGBUILD b/community/mypaint/PKGBUILD index 5117a9227..17925b8a5 100644 --- a/community/mypaint/PKGBUILD +++ b/community/mypaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mypaint pkgver=1.0.0 pkgrel=2 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mypaint.intilinux.com/" license=('GPL' 'LGPL') depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2') diff --git a/community/mysql++/PKGBUILD b/community/mysql++/PKGBUILD index 9e461cb03..5ee9f8bf0 100644 --- a/community/mysql++/PKGBUILD +++ b/community/mysql++/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mysql++ pkgver=3.1.0 pkgrel=3 pkgdesc="A C++ wraper for MySQLs C API" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://tangentsoft.net/mysql++/" license=("LGPL" "custom") depends=("libmysqlclient") diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index 70ca80682..5c2b5b070 100644 --- a/community/mythplugins/PKGBUILD +++ b/community/mythplugins/PKGBUILD @@ -16,7 +16,7 @@ pkgname=('mythplugins-mytharchive' pkgver=0.26.0 pkgrel=1 epoch=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mythtv.org" license=('GPL') makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' diff --git a/community/naev/PKGBUILD b/community/naev/PKGBUILD index d9481a878..b5b065b6e 100644 --- a/community/naev/PKGBUILD +++ b/community/naev/PKGBUILD @@ -6,7 +6,7 @@ pkgname=naev pkgver=0.5.3 pkgrel=1 pkgdesc='2D action/rpg space game' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/naev/" license=('GPL3') depends=('openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'naev-data') diff --git a/community/namazu/PKGBUILD b/community/namazu/PKGBUILD index a70a36943..2ac8903a7 100644 --- a/community/namazu/PKGBUILD +++ b/community/namazu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Namazu is a full-text search engine intended for easy use." url="http://namazu.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=(perl-file-mmagic) options=(!libtool) source=(http://namazu.org/stable/$pkgname-$pkgver.tar.gz) diff --git a/community/nautilus-actions/PKGBUILD b/community/nautilus-actions/PKGBUILD index c8e5e37b0..b356670b7 100644 --- a/community/nautilus-actions/PKGBUILD +++ b/community/nautilus-actions/PKGBUILD @@ -8,7 +8,7 @@ pkgname=nautilus-actions pkgver=3.2.2 pkgrel=2 pkgdesc="Configures programs to be launched when files are selected in Nautilus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nautilus-actions.org/" license=('GPL') depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm') diff --git a/community/nautilus-sound-converter/PKGBUILD b/community/nautilus-sound-converter/PKGBUILD index c4b6f142c..51702f449 100644 --- a/community/nautilus-sound-converter/PKGBUILD +++ b/community/nautilus-sound-converter/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nautilus-sound-converter pkgver=3.0.2 pkgrel=1 pkgdesc="Nautilus extension to convert audio files formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/nautilus-sound-converter/" license=('GPL') depends=('nautilus' 'libgnome-media-profiles') diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 416123bbf..62e927ec3 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=nbd pkgver=3.2 pkgrel=3 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nbd.sourceforge.net" license=('GPL') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD index 03c637932..82dedc3a9 100755 --- a/community/nbtscan/PKGBUILD +++ b/community/nbtscan/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nbtscan pkgver=1.5.1 pkgrel=5 pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=(glibc) url="http://www.inetcat.net/software/nbtscan.html" diff --git a/community/ncdu/PKGBUILD b/community/ncdu/PKGBUILD index 011f7e0d8..398ab5ec2 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Disk usage analyzer with an ncurses interface' url='http://dev.yorhel.nl/ncdu/' license=('custom:MIT') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") sha1sums=('27cb5464b192db8ffdf0a894fe51d29985348eb0') diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index 167e0160c..5891c13d4 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ncmpcpp pkgver=0.5.10 pkgrel=2 pkgdesc="An almost exact clone of ncmpc with some new features." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://unkart.ovh.org/ncmpcpp/" license=('GPL') depends=('curl' 'libmpdclient' 'taglib' 'ncurses') diff --git a/community/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD index 5ae8204b7..e61d42718 100644 --- a/community/ndisc6/PKGBUILD +++ b/community/ndisc6/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ndisc6 pkgver=1.0.2 pkgrel=4 pkgdesc="A collection of IPv6 networking utilities - ndisc6, rdisc6, tcptraceroute6, tracert6, rltraceroute6, tcpspray6" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remlab.net/ndisc6/" license=("GPL") depends=('glibc' 'perl') diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD index 46f8b95f2..2c029f51f 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=neatx pkgver=0.3.1 pkgrel=13 pkgdesc="A free NX server by google" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/neatx/" license=('GPL') depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') diff --git a/community/nemesis/PKGBUILD b/community/nemesis/PKGBUILD index b80d7d3fe..064ed2db9 100644 --- a/community/nemesis/PKGBUILD +++ b/community/nemesis/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nemesis pkgver=1.4 pkgrel=5 pkgdesc="command-line network packet crafting and injection utility" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://nemesis.sourceforge.net/" license=('BSD') depends=() diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD index e748926d9..e4f43e1b3 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -8,7 +8,7 @@ pkgname=net6 pkgver=1.3.12 pkgrel=3 pkgdesc="A library that provides a TCP protocol abstraction for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de/" license=('LGPL') depends=('gnutls' 'libsigc++2.0') diff --git a/community/netbrake/PKGBUILD b/community/netbrake/PKGBUILD index 3eb1bf9cd..aef0599df 100644 --- a/community/netbrake/PKGBUILD +++ b/community/netbrake/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netbrake pkgver=0.2 pkgrel=4 pkgdesc="Netbrake is an utility to limit the bandwidth used by a process" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.hping.org/netbrake/" license=('GPL') depends=(glibc) diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD index 9e1d02240..eea127bfd 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcf pkgver=0.2.2 pkgrel=1 pkgdesc="A library for configuring network interfaces" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://fedorahosted.org/netcf/" depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') diff --git a/community/nethack/PKGBUILD b/community/nethack/PKGBUILD index ccb4a8c60..1caa7b70f 100644 --- a/community/nethack/PKGBUILD +++ b/community/nethack/PKGBUILD @@ -9,7 +9,7 @@ pkgname=nethack pkgver=3.4.3 pkgrel=7 pkgdesc='A single player dungeon exploration game' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nethack.org/index.html" license=('custom') depends=('ncurses' 'gzip') diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD index 2c2567195..b6df770a7 100644 --- a/community/nethogs/PKGBUILD +++ b/community/nethogs/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A net top tool which displays traffic used per process instead of per I url="http://nethogs.sourceforge.net" license=(GPL) depends=(libpcap ncurses gcc-libs) -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz gcc44.patch) md5sums=('d6fb12b46e80a50c9b9f91dd48e2b234' '62eb824fbbadd1c60d0749593c16d293') diff --git a/community/netselect/PKGBUILD b/community/netselect/PKGBUILD index 14aab1bbe..5ca09e1fd 100644 --- a/community/netselect/PKGBUILD +++ b/community/netselect/PKGBUILD @@ -7,7 +7,7 @@ pkgname=netselect pkgver=0.3 pkgrel=2 pkgdesc="An ultrafast intelligent parallelizing binary-search implementation of ping" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://alumnit.ca/~apenwarr/netselect/index.html" license=('custom') depends=('glibc') diff --git a/community/netstat-nat/PKGBUILD b/community/netstat-nat/PKGBUILD index a6b7b85ae..143de83f5 100644 --- a/community/netstat-nat/PKGBUILD +++ b/community/netstat-nat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Small program written in C displaying NAT connections, managed by netfilter." url="http://tweegy.nl/projects/netstat-nat/" license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=(iptables) source=(http://tweegy.nl/download/netstat-nat-$pkgver.tar.gz) md5sums=('c1bbb3ee9774ebfa27c440e2d9dd7286') diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index 0c465479c..82e70038a 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=netsurf pkgver=2.9 pkgrel=4 pkgdesc="Lightweight and fast web browser" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/" license=('GPL') depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp=0.2.0' 'gstreamer0.10') diff --git a/community/netwatch/PKGBUILD b/community/netwatch/PKGBUILD index 4bbe25890..368a4e2ba 100644 --- a/community/netwatch/PKGBUILD +++ b/community/netwatch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=netwatch pkgver=1.3.0 pkgrel=3 pkgdesc="monitor network connections" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html" license=('GPL') options=(zipman) diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 3a06787e7..72106748b 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=newsbeuter pkgver=2.5 pkgrel=1 pkgdesc="A RSS feed reader for the text console with special Podcast support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.newsbeuter.org/" license=('custom: MIT') depends=('curl' 'json-c' 'libxml2' 'sqlite3' 'stfl') diff --git a/community/newton-dynamics/PKGBUILD b/community/newton-dynamics/PKGBUILD index defe9db75..5456ebce7 100644 --- a/community/newton-dynamics/PKGBUILD +++ b/community/newton-dynamics/PKGBUILD @@ -5,7 +5,7 @@ pkgname=newton-dynamics pkgver=2.33 pkgrel=2 pkgdesc="A simple physics API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.newtondynamics.com" license=('custom') depends=() diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 67bbdf496..62ffecfaa 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -10,7 +10,7 @@ pkgname=nginx pkgver=1.2.4 pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl') makedepends=('passenger') optdepends=('passenger') diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD index a5f0f490c..74966547e 100644 --- a/community/ngircd/PKGBUILD +++ b/community/ngircd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngircd pkgver=19.2 pkgrel=2 pkgdesc="Next Generation IRC Daemon" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') backup=(etc/ngircd.conf) url="http://ngircd.barton.de/" license=('GPL') diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD index 2bc220a0e..0ea7df42a 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngrep pkgver=1.45 pkgrel=9 pkgdesc='A grep-like utility that allows you to search for network packets on an interface.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ngrep.sourceforge.net/' license=('custom') depends=('libpcap>=1.0.0' 'pcre') diff --git a/community/ngspice/PKGBUILD b/community/ngspice/PKGBUILD index 4a8fc2ecc..4832e84b2 100644 --- a/community/ngspice/PKGBUILD +++ b/community/ngspice/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.' url='http://ngspice.sourceforge.net' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libxaw' 'libedit' 'gcc-libs') source=("http://downloads.sourceforge.net/$pkgname/$pkgver/ngspice-$pkgver.tar.gz") sha1sums=('a6bb0e65c1c07d48f1d3e4df44fc17f6262952eb') diff --git a/community/nickle/PKGBUILD b/community/nickle/PKGBUILD index 44f3e05ca..6f860bc9d 100644 --- a/community/nickle/PKGBUILD +++ b/community/nickle/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nickle pkgver=2.70 pkgrel=2 pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nickle.org" license=('custom') depends=('readline') diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD index f8cd1d0b6..23524c6b0 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Monitors network traffic and bandwidth usage' url='http://www.roland-riegel.de/nload' license=('GPL2') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("$url/$pkgname-$pkgver.tar.gz") md5sums=('3c733c528f244ca5a4f76bf185729c39') diff --git a/community/nmon/PKGBUILD b/community/nmon/PKGBUILD index 6420dedb8..c17e268d8 100644 --- a/community/nmon/PKGBUILD +++ b/community/nmon/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nmon pkgver=14g pkgrel=3 pkgdesc="AIX & Linux Performance Monitoring tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nmon.sourceforge.net" license=('GPL') depends=('ncurses') diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 7cada4d07..a51226804 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -11,7 +11,7 @@ pkgname=nodejs pkgver=0.8.14 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://nodejs.org/' license=('MIT') depends=('openssl' 'python2' 'v8') diff --git a/community/noip/PKGBUILD b/community/noip/PKGBUILD index 202d09d58..1d9afbe5d 100644 --- a/community/noip/PKGBUILD +++ b/community/noip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=noip pkgver=2.1.9 pkgrel=3 pkgdesc="A Dynamic DNS Client Updater for no-ip.com services" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.no-ip.com/downloads.php?page=linux" license=('GPL') backup=('etc/no-ip2.conf') diff --git a/community/nrg2iso/PKGBUILD b/community/nrg2iso/PKGBUILD index e9e155f50..f703bb7fc 100644 --- a/community/nrg2iso/PKGBUILD +++ b/community/nrg2iso/PKGBUILD @@ -7,7 +7,7 @@ pkgname=nrg2iso pkgver=0.4 pkgrel=8 pkgdesc="Utility for converting CD or DVD image generated by Nero Burning Rom to ISO format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" license=('GPL') depends=('glibc') diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index cd1ed6b0d..01f0e6550 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -11,7 +11,7 @@ url='http://www.nlnetlabs.nl/nsd/' license=('BSD') depends=('openssl') makedepends=('flex') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') sha1sums=('2cb44f75e9686fd73c7ee9765857a36a8fe5bca9' diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD index ef13c23d1..ae9e07fad 100644 --- a/community/ntop/PKGBUILD +++ b/community/ntop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ntop pkgver=5.0 pkgrel=2 pkgdesc='A network traffic probe that shows the network usage.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ntop.org/' license=('GPL') depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua') diff --git a/community/numlockx/PKGBUILD b/community/numlockx/PKGBUILD index 48787c9fa..dac173233 100644 --- a/community/numlockx/PKGBUILD +++ b/community/numlockx/PKGBUILD @@ -9,7 +9,7 @@ pkgname=numlockx pkgver=1.2 pkgrel=2 pkgdesc='Turns on the numlock key in X11.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') url='http://home.kde.org/~seli/numlockx/' depends=('libxtst') diff --git a/community/nvclock/PKGBUILD b/community/nvclock/PKGBUILD index ac863cc81..ce2f5bbfc 100644 --- a/community/nvclock/PKGBUILD +++ b/community/nvclock/PKGBUILD @@ -7,7 +7,7 @@ pkgname=nvclock pkgver=0.8b4 pkgrel=3 pkgdesc='A small utility which allows users to overclock NVIDIA based video cards.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.linuxhardware.org/nvclock/' license=('GPL') depends=('gtk2') diff --git a/community/nvdock/PKGBUILD b/community/nvdock/PKGBUILD index e9d52f4a4..cd8728d08 100644 --- a/community/nvdock/PKGBUILD +++ b/community/nvdock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nvdock pkgver=1.02 pkgrel=4 pkgdesc="A tray icon for easy launching of the NVIDIA control panel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.opsat.net/user/bob/projects/nvdock" license=('BSD') depends=('gtk2') diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index c8643f291..c850f379d 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nzbget pkgver=0.8.0 pkgrel=1 pkgdesc="Download from Usenet using .nzb files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://nzbget.sourceforge.net/" license=('GPL') depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt') diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD index d0d225d75..df45494ad 100644 --- a/community/oath-toolkit/PKGBUILD +++ b/community/oath-toolkit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=oath-toolkit pkgver=2.0.1 pkgrel=1 pkgdesc='OATH one-time password toolkit' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/oath-toolkit/' license=('GPL3') depends=('glibc' 'pam' 'xmlsec') diff --git a/community/obby/PKGBUILD b/community/obby/PKGBUILD index a70f5eed4..6cd651e87 100644 --- a/community/obby/PKGBUILD +++ b/community/obby/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="A library which provides synced document buffers" url="http://gobby.0x539.de" options=('!libtool') license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('net6' 'avahi' 'libsigc++') source=(http://releases.0x539.de/obby/obby-$pkgver.tar.gz) md5sums=('5d4cd4e77f87b092e5ed21b104d8ad33') diff --git a/community/obconf/PKGBUILD b/community/obconf/PKGBUILD index f6b1793c5..c67f0a999 100644 --- a/community/obconf/PKGBUILD +++ b/community/obconf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=obconf pkgver=2.0.3.git20100309 pkgrel=3 pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbox.org/wiki/ObConf:About" license=('GPL') depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm') diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD index c3472e487..d97488ca2 100644 --- a/community/obexfs/PKGBUILD +++ b/community/obexfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=obexfs pkgver=0.12 pkgrel=3 pkgdesc="FUSE based filesystem using ObexFTP (currently beta)." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openobex.triq.net/obexfs" license=('GPL') source=(http://triq.net/obexftp/$pkgname-$pkgver.tar.gz) diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index a78465650..77528d596 100644 --- a/community/ocaml-findlib/PKGBUILD +++ b/community/ocaml-findlib/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ocaml-findlib pkgver=1.3.3 pkgrel=2 license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc='Objective Caml (OCaml) package manager' url='http://projects.camlcity.org/projects/findlib.html' depends=('ocaml') diff --git a/community/odt2txt/PKGBUILD b/community/odt2txt/PKGBUILD index 8ff16fba4..c0d4af2f4 100644 --- a/community/odt2txt/PKGBUILD +++ b/community/odt2txt/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="extracts the text out of OpenDocument Texts" url="http://stosberg.net/odt2txt/" license=("GPL2") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib') source=(http://stosberg.net/odt2txt/$pkgname-$pkgver.tar.gz) md5sums=('6fe3bd261ce2dde2810244bbe969bbc5') diff --git a/community/ogle-gui/PKGBUILD b/community/ogle-gui/PKGBUILD index 2c8d95b91..a5ead3a9b 100644 --- a/community/ogle-gui/PKGBUILD +++ b/community/ogle-gui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ogle-gui pkgver=0.9.2 pkgrel=5 pkgdesc="A gtk2 gui for ogle" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.dtek.chalmers.se/groups/dvd/" license=('GPL') depends=('ogle' 'libglade') diff --git a/community/ogmrip/PKGBUILD b/community/ogmrip/PKGBUILD index 0c0dfdc44..16f63a541 100644 --- a/community/ogmrip/PKGBUILD +++ b/community/ogmrip/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ogmrip pkgver=0.13.8 pkgrel=1 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ogmrip.sourceforge.net/" license=('GPL') depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant') diff --git a/community/oidentd/PKGBUILD b/community/oidentd/PKGBUILD index 8841f76cc..5c3872a0f 100644 --- a/community/oidentd/PKGBUILD +++ b/community/oidentd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=oidentd pkgver=2.0.8 pkgrel=7 pkgdesc='An RFC1413 compliant ident daemon' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dev.ojnk.net/" license=('GPL') depends=('glibc' 'bash') diff --git a/community/ois/PKGBUILD b/community/ois/PKGBUILD index f7de157c3..eeac3678f 100644 --- a/community/ois/PKGBUILD +++ b/community/ois/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.3 _oisver=${pkgver/./-} pkgrel=2 pkgdesc="Object Oriented Input System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/wgois" license=('custom:zlib/libpng') makedepends=('autoconf' 'automake' 'libtool' 'gcc' 'libxaw') diff --git a/community/omniorb/PKGBUILD b/community/omniorb/PKGBUILD index 0102fb639..97dfd8f24 100644 --- a/community/omniorb/PKGBUILD +++ b/community/omniorb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=omniorb pkgver=4.1.6 pkgrel=1 pkgdesc="A CORBA object request broker for C++ and Python." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://omniorb.sourceforge.net/" license=('GPL2' 'LGPL2') depends=('gcc-libs' 'python2' 'openssl') diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index d1cc4b5e8..a9ec80086 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -5,7 +5,7 @@ pkgname=onboard pkgver=0.98.2 pkgrel=1 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/onboard" license=('GPL') depends=('python-dbus' 'python-gobject' 'gtk3' 'python-virtkey' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD index 2b8ec7c1f..6fe9a87ba 100644 --- a/community/oolite/PKGBUILD +++ b/community/oolite/PKGBUILD @@ -5,7 +5,7 @@ pkgname=oolite pkgver=1.76.1 pkgrel=2 pkgdesc="A space-sim based on the classic Elite" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oolite-linux.berlios.de" license=('GPL2') depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base') diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD index 082df1943..b32c0a973 100644 --- a/community/open-vm-tools-modules/PKGBUILD +++ b/community/open-vm-tools-modules/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2012.05.21 _pkgsubver=724730 pkgrel=1 pkgdesc="kernel modules for the open source implementation of VMware Tools" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://open-vm-tools.sourceforge.net/" license=('GPL') makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers') diff --git a/community/openarena/PKGBUILD b/community/openarena/PKGBUILD index 707848e5d..5a7b25bce 100644 --- a/community/openarena/PKGBUILD +++ b/community/openarena/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.8.8 _oldver=0.8.1 pkgrel=1 pkgdesc="A violent, sexy, multiplayer first person shooter based on the ioquake3 engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openarena.ws/" license=('GPL') depends=('sdl' 'libvorbis' 'curl' 'openarena-data') diff --git a/community/openbox/PKGBUILD b/community/openbox/PKGBUILD index 47e6573b4..f5d92d960 100644 --- a/community/openbox/PKGBUILD +++ b/community/openbox/PKGBUILD @@ -8,7 +8,7 @@ pkgname=openbox pkgver=3.5.0 pkgrel=7 pkgdesc="A highly configurable and lightweight X11 window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbox.org" license=('GPL') depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr' diff --git a/community/openbsd-netcat/PKGBUILD b/community/openbsd-netcat/PKGBUILD index 51ccd5c7f..0ec2d4194 100644 --- a/community/openbsd-netcat/PKGBUILD +++ b/community/openbsd-netcat/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.105 pkgrel=4 _patch=7 pkgdesc="TCP/IP swiss army knife. OpenBSD variant." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/netcat-openbsd" license=('BSD') depends=('libbsd') diff --git a/community/openlierox/PKGBUILD b/community/openlierox/PKGBUILD index 8aa85dfa6..bcde7e3ea 100644 --- a/community/openlierox/PKGBUILD +++ b/community/openlierox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=openlierox pkgver=0.58_rc3 pkgrel=4 pkgdesc="A real-time excessive Worms-clone" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.openlierox.net/" license=('LGPL') depends=('curl' 'gcc-libs' 'sdl_image' 'sdl_mixer' 'gd' 'hawknl' 'libxml2' 'libzip') diff --git a/community/openmotif/PKGBUILD b/community/openmotif/PKGBUILD index 1df04fc06..a502f732d 100644 --- a/community/openmotif/PKGBUILD +++ b/community/openmotif/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openmotif pkgver=2.3.4 pkgrel=1 pkgdesc="Open Motif" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.motifzone.org/" license=('GPL') depends=(libxext libxp libxft libxt libxmu libpng libjpeg) diff --git a/community/openntpd/PKGBUILD b/community/openntpd/PKGBUILD index a02bd13c1..8411524c9 100644 --- a/community/openntpd/PKGBUILD +++ b/community/openntpd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.9p1 pkgrel=19 pkgdesc="Free, easy to use implementation of the Network Time Protocol." url="http://www.openntpd.org/" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('BSD') depends=('openssl') backup=('etc/ntpd.conf' 'etc/conf.d/openntpd') diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD index 1da03752e..b7e56b5a2 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=opensc pkgver=0.12.2 pkgrel=3 pkgdesc='Access smart cards that support cryptographic operations' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.opensc-project.org/opensc/' license=('LGPL') backup=('etc/opensc.conf') diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD index 47b01740e..5233250fd 100644 --- a/community/opensips/PKGBUILD +++ b/community/opensips/PKGBUILD @@ -19,7 +19,7 @@ optdepends=('postgresql-libs' backup=("etc/opensips/opensips.cfg" "etc/opensips/dictionary.radius" "etc/opensips/opensipsctlrc") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') install=opensips.install options=('!emptydirs' 'zipman' '!makeflags' 'docs') diff --git a/community/openssh-askpass/PKGBUILD b/community/openssh-askpass/PKGBUILD index 30982567b..22127b289 100644 --- a/community/openssh-askpass/PKGBUILD +++ b/community/openssh-askpass/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openssh-askpass pkgver=1.3.4 pkgrel=1 pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' license=('GPL') depends=('openssh' 'qt') diff --git a/community/openthreads/PKGBUILD b/community/openthreads/PKGBUILD index ff94915c2..ab5bf7bf7 100644 --- a/community/openthreads/PKGBUILD +++ b/community/openthreads/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openthreads pkgver=2.3.0 pkgrel=2 pkgdesc="A minimal & complete Object-Oriented thread interface for C++ programmers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openthreads.sourceforge.net" license=("LGPL") depends=('gcc-libs') diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD index 22cf19d4f..0c4037221 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openttd pkgver=1.2.2 pkgrel=1 pkgdesc='An engine for running Transport Tycoon Deluxe.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.openttd.org' license=('GPL') depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-file-utils' 'xz') diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index e72ddb97d..48c7ed414 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -7,7 +7,7 @@ pkgname=optipng pkgver=0.7.3 pkgrel=1 pkgdesc='Compresses PNG files to a smaller size, without losing any information.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://optipng.sourceforge.net/' license=('ZLIB') depends=('glibc') diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD index f013122aa..2266783ab 100644 --- a/community/orange/PKGBUILD +++ b/community/orange/PKGBUILD @@ -6,7 +6,7 @@ pkgname=orange pkgver=0.4 pkgrel=4 pkgdesc="a helper tool for synce" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") depends=('dynamite' 'synce-libsynce' 'file' 'unshield') diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD index c0085eb6a..535f14ba1 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.55 pkgrel=1 pkgdesc="Utility to detect other OSes on a set of drives" url="http://joey.kitenet.net/code/os-prober/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('sh') source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz) diff --git a/community/osdbattery/PKGBUILD b/community/osdbattery/PKGBUILD index 1d2da5715..6782acfce 100644 --- a/community/osdbattery/PKGBUILD +++ b/community/osdbattery/PKGBUILD @@ -6,7 +6,7 @@ pkgname=osdbattery pkgver=1.4 pkgrel=5 pkgdesc="Displays battery information in the OSD style" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://osdbattery.sourceforge.net/" license=('GPL2') depends=('xosd') diff --git a/community/osec/PKGBUILD b/community/osec/PKGBUILD index a7c83c131..44be29209 100644 --- a/community/osec/PKGBUILD +++ b/community/osec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=osec pkgver=1.2.3 pkgrel=2 pkgdesc="lightweight integrity checking system" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://o-security.sourceforge.net/" license=("GPL") makedepends=(help2man tinycdb) diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD index 81b659984..b3ca2cb1a 100644 --- a/community/osiris/PKGBUILD +++ b/community/osiris/PKGBUILD @@ -6,7 +6,7 @@ pkgname=osiris pkgver=4.2.3 pkgrel=5 pkgdesc="A file integrity management system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://osiris.shmoo.com/" license=('custom') depends=('openssl' 'readline') diff --git a/community/osmo/PKGBUILD b/community/osmo/PKGBUILD index 612679b84..cf5854876 100644 --- a/community/osmo/PKGBUILD +++ b/community/osmo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=osmo pkgver=0.2.10 pkgrel=7 pkgdesc="A handy personal organizer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clayo.org/osmo/" license=('GPL') depends=('gtk2>=2.12' 'gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'libgtkhtml' 'libgringotts>=1.2.1' 'libxml2') diff --git a/community/oss/PKGBUILD b/community/oss/PKGBUILD index bd792bbde..d799639c8 100644 --- a/community/oss/PKGBUILD +++ b/community/oss/PKGBUILD @@ -9,7 +9,7 @@ pkgname=oss true && pkgname=(oss libflashsupport-oss) pkgver=4.2_2007 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.opensound.com/" license=('GPL2') makedepends=('gtk2') diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD index 309d9d413..e4225e508 100644 --- a/community/ozerocdoff/PKGBUILD +++ b/community/ozerocdoff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ozerocdoff pkgver=2 pkgrel=7 pkgdesc="Userspace driver for Option High Speed Mobile Devices" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/ozerocdoff.html" depends=('bash' 'libusb-compat') license=('GPL2') diff --git a/community/p2c/PKGBUILD b/community/p2c/PKGBUILD index 0a22bcdef..c55a1276d 100644 --- a/community/p2c/PKGBUILD +++ b/community/p2c/PKGBUILD @@ -7,7 +7,7 @@ pkgname=p2c pkgver=1.21alpha2 pkgrel=10 pkgdesc="pascal to c/c++ converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/p2c" license=('GPL') depends=('perl') diff --git a/community/p3scan/PKGBUILD b/community/p3scan/PKGBUILD index 7312974e8..8791c00f4 100644 --- a/community/p3scan/PKGBUILD +++ b/community/p3scan/PKGBUILD @@ -6,7 +6,7 @@ pkgname=p3scan pkgver=2.3.2 pkgrel=7 pkgdesc="Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://p3scan.sourceforge.net/" depends=('pcre' 'openssl') license=('GPL') diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD index f00c83929..e84aada0f 100644 --- a/community/packagekit/PKGBUILD +++ b/community/packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python') pkgver=0.7.6 pkgrel=2 pkgdesc="A system designed to make installation and updates of packages easier." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.packagekit.org" license=('GPL') makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool' diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD index 7fec455f2..8b0573b2c 100644 --- a/community/packeth/PKGBUILD +++ b/community/packeth/PKGBUILD @@ -10,7 +10,7 @@ depends=(gtk2) source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2") url="http://packeth.sourceforge.net/" md5sums=('dab613ab413e959cb5c1ef6fd385a041') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') build() { diff --git a/community/paco/PKGBUILD b/community/paco/PKGBUILD index 2bc35fa4d..1d02f5eba 100644 --- a/community/paco/PKGBUILD +++ b/community/paco/PKGBUILD @@ -6,7 +6,7 @@ pkgname=paco pkgver=2.0.9 pkgrel=2 pkgdesc="LFS packet manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://paco.sourceforge.net/index.html" license=('GPL') #NOTE: You may disable gtk frontend in configure diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD index 88e927d62..c0e35c92b 100644 --- a/community/pam-krb5/PKGBUILD +++ b/community/pam-krb5/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam-krb5 pkgver=4.6 pkgrel=1 pkgdesc='A PAM module providing Kerberos v5 support.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.eyrie.org/~eagle/software/pam-krb5/' license=('custom') options=('!libtool') diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD index 42cefbd84..372b14ca2 100644 --- a/community/pam_mysql/PKGBUILD +++ b/community/pam_mysql/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam_mysql pkgver=0.7RC1 pkgrel=6 pkgdesc="A PAM module to authenticate users against mysql." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://pam-mysql.sourceforge.net" depends=('pam' 'mysql' 'openssl') diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD index 84fc7be25..ca894ea87 100644 --- a/community/pam_pwcheck/PKGBUILD +++ b/community/pam_pwcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pam_pwcheck pkgver=3.9 pkgrel=4 pkgdesc="A password strength checking module for PAM-aware password changing programs" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.thkukuk.de/pam/pam_pwcheck/" depends=('pam') license=('GPL') diff --git a/community/par2cmdline/PKGBUILD b/community/par2cmdline/PKGBUILD index 127c4256a..bf5f1d59f 100644 --- a/community/par2cmdline/PKGBUILD +++ b/community/par2cmdline/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='A PAR 2.0 compatible file verification and repair tool' url='https://github.com/BlackIkeEagle/par2cmdline' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("https://github.com/downloads/BlackIkeEagle/$pkgname/$pkgname-$pkgver.tar.xz") md5sums=('96b4fb91859c0214d2c562636abea3af') diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index b82c2491d..efa138d53 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -7,7 +7,7 @@ pkgname=paraview pkgver=3.14.1 pkgrel=1 pkgdesc='Parallel Visualization Application using VTK' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.paraview.org' license=('custom') depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD index 07f753d2a..7d7a812ff 100644 --- a/community/parcellite/PKGBUILD +++ b/community/parcellite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parcellite pkgver=1.0.2rc5 pkgrel=1 pkgdesc="Lightweight GTK+ clipboard manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://parcellite.sourceforge.net/" license=('GPL3') depends=('gtk2') diff --git a/community/pari/PKGBUILD b/community/pari/PKGBUILD index c00a3466f..13653dcd4 100644 --- a/community/pari/PKGBUILD +++ b/community/pari/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmp' 'readline' 'libx11') makedepends=('perl' 'texlive-core') optdepends=('perl: gphelp, tex2mail') diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD index 2dbe33894..9a057f50b 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parole pkgver=0.3.0.3 pkgrel=1 pkgdesc="A modern media player based on the GStreamer framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/parole/" license=('GPL') depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1' diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 72e283e60..4661a416f 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -8,7 +8,7 @@ pkgver=4.8.0 _rel=devel pkgrel=1 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.parrotcode.org/" license=('GPL') depends=('icu' 'openssl' 'libffi') diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD index 2fe4fa830..7cc655b41 100644 --- a/community/partimage/PKGBUILD +++ b/community/partimage/PKGBUILD @@ -9,7 +9,7 @@ pkgname=partimage pkgver=0.6.9 pkgrel=3 pkgdesc='Partition Image saves partitions in many formats to an image file.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.partimage.org/' license=('GPL') depends=('libnewt' 'lzo' 'bzip2' 'openssl') diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD index 2da31657d..27553a621 100644 --- a/community/passenger/PKGBUILD +++ b/community/passenger/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.17 pkgrel=1 _pkgdlnr=76398 pkgdesc="mod_rails passenger" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.modrails.com" #http://rubyforge.org/frs/?group_id=5873 license=('GPL') diff --git a/community/patchage/PKGBUILD b/community/patchage/PKGBUILD index 0a9e2b4c3..9b53ef5e1 100644 --- a/community/patchage/PKGBUILD +++ b/community/patchage/PKGBUILD @@ -6,7 +6,7 @@ pkgname=patchage pkgver=0.5.0 pkgrel=3 pkgdesc="A modular patch bay for audio and MIDI systems" -arch=('i686' 'x86_64') +arch=(i686 x86_64 'mips64el') url="http://drobilla.net/software/patchage" license=('GPL') depends=('dbus-glib' 'libglademm' 'hicolor-icon-theme' diff --git a/community/patchutils/PKGBUILD b/community/patchutils/PKGBUILD index f0ea1b885..4ea4b2ff6 100644 --- a/community/patchutils/PKGBUILD +++ b/community/patchutils/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A small collection of programs that operate on patch files" license=('GPL') url="http://cyberelk.net/tim/patchutils/" depends=('perl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.bz2) md5sums=('74607b4a28c9009c6aeeed0e91098917') diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD index 7f134b52e..dae4106da 100644 --- a/community/pawm/PKGBUILD +++ b/community/pawm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pawm pkgver=2.3.0 pkgrel=2 pkgdesc="Puto Amo Window Manager is a full featured window manager, but without useless bells and whistles" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://www.pleyades.net/pawm/" url="https://sites.google.com/site/pleyadestest/david/projects/pawm" license=("GPL") diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD index b71d940a5..a270f69c3 100644 --- a/community/pax-utils/PKGBUILD +++ b/community/pax-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.3.0 pkgrel=1 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties' url='http://hardened.gentoo.org/pax-utils.xml' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('bash' 'libcap') checkdepends=('python') diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index 24dff6a50..cdc84da95 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pbzip2 pkgver=1.1.8 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" -arch=('i686' 'x86_64') +arch=(i686 x86_64 'mips64el') url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD index 5ff7a76bf..9d7439643 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pcmanfm pkgver=1.0.1 pkgrel=1 pkgdesc="An extremely fast and lightweight file manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pcmanfm.sourceforge.net/" license=('GPL') groups=('lxde') diff --git a/community/pcsc-perl/PKGBUILD b/community/pcsc-perl/PKGBUILD index 0d6aec8c6..d0489a5ba 100644 --- a/community/pcsc-perl/PKGBUILD +++ b/community/pcsc-perl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pcsc-perl pkgver=1.4.12 pkgrel=3 pkgdesc="A Perl Module for PC/SC SmartCard access" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/" license=('GPL' 'PerlArtistic') depends=('pcsclite' 'perl') diff --git a/community/pcsc-tools/PKGBUILD b/community/pcsc-tools/PKGBUILD index a4e8a089f..1f6508a5d 100644 --- a/community/pcsc-tools/PKGBUILD +++ b/community/pcsc-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pcsc-tools pkgver=1.4.20 pkgrel=1 pkgdesc="PC/SC Architecture smartcard tools" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" license=('GPL') depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl') diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index 1d6bedf17..a8b63d9ff 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pcsclite pkgver=1.8.6 pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') depends=('python2' 'systemd-tools') diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD index 9e16275df..142d55d81 100644 --- a/community/pd/PKGBUILD +++ b/community/pd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.43.4 _ver=${pkgver%.*}-${pkgver##*.} pkgrel=1 pkgdesc="The Pure Data real-time music and multimedia environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://crca.ucsd.edu/~msp/software.html" license=('custom:BSD') depends=('jack' 'fftw' 'tk') diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD index a4d83244e..f55879df8 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdf2djvu pkgver=0.7.15 pkgrel=1 pkgdesc="Creates DjVu files from PDF files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pdf2djvu.googlecode.com" license=('GPL') depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick') diff --git a/community/pdf2svg/PKGBUILD b/community/pdf2svg/PKGBUILD index ad3c3d259..3461074cd 100644 --- a/community/pdf2svg/PKGBUILD +++ b/community/pdf2svg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pdf2svg pkgver=0.2.1 pkgrel=7 pkgdesc="A pdf to svg converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cityinthesky.co.uk/pdf2svg.html" license=('GPL') depends=('poppler-glib' 'gtk2' 'glib2') diff --git a/community/pdmenu/PKGBUILD b/community/pdmenu/PKGBUILD index bbd53cee0..9b79ad428 100644 --- a/community/pdmenu/PKGBUILD +++ b/community/pdmenu/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pdmenu pkgver=1.3.2 pkgrel=1 pkgdesc="simple full screen menu program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/unstable/source/pdmenu" license=('GPL') depends=('gpm' 'slang') diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index b6c872299..593894619 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.9.a _pkgver=${pkgver/.a/a} pkgrel=1 pkgdesc="Proxy DNS server with permanent caching" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://members.home.nl/p.a.rombouts/pdnsd/" license=('GPL') depends=('glibc') diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index dc75eefe0..9eaa21f02 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -5,7 +5,7 @@ pkgname=percona-server pkgver=5.5.28_rel29.1 pkgrel=2 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('mysql-clients' 'systemd-tools' 'libaio') conflicts=('mysql') diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index a6e25c9f7..17f7be6eb 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -6,7 +6,7 @@ pkgname=performous pkgver=0.6.1 pkgrel=17 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://performous.org/" license=('GPL') depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 'opencv' 'librsvg') diff --git a/community/perl-berkeleydb/PKGBUILD b/community/perl-berkeleydb/PKGBUILD index c584b82da..21f7f5f14 100644 --- a/community/perl-berkeleydb/PKGBUILD +++ b/community/perl-berkeleydb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-berkeleydb pkgver=0.51 pkgrel=1 pkgdesc="Interface to Berkeley DB version 2, 3 or 4" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/BerkeleyDB/" license=('GPL' 'PerlArtistic') depends=('perl' 'db') diff --git a/community/perl-class-data-inheritable/PKGBUILD b/community/perl-class-data-inheritable/PKGBUILD index e610fc815..5724a1ec4 100644 --- a/community/perl-class-data-inheritable/PKGBUILD +++ b/community/perl-class-data-inheritable/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-class-data-inheritable pkgver=0.08 pkgrel=5 pkgdesc="Inheritable, overridable class data " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Class-Data-Inheritable" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-class-factory-util/PKGBUILD b/community/perl-class-factory-util/PKGBUILD index c9da049d7..2e7fe0ca1 100644 --- a/community/perl-class-factory-util/PKGBUILD +++ b/community/perl-class-factory-util/PKGBUILD @@ -5,7 +5,7 @@ _realname=Class-Factory-Util pkgver=1.7 pkgrel=4 pkgdesc="Provide utility methods for factory classes" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL' 'Artistic') url="http://search.cpan.org/~drolsky/Class-Factory-Util" options=(!emptydirs) diff --git a/community/perl-class-methodmaker/PKGBUILD b/community/perl-class-methodmaker/PKGBUILD index d80482f8e..c2c0b292c 100644 --- a/community/perl-class-methodmaker/PKGBUILD +++ b/community/perl-class-methodmaker/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-class-methodmaker pkgver=2.18 pkgrel=6 pkgdesc="Create generic class methods" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Class-MethodMaker" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-clone/PKGBUILD b/community/perl-clone/PKGBUILD index 21a131b25..463484cb4 100644 --- a/community/perl-clone/PKGBUILD +++ b/community/perl-clone/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-clone pkgver=0.31 pkgrel=5 pkgdesc='Recursive copy of nested objects.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://search.cpan.org/~RDF/Clone' license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-crypt-blowfish/PKGBUILD b/community/perl-crypt-blowfish/PKGBUILD index 780a82008..0edfcab11 100644 --- a/community/perl-crypt-blowfish/PKGBUILD +++ b/community/perl-crypt-blowfish/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-crypt-blowfish pkgver=2.12 pkgrel=5 pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Crypt-Blowfish" license=("GPL" "PerlArtistic") source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz") diff --git a/community/perl-crypt-des/PKGBUILD b/community/perl-crypt-des/PKGBUILD index e40092acd..1a8097f1c 100644 --- a/community/perl-crypt-des/PKGBUILD +++ b/community/perl-crypt-des/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-crypt-des pkgver=2.05 pkgrel=5 pkgdesc="Perl DES encryption module" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~dparis/Crypt-DES" license=("GPL" "PerlArtistic") depends=('glibc') diff --git a/community/perl-curses/PKGBUILD b/community/perl-curses/PKGBUILD index 3f11fa792..cd14d69d7 100644 --- a/community/perl-curses/PKGBUILD +++ b/community/perl-curses/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-curses pkgver=1.28 pkgrel=5 pkgdesc="Character screen handling and windowing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Curses" license=('GPL' 'PerlArtistic') depends=('perl' 'ncurses') diff --git a/community/perl-data-structure-util/PKGBUILD b/community/perl-data-structure-util/PKGBUILD index 636e1a877..81cff6e8b 100644 --- a/community/perl-data-structure-util/PKGBUILD +++ b/community/perl-data-structure-util/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-data-structure-util pkgver=0.15 pkgrel=6 pkgdesc="Perl/CPAN Module Data::Structure::Util" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Data-Structure-Util" license=("GPL" "PerlArtistic") source=("http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/Data-Structure-Util-$pkgver.tar.gz") diff --git a/community/perl-datetime-format-builder/PKGBUILD b/community/perl-datetime-format-builder/PKGBUILD index 71c3ed617..c385d6c93 100644 --- a/community/perl-datetime-format-builder/PKGBUILD +++ b/community/perl-datetime-format-builder/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-datetime-format-builder pkgver=0.8000 pkgrel=6 pkgdesc="Create DateTime parser classes and objects" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PerlArtistic' 'GPL') options=('!emptydirs') provides=('perl-datetime-format-builder=0.80') diff --git a/community/perl-datetime-format-mail/PKGBUILD b/community/perl-datetime-format-mail/PKGBUILD index cb5bacb73..f03909ce7 100644 --- a/community/perl-datetime-format-mail/PKGBUILD +++ b/community/perl-datetime-format-mail/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-datetime-format-mail pkgver=0.3001 pkgrel=8 pkgdesc="Convert between DateTime and RFC2822/822 formats " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DateTime-Format-Mail" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0' 'perl-datetime' 'perl-params-validate>=0.67') diff --git a/community/perl-datetime/PKGBUILD b/community/perl-datetime/PKGBUILD index e96c8ac14..a259cc7d1 100644 --- a/community/perl-datetime/PKGBUILD +++ b/community/perl-datetime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-datetime pkgver=0.77 pkgrel=1 pkgdesc="A complete, easy to use date and time object" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DateTime" license=('GPL' 'PerlArtistic') depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41' diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD index 48bb3bcc8..3796a6802 100644 --- a/community/perl-dbd-odbc/PKGBUILD +++ b/community/perl-dbd-odbc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-odbc pkgver=1.39 pkgrel=1 pkgdesc="ODBC Driver for DBI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DBD-ODBC/" license=('GPL' 'PerlArtistic') depends=('perl-dbi' 'perl' 'unixodbc') diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD index 7f2ad5e91..1bd8cb1cc 100644 --- a/community/perl-dbd-pg/PKGBUILD +++ b/community/perl-dbd-pg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-pg pkgver=2.19.2 pkgrel=2 pkgdesc="Postgres Driver for DBI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DBD-Pg" license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'postgresql-libs') diff --git a/community/perl-dbd-sqlite2/PKGBUILD b/community/perl-dbd-sqlite2/PKGBUILD index 172143d89..3bd4df7bc 100644 --- a/community/perl-dbd-sqlite2/PKGBUILD +++ b/community/perl-dbd-sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-sqlite2 pkgver=0.33 pkgrel=9 pkgdesc="Perl/CPAN Module DBD::SQLite2" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/DBD-SQLite2" license=("GPL" "PerlArtistic") depends=("perl-dbi") diff --git a/community/perl-dbd-sybase/PKGBUILD b/community/perl-dbd-sybase/PKGBUILD index 338bf74ea..d85c095d3 100644 --- a/community/perl-dbd-sybase/PKGBUILD +++ b/community/perl-dbd-sybase/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-dbd-sybase pkgver=1.14 pkgrel=2 pkgdesc="Sybase Driver for DBI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DBD-Sybase/" license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds') diff --git a/community/perl-device-serialport/PKGBUILD b/community/perl-device-serialport/PKGBUILD index 7f0ba54d6..dadbb6fa4 100644 --- a/community/perl-device-serialport/PKGBUILD +++ b/community/perl-device-serialport/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-device-serialport pkgver=1.04 pkgrel=4 pkgdesc="POSIX clone of Win32::SerialPort" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Device-SerialPort" license=('GPL' 'PerlArtistic') depends=('perl') diff --git a/community/perl-file-rsyncp/PKGBUILD b/community/perl-file-rsyncp/PKGBUILD index 29af9c1a1..f963baba7 100644 --- a/community/perl-file-rsyncp/PKGBUILD +++ b/community/perl-file-rsyncp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-file-rsyncp pkgver=0.70 pkgrel=2 pkgdesc='Perl interface to rsync file list encoding and decoding' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'PerlArtistic') options=('!emptydirs' '!makeflags') url='http://search.cpan.org/dist/File-RsyncP' diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD index ae5b9ccfc..ff5b42f56 100644 --- a/community/perl-fuse/PKGBUILD +++ b/community/perl-fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-fuse pkgver=0.14 pkgrel=2 pkgdesc="write filesystems in Perl using FUSE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Fuse" depends=('perl' 'fuse') license=('GPL') diff --git a/community/perl-gd/PKGBUILD b/community/perl-gd/PKGBUILD index b3cf18028..826760ba9 100644 --- a/community/perl-gd/PKGBUILD +++ b/community/perl-gd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gd pkgver=2.46 pkgrel=3 pkgdesc="Interface to Gd Graphics Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GD" license=('GPL' 'PerlArtistic') depends=('gd') diff --git a/community/perl-gnome2-wnck/PKGBUILD b/community/perl-gnome2-wnck/PKGBUILD index 32e0812be..ca6fe4ce1 100644 --- a/community/perl-gnome2-wnck/PKGBUILD +++ b/community/perl-gnome2-wnck/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gnome2-wnck pkgver=0.16 pkgrel=6 pkgdesc="Perl interface to the Window Navigator Construction Kit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("GPL" "PerlArtistic") url="http://search.cpan.org/dist/Gnome2-Wnck" depends=('perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'gnome-perl' 'libwnck') diff --git a/community/perl-gssapi/PKGBUILD b/community/perl-gssapi/PKGBUILD index 51bed482b..095078f27 100644 --- a/community/perl-gssapi/PKGBUILD +++ b/community/perl-gssapi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gssapi pkgver=0.28 pkgrel=6 pkgdesc="Perl/CPAN Module GSSAPI" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/GSSAPI" license=("GPL" "PerlArtistic") depends=('krb5') diff --git a/community/perl-gstreamer-interfaces/PKGBUILD b/community/perl-gstreamer-interfaces/PKGBUILD index 50bb736b6..119ef1882 100644 --- a/community/perl-gstreamer-interfaces/PKGBUILD +++ b/community/perl-gstreamer-interfaces/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gstreamer-interfaces pkgver=0.06 pkgrel=5 pkgdesc="GStreamer::Interfaces" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GStreamer-Interfaces" license=('GPL' 'PerlArtistic') depends=('glib-perl' 'gstreamer0.10-base' 'perl-extutils-pkgconfig' 'perl-gstreamer' 'perl-extutils-depends') diff --git a/community/perl-gstreamer/PKGBUILD b/community/perl-gstreamer/PKGBUILD index d62ae8283..ce3a83bab 100644 --- a/community/perl-gstreamer/PKGBUILD +++ b/community/perl-gstreamer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gstreamer pkgver=0.17 pkgrel=1 pkgdesc="Interface to the GStreamer library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GStreamer" license=('GPL' 'PerlArtistic') depends=('glib-perl>=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig>=1.07' 'perl-extutils-depends>=0.205') diff --git a/community/perl-gtk2-sexy/PKGBUILD b/community/perl-gtk2-sexy/PKGBUILD index 46f089951..a9e2568d0 100644 --- a/community/perl-gtk2-sexy/PKGBUILD +++ b/community/perl-gtk2-sexy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-gtk2-sexy pkgver=0.05 pkgrel=7 pkgdesc="Perl/CPAN Module Gtk2::Sexy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-Sexy" license=('GPL' 'PerlArtistic') depends=('gtk2' 'libsexy') diff --git a/community/perl-gtk2-trayicon/PKGBUILD b/community/perl-gtk2-trayicon/PKGBUILD index aa6c724f3..30de9b127 100644 --- a/community/perl-gtk2-trayicon/PKGBUILD +++ b/community/perl-gtk2-trayicon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gtk2-trayicon pkgver=0.06 pkgrel=9 pkgdesc="Perl interface to the EggTrayIcon library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-TrayIcon/" depends=('gtk2-perl') makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends') diff --git a/community/perl-gtk2-webkit/PKGBUILD b/community/perl-gtk2-webkit/PKGBUILD index 5df9e74c1..68833be68 100644 --- a/community/perl-gtk2-webkit/PKGBUILD +++ b/community/perl-gtk2-webkit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gtk2-webkit pkgver=0.09 pkgrel=3 pkgdesc="Gtk2::WebKit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-WebKit" license=('GPL' 'PerlArtistic') depends=('perl' 'gtk2-perl' 'libwebkit' 'perl-extutils-depends' 'perl-extutils-pkgconfig') diff --git a/community/perl-html-strip/PKGBUILD b/community/perl-html-strip/PKGBUILD index 830bfff44..820c36d81 100644 --- a/community/perl-html-strip/PKGBUILD +++ b/community/perl-html-strip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-html-strip pkgver=1.06 pkgrel=8 pkgdesc="Perl/CPAN Module HTML::Strip" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~kilinrax/HTML-Strip/" license=("GPL" "PerlArtistic") depends=('perl') diff --git a/community/perl-inline-java/PKGBUILD b/community/perl-inline-java/PKGBUILD index 8704e58e9..f6042cbf6 100644 --- a/community/perl-inline-java/PKGBUILD +++ b/community/perl-inline-java/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-inline-java pkgver=0.53 pkgrel=4 pkgdesc="The Inline::Java module allows you to put Java source code directly inline in a Perl script or module." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('perl' 'perl-inline' 'java-runtime') makedepends=('java-environment') license=("GPL" "PerlArtistic") diff --git a/community/perl-io-dirent/PKGBUILD b/community/perl-io-dirent/PKGBUILD index 4dbd3d576..d27c607e0 100644 --- a/community/perl-io-dirent/PKGBUILD +++ b/community/perl-io-dirent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-io-dirent pkgver=0.05 pkgrel=2 pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'PerlArtistic') url='http://search.cpan.org/~scottw/IO-Dirent/' options=('!emptydirs') diff --git a/community/perl-io-string/PKGBUILD b/community/perl-io-string/PKGBUILD index 9f922b882..7aaa52442 100644 --- a/community/perl-io-string/PKGBUILD +++ b/community/perl-io-string/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-io-string pkgver=1.08 pkgrel=8 pkgdesc="IO::File interface for in-core strings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/IO-String" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-io-tty/PKGBUILD b/community/perl-io-tty/PKGBUILD index 540af17de..33593d4f0 100644 --- a/community/perl-io-tty/PKGBUILD +++ b/community/perl-io-tty/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-io-tty pkgver=1.10 pkgrel=2 pkgdesc="Provide an interface to TTYs and PTYs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/IO-Tty/" license=("GPL" "PerlArtistic") depends=('glibc') diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD index ff9351475..7396840ec 100644 --- a/community/perl-json-xs/PKGBUILD +++ b/community/perl-json-xs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast" url="http://search.cpan.org/dist/JSON-XS/" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('perl' 'perl-common-sense') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz) diff --git a/community/perl-libapreq2/PKGBUILD b/community/perl-libapreq2/PKGBUILD index 5acb325e6..10424201f 100644 --- a/community/perl-libapreq2/PKGBUILD +++ b/community/perl-libapreq2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-libapreq2 pkgver=2.13 pkgrel=3 pkgdesc="A safe, standards-compliant, high-performance library used for parsing HTTP cookies, query-strings and POST data." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/libapreq2" depends=('mod_perl' 'apr-util') makedepends=('perl-extutils-xsbuilder') diff --git a/community/perl-linux-pid/PKGBUILD b/community/perl-linux-pid/PKGBUILD index 9efec9e4a..76714a174 100644 --- a/community/perl-linux-pid/PKGBUILD +++ b/community/perl-linux-pid/PKGBUILD @@ -7,7 +7,7 @@ pkgname='perl-linux-pid' pkgver='0.04' pkgrel='2' pkgdesc="Interface to Linux getpp?id functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') diff --git a/community/perl-mail-box-parser-c/PKGBUILD b/community/perl-mail-box-parser-c/PKGBUILD index da609e0f6..3cbc720ce 100644 --- a/community/perl-mail-box-parser-c/PKGBUILD +++ b/community/perl-mail-box-parser-c/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-mail-box-parser-c pkgver=3.006 pkgrel=8 pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Mail-Box-Parser-C" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-mail-transport-dbx/PKGBUILD b/community/perl-mail-transport-dbx/PKGBUILD index fb303ea49..8742685cb 100644 --- a/community/perl-mail-transport-dbx/PKGBUILD +++ b/community/perl-mail-transport-dbx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-mail-transport-dbx pkgver=0.07 pkgrel=8 pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express mailboxes" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Mail-Transport-Dbx" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-net-dbus/PKGBUILD b/community/perl-net-dbus/PKGBUILD index d8e5e7ae5..8f90b6f76 100644 --- a/community/perl-net-dbus/PKGBUILD +++ b/community/perl-net-dbus/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-net-dbus pkgver=1.0.0 pkgrel=2 pkgdesc="Binding for DBus messaging protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Net-DBus" license=('GPL' 'PerlArtistic') depends=('dbus' 'perl-xml-twig') diff --git a/community/perl-net-libidn/PKGBUILD b/community/perl-net-libidn/PKGBUILD index 75bf0f379..33c45f4b2 100644 --- a/community/perl-net-libidn/PKGBUILD +++ b/community/perl-net-libidn/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-net-libidn pkgver=0.12 pkgrel=6 pkgdesc="Perl/CPAN Module Net::LibIDN" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Net-LibIDN/" license=("GPL" "PerlArtistic") depends=(perl libidn) diff --git a/community/perl-package-stash-xs/PKGBUILD b/community/perl-package-stash-xs/PKGBUILD index ee83389a2..34f8633a1 100644 --- a/community/perl-package-stash-xs/PKGBUILD +++ b/community/perl-package-stash-xs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-package-stash-xs pkgver=0.25 pkgrel=2 pkgdesc="faster and more correct implementation of the Package::Stash API" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl>=5.8.1') diff --git a/community/perl-params-classify/PKGBUILD b/community/perl-params-classify/PKGBUILD index d0dae4a7d..7518329af 100644 --- a/community/perl-params-classify/PKGBUILD +++ b/community/perl-params-classify/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-params-classify pkgver=0.013 pkgrel=2 pkgdesc="argument type classification" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('PerlArtistic') url="http://search.cpan.org/~zefram/Params-Classify" options=(!emptydirs) diff --git a/community/perl-params-util/PKGBUILD b/community/perl-params-util/PKGBUILD index 415ad5810..229eec160 100644 --- a/community/perl-params-util/PKGBUILD +++ b/community/perl-params-util/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-params-util pkgver=1.07 pkgrel=1 pkgdesc='Simple, compact and correct param-checking functions' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl>=5.5.30') diff --git a/community/perl-params-validate/PKGBUILD b/community/perl-params-validate/PKGBUILD index b14f42de7..78023c43b 100644 --- a/community/perl-params-validate/PKGBUILD +++ b/community/perl-params-validate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-params-validate pkgver=1.06 pkgrel=3 pkgdesc="Validate sub params against a spec" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Params-Validate" license=('GPL' 'PerlArtistic') depends=('perl' 'perl-module-implementation') diff --git a/community/perl-string-crc32/PKGBUILD b/community/perl-string-crc32/PKGBUILD index 8b4470b72..08bc5c316 100644 --- a/community/perl-string-crc32/PKGBUILD +++ b/community/perl-string-crc32/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-string-crc32 pkgver=1.4 pkgrel=8 pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/String-CRC32" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-text-charwidth/PKGBUILD b/community/perl-text-charwidth/PKGBUILD index 46ad4d725..1056ade3c 100644 --- a/community/perl-text-charwidth/PKGBUILD +++ b/community/perl-text-charwidth/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-text-charwidth pkgver=0.04 pkgrel=8 pkgdesc="Perl/CPAN Module Text::CharWidth" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Text-CharWidth" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-text-kakasi/PKGBUILD b/community/perl-text-kakasi/PKGBUILD index 81f4b2066..724ce4b8c 100644 --- a/community/perl-text-kakasi/PKGBUILD +++ b/community/perl-text-kakasi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-text-kakasi pkgver=2.04 pkgrel=9 pkgdesc="Perl frontend to kakasi" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Text-Kakasi" license=('GPL' 'PerlArtistic') depends=('perl' 'kakasi') diff --git a/community/perl-tie-hash-indexed/PKGBUILD b/community/perl-tie-hash-indexed/PKGBUILD index a2326057c..02446da64 100644 --- a/community/perl-tie-hash-indexed/PKGBUILD +++ b/community/perl-tie-hash-indexed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-tie-hash-indexed pkgver=0.05 pkgrel=8 pkgdesc="Ordered hashes for Perl" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Tie-Hash-Indexed" license=('GPL' 'PerlArtistic') depends=('perl') diff --git a/community/perl-tk-tablematrix/PKGBUILD b/community/perl-tk-tablematrix/PKGBUILD index 21f70e804..a4add0047 100644 --- a/community/perl-tk-tablematrix/PKGBUILD +++ b/community/perl-tk-tablematrix/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-tk-tablematrix pkgver=1.23 pkgrel=9 pkgdesc="Display data in TableSpreadsheet format" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Tk-TableMatrix" license=("GPL" "PerlArtistic") depends=('perl-tk') diff --git a/community/perl-www-curl/PKGBUILD b/community/perl-www-curl/PKGBUILD index c0b79e460..2ee3f68a1 100644 --- a/community/perl-www-curl/PKGBUILD +++ b/community/perl-www-curl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-www-curl pkgver=4.15 pkgrel=3 pkgdesc="Perl/CPAN Module WWW::Curl" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/WWW-Curl/" license=("GPL" "PerlArtistic") depends=("curl") diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index 72245d28c..065fff58a 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-libxml pkgver=1.98 pkgrel=1 pkgdesc="Interface to the libxml library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/XML-LibXML" license=('GPL') depends=('libxml2' 'perl-xml-sax>=0.11' 'perl-xml-namespacesupport>=1.07') diff --git a/community/perl-xml-libxslt/PKGBUILD b/community/perl-xml-libxslt/PKGBUILD index 31e0b3a49..454ae378f 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-libxslt pkgver=1.77 pkgrel=1 pkgdesc="Interface to the gnome libxslt library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/XML-LibXSLT" license=('GPL') depends=('perl-xml-libxml' 'libxslt') diff --git a/community/perl-xmms/PKGBUILD b/community/perl-xmms/PKGBUILD index 3291dc2bc..2fbdc9113 100644 --- a/community/perl-xmms/PKGBUILD +++ b/community/perl-xmms/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xmms pkgver=0.12 pkgrel=8 pkgdesc="Bundle::Xmms - Bundle for xmms remote control shell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~dougm/Xmms-Perl/" depends=('perl' 'xmms' 'libxxf86dga') license=('GPL' 'PerlArtistic') diff --git a/community/pgadmin3/PKGBUILD b/community/pgadmin3/PKGBUILD index e9d827e59..e0b1f8a0b 100644 --- a/community/pgadmin3/PKGBUILD +++ b/community/pgadmin3/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pgadmin3 pkgver=1.16.0 pkgrel=1 pkgdesc="Comprehensive design and management interface for PostgreSQL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pgadmin.org" license=('custom') depends=('wxgtk' 'postgresql-libs' 'libxslt') diff --git a/community/php-geoip/PKGBUILD b/community/php-geoip/PKGBUILD index febea43d7..f3f193205 100644 --- a/community/php-geoip/PKGBUILD +++ b/community/php-geoip/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-geoip pkgver=1.0.8 pkgrel=2 pkgdesc="GeoIP module for PHP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/geoip" license=('PHP') depends=('php' 'geoip') diff --git a/community/php-memcache/PKGBUILD b/community/php-memcache/PKGBUILD index f9c3e0fa7..7327f30bc 100644 --- a/community/php-memcache/PKGBUILD +++ b/community/php-memcache/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-memcache pkgver=3.0.7 pkgrel=1 pkgdesc="Memcache module for PHP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcache" license=('PHP') depends=('php') diff --git a/community/php-memcached/PKGBUILD b/community/php-memcached/PKGBUILD index b03ce8559..ce31eff7f 100644 --- a/community/php-memcached/PKGBUILD +++ b/community/php-memcached/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-memcached pkgver=2.1.0 pkgrel=1 pkgdesc="PHP extension for interfacing with memcached via libmemcached library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcached" license=('PHP') depends=('php' 'libmemcached') diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index 37573019b..685342446 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2012.06.24 pkgrel=1 pkgdesc="console-based frontend for Pandora" url="http://6xq.net/0017" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt') source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2) diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD index 98cb5b0c3..5f413e5d8 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('python2-pyqt' 'mutagen' 'libofa' 'ffmpeg') optdepends=('libdiscid: CD lookup' 'chromaprint: fingerprinting') diff --git a/community/picocom/PKGBUILD b/community/picocom/PKGBUILD index 6347d05b1..be3edddc5 100644 --- a/community/picocom/PKGBUILD +++ b/community/picocom/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom' url='http://code.google.com/p/picocom/' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') install=$pkgname.install source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz") diff --git a/community/pidgin-libnotify/PKGBUILD b/community/pidgin-libnotify/PKGBUILD index 500f5d532..602168012 100644 --- a/community/pidgin-libnotify/PKGBUILD +++ b/community/pidgin-libnotify/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pidgin-libnotify pkgver=0.14 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="pidgin plugin that enables popups when someone logs in or messages you." url="http://gaim-libnotify.sourceforge.net/" license=('GPL') diff --git a/community/pidgin-musictracker/PKGBUILD b/community/pidgin-musictracker/PKGBUILD index 476e4bdca..5194f814b 100644 --- a/community/pidgin-musictracker/PKGBUILD +++ b/community/pidgin-musictracker/PKGBUILD @@ -12,7 +12,7 @@ url='http://code.google.com/p/pidgin-musictracker' license=('GPL2') depends=('pidgin' 'gtk2' 'dbus-glib') makedepends=('xmms2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://pidgin-musictracker.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") options=('!libtool') md5sums=('8d7225c705484db86b864cab5a536423') diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index 9da6e6fde..3cfaae4ac 100644 --- a/community/pidgin-otr/PKGBUILD +++ b/community/pidgin-otr/PKGBUILD @@ -9,7 +9,7 @@ pkgname=pidgin-otr pkgver=3.2.1 pkgrel=1 pkgdesc='Off-the-Record Messaging plugin for Pidgin.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.cypherpunks.ca/otr/' depends=('libotr>=3.2.0' 'pidgin' 'perlxml') diff --git a/community/pidgin-talkfilters/PKGBUILD b/community/pidgin-talkfilters/PKGBUILD index 39a171c78..5ac864306 100644 --- a/community/pidgin-talkfilters/PKGBUILD +++ b/community/pidgin-talkfilters/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pidgin-talkfilters pkgver=2.7.0 pkgrel=1 pkgdesc="Implements GNU Talkfilters in pidgin chats" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.guifications.org/projects/purple-plugin-pack" license=('GPL') depends=('pidgin' 'talkfilters') diff --git a/community/pidgin-toobars/PKGBUILD b/community/pidgin-toobars/PKGBUILD index a9d052011..1b31da37f 100644 --- a/community/pidgin-toobars/PKGBUILD +++ b/community/pidgin-toobars/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pidgin-toobars pkgver=1.14 pkgrel=1 pkgdesc="Pidgin plugin that adds a toolbar and status bar to the buddy list" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vayurik.ru/wordpress/en/toobars/" license=('GPL') depends=('pidgin') diff --git a/community/pigeonhole/PKGBUILD b/community/pigeonhole/PKGBUILD index 129249b9a..25de9be79 100644 --- a/community/pigeonhole/PKGBUILD +++ b/community/pigeonhole/PKGBUILD @@ -11,7 +11,7 @@ pkgname=pigeonhole pkgver=0.3.3 pkgrel=1 pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.1" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pigeonhole.dovecot.org/" license=('LGPL') depends=('dovecot='$_dcpkgver) diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index f9331664b..da52e82c9 100755 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pigz pkgver=2.2.5 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.zlib.net/pigz/" license=('custom') depends=('zlib') diff --git a/community/pinfo/PKGBUILD b/community/pinfo/PKGBUILD index d5ac06d0e..94c87895a 100644 --- a/community/pinfo/PKGBUILD +++ b/community/pinfo/PKGBUILD @@ -6,10 +6,11 @@ pkgname=pinfo pkgver=0.6.10 pkgrel=2 pkgdesc="A hypertext info file viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pinfo.alioth.debian.org/" license=('GPL') depends=('ncurses' 'readline') +makedepends=('git') source=(https://alioth.debian.org/frs/download.php/3351/$pkgname-$pkgver.tar.bz2) md5sums=('fe3d3da50371b1773dfe29bf870dbc5b') diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index 0eacda1b1..f54af971e 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pingus pkgver=0.7.6 pkgrel=5 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pingus.seul.org" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index d2234a0ff..ce8b81e24 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=pinot pkgver=1.01 pkgrel=2 pkgdesc='Personal search and metasearch tool' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/pinot-search/' license=('GPL') depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index eaa0fdb88..ecaea96b8 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pkgfile pkgver=6 pkgrel=1 pkgdesc="a pacman .files metadata explorer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/pkgfile" license=('MIT') depends=('libarchive' 'curl' 'pcre' 'pacman') diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD index 4a26907f4..483c97d51 100644 --- a/community/pkgtools/PKGBUILD +++ b/community/pkgtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pkgtools pkgver=24 pkgrel=1 pkgdesc="A collection of scripts for Arch Linux packages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bbs.archlinux.org/viewtopic.php?pid=384196" license=('GPL') source=(v$pkgver::http://github.com/Daenyth/pkgtools/tarball/v$pkgver) diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index df7d3f3f0..7d454558f 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -8,7 +8,7 @@ pkgname=plan9port pkgver=20121022 pkgrel=1 pkgdesc='Port of many programs from Plan 9' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://swtch.com/plan9port/" license=('custom') depends=(xorg-server libxt libxext sh fuse) diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD index daa847213..294df226d 100644 --- a/community/plib/PKGBUILD +++ b/community/plib/PKGBUILD @@ -6,7 +6,7 @@ pkgname=plib pkgver=1.8.5 pkgrel=4 pkgdesc="Set of libraries to write games and other realtime interactive applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://plib.sourceforge.net/" license=('custom:LGPL') makedepends=('mesa' 'libxi' 'libxmu') diff --git a/community/pmtools/PKGBUILD b/community/pmtools/PKGBUILD index e11b25cd0..df01eb04e 100644 --- a/community/pmtools/PKGBUILD +++ b/community/pmtools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pmtools pkgver=20101124 pkgrel=2 pkgdesc="A small collection of ACPI power management test and investigation tools" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://acpi.sourceforge.net/dsdt/index.php" license=('GPL2') depends=('perl') diff --git a/community/png2ico/PKGBUILD b/community/png2ico/PKGBUILD index ef13d303d..ff23e1556 100644 --- a/community/png2ico/PKGBUILD +++ b/community/png2ico/PKGBUILD @@ -6,7 +6,7 @@ pkgname=png2ico pkgver=20021208 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Converts PNG files to Windows icon resource files" url="http://www.winterdrache.de/freeware/png2ico/" license=("GPL2") diff --git a/community/podofo/PKGBUILD b/community/podofo/PKGBUILD index a4527f47e..69e0cc946 100644 --- a/community/podofo/PKGBUILD +++ b/community/podofo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=podofo pkgver=0.9.1 pkgrel=3 pkgdesc="A C++ library to work with the PDF file format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://podofo.sourceforge.net" license=('GPL') depends=( 'gcc-libs' 'fontconfig' 'libpng' 'libtiff') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index 0300a3132..890dc66c0 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -8,7 +8,7 @@ pkgname=poedit pkgver=1.5.2 pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.poedit.net/" license=('custom') depends=('wxgtk>=2.8.11' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index 13be8a7a4..4e91a7f0f 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -8,7 +8,7 @@ _realname=PokerTH pkgver=0.9.5 pkgrel=2 pkgdesc="Poker game written in C++/QT4" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pokerth.net/" license=('GPL' 'custom') depends=('curl' 'boost-libs' 'gsasl' 'gnutls' diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index 82746a2ca..800463c0e 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -9,7 +9,7 @@ pkgname=polipo pkgver=1.0.4.1 pkgrel=7 pkgdesc="A small and fast caching web proxy." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pps.jussieu.fr/~jch/software/polipo/" license=('GPL') depends=('bash') diff --git a/community/pork/PKGBUILD b/community/pork/PKGBUILD index 0dbe383f4..0f2291598 100644 --- a/community/pork/PKGBUILD +++ b/community/pork/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pork pkgver=0.99.8.1 pkgrel=6 pkgdesc="Console-based AOL Instant Messenger & IRC client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dev.ojnk.net/" license=('GPL') depends=('ncurses' 'perl') diff --git a/community/portaudio/PKGBUILD b/community/portaudio/PKGBUILD index 6c726e662..c0042c42b 100644 --- a/community/portaudio/PKGBUILD +++ b/community/portaudio/PKGBUILD @@ -8,7 +8,7 @@ pkgname=portaudio pkgver=19_20111121 pkgrel=1 pkgdesc='A free, cross-platform, open source, audio I/O library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.portaudio.com/' license=('custom') depends=('jack') diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD index be0d476ec..b3f9f7eaa 100644 --- a/community/portaudio_cpp/PKGBUILD +++ b/community/portaudio_cpp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=portaudio_cpp pkgver=19_20111121 pkgrel=1 pkgdesc='PortAudio C++ bindings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.portaudio.com/' license=('custom') depends=("portaudio=${pkgver}" 'gcc-libs') diff --git a/community/portmidi/PKGBUILD b/community/portmidi/PKGBUILD index a513305dc..033f881a6 100644 --- a/community/portmidi/PKGBUILD +++ b/community/portmidi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=portmidi pkgver=217 pkgrel=3 pkgdesc="Platform independent library for real-time MIDI input/output." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://portmedia.sourceforge.net/' license=('GPL') depends=('alsa-lib') diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD index 3b99be7b8..8fd3a5ca0 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=postgis pkgver=2.0.1 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://postgis.org/" license=('GPL') depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2') diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD index 852bc535f..ffa67316e 100644 --- a/community/pound/PKGBUILD +++ b/community/pound/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pound pkgver=2.6 pkgrel=3 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.apsis.ch/pound/index_html" license=('GPL') depends=('pcre' 'openssl') diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD index efec60709..2b93da6e3 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=powertop pkgver=2.1.1 pkgrel=1 pkgdesc='A tool to diagnose issues with power consumption and power management' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://01.org/powertop/' license=('GPL2') depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils') diff --git a/community/pppd-ldap-simple/PKGBUILD b/community/pppd-ldap-simple/PKGBUILD index 8475f5810..bfb9451fb 100644 --- a/community/pppd-ldap-simple/PKGBUILD +++ b/community/pppd-ldap-simple/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pppd-ldap-simple pkgver=0.12b pkgrel=6 pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/pppd-ldap/" license=('GPL') source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz) diff --git a/community/pppd-ldap/PKGBUILD b/community/pppd-ldap/PKGBUILD index 86e7ebea7..9fe5aaed2 100644 --- a/community/pppd-ldap/PKGBUILD +++ b/community/pppd-ldap/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pppd-ldap pkgver=0.12b pkgrel=3 pkgdesc="A plugin for PPPD which performs an LDAP-enabled version of pppd" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/pppd-ldap/" license=('GPL') depends=('ppp' 'libldap') diff --git a/community/pptpd/PKGBUILD b/community/pptpd/PKGBUILD index d7e98e032..ab5e4d45c 100644 --- a/community/pptpd/PKGBUILD +++ b/community/pptpd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pptpd pkgver=1.3.4 pkgrel=11 pkgdesc="Poptop server" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://poptop.sourceforge.net/" license=('GPL') depends=(ppp glibc) diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index ea590746b..079899c3d 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pragha pkgver=1.1.1 pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pragha.wikispaces.com/" license=('GPL3') depends=('libnotify' 'libcdio' 'gstreamer0.10-base' @@ -38,4 +38,3 @@ package() { } # vim:ts=2:sw=2:expandtab - diff --git a/community/prboom/PKGBUILD b/community/prboom/PKGBUILD index 6118d3d5a..03f53784e 100644 --- a/community/prboom/PKGBUILD +++ b/community/prboom/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=7 pkgdesc='A game engine which provides a program to play Doom levels.' url='http://prboom.sourceforge.net/' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libpng' 'sdl_mixer' 'sdl_net' 'glu') makedepends=('mesa') source=("http://downloads.sourceforge.net/prboom/${pkgname}-${pkgver}.tar.gz" diff --git a/community/prelink/PKGBUILD b/community/prelink/PKGBUILD index 34a04f8c1..fe4735011 100644 --- a/community/prelink/PKGBUILD +++ b/community/prelink/PKGBUILD @@ -7,7 +7,7 @@ pkgname=prelink pkgver=20111012 pkgrel=1 pkgdesc='ELF prelinking utility to speed up dynamic linking.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://people.redhat.com/jakub/prelink/' license=('GPL') depends=('elfutils') @@ -24,7 +24,7 @@ build() { patch -Np0 -i ../arch-x86_64-dynamic_linker.patch - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } diff --git a/community/preload/PKGBUILD b/community/preload/PKGBUILD index 736800b65..106b1f7b3 100644 --- a/community/preload/PKGBUILD +++ b/community/preload/PKGBUILD @@ -6,7 +6,7 @@ pkgname=preload pkgver=0.6.4 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Makes applications run faster by prefetching binaries and shared objects" url="http://sourceforge.net/projects/preload" license=('GPL2') diff --git a/community/premake/PKGBUILD b/community/premake/PKGBUILD index 20b85f40e..7aef66f4b 100644 --- a/community/premake/PKGBUILD +++ b/community/premake/PKGBUILD @@ -7,7 +7,7 @@ pkgname=premake pkgver=4.3 pkgrel=3 pkgdesc="A simple build configuration and project generation tool using lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://industriousone.com/premake" license=('BSD') provides=("premake4") diff --git a/community/premake3/PKGBUILD b/community/premake3/PKGBUILD index 12820716c..846091eed 100644 --- a/community/premake3/PKGBUILD +++ b/community/premake3/PKGBUILD @@ -8,7 +8,7 @@ pkgname=premake3 pkgver=3.7 pkgrel=2 pkgdesc="A simple build configuration and project generation tool using lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://premake.sourceforge.net" license=('GPL') makedepends=() diff --git a/community/privoxy/PKGBUILD b/community/privoxy/PKGBUILD index bdfa37e72..c1e828318 100644 --- a/community/privoxy/PKGBUILD +++ b/community/privoxy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=privoxy pkgver=3.0.19 pkgrel=6 pkgdesc='A web proxy with advanced filtering capabilities.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.privoxy.org' license=('GPL') depends=('pcre' 'zlib') diff --git a/community/procstatd/PKGBUILD b/community/procstatd/PKGBUILD index 47fce0127..6f782dd90 100644 --- a/community/procstatd/PKGBUILD +++ b/community/procstatd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=procstatd pkgver=1.4.2 pkgrel=6 pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc" -arch=('i686 x86_64') +arch=('i686 x86_64' 'mips64el') license=('GPL') source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz) md5sums=('1fdeaf05ca6337f5c02e76a76c53c407') diff --git a/community/proj/PKGBUILD b/community/proj/PKGBUILD index 7436204a1..a64fb6298 100644 --- a/community/proj/PKGBUILD +++ b/community/proj/PKGBUILD @@ -8,7 +8,7 @@ pkgname=proj pkgver=4.8.0 pkgrel=1 pkgdesc='Cartographic Projections library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://trac.osgeo.org/proj/" license=('MIT') options=('!libtool') diff --git a/community/projectm/PKGBUILD b/community/projectm/PKGBUILD index 65abc3baf..d6226ccf0 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=projectm pkgname=('projectm' 'libvisual-projectm') pkgver=2.1.0 pkgrel=2 -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://projectm.sourceforge.net/' license=('LGPL') makedepends=('cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 'sdl' 'libxext') diff --git a/community/prosody/PKGBUILD b/community/prosody/PKGBUILD index 5e9855861..cba279558 100644 --- a/community/prosody/PKGBUILD +++ b/community/prosody/PKGBUILD @@ -7,7 +7,7 @@ pkgname=prosody pkgver=0.8.2 pkgrel=5 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://prosody.im/" license=('MIT') depends=('lua>=5.1' 'luasocket' 'luaexpat' 'luafilesystem' 'libidn>=0.5.18' 'openssl') diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD index 860fe5a06..663cbe885 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('protobuf' 'protobuf-python') pkgver=2.4.1 pkgrel=2 pkgdesc="A way of encoding structured data in an efficient yet extensible format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/protobuf/" license=('APACHE') depends=('gcc-libs' 'zlib') diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD index 5898ac43b..19eed56f3 100644 --- a/community/proxytunnel/PKGBUILD +++ b/community/proxytunnel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=proxytunnel pkgver=1.9.0 pkgrel=3 pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://proxytunnel.sourceforge.net" license=('GPL') depends=('openssl') diff --git a/community/psimedia/PKGBUILD b/community/psimedia/PKGBUILD index 32989ea03..6e8733da7 100644 --- a/community/psimedia/PKGBUILD +++ b/community/psimedia/PKGBUILD @@ -6,7 +6,7 @@ pkgname=psimedia pkgver=1.0.3 pkgrel=8 pkgdesc="Voice and video chat plugin for Psi-like IM clients. The implementation is based on GStreamer." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://delta.affinix.com/psimedia/" depends=('psi' 'speex' 'gstreamer0.10-base' 'qt' 'gstreamer0.10-good-plugins' diff --git a/community/pspshrink/PKGBUILD b/community/pspshrink/PKGBUILD index af5b54a16..655f4f8b8 100644 --- a/community/pspshrink/PKGBUILD +++ b/community/pspshrink/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pspshrink pkgver=1.1.2 pkgrel=3 pkgdesc="PSP Shrink allows you to shrink your isos to the cso format." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/pspshrink/" license=('GPL2') makedepends=('gtkmm') diff --git a/community/psqlodbc/PKGBUILD b/community/psqlodbc/PKGBUILD index 78512d22b..34cb4bc18 100644 --- a/community/psqlodbc/PKGBUILD +++ b/community/psqlodbc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=psqlodbc pkgver=09.01.0200 pkgrel=2 pkgdesc="PostgreSQL ODBC driver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.postgresql.org" depends=('unixodbc' 'postgresql-libs') diff --git a/community/pstotext/PKGBUILD b/community/pstotext/PKGBUILD index 7b9f890b8..5750f2301 100644 --- a/community/pstotext/PKGBUILD +++ b/community/pstotext/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pstotext pkgver=1.9 pkgrel=2 pkgdesc="Converts Postscript to text" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm" license=('GPL') depends=('ghostscript') diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD index 24cf8cd24..8dc7976e6 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -6,7 +6,7 @@ pkgname=puzzles pkgver=9682 pkgrel=1 pkgdesc="Simon Tatham's Portable Puzzle Collection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" license=('MIT') makedepends=('pkgconfig') diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index c39a359f0..308e11988 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pv pkgver=1.3.4 pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ivarch.com/programs/pv.shtml' license=('custom:Artistic 2.0') depends=('glibc') diff --git a/community/pwgen/PKGBUILD b/community/pwgen/PKGBUILD index 863c8c4b2..06f091e56 100644 --- a/community/pwgen/PKGBUILD +++ b/community/pwgen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pwgen pkgver=2.06 pkgrel=3 pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://sourceforge.net/projects/pwgen/" license=('GPL') depends=('glibc') diff --git a/community/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD index 2a4535a27..74fbd3a1e 100644 --- a/community/pwsafe/PKGBUILD +++ b/community/pwsafe/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pwsafe pkgver=0.2.0 pkgrel=8 pkgdesc="A commandline program for managing encrypted password databases" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nsd.dyndns.org/pwsafe/" license=('GPL') depends=('openssl' 'libxmu' 'readline') @@ -21,7 +21,7 @@ build() { # Patch from fedora, fixes FS#28339 patch -Np0 -i ../pwsafe-XChangeProperty.patch - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } diff --git a/community/pygoocanvas/PKGBUILD b/community/pygoocanvas/PKGBUILD index bfd198b85..bd04e147a 100644 --- a/community/pygoocanvas/PKGBUILD +++ b/community/pygoocanvas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pygoocanvas pkgver=0.14.1 pkgrel=5 pkgdesc="GooCanvas python bindings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.berlios.de/projects/pygoocanvas" license=('LGPL') depends=('python2' 'goocanvas1' 'pygtk') diff --git a/community/pyid3lib/PKGBUILD b/community/pyid3lib/PKGBUILD index c0a541b66..d8725b9d3 100644 --- a/community/pyid3lib/PKGBUILD +++ b/community/pyid3lib/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pyid3lib pkgver=0.5.1 pkgrel=7 pkgdesc="A Python module for editing ID3v2 tags of MP3 audio files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyid3lib.sourceforge.net/" license=('LGPL') depends=('python2' 'glibc' 'id3lib') diff --git a/community/pylibacl/PKGBUILD b/community/pylibacl/PKGBUILD index f43670048..4d5cee098 100644 --- a/community/pylibacl/PKGBUILD +++ b/community/pylibacl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pylibacl pkgver=0.5.0 pkgrel=2 pkgdesc='A python extension module that allows you to manipulate the POSIX.1e ACLs.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pylibacl.sourceforge.net/' license=('GPL') depends=('python2') diff --git a/community/pympd/PKGBUILD b/community/pympd/PKGBUILD index d83139b8c..b03b5b8e5 100644 --- a/community/pympd/PKGBUILD +++ b/community/pympd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pympd pkgver=0.08.1 pkgrel=3 pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pympd.sourceforge.net/" license=('GPL') depends=('libglade' 'pygtk') diff --git a/community/pyogg/PKGBUILD b/community/pyogg/PKGBUILD index 50eebb60e..b881ea888 100644 --- a/community/pyogg/PKGBUILD +++ b/community/pyogg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pyogg pkgver=1.3 pkgrel=7 pkgdesc="Python ogg wrapper library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ekyo.nerim.net/software/pyogg/index.html" license=('LGPL2') depends=('python2' 'libogg' 'glibc') diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD index 82d608970..49f1839a7 100644 --- a/community/pypanel/PKGBUILD +++ b/community/pypanel/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pypanel pkgver=2.4 pkgrel=7 pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pypanel.sourceforge.net/' license=('GPL') depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft') diff --git a/community/pysol-sound-server/PKGBUILD b/community/pysol-sound-server/PKGBUILD index 05a3faafa..03e8170fe 100644 --- a/community/pysol-sound-server/PKGBUILD +++ b/community/pysol-sound-server/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pysol-sound-server pkgver=3.01 pkgrel=8 pkgdesc="A Python extension module that plays WAV samples together with MP3 or MOD background music" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pysol.org/" license=('GPL' 'LGPL') depends=('python2' 'smpeg') diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD index 661976425..18a8af4fd 100644 --- a/community/pystatgrab/PKGBUILD +++ b/community/pystatgrab/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pystatgrab pkgver=0.5 pkgrel=5 pkgdesc="Python bindings for libstatgrab" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.i-scream.org/pystatgrab" license=('GPL') depends=('python2' 'libstatgrab') diff --git a/community/python-bsddb/PKGBUILD b/community/python-bsddb/PKGBUILD index 26291aead..4333319cf 100644 --- a/community/python-bsddb/PKGBUILD +++ b/community/python-bsddb/PKGBUILD @@ -10,7 +10,7 @@ pkgver=5.3.0 pkgrel=3 pkgdesc="Python interface for BerkeleyDB" license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.jcea.es/programacion/pybsddb.htm" makedepends=('python2-distribute' 'python-distribute') source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz diff --git a/community/python-cjson/PKGBUILD b/community/python-cjson/PKGBUILD index c9784d1d2..6c92e760c 100644 --- a/community/python-cjson/PKGBUILD +++ b/community/python-cjson/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-cjson pkgver=1.0.5 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') pkgdesc="Fast JSON encoder/decoder for Python" url="http://pypi.python.org/pypi/python-cjson/" diff --git a/community/python-fuse/PKGBUILD b/community/python-fuse/PKGBUILD index b82911431..e46eef13a 100644 --- a/community/python-fuse/PKGBUILD +++ b/community/python-fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-fuse pkgver=0.2.1 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Python bindings for FUSE" url="http://fuse.sourceforge.net/wiki/index.php/FusePython" license=('LGPL') diff --git a/community/python-galago-gtk/PKGBUILD b/community/python-galago-gtk/PKGBUILD index c05c783a6..e76658618 100644 --- a/community/python-galago-gtk/PKGBUILD +++ b/community/python-galago-gtk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-galago-gtk pkgver=0.5.0 pkgrel=6 pkgdesc="A library of simple functions that are optimized for various CPUs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://galago-project.org" options=('!libtool') license=('LGPL') diff --git a/community/python-galago/PKGBUILD b/community/python-galago/PKGBUILD index 6a843c409..b9d89f76d 100644 --- a/community/python-galago/PKGBUILD +++ b/community/python-galago/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-galago pkgver=0.5.0 pkgrel=5 pkgdesc="A library of simple functions that are optimized for various CPUs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://galago-project.org" options=('!libtool') license=('LGPL') diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD index 33446e9b3..76c705d4b 100644 --- a/community/python-gnupginterface/PKGBUILD +++ b/community/python-gnupginterface/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-gnupginterface pkgver=0.3.2 pkgrel=1 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://py-gnupg.sourceforge.net/' license=('GPL') depends=('gnupg' 'python2') diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD index 0151ab99c..463cc832a 100644 --- a/community/python-gnutls/PKGBUILD +++ b/community/python-gnutls/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python-gnutls pkgver=1.2.4 pkgrel=2 pkgdesc="Python wrapper for the GNUTLS library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cheeseshop.python.org/pypi/python-gnutls" depends=('python2' 'gnutls') license=('LGPL') diff --git a/community/python-lcms/PKGBUILD b/community/python-lcms/PKGBUILD index 42ee3cc70..0b406bd65 100644 --- a/community/python-lcms/PKGBUILD +++ b/community/python-lcms/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.19 _mver=1.19 pkgrel=3 pkgdesc="LittleCMS Python bindings" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('CUSTOM') depends=('libtiff' 'python2' 'lcms') url="http://www.littlecms.com" diff --git a/community/python-memcached/PKGBUILD b/community/python-memcached/PKGBUILD index f9d01cbfe..f90b83dae 100644 --- a/community/python-memcached/PKGBUILD +++ b/community/python-memcached/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.48 pkgrel=1 pkgdesc="A Python interface to memcached" url="ftp://ftp.tummy.com/pub/python-memcached/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('Python') source=(ftp://ftp.tummy.com/pub/$pkgname/$pkgname-$pkgver.tar.gz LICENSE) makedepends=('setuptools') diff --git a/community/python-mpi4py/PKGBUILD b/community/python-mpi4py/PKGBUILD index 1f87c3c66..dfa2e3b82 100644 --- a/community/python-mpi4py/PKGBUILD +++ b/community/python-mpi4py/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-mpi4py pkgname=('python-mpi4py' 'python2-mpi4py') pkgver=1.3 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mpi4py.scipy.org" license=('BSD') makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'openmpi') diff --git a/community/python-numarray/PKGBUILD b/community/python-numarray/PKGBUILD index 788f59063..9d0a41205 100644 --- a/community/python-numarray/PKGBUILD +++ b/community/python-numarray/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-numarray pkgver=1.5.2 pkgrel=6 pkgdesc='Provides array manipulation and computational capabilities.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://numpy.scipy.org/' license=('BSD') depends=('python2') diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD index f94a6bac3..af13b32f7 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-openbabel pkgver=2.3.1 pkgrel=3 pkgdesc="Python bindings of openbabel library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbabel.org/wiki/Python" license=('GPL') depends=('python' 'gcc-libs' "openbabel=${pkgver}" 'eigen2') diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 4b00d7e8c..bd8641c1e 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=0.6.1 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') diff --git a/community/python-psycopg1/PKGBUILD b/community/python-psycopg1/PKGBUILD index 143034103..0267a6a14 100755 --- a/community/python-psycopg1/PKGBUILD +++ b/community/python-psycopg1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-psycopg1 pkgver=1.1.21 pkgrel=8 pkgdesc="A PostgreSQL database adapter for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://initd.org/projects/psycopg1" license=('GPL') depends=('python2-egenix-mx-base' 'postgresql') diff --git a/community/python-psycopg2/PKGBUILD b/community/python-psycopg2/PKGBUILD index 8ff3a92dc..f3d2e9e36 100644 --- a/community/python-psycopg2/PKGBUILD +++ b/community/python-psycopg2/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-psycopg2' 'python2-psycopg2') pkgver=2.4.5 pkgrel=2 pkgdesc="A PostgreSQL database adapter for the Python programming language." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://initd.org/psycopg/" license=('LGPL3') makedepends=('python2' 'python' 'postgresql-libs>=8.4.1') diff --git a/community/python-pybluez/PKGBUILD b/community/python-pybluez/PKGBUILD index a81b0b161..de53afe0e 100644 --- a/community/python-pybluez/PKGBUILD +++ b/community/python-pybluez/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pybluez pkgver=0.18 pkgrel=3 pkgdesc="Python wrapper for the BlueZ Bluetooth stack" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/pybluez/" license=('GPL') provides=('pybluez') diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index f17a05109..3b21e70d2 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-pymongo' 'python2-pymongo') pkgver=2.3 pkgrel=3 pkgdesc='Python driver for MongoDB' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('APACHE') url='http://pypi.python.org/pypi/pymongo/' makedepends=('python-distribute' 'python2-distribute') diff --git a/community/python-pyro/PKGBUILD b/community/python-pyro/PKGBUILD index 73e71f73c..72d738f24 100755 --- a/community/python-pyro/PKGBUILD +++ b/community/python-pyro/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python Remote Objects" url="http://irmen.home.xs4all.nl/pyro/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('python' 'python2') source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-${pkgver}.tar.gz) diff --git a/community/python-pysqlite-legacy/PKGBUILD b/community/python-pysqlite-legacy/PKGBUILD index 308e229be..39e0bf9cc 100644 --- a/community/python-pysqlite-legacy/PKGBUILD +++ b/community/python-pysqlite-legacy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pysqlite-legacy pkgver=1.0.1 pkgrel=8 pkgdesc="A Python DB-API 2.0 interface for the legacy SQLite 2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://initd.org/tracker/pysqlite" license=('custom') depends=('python2' 'sqlite2') diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD index eab4eed68..7a211c735 100644 --- a/community/python-pyxattr/PKGBUILD +++ b/community/python-pyxattr/PKGBUILD @@ -8,7 +8,7 @@ _pkgname=pyxattr pkgver=0.5.1 pkgrel=1 pkgdesc='A python extension module that allows you to manipulate the extended attributes.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pyxattr.k1024.org/' license=('GPL') makedepends=('python2' 'python' 'python2-distribute' 'python-distribute') diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD index bc59379b7..d8e1d6018 100644 --- a/community/python-pyxmpp/PKGBUILD +++ b/community/python-pyxmpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pyxmpp pkgver=1.1.2 pkgrel=2 pkgdesc="A Python XMPP and Jabber implementation based on libxml2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyxmpp.jajcus.net/" license=('LGPL') depends=('python2-dnspython' 'libxml2' 'python-m2crypto') diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index f3d299334..0ffc13383 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pyzmq pkgver=2.2.0.1 pkgrel=2 pkgdesc="Python3 bindings for zeromq, written in Cython" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.zeromq.org/bindings:python" license=('LGPL') depends=(zeromq python) diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 49f943dc5..68f04fa70 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.11.0 pkgrel=2 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.scipy.org/" license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy') diff --git a/community/python-vorbissimple/PKGBUILD b/community/python-vorbissimple/PKGBUILD index 660b53402..3c51f9996 100644 --- a/community/python-vorbissimple/PKGBUILD +++ b/community/python-vorbissimple/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-vorbissimple pkgver=0.0.2 pkgrel=5 pkgdesc="Python bindings for vorbissimple" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kamaelia.sourceforge.net" license=('MPL') depends=('python2' 'vorbissimple') diff --git a/community/python-yaml/PKGBUILD b/community/python-yaml/PKGBUILD index c71d9e086..b6eb58be4 100644 --- a/community/python-yaml/PKGBUILD +++ b/community/python-yaml/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(python2-yaml python-yaml) pkgver=3.10 pkgrel=3 pkgdesc="Python bindings for YAML, using fast libYAML library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyyaml.org" license=('MIT') makedepends=('python' 'python2' 'libyaml') diff --git a/community/python2-basemap/PKGBUILD b/community/python2-basemap/PKGBUILD index 07220bde9..8e65c2f86 100644 --- a/community/python2-basemap/PKGBUILD +++ b/community/python2-basemap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-basemap pkgver=1.0.5 pkgrel=1 pkgdesc="Toolkit for plotting data on map projections" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://matplotlib.sourceforge.net/basemap/doc/html/" license=('custom') depends=('python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 'python2-httplib2') diff --git a/community/python2-cjson/PKGBUILD b/community/python2-cjson/PKGBUILD index 2d95793a4..dc386069e 100644 --- a/community/python2-cjson/PKGBUILD +++ b/community/python2-cjson/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-cjson pkgver=1.0.5 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') pkgdesc="Fast JSON encoder/decoder for Python" url="http://pypi.python.org/pypi/python-cjson/" diff --git a/community/python2-gnutls/PKGBUILD b/community/python2-gnutls/PKGBUILD index 3a7c86a04..55fa82220 100644 --- a/community/python2-gnutls/PKGBUILD +++ b/community/python2-gnutls/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-gnutls pkgver=1.2.4 pkgrel=2 pkgdesc="Python wrapper for the GNUTLS library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cheeseshop.python.org/pypi/python-gnutls" depends=('python2' 'gnutls') license=('LGPL') diff --git a/community/python2-imaging/PKGBUILD b/community/python2-imaging/PKGBUILD index 49b368ada..a4c727873 100644 --- a/community/python2-imaging/PKGBUILD +++ b/community/python2-imaging/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-imaging pkgver=1.1.7 pkgrel=5 pkgdesc="PIL. Provides image processing capabilities for python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pythonware.com/products/pil/index.htm" license=('custom:"pil"') depends=('python2' 'libjpeg' 'freetype2' 'lcms') diff --git a/community/python2-ldap/PKGBUILD b/community/python2-ldap/PKGBUILD index 548ac6af6..393da122d 100644 --- a/community/python2-ldap/PKGBUILD +++ b/community/python2-ldap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-ldap pkgver=2.4.10 pkgrel=1 pkgdesc="Provides an object-oriented API to access LDAP directory servers from Python programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://python-ldap.sourceforge.net" license=('custom') depends=('python2' 'libldap>=2.4.26') diff --git a/community/python2-matplotlib/PKGBUILD b/community/python2-matplotlib/PKGBUILD index 645fd359f..aff271ecf 100644 --- a/community/python2-matplotlib/PKGBUILD +++ b/community/python2-matplotlib/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-matplotlib pkgver=1.1.1 pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://matplotlib.sourceforge.net/" license=('custom') backup=(usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc) diff --git a/community/python2-nautilus/PKGBUILD b/community/python2-nautilus/PKGBUILD index 4e79d732c..b359926cd 100644 --- a/community/python2-nautilus/PKGBUILD +++ b/community/python2-nautilus/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=nautilus-python pkgver=1.1 pkgrel=3 pkgdesc="Python bindings for the Nautilus Extension API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/nautilus-python/" license=('GPL') depends=('nautilus' 'python2-gobject') diff --git a/community/python2-openbabel/PKGBUILD b/community/python2-openbabel/PKGBUILD index e92bf168d..55f4f1a1d 100644 --- a/community/python2-openbabel/PKGBUILD +++ b/community/python2-openbabel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-openbabel pkgver=2.3.1 pkgrel=2 pkgdesc="Python 2 bindings of openbabel library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbabel.org/wiki/Python" license=('GPL') depends=('python2' 'gcc-libs' "openbabel=${pkgver}" 'eigen') diff --git a/community/python2-poppler/PKGBUILD b/community/python2-poppler/PKGBUILD index 45587a5d9..5a7e907d7 100644 --- a/community/python2-poppler/PKGBUILD +++ b/community/python2-poppler/PKGBUILD @@ -7,7 +7,7 @@ _realname=pypoppler pkgver=0.12.1 pkgrel=7 pkgdesc="Python 2.x bindings for Poppler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/poppler-python" license=('GPL') depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2') diff --git a/community/python2-pymongo/PKGBUILD b/community/python2-pymongo/PKGBUILD index 4b4347c55..2a6bc249c 100644 --- a/community/python2-pymongo/PKGBUILD +++ b/community/python2-pymongo/PKGBUILD @@ -11,7 +11,7 @@ url="http://pypi.python.org/pypi/pymongo/" depends=('python2') makedepends=('python2-distribute' 'python2-nose') source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') md5sums=('0d342ad1506f983af671d0b0e0e1efec') package() { diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD index d68521e66..f1431c220 100644 --- a/community/python2-pyopencl/PKGBUILD +++ b/community/python2-pyopencl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-pyopencl pkgver=2012.1 pkgrel=2 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mathema.tician.de/software/pyopencl" license=('custom') depends=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa' 'boost') diff --git a/community/python2-virtkey/PKGBUILD b/community/python2-virtkey/PKGBUILD index 237f64857..086355031 100644 --- a/community/python2-virtkey/PKGBUILD +++ b/community/python2-virtkey/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=python-virtkey pkgver=0.60.0 pkgrel=3 pkgdesc="Python extension for emulating keypresses and getting layout information from the X server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/python-virtkey" license=('LGPL') depends=('python2' 'libxtst' 'gtk2') diff --git a/community/pyvorbis/PKGBUILD b/community/pyvorbis/PKGBUILD index 6e5de6442..44d6edd11 100644 --- a/community/pyvorbis/PKGBUILD +++ b/community/pyvorbis/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4 pkgrel=6 pkgdesc="Python vorbis wrapper library" url="http://ekyo.nerim.net/software/pyogg/index.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('python2' 'libvorbis' 'pyogg>=1.3-3') source=(http://ekyo.nerim.net/software/pyogg/${pkgname}-${pkgver}.tar.gz diff --git a/community/qconf/PKGBUILD b/community/qconf/PKGBUILD index 771a74430..967c18dd4 100644 --- a/community/qconf/PKGBUILD +++ b/community/qconf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qconf pkgver=1.4 pkgrel=2 pkgdesc="QConf allows you to have a nice configure script for your qmake-based project." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://delta.affinix.com/qconf/" license=('GPL') depends=('qt') diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD index 696f3c03b..73af75518 100644 --- a/community/qgit/PKGBUILD +++ b/community/qgit/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.3 pkgrel=3 pkgdesc="A GIT GUI viewer built on Qt/C++" url="http://digilander.libero.it/mcostalba/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('qt' 'git') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" diff --git a/community/qingy/PKGBUILD b/community/qingy/PKGBUILD index 52801f11d..60f79c942 100644 --- a/community/qingy/PKGBUILD +++ b/community/qingy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qingy pkgver=1.0.0 pkgrel=6 pkgdesc="A DirectFB getty replacement" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qingy.sourceforge.net/" license=('GPL') depends=('directfb' 'openssl' 'libxss') diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD index fcd359303..facf82898 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qlandkartegt pkgver=1.5.3 pkgrel=1 pkgdesc="Use your GPS with Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qlandkarte.org/" license=('GPL') depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmysqlclient' 'glu' 'postgresql-libs' diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD index 3ce4c767c..dc96f51dc 100644 --- a/community/qmc2/PKGBUILD +++ b/community/qmc2/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" url="http://qmc2.arcadehits.net" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qtwebkit' 'phonon' 'sdl') makedepends=('rsync' 'mesa') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2") diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index f1cc5061a..8a1ab1669 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qmmp pkgver=0.6.3 pkgrel=1 pkgdesc="Qt4 based audio-player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qmmp.ylsoftware.com/" license=('GPL') depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt' 'taglib' 'xdg-utils') diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD index 42a0bf0fc..b98775d66 100644 --- a/community/qmpdclient/PKGBUILD +++ b/community/qmpdclient/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qmpdclient pkgver=1.2.2 pkgrel=2 pkgdesc="A Qt4 client for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bitcheese.net/wiki/QMPDClient" license=('GPL') depends=('qt') diff --git a/community/qps/PKGBUILD b/community/qps/PKGBUILD index a48057f65..d1ec3d9b7 100644 --- a/community/qps/PKGBUILD +++ b/community/qps/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'." url="http://qps.kldp.net/projects/qps" depends=('qt') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license="GPL" source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2) md5sums=('dc3396749ad9254fd60ca84b5c0b16b9') diff --git a/community/qpxtool/PKGBUILD b/community/qpxtool/PKGBUILD index 9147bc92d..8b724e727 100644 --- a/community/qpxtool/PKGBUILD +++ b/community/qpxtool/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qpxtool pkgver=0.7.1_002 pkgrel=3 pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qpxtool.sourceforge.net/" license=('GPL') depends=('qt') diff --git a/community/qscintilla-qt3/PKGBUILD b/community/qscintilla-qt3/PKGBUILD index 97da30f58..8de84ddb2 100644 --- a/community/qscintilla-qt3/PKGBUILD +++ b/community/qscintilla-qt3/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qscintilla-qt3 pkgver=1.7.1 pkgrel=4 pkgdesc="A port to Qt3 of Neil Hodgson's Scintilla C++ editor class" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro/" license=('GPL2') depends=('qt3') diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 02378dbb3..adff401de 100755 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qstardict pkgver=1.0.1 pkgrel=1 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qstardict.ylsoftware.com/index.php" license=('GPL2') depends=('qt') diff --git a/community/qsvn/PKGBUILD b/community/qsvn/PKGBUILD index 5ade74953..fdd5b1da9 100644 --- a/community/qsvn/PKGBUILD +++ b/community/qsvn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qsvn pkgver=0.8.3 pkgrel=3 pkgdesc="Qt4 GUI for Subversion." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.anrichter.net/projects/qsvn/" license=('GPL') depends=('qt' 'subversion') diff --git a/community/qsynergy/PKGBUILD b/community/qsynergy/PKGBUILD index ce7985113..e8a5fb71b 100644 --- a/community/qsynergy/PKGBUILD +++ b/community/qsynergy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Qt gui for Synergy which lets you remotely control other computers." url="http://www.volker-lanz.de/en/software/qsynergy/" license=(GPL) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'synergy') source=("http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('17d8989668016185b859332aacf9e7df') diff --git a/community/qt-recordmydesktop/PKGBUILD b/community/qt-recordmydesktop/PKGBUILD index 9fcf83dc3..afdd5dce9 100644 --- a/community/qt-recordmydesktop/PKGBUILD +++ b/community/qt-recordmydesktop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qt-recordmydesktop pkgver=0.3.8 pkgrel=5 pkgdesc="Qt4 frontend for recordMyDesktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://recordmydesktop.sourceforge.net" license=('GPL') depends=('recordmydesktop>=0.3.8.1' 'python2-qt') diff --git a/community/qt4pas/PKGBUILD b/community/qt4pas/PKGBUILD index 92a9bbfe4..011859923 100644 --- a/community/qt4pas/PKGBUILD +++ b/community/qt4pas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4pas pkgver=2.5 pkgrel=2 pkgdesc="Free Pascal Qt4 Binding Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html" license=('LGPL') depends=('qtwebkit') diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index f3d6113f3..8ea69e0df 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.6.0rc _pkgver=2.6.0-rc pkgrel=2 pkgdesc='Lightweight, cross-platform integrated development environment' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://qt.nokia.com/products/developer-tools' license=('LGPL') depends=('qt') diff --git a/community/qtcurve-gtk2/PKGBUILD b/community/qtcurve-gtk2/PKGBUILD index f02f92c5c..798c75fbd 100644 --- a/community/qtcurve-gtk2/PKGBUILD +++ b/community/qtcurve-gtk2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qtcurve-gtk2 pkgver=1.8.15 pkgrel=2 pkgdesc="A configurable set of widget styles for KDE and Gtk" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-look.org/content/show.php?content=40492" license=('GPL') depends=('gtk2') diff --git a/community/qtcurve-kde4/PKGBUILD b/community/qtcurve-kde4/PKGBUILD index f1c83453a..2291fe95e 100644 --- a/community/qtcurve-kde4/PKGBUILD +++ b/community/qtcurve-kde4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtcurve-kde4 pkgver=1.8.14 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('qtcurve') license=('GPL') pkgdesc='A configurable set of widget styles for KDE and Gtk' diff --git a/community/qtemu/PKGBUILD b/community/qtemu/PKGBUILD index 79f236c20..bc8ea3864 100644 --- a/community/qtemu/PKGBUILD +++ b/community/qtemu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=5 pkgdesc="Graphical user interface for QEMU written in Qt4" url="http://qtemu.org" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('cmake') depends=('qemu' 'qt>=4.1') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD index ed5112058..5bb363462 100644 --- a/community/qtfm/PKGBUILD +++ b/community/qtfm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qtfm pkgver=5.5 pkgrel=1 pkgdesc="A lightweight file manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qtfm.org/" license=('GPL') depends=('qt') diff --git a/community/qtmpc/PKGBUILD b/community/qtmpc/PKGBUILD index 4755f681e..b83e73cb3 100644 --- a/community/qtmpc/PKGBUILD +++ b/community/qtmpc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtmpc pkgver=0.6.1 pkgrel=3 pkgdesc="Qt4-based front-end for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qtmpc.lowblog.nl/" license=('GPL') depends=('kdebase-runtime') diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index e929b73bf..7698fd62b 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtractor pkgver=0.5.6 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qtractor.sourceforge.net/" license=('GPL') depends=('qt' 'jack' 'suil' 'lilv' 'libmad' diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD index d24c91df3..5c4edc8d6 100644 --- a/community/quagga/PKGBUILD +++ b/community/quagga/PKGBUILD @@ -5,7 +5,7 @@ pkgname=quagga pkgver=0.99.21 pkgrel=2 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.quagga.net' license=('GPL2') depends=('libcap' 'net-snmp' 'readline' 'ncurses') diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD index 5a3ad5aed..7f7588299 100644 --- a/community/quassel/PKGBUILD +++ b/community/quassel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=quassel pkgver=0.8.0 pkgrel=1 pkgdesc="QT4 irc client with a separated core" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://quassel-irc.org/" license=('GPL') depends=('kdebase-runtime') diff --git a/community/quesoglc/PKGBUILD b/community/quesoglc/PKGBUILD index 8154f6f14..50397c44e 100644 --- a/community/quesoglc/PKGBUILD +++ b/community/quesoglc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=quesoglc pkgver=0.7.2 pkgrel=2 pkgdesc="A free implementation of the OpenGL Character Renderer (GLC)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://quesoglc.sourceforge.net/" license=('LGPL2.1') depends=('fontconfig' 'freeglut' 'fribidi' 'glew') diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD index 3bb48927d..6aa010178 100644 --- a/community/quvi/PKGBUILD +++ b/community/quvi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=quvi pkgver=0.4.2 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://quvi.sourceforge.net/' license=('LGPL') depends=('libquvi') diff --git a/community/radeontool/PKGBUILD b/community/radeontool/PKGBUILD index 83793aa62..f30ae7313 100644 --- a/community/radeontool/PKGBUILD +++ b/community/radeontool/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=2 pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs" url="http://airlied.livejournal.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('ZLIB') source=(http://people.freedesktop.org/~airlied/radeontool/${pkgname}-${pkgver}.tar.gz license.txt) diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD index e55ac3d49..696a40dde 100644 --- a/community/radvd/PKGBUILD +++ b/community/radvd/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='IPv6 Router Advertisement Daemon' url='http://www.litech.org/radvd/' license=('custom') depends=('glibc' 'libdaemon') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') backup=('etc/radvd.conf' 'etc/conf.d/radvd') source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz" "$pkgname.rc" diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index b592275ff..1dc174d75 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.12.0 pkgrel=5 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." url='http://rapidsvn.tigris.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') options=('!libtool') depends=('subversion' 'wxgtk') diff --git a/community/raptor1/PKGBUILD b/community/raptor1/PKGBUILD index 0401aee5a..ae2c80833 100644 --- a/community/raptor1/PKGBUILD +++ b/community/raptor1/PKGBUILD @@ -8,7 +8,7 @@ pkgname=raptor1 pkgver=1.4.21 pkgrel=4 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://librdf.org/raptor" depends=('curl' 'libxslt') license=('LGPL') diff --git a/community/raul/PKGBUILD b/community/raul/PKGBUILD index ad603272e..7f015fc87 100644 --- a/community/raul/PKGBUILD +++ b/community/raul/PKGBUILD @@ -7,7 +7,7 @@ pkgname=raul pkgver=0.8.0 pkgrel=3 pkgdesc="C++ Realtime Audio Utility Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://drobilla.net/software/raul/" depends=('glib2') makedepends=('boost' 'python2') diff --git a/community/raw-thumbnailer/PKGBUILD b/community/raw-thumbnailer/PKGBUILD index 09aba9d1b..275a110ee 100644 --- a/community/raw-thumbnailer/PKGBUILD +++ b/community/raw-thumbnailer/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file managers." url="http://code.google.com/p/raw-thumbnailer/" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libopenraw') source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz) sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e') diff --git a/community/rawstudio/PKGBUILD b/community/rawstudio/PKGBUILD index f611e82e6..99d21d039 100644 --- a/community/rawstudio/PKGBUILD +++ b/community/rawstudio/PKGBUILD @@ -8,7 +8,7 @@ pkgname=rawstudio pkgver=2.0 pkgrel=7 pkgdesc="An open source raw-image converter written in GTK+" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://rawstudio.org/" depends=('exiv2' 'libgphoto2' 'flickcurl' 'libjpeg' 'fftw' 'gconf' 'lensfun' diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD index bf53ddaf0..86cd0c464 100644 --- a/community/rawtherapee/PKGBUILD +++ b/community/rawtherapee/PKGBUILD @@ -9,7 +9,7 @@ pkgver=4.0.8 pkgrel=1 epoch=1 pkgdesc="RAW photo editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rawtherapee.com/" license=('GPL3') depends=('gtkmm' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme') diff --git a/community/rblcheck/PKGBUILD b/community/rblcheck/PKGBUILD index d879b6c23..da4c32b3f 100644 --- a/community/rblcheck/PKGBUILD +++ b/community/rblcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rblcheck pkgver=1.5 pkgrel=1 pkgdesc='Tool to Query RBL Servers' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rblcheck.sourceforge.net/' license=('GPL2') depends=('glibc' 'bash') diff --git a/community/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD index 3ffb75bad..e4f34995e 100644 --- a/community/rdiff-backup/PKGBUILD +++ b/community/rdiff-backup/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rdiff-backup pkgver=1.2.8 pkgrel=5 pkgdesc='A utility for local/remote mirroring and incremental backups.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/rdiff-backup/' license=('GPL') depends=('python2' 'librsync') diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD index 81674fff0..4fc7f0d7b 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -9,7 +9,7 @@ pkgname=recoll pkgver=1.17.3 pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lesbonscomptes.com/recoll/" license=('GPL') depends=('xapian-core>=1.0.15-1' 'qt' 'openssl' 'hicolor-icon-theme' 'qtwebkit') diff --git a/community/recordmydesktop/PKGBUILD b/community/recordmydesktop/PKGBUILD index 67defa2f8..a12e006bc 100644 --- a/community/recordmydesktop/PKGBUILD +++ b/community/recordmydesktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=recordmydesktop pkgver=0.3.8.1 pkgrel=6 pkgdesc="Produces a OGG encapsulated Theora/Vorbis recording of your desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://recordmydesktop.sourceforge.net" license=('GPL') depends=('alsa-lib' 'zlib' 'libvorbis' 'libxdamage' 'libxext' 'libtheora' 'libsm' 'jack') diff --git a/community/recoverdm/PKGBUILD b/community/recoverdm/PKGBUILD index adedc4f9b..b4ea70aac 100644 --- a/community/recoverdm/PKGBUILD +++ b/community/recoverdm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=recoverdm pkgver=0.20 pkgrel=3 pkgdesc="helps to recover disks with bad sectors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vanheusden.com/recoverdm/" license=('GPL') depends=(glibc) diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 761981615..90da4da84 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=redis pkgver=2.6.2 pkgrel=1 pkgdesc="Advanced key-value store" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://redis.io/" license=('BSD') depends=('bash') diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD index 1e6d9d7b4..40f27a148 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -8,7 +8,7 @@ pkgname=redshift pkgver=1.7 pkgrel=4 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://jonls.dk/redshift/' license=('GPL3') depends=('gconf' 'libxxf86vm') diff --git a/community/regexxer/PKGBUILD b/community/regexxer/PKGBUILD index c570f654d..9beef2635 100644 --- a/community/regexxer/PKGBUILD +++ b/community/regexxer/PKGBUILD @@ -5,7 +5,7 @@ pkgname=regexxer pkgver=0.10 pkgrel=3 pkgdesc="Interactive search and replace tool for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://regexxer.sourceforge.net/" license=('GPL') depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index 22b5d042b..9881cfc15 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rekonq pkgver=1.2 pkgrel=2 pkgdesc='A WebKit based web browser for KDE' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rekonq.kde.org/' license=('GPL') depends=('kdebase-keditbookmarks' 'qoauth') diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD index 3b98b5121..ccc4a8411 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -7,7 +7,7 @@ pkgname=remind pkgver=3.01.12 pkgrel=1 pkgdesc='A sophisticated calendar and alarm program.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.roaringpenguin.com/penguin/open_source_remind.php' license=('GPL') depends=('tk' 'tcllib') diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD index 3aba94c01..2fde80bb8 100644 --- a/community/remmina/PKGBUILD +++ b/community/remmina/PKGBUILD @@ -5,7 +5,7 @@ pkgname=remmina pkgver=1.0.0 pkgrel=9 pkgdesc="remote desktop client written in GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://remmina.sourceforge.net/" license=('GPL') depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp') diff --git a/community/rexima/PKGBUILD b/community/rexima/PKGBUILD index 8342183de..47ea0dfb2 100644 --- a/community/rexima/PKGBUILD +++ b/community/rexima/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rexima pkgver=1.4 pkgrel=4 pkgdesc="A curses-based interactive mixer." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.svgalib.org/rus/rexima.html" license=('GPL') depends=('ncurses') diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD index ca5a1e3cf..49a7d92dd 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ripperx pkgver=2.7.3 pkgrel=2 pkgdesc="GTK program to rip and encode mp3 files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://ripperx.sourceforge.net/" depends=('gtk2' 'id3lib') license=('GPL') diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index 4dfed59fa..891dc948b 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ristretto pkgver=0.6.3 pkgrel=3 pkgdesc='A fast and lightweight picture-viewer for Xfce' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://goodies.xfce.org/projects/applications/ristretto' license=('GPL') depends=('libxfce4ui' 'libexif' 'desktop-file-utils') diff --git a/community/rlog/PKGBUILD b/community/rlog/PKGBUILD index 48bf0832c..1ba965fe5 100644 --- a/community/rlog/PKGBUILD +++ b/community/rlog/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rlog pkgver=1.4 pkgrel=4 pkgdesc="A flexible message logging facility for C++ programs and libraries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.arg0.net/rlog" license=('LGPL') depends=('gcc-libs') diff --git a/community/rlwrap/PKGBUILD b/community/rlwrap/PKGBUILD index 3cef5ba91..6ca506ac5 100644 --- a/community/rlwrap/PKGBUILD +++ b/community/rlwrap/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rlwrap pkgver=0.37 pkgrel=2 pkgdesc="A 'readline wrapper'" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://utopia.knoware.nl/~hlub/uck/rlwrap/" license=('GPL') depends=('perl') diff --git a/community/rocksndiamonds/PKGBUILD b/community/rocksndiamonds/PKGBUILD index b7a265456..52a52e4c1 100644 --- a/community/rocksndiamonds/PKGBUILD +++ b/community/rocksndiamonds/PKGBUILD @@ -6,7 +6,7 @@ pkgname=rocksndiamonds pkgver=3.3.0.1 pkgrel=3 pkgdesc="game similiar to Boulderdash with lots of levels" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.artsoft.org/rocksndiamonds/" license=('GPL') depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg') diff --git a/community/rote/PKGBUILD b/community/rote/PKGBUILD index f824f1152..d08bc70a4 100644 --- a/community/rote/PKGBUILD +++ b/community/rote/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rote pkgver=0.2.8 pkgrel=3 pkgdesc="terminal emulation library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rote.sourceforge.net/" license=('GPL') depends=(ncurses) diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index f970099cf..29f85909d 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=roxterm pkgver=2.6.5 pkgrel=1 pkgdesc="Tabbed, VTE-based terminal emulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://roxterm.sourceforge.net/" license=('GPL3') depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm') diff --git a/community/rpc2/PKGBUILD b/community/rpc2/PKGBUILD index 21b723db0..9014cd617 100644 --- a/community/rpc2/PKGBUILD +++ b/community/rpc2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=rpc2 pkgver=2.10 pkgrel=3 pkgdesc="Remote procedure call package for IP/UDP" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" options=('!libtool') license=("LGPL") diff --git a/community/rsnapshot/PKGBUILD b/community/rsnapshot/PKGBUILD index d4c727c31..428c44b09 100644 --- a/community/rsnapshot/PKGBUILD +++ b/community/rsnapshot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rsnapshot pkgver=1.3.1 pkgrel=3 pkgdesc="A remote filesystem snapshot utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rsnapshot.org" license=('GPL') depends=('perl' 'rsync' 'openssh') diff --git a/community/rss-glx/PKGBUILD b/community/rss-glx/PKGBUILD index c90e25ac1..f155ac868 100644 --- a/community/rss-glx/PKGBUILD +++ b/community/rss-glx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rss-glx pkgver=0.9.1 pkgrel=12 pkgdesc="The Really Slick Screensavers port to GLX" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rss-glx.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'freealut' 'glew' 'imagemagick' 'glu') diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 0a40f4aae..49830d433 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -6,7 +6,7 @@ pkgver=6.4.2 pkgrel=2 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('zlib' 'libestr' 'libee') makedepends=('postgresql-libs>=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls') diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index a8ba161e7..7968cc713 100644 --- a/community/rtorrent/PKGBUILD +++ b/community/rtorrent/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") sha1sums=('2a642d722745091265037ed8929a23c237a3b99f') diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD index 520256dff..583df259d 100644 --- a/community/ruby-cairo/PKGBUILD +++ b/community/ruby-cairo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ruby-cairo pkgver=1.12.2 pkgrel=1 pkgdesc="Ruby bindings for cairo" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://cairographics.org/rcairo/" license=('GPL') depends=('ruby' 'cairo>=1.2.0') diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 37bd37c19..24219d027 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') pkgver=1.1.5 pkgrel=1 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://ruby-gnome2.sourceforge.jp/" license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') diff --git a/community/ruby-ncurses/PKGBUILD b/community/ruby-ncurses/PKGBUILD index f3434fe32..bd3664892 100644 --- a/community/ruby-ncurses/PKGBUILD +++ b/community/ruby-ncurses/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ruby-ncurses pkgver=1.3.1 pkgrel=3 pkgdesc="Module for interactive text console applications (ncurses)" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://ncurses-ruby.berlios.de/" license=('GPL') depends=('ruby') diff --git a/community/rusxmms/PKGBUILD b/community/rusxmms/PKGBUILD index 28a581ec8..96b89ac1c 100644 --- a/community/rusxmms/PKGBUILD +++ b/community/rusxmms/PKGBUILD @@ -8,7 +8,7 @@ _xmmsver=1.2.11 _csaver=csa43 pkgrel=3 pkgdesc="XMMS with librcc" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(GPL) url="http://rusxmms.sourceforge.net/" depends=(libsm libxxf86vm zlib gtk libvorbis alsa-lib libgl librcc librcd openssl) diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD index 62ab3add2..f9f20d47d 100644 --- a/community/rxvt-unicode/PKGBUILD +++ b/community/rxvt-unicode/PKGBUILD @@ -8,7 +8,7 @@ pkgname=rxvt-unicode pkgver=9.15 pkgrel=3 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://software.schmorp.de/pkg/rxvt-unicode.html' license=('GPL') depends=('libxft' 'gdk-pixbuf2' 'perl' 'startup-notification') diff --git a/community/rxvt/PKGBUILD b/community/rxvt/PKGBUILD index 8ca75017c..212aac06d 100644 --- a/community/rxvt/PKGBUILD +++ b/community/rxvt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=rxvt pkgver=2.7.10 pkgrel=6 pkgdesc='A colour vt102 terminal emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rxvt.sourceforge.net/' license=('GPL') depends=('libx11') @@ -21,6 +21,7 @@ md5sums=('302c5c455e64047b02d1ef19ff749141') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ + --build=$CHOST \ --with-terminfo=/usr/share/terminfo \ --enable-mousewheel \ --enable-256-color \ diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD index d9d5ec4bc..e22f6e594 100644 --- a/community/rygel/PKGBUILD +++ b/community/rygel/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rygel pkgver=0.16.1 pkgrel=1 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Rygel" license=('LGPL') depends=('gupnp-av' 'gupnp-dlna' 'libgee' 'gtk3' 'libunistring' 'libtracker-sparql' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/sakura/PKGBUILD b/community/sakura/PKGBUILD index f1981a49c..063a72c49 100644 --- a/community/sakura/PKGBUILD +++ b/community/sakura/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sakura pkgver=3.0.4 pkgrel=1 pkgdesc="A terminal emulator based on GTK and VTE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/sakura" license=('GPL') depends=('vte3' 'libxft' 'desktop-file-utils') diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index 11882d279..51e9ff93a 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sarg pkgver=2.3.1 pkgrel=5 pkgdesc="Squid Analysis Report Generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sarg.sourceforge.net" license=('GPL') depends=('gd' 'libldap') diff --git a/community/scantailor/PKGBUILD b/community/scantailor/PKGBUILD index 859b781e0..5c09b8711 100644 --- a/community/scantailor/PKGBUILD +++ b/community/scantailor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scantailor pkgver=0.9.11.1 pkgrel=1 pkgdesc="Interactive post-processing tool for scanned pages" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://scantailor.sourceforge.net" license="GPL" depends=('qt') diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index 1893c4e18..96b120aa3 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -10,7 +10,7 @@ url="http://packages.qa.debian.org/s/schroot.html" license=('GPL3') depends=('pam' 'lockdev' 'boost' 'e2fsprogs') optdepends=('btrfs-progs-unstable' 'lvm2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') conflicts=('dchroot') replaces=('dchroot') provides=('schroot' 'sbuild' 'dchroot') diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD index dac1e7758..4d3645b42 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -9,7 +9,7 @@ pkgname=scite pkgver=3.2.3 pkgrel=1 pkgdesc='Editor with facilities for building and running programs' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://www.scintilla.org/SciTE.html' license=('custom:scite') depends=('desktop-file-utils' 'gtk2') diff --git a/community/scorched3d/PKGBUILD b/community/scorched3d/PKGBUILD index 0ae9d7dcb..eafb7c22f 100644 --- a/community/scorched3d/PKGBUILD +++ b/community/scorched3d/PKGBUILD @@ -7,7 +7,7 @@ pkgver=43.3.d _pkgver=43.3d pkgrel=4 pkgdesc="3D artillery combat game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.scorched3d.co.uk/" license=('GPL') depends=('sdl_net' 'wxgtk' 'freealut>=1.0.0-3' 'libvorbis' 'glu' 'fftw' 'libjpeg>=8' 'xdg-utils') diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD index f384b7f70..004b76ec2 100644 --- a/community/scponly/PKGBUILD +++ b/community/scponly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scponly pkgver=4.8 pkgrel=8 pkgdesc="A limited shell for ssh/scp" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sublimation.org/scponly/" depends=('glibc') makedepends=('openssh') @@ -20,7 +20,7 @@ md5sums=('139ac9abd7f3b8dbc5c5520745318f8a' build() { cd $srcdir/$pkgname-$pkgver - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc \ + [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --build=$CHOST --sysconfdir=/etc \ --enable-scp-compat --enable-winscp-compat --enable-chrooted-binary sed -i 's|^#elif|#else|' helper.c make diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD index e58621d12..4f235e5a5 100644 --- a/community/scummvm-tools/PKGBUILD +++ b/community/scummvm-tools/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="A set of tools that enable you to convert, compress and decode game dat url="http://www.scummvm.org/" license=('GPL') depends=('libpng' 'wxgtk' 'flac' 'libvorbis') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz) md5sums=('43cbf9f5c4939876cf4149dd59e68044') diff --git a/community/sdcc/PKGBUILD b/community/sdcc/PKGBUILD index 6a21c4821..8b43b2ade 100644 --- a/community/sdcc/PKGBUILD +++ b/community/sdcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sdcc pkgver=3.2.0 pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('bash' 'gcc-libs' 'boost-libs') makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') diff --git a/community/sdcv/PKGBUILD b/community/sdcv/PKGBUILD index dd1d87971..72f54e6c0 100644 --- a/community/sdcv/PKGBUILD +++ b/community/sdcv/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sdcv pkgver=0.4.2 pkgrel=6 pkgdesc="StarDict Console Version" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sdcv.sourceforge.net/" license=('GPL') depends=('glib2' 'readline' 'zlib') diff --git a/community/sdd/PKGBUILD b/community/sdd/PKGBUILD index d49f44605..061c1ac47 100644 --- a/community/sdd/PKGBUILD +++ b/community/sdd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sdd pkgver=1.52 pkgrel=7 pkgdesc="Faster replacement for a program called dd" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://freshmeat.net/projects/sdd/" source=(ftp://ftp.berlios.de/pub/sdd/sdd-$pkgver.tar.gz diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD index 044ffa478..c6dd1e858 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=seahorse-nautilus pkgver=3.6.1 pkgrel=1 pkgdesc="PGP encryption and signing for nautilus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/seahorse-nautilus/" license=('GPL') depends=('libcryptui' 'gcr' 'nautilus') diff --git a/community/sensors-applet/PKGBUILD b/community/sensors-applet/PKGBUILD index 3c9da15c1..1a19269ab 100644 --- a/community/sensors-applet/PKGBUILD +++ b/community/sensors-applet/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sensors-applet pkgver=3.0.0 pkgrel=2 pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sensors-applet.sourceforge.net/" license=('GPL') depends=('gnome-panel' 'libatasmart' 'lm_sensors' 'xdg-utils') diff --git a/community/ser2net/PKGBUILD b/community/ser2net/PKGBUILD index 50cf15ded..b01a9324a 100644 --- a/community/ser2net/PKGBUILD +++ b/community/ser2net/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ser2net pkgver=2.8rc3 pkgrel=1 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sourceforge.net/projects/ser2net" license=('GPL') depends=('glibc') diff --git a/community/serd/PKGBUILD b/community/serd/PKGBUILD index 0caa08e58..2cde48d68 100644 --- a/community/serd/PKGBUILD +++ b/community/serd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=serd pkgver=0.14.0 pkgrel=1 pkgdesc="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('glibc') diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index e6c5c6c84..ea12e6cd3 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=setconf pkgver=0.4 pkgrel=1 pkgdesc="Utility to easily change settings in Makefiles and configuration files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://setconf.roboticoverlords.org/" license=('GPL') depends=('pcre' 'gc') @@ -17,7 +17,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" shedskin "$pkgname.py" - make CPPFLAGS="-march=native -fomit-frame-pointer" + make CPPFLAGS="$CFLAGS" } package() { diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 494390ff0..cc1e707b5 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfk pkgver=1.6.6 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://stahlforce.com/dev/?tool=sfk' license=('custom: BSD') depends=('gcc-libs') diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD index 8856014b4..7e0e90621 100644 --- a/community/sfml/PKGBUILD +++ b/community/sfml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfml pkgver=2.0rc1 pkgrel=3 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2') diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD index 55336da5f..4ecc5dd47 100644 --- a/community/shake/PKGBUILD +++ b/community/shake/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shake pkgver=0.999 pkgrel=2 pkgdesc="Userspace defragmenter that can be run while system is in use" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vleu.net/shake/" license=('GPL3') depends=('attr') diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD index c421ae23a..849cb918d 100644 --- a/community/shapelib/PKGBUILD +++ b/community/shapelib/PKGBUILD @@ -6,7 +6,7 @@ pkgname=shapelib pkgver=1.2.10 pkgrel=5 pkgdesc='simple C API for reading and writing ESRI Shapefiles' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://shapelib.maptools.org/' license=('LGPL' 'MIT') options=('!libtool') @@ -26,7 +26,7 @@ package() { cd ${pkgname}-${pkgver} sed -i -e s:/usr/local:${pkgdir}/usr: Makefile - sed -i -e s:/usr/bin/install:/bin/install: Makefile + #sed -i -e s:/usr/bin/install:/bin/install: Makefile make lib_install install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } diff --git a/community/shell-fm/PKGBUILD b/community/shell-fm/PKGBUILD index 88cfe9926..20ee6c60a 100644 --- a/community/shell-fm/PKGBUILD +++ b/community/shell-fm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shell-fm pkgver=0.8 pkgrel=1 pkgdesc="A console based player for the streams provided by Last.FM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/jkramer/$pkgname" license=('GPL') depends=('libmad' 'libao' 'taglib') diff --git a/community/shfs-utils/PKGBUILD b/community/shfs-utils/PKGBUILD index b939c8f7c..1443ae019 100644 --- a/community/shfs-utils/PKGBUILD +++ b/community/shfs-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="SHell FileSystem Linux utils" url="http://shfs.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc' 'openssh') makedepends=('patch') source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz" diff --git a/community/shntool/PKGBUILD b/community/shntool/PKGBUILD index ea261ecea..51b020f1f 100644 --- a/community/shntool/PKGBUILD +++ b/community/shntool/PKGBUILD @@ -5,7 +5,7 @@ pkgname=shntool pkgver=3.0.10 pkgrel=2 pkgdesc="A multi-purpose WAVE data processing and reporting utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.etree.org/shnutils/shntool/" license=('GPL') options=(!emptydirs) diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index 9600fd3ad..ff8a2e341 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shotwell pkgver=0.13.1 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://yorba.org/shotwell/" license=('LGPL2.1') depends=('libgee' 'libunique3' 'libwebkit3' 'libgexiv2' 'libraw' 'rest' diff --git a/community/shuffle/PKGBUILD b/community/shuffle/PKGBUILD index 7f25c1272..9c8fdb774 100644 --- a/community/shuffle/PKGBUILD +++ b/community/shuffle/PKGBUILD @@ -5,7 +5,7 @@ pkgname=shuffle pkgver=1.5 pkgrel=4 pkgdesc="Shuffles lines of input." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.w3.org/People/Bos/Shuffle/" license=('custom') depends=(glibc) diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD index 9b2aebaff..7de12c86a 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -5,7 +5,7 @@ pkgname=siege pkgver=2.70 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') pkgdesc="An http regression testing and benchmarking utility" url="http://www.joedog.org/JoeDog/Siege" diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index 6cbe1a1d3..10f5da559 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sigil pkgver=0.6.0 pkgrel=1 pkgdesc="WYSIWYG ebook editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/sigil/" license=('GPL3') depends=('qtwebkit' 'boost-libs') diff --git a/community/silly/PKGBUILD b/community/silly/PKGBUILD index 12ac8800a..75b9c4fa7 100644 --- a/community/silly/PKGBUILD +++ b/community/silly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=silly pkgver=0.1.0 pkgrel=5 pkgdesc="Simple Image Loading LibrarY, a part of the CEGUI project" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cegui.org.uk/wiki/index.php/SILLY" license=('MIT') depends=('libjpeg' 'libpng' 'gcc-libs') diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index 27fcdf2fa..2c2018374 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.9.0 _pkgver=39-0 pkgrel=1 pkgdesc="simulator for assorted historical computers, from Altair to VAX" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://simh.trailing-edge.com" license=("BSD") depends=("libpcap") diff --git a/community/simple-scan/PKGBUILD b/community/simple-scan/PKGBUILD index ef3d06274..afde6eb8a 100644 --- a/community/simple-scan/PKGBUILD +++ b/community/simple-scan/PKGBUILD @@ -5,7 +5,7 @@ pkgname=simple-scan pkgver=3.4.1 pkgrel=1 pkgdesc='Simple scanning utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://launchpad.net/simple-scan' license=('GPL3') depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme') diff --git a/community/sisctrl/PKGBUILD b/community/sisctrl/PKGBUILD index 916997e99..cc4f7dc2d 100644 --- a/community/sisctrl/PKGBUILD +++ b/community/sisctrl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sisctrl pkgver=0.0.20051202 pkgrel=6 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="Display Control Panel for XFree86/X.org SiS driver" makedepends=('pkgconfig') depends=('gtk2' 'libxxf86vm' 'libxv') diff --git a/community/sk1/PKGBUILD b/community/sk1/PKGBUILD index a88efc2db..4e84fe2d1 100644 --- a/community/sk1/PKGBUILD +++ b/community/sk1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sk1 pkgver=0.9.1 pkgrel=8 pkgdesc="Fork of skencil with improved CMYK support" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sk1project.org/modules.php?name=Products&product=sk1" depends=('tcl>=7.6' 'tk>=4.2' 'python2-lcms' 'pil>=1.0' 'pyxml' 'zenity' 'sk1libs') license=('GPL' 'LGPL') diff --git a/community/sk1libs/PKGBUILD b/community/sk1libs/PKGBUILD index d4a374be8..e3a9f52d7 100644 --- a/community/sk1libs/PKGBUILD +++ b/community/sk1libs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sk1libs pkgver=0.9.1 pkgrel=3 pkgdesc='A set of python non-GUI extensions for sK1 Project.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sk1project.org/' license=('custom:LGPL2') depends=('python2' 'freetype2' 'lcms') diff --git a/community/skrooge/PKGBUILD b/community/skrooge/PKGBUILD index 20a00cb2a..fd54d9020 100644 --- a/community/skrooge/PKGBUILD +++ b/community/skrooge/PKGBUILD @@ -8,7 +8,7 @@ pkgname=skrooge pkgver=1.3.3 pkgrel=1 pkgdesc="A personal finances manager for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://skrooge.org/" license=('GPL') depends=('kdebase-runtime' 'libofx' 'qca-ossl') diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD index 17e0504c6..cd4453461 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sleuthkit pkgver=3.2.3 pkgrel=2 pkgdesc='File system and media management forensic analysis tools' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sleuthkit.org/sleuthkit' license=('GPL2' 'CPL' 'custom:"IBM Public Licence"') depends=('perl') diff --git a/community/slimevolley/PKGBUILD b/community/slimevolley/PKGBUILD index 695f6eb3f..4cc1cb6bb 100644 --- a/community/slimevolley/PKGBUILD +++ b/community/slimevolley/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slimevolley pkgver=2.4.2 pkgrel=2 pkgdesc="A simple yet fun arcade volley game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://slime.tuxfamily.org/index.php" license=('GPL') depends=('sdl_net' 'sdl_ttf' 'sdl_image') diff --git a/community/sloccount/PKGBUILD b/community/sloccount/PKGBUILD index 912c14250..e3358bc34 100644 --- a/community/sloccount/PKGBUILD +++ b/community/sloccount/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Tools for counting physical source lines of code" url="http://www.dwheeler.com/sloccount/" license=('GPL') depends=('perl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('09abd6e2a016ebaf7552068a1dba1249') diff --git a/community/slock/PKGBUILD b/community/slock/PKGBUILD index b6fbb2ebe..a28fa9961 100644 --- a/community/slock/PKGBUILD +++ b/community/slock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slock pkgver=1.1 pkgrel=1 pkgdesc="A simple screen locker for X" -arch=('i686' 'x86_64') +arch=('mips64el' 'i686' 'x86_64') url="http://tools.suckless.org/slock" license=('MIT') depends=('libxext') diff --git a/community/slrn/PKGBUILD b/community/slrn/PKGBUILD index 9daf9d968..a2f51379d 100644 --- a/community/slrn/PKGBUILD +++ b/community/slrn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slrn pkgver=0.9.9p1 pkgrel=7 pkgdesc="An open source text-based news client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.slrn.org/" license=('GPL') depends=('openssl' 'slang') diff --git a/community/smalltalk/PKGBUILD b/community/smalltalk/PKGBUILD index 50f5808b5..33c81da15 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=7 pkgdesc='Implementation of Smalltalk-80' url='http://smalltalk.gnu.org/' license=('GPL' 'LGPL') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool' '!emptydirs') depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl') makedepends=('gdbm' 'gtk2' 'sqlite' 'tk' 'zip') diff --git a/community/smbnetfs/PKGBUILD b/community/smbnetfs/PKGBUILD index 7e880f082..8c11194a9 100644 --- a/community/smbnetfs/PKGBUILD +++ b/community/smbnetfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=smbnetfs pkgver=0.5.3a pkgrel=5 pkgdesc="small C program that mounts Microsoft network neighborhood in single directory." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://smbnetfs.sourceforge.net/" license=('GPL') depends=('fuse' 'smbclient') diff --git a/community/smc/PKGBUILD b/community/smc/PKGBUILD index 705250989..e7aeb49ad 100644 --- a/community/smc/PKGBUILD +++ b/community/smc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=smc pkgver=1.9 pkgrel=17.1 pkgdesc="Secret Maryo Chronicles" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.secretmaryo.org/" license=('GPL3') depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'cegui' 'boost-libs' 'smc-data') diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD index 9843a5a1e..4bb48b41b 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -11,7 +11,7 @@ url="http://www.selenic.com/smem/" license=("GPL") depends=('python2') optdepends=('python-matplotlib: for chart generation') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz") md5sums=('5620f20cae4d4f0e8eb33bdc2736b0f3') diff --git a/community/sniffit/PKGBUILD b/community/sniffit/PKGBUILD index 4843eb7cc..2bd24d7f9 100644 --- a/community/sniffit/PKGBUILD +++ b/community/sniffit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sniffit pkgver=0.3.7.beta pkgrel=11 pkgdesc="very good packet sniffer for unix with ncurses interactive mode." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.ubuntu.com/source/sniffit" #seems the website are out, ubuntu have all sources #url=http://reptile.rug.ac.be/~coder/sniffit/sniffit.html" diff --git a/community/snort/PKGBUILD b/community/snort/PKGBUILD index bd67007ca..2716cd7ab 100644 --- a/community/snort/PKGBUILD +++ b/community/snort/PKGBUILD @@ -9,7 +9,7 @@ pkgname=snort pkgver=2.9.3.1 pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org' license=('GPL') depends=('libdaq' 'libdnet' 'libpcap' 'pcre' 'zlib') diff --git a/community/snownews/PKGBUILD b/community/snownews/PKGBUILD index ff4cdfc9f..a2fa070d2 100644 --- a/community/snownews/PKGBUILD +++ b/community/snownews/PKGBUILD @@ -6,7 +6,7 @@ pkgname=snownews pkgver=1.5.12 pkgrel=5 pkgdesc="Text mode RSS newsreader for Linux and Unix." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://kiza.kcore.de/software/snownews/" license=('GPL') depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl') diff --git a/community/soil/PKGBUILD b/community/soil/PKGBUILD index b394d93aa..978af85cf 100644 --- a/community/soil/PKGBUILD +++ b/community/soil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=soil pkgver=0708 pkgrel=2 pkgdesc="tiny C lib primarily for loading textures into OpenGL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lonesock.net/soil.html" license=('custom:public') makedepends=('unzip') diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD index 2b8624278..57cd498df 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -9,7 +9,7 @@ pkgname=solfege pkgver=3.20.6 pkgrel=1 pkgdesc="Music education and ear training software" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.solfege.org/" license=('GPL3') depends=('pygtk' 'libgtkhtml' 'librsvg') diff --git a/community/sord/PKGBUILD b/community/sord/PKGBUILD index 3ee624983..779212094 100644 --- a/community/sord/PKGBUILD +++ b/community/sord/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sord pkgver=0.8.0 pkgrel=1 pkgdesc="A lightweight C library for storing RDF data in memory." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('serd' 'pcre') diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index 944c93ccb..a62026c8b 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -8,7 +8,7 @@ pkgname=soundkonverter pkgver=1.6.3 pkgrel=2 pkgdesc="Front-end to various audio converters" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php?content=29024" license=('GPL') depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 561b2ef5b..a5ef3c5a4 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=spacefm pkgver=0.8.2 pkgrel=1 pkgdesc='A multi-panel tabbed file manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' license=('GPL3') install=$pkgname.install diff --git a/community/spawn-fcgi/PKGBUILD b/community/spawn-fcgi/PKGBUILD index 6b20d17c9..4bbf779d9 100644 --- a/community/spawn-fcgi/PKGBUILD +++ b/community/spawn-fcgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=spawn-fcgi pkgver=1.6.3 pkgrel=2 pkgdesc='A FastCGI process manager for web applications' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://redmine.lighttpd.net/projects/spawn-fcgi/' license=('BSD') depends=('glibc') diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD index 443fbdee3..92da2b182 100644 --- a/community/spectrwm/PKGBUILD +++ b/community/spectrwm/PKGBUILD @@ -6,11 +6,11 @@ pkgname=spectrwm pkgver=2.0.2 pkgrel=1 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.spectrwm.org" _watch="https://opensource.conformal.com/snapshots/spectrwm/" license=('custom:ISC') -depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor' 'profont') +depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor') replaces=('scrotwm') makedepends=('libxt') optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font') diff --git a/community/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD index 3d17ebfb0..2f01f1781 100644 --- a/community/speed-dreams/PKGBUILD +++ b/community/speed-dreams/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.0 _pkgver=2.0.0-r4687 pkgrel=2 pkgdesc="A racing simulator with rich graphics and physics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://speed-dreams.sourceforge.net/" license=('GPL2') depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data') diff --git a/community/splint/PKGBUILD b/community/splint/PKGBUILD index f6559ab07..bc31421a9 100644 --- a/community/splint/PKGBUILD +++ b/community/splint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=splint pkgver=3.1.2 pkgrel=3 pkgdesc="A tool for statically checking C programs for security vulnerabilities and coding mistakes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.splint.org/" license=('GPL') depends=('glibc') diff --git a/community/splix/PKGBUILD b/community/splix/PKGBUILD index 9d4f7f6a9..62cb5b8f8 100644 --- a/community/splix/PKGBUILD +++ b/community/splix/PKGBUILD @@ -7,7 +7,7 @@ pkgname=splix pkgver=2.0.0 pkgrel=11 pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://splix.ap2c.org/" license=('GPL') depends=('libcups' 'gcc-libs' 'ghostscript>=9.02') diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index a361ff4a5..a3d622234 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.91.0 _pkgver=91.0 pkgrel=3 pkgdesc='A free 3D real-time-strategy (RTS) game engine' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://springrts.com/" license=('GPL') depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl' diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 5b5ca982e..b0e199b98 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -6,7 +6,7 @@ pkgname=springlobby pkgver=0.147 pkgrel=2 pkgdesc="A free cross-platform lobby client for the Spring RTS project." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://springlobby.info/" license=('GPL2') depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs') diff --git a/community/sqlite2/PKGBUILD b/community/sqlite2/PKGBUILD index c6d6c27ef..77bcf44b4 100644 --- a/community/sqlite2/PKGBUILD +++ b/community/sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sqlite2 pkgver=2.8.17 pkgrel=5 pkgdesc="A C library that implements an SQL database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sqlite.org/" depends=('readline>=6.0.00') source=("http://www.sqlite.org/sqlite-$pkgver.tar.gz" diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD index 8b3219014..8ebbadf1d 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.0b1 _pkgrealver=200_b1 pkgrel=2 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sqlitebrowser.sf.net" license=('GPL') depends=('qt') diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD index db984ea91..83ca34614 100644 --- a/community/sqliteman/PKGBUILD +++ b/community/sqliteman/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sqliteman pkgver=1.2.2 pkgrel=5 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sqliteman.sf.net" license=('GPL') depends=('qscintilla') diff --git a/community/squashfs-tools/PKGBUILD b/community/squashfs-tools/PKGBUILD index ddbf5df79..00d33aaa0 100644 --- a/community/squashfs-tools/PKGBUILD +++ b/community/squashfs-tools/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="http://squashfs.sourceforge.net" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib' 'lzo2' 'xz') source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz") md5sums=('1b7a781fb4cf8938842279bd3e8ee852') diff --git a/community/sratom/PKGBUILD b/community/sratom/PKGBUILD index c20fc5c66..8064fbdd7 100644 --- a/community/sratom/PKGBUILD +++ b/community/sratom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sratom pkgver=0.2.0 pkgrel=1 pkgdesc="An LV2 Atom RDF serialisation library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('lv2' 'sord') diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index e930bb220..739e3836d 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sshguard pkgver=1.5 pkgrel=7 pkgdesc="brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://sourceforge.net/projects/sshguard/" url="http://www.sshguard.net/" license=('GPL') diff --git a/community/sshpass/PKGBUILD b/community/sshpass/PKGBUILD index 3f18e8e76..ad071a7b6 100644 --- a/community/sshpass/PKGBUILD +++ b/community/sshpass/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sshpass pkgver=1.05 pkgrel=1 pkgdesc='Fool ssh into accepting an interactive password non-interactively' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/sshpass/' license=('GPL') depends=('openssh') diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD index 1d2f48306..7c6210b0c 100644 --- a/community/sslh/PKGBUILD +++ b/community/sslh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sslh pkgver=1.13b pkgrel=1 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.rutschle.net/tech/sslh.shtml' license=('GPL2') depends=('libconfig') diff --git a/community/stalonetray/PKGBUILD b/community/stalonetray/PKGBUILD index d369763c1..2f5b5719c 100644 --- a/community/stalonetray/PKGBUILD +++ b/community/stalonetray/PKGBUILD @@ -5,7 +5,7 @@ pkgname=stalonetray pkgver=0.8.1 pkgrel=2 pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://stalonetray.sourceforge.net" license=('GPL') depends=('libx11' 'libxpm') diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD index 3f62b8668..9971fdac6 100644 --- a/community/start-stop-daemon/PKGBUILD +++ b/community/start-stop-daemon/PKGBUILD @@ -7,7 +7,7 @@ pkgname=start-stop-daemon pkgver=1.15.8.13 pkgrel=1 pkgdesc='Start and stop system daemon programs' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://packages.qa.debian.org/d/dpkg.html' depends=('glibc') diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD index b186a6cfd..b3865ae0b 100644 --- a/community/steghide/PKGBUILD +++ b/community/steghide/PKGBUILD @@ -8,7 +8,7 @@ pkgname=steghide pkgver=0.5.1 pkgrel=6 pkgdesc='Embeds a message in a file by replacing some of the least significant bits' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://steghide.sourceforge.net' license=('GPL') depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib') diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD index 49fcd40db..2ef02256a 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stfl pkgver=0.22 pkgrel=1 pkgdesc="Library implementing a curses-based widget set for text terminals" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clifford.at/stfl/" license=('GPL3') depends=('ncurses') diff --git a/community/stk/PKGBUILD b/community/stk/PKGBUILD index 2a97d360c..7d857334f 100644 --- a/community/stk/PKGBUILD +++ b/community/stk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stk pkgver=4.4.4 pkgrel=1 pkgdesc='The Synthesis ToolKit in C++' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ccrma.stanford.edu/software/stk/' license=('MIT') depends=('gcc-libs' 'jack') diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 17177714b..19e9a6567 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -4,7 +4,7 @@ pkgname=stone-soup pkgver=0.11.0 pkgrel=2 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://crawl.develz.org/' depends=('lua' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'mesa' 'glu' 'freetype2' 'ttf-dejavu') makedepends=('bison' 'flex' 'gendesk') diff --git a/community/stress/PKGBUILD b/community/stress/PKGBUILD index 2f320e0ab..801f60ad5 100644 --- a/community/stress/PKGBUILD +++ b/community/stress/PKGBUILD @@ -6,7 +6,7 @@ pkgname=stress pkgver=1.0.4 pkgrel=3 pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://weather.ou.edu/~apw/projects/stress/" license=('GPL') options=('!emptydirs') diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index 14cfd5aef..fc885474f 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=stunnel pkgver=4.53 pkgrel=2 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.stunnel.org" license=('GPL') depends=('openssl') diff --git a/community/subtitleeditor/PKGBUILD b/community/subtitleeditor/PKGBUILD index a7932aa85..e5abd0bc4 100644 --- a/community/subtitleeditor/PKGBUILD +++ b/community/subtitleeditor/PKGBUILD @@ -5,7 +5,7 @@ pkgname=subtitleeditor pkgver=0.40.0 pkgrel=1 pkgdesc="A GTK+2 tool to edit subtitles for GNU/Linux/*BSD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/subtitleeditor/" license=('GPL3') depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index d1eb91627..3fb185aa1 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -10,7 +10,7 @@ pkgname=subtle pkgver=0.11.3224 pkgrel=1 pkgdesc="Grid-based manual tiling window manager" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://subtle.subforge.org" license=("GPL") depends=("ruby" "libxft" "libxpm" "libxrandr" "libxft" "libxpm" "libxinerama" diff --git a/community/suil/PKGBUILD b/community/suil/PKGBUILD index 243ce100b..9bc83e88a 100644 --- a/community/suil/PKGBUILD +++ b/community/suil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=suil pkgver=0.6.4 pkgrel=1 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('lv2') diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD index 572cd76a2..bbcfd708c 100644 --- a/community/sunpinyin/PKGBUILD +++ b/community/sunpinyin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sunpinyin pkgver=2.0.3 pkgrel=2 pkgdesc="Statistical Language Model based pinyin IME by Sun" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sunpinyin.googlecode.com" license=('LGPL') depends=('sqlite3' 'gcc-libs') diff --git a/community/supertux/PKGBUILD b/community/supertux/PKGBUILD index 3a9c88b88..578ad1447 100644 --- a/community/supertux/PKGBUILD +++ b/community/supertux/PKGBUILD @@ -8,7 +8,7 @@ pkgname=supertux pkgver=0.3.3 pkgrel=7 pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://super-tux.sourceforge.net/" license=('GPL') depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew') diff --git a/community/supertux/squirrel.patch b/community/supertux/squirrel.patch new file mode 100644 index 000000000..16781b610 --- /dev/null +++ b/community/supertux/squirrel.patch @@ -0,0 +1,36 @@ +diff -Naur supertux2-0.3.3.orig/external/squirrel/squirrel/sqmem.h supertux2-0.3.3/external/squirrel/squirrel/sqmem.h +--- supertux2-0.3.3.orig/external/squirrel/squirrel/sqmem.h 1970-01-01 01:00:00.000000000 +0100 ++++ supertux2-0.3.3/external/squirrel/squirrel/sqmem.h 2012-05-01 11:59:37.000000000 +0200 +@@ -0,0 +1,8 @@ ++/* see copyright notice in squirrel.h */ ++#ifndef _SQMEM_H_ ++#define _SQMEM_H_ ++ ++void *sq_vm_malloc(SQUnsignedInteger size); ++void *sq_vm_realloc(void *p,SQUnsignedInteger oldsize,SQUnsignedInteger size); ++void sq_vm_free(void *p,SQUnsignedInteger size); ++#endif //_SQMEM_H_ +diff -Naur supertux2-0.3.3.orig/external/squirrel/squirrel/sqstate.h supertux2-0.3.3/external/squirrel/squirrel/sqstate.h +--- supertux2-0.3.3.orig/external/squirrel/squirrel/sqstate.h 2010-03-01 13:40:58.000000000 +0100 ++++ supertux2-0.3.3/external/squirrel/squirrel/sqstate.h 2012-05-01 11:59:37.000000000 +0200 +@@ -136,8 +136,4 @@ + extern SQObjectPtr _minusone_; + + bool CompileTypemask(SQIntVec &res,const SQChar *typemask); +- +-void *sq_vm_malloc(SQUnsignedInteger size); +-void *sq_vm_realloc(void *p,SQUnsignedInteger oldsize,SQUnsignedInteger size); +-void sq_vm_free(void *p,SQUnsignedInteger size); + #endif //_SQSTATE_H_ +diff -Naur supertux2-0.3.3.orig/external/squirrel/squirrel/squtils.h supertux2-0.3.3/external/squirrel/squirrel/squtils.h +--- supertux2-0.3.3.orig/external/squirrel/squirrel/squtils.h 2010-03-01 13:40:58.000000000 +0100 ++++ supertux2-0.3.3/external/squirrel/squirrel/squtils.h 2012-05-01 11:59:37.000000000 +0200 +@@ -2,6 +2,8 @@ + #ifndef _SQUTILS_H_ + #define _SQUTILS_H_ + ++#include "sqmem.h" ++ + #define sq_new(__ptr,__type) {__ptr=(__type *)sq_vm_malloc(sizeof(__type));new (__ptr) __type;} + #define sq_delete(__ptr,__type) {__ptr->~__type();sq_vm_free(__ptr,sizeof(__type));} + #define SQ_MALLOC(__size) sq_vm_malloc((__size)); diff --git a/community/supertuxkart/PKGBUILD b/community/supertuxkart/PKGBUILD index 19fb3bf3c..c1a3f292d 100644 --- a/community/supertuxkart/PKGBUILD +++ b/community/supertuxkart/PKGBUILD @@ -8,7 +8,7 @@ pkgname=supertuxkart pkgver=0.7.3 pkgrel=2 pkgdesc="A kart racing game featuring Tux and his friends" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://supertuxkart.sourceforge.net/" license=('GPL2') depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl') diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD index ee52c3029..49087f052 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=surf pkgver=0.5 pkgrel=1 pkgdesc='A simple web browser based on WebKit/GTK+.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://surf.suckless.org/' license=('MIT') depends=('libwebkit' 'xorg-xprop') diff --git a/community/swarp/PKGBUILD b/community/swarp/PKGBUILD index 452a0aba8..2f56facc1 100644 --- a/community/swarp/PKGBUILD +++ b/community/swarp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1 pkgrel=3 pkgdesc="Simple pointer warp" license=('MIT') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://tools.suckless.org/" depends=(glibc libx11) source=(http://dl.suckless.org/tools/swarp-$pkgver.tar.gz diff --git a/community/swftools/PKGBUILD b/community/swftools/PKGBUILD index 7a069a04f..eef2325c0 100644 --- a/community/swftools/PKGBUILD +++ b/community/swftools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=swftools pkgver=0.9.2 pkgrel=1 pkgdesc="A collection of SWF manipulation and creation utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.swftools.org/" license=('GPL') depends=('avifile' 'giflib' 'freeglut' 'lame' 't1lib' 'libjpeg' 'fontconfig') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 68fb8e2bd..de24295bb 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sxiv pkgver=1.0 pkgrel=3 pkgdesc='simple x image viewer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD index 46feb657f..34233381c 100644 --- a/community/sylpheed/PKGBUILD +++ b/community/sylpheed/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sylpheed pkgver=3.2.0 pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sylpheed.sraoss.jp/en/" license=('GPL') depends=('gpgme' 'gtkspell' 'desktop-file-utils') diff --git a/community/synce-libmimedir/PKGBUILD b/community/synce-libmimedir/PKGBUILD index 0185eb7f5..c06851fe3 100644 --- a/community/synce-libmimedir/PKGBUILD +++ b/community/synce-libmimedir/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-libmimedir pkgver=0.4 pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - library that parses MIME Directory Profile." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz) diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD index 9c28b5439..5a1ecc181 100644 --- a/community/synce-librapi/PKGBUILD +++ b/community/synce-librapi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-librapi pkgver=0.15.2 pkgrel=3 pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=('GPL') depends=('synce-libsynce') diff --git a/community/synce-libsynce/PKGBUILD b/community/synce-libsynce/PKGBUILD index 5cd330c7e..82b292417 100644 --- a/community/synce-libsynce/PKGBUILD +++ b/community/synce-libsynce/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-libsynce pkgver=0.15.1 pkgrel=3 pkgdesc="provide a means of communication with a Windows CE device - libraries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=('GPL') depends=('dbus-glib') diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD index 4b450b8a1..12489e2e5 100644 --- a/community/synce-rra/PKGBUILD +++ b/community/synce-rra/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-rra pkgver=0.14 pkgrel=5 pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=('GPL') depends=('glibc' 'synce-librapi' 'synce-libmimedir') diff --git a/community/synce-serial/PKGBUILD b/community/synce-serial/PKGBUILD index 485ca054d..5dcf03feb 100644 --- a/community/synce-serial/PKGBUILD +++ b/community/synce-serial/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-serial pkgver=0.11 pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" depends=(sh) license=('GPL') diff --git a/community/synce-vdccm/PKGBUILD b/community/synce-vdccm/PKGBUILD index 32ba0d9c4..cbd319a53 100644 --- a/community/synce-vdccm/PKGBUILD +++ b/community/synce-vdccm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synce-vdccm pkgver=0.10.1 pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - daemon to communicate with a handheld device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=('GPL') depends=('synce-libsynce') diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD index 83e351a94..379268477 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.10 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs' 'libxtst' 'libxinerama' ) license=('GPL2') makedepends=('libxt' 'cmake') # used by configure to test for libx11... diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD index 3d3a7f9e3..4bd234999 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synfig pkgver=0.63.05 pkgrel=2 pkgdesc="Professional vector animation program (CLI renderer only)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synfig.org" license=('GPL2') depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 'fontconfig' 'libpng' diff --git a/community/synfigstudio/PKGBUILD b/community/synfigstudio/PKGBUILD index 818ad5e61..053d9c098 100644 --- a/community/synfigstudio/PKGBUILD +++ b/community/synfigstudio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synfigstudio pkgver=0.63.05 pkgrel=1 pkgdesc="Professional vector animation program (GUI)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synfig.org" license=('GPL2') depends=('gtkmm' 'synfig') diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 729d1dac6..03bc87442 100644 --- a/community/sysprof/PKGBUILD +++ b/community/sysprof/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sysprof pkgver=1.2.0 pkgrel=1 pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.daimi.au.dk/~sandmann/sysprof/" license=("GPL") source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD index 0c7867a38..1552be656 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sysstat pkgver=10.1.2 pkgrel=1 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pagesperso-orange.fr/sebastien.godard/" license=('GPL') depends=('lm_sensors') diff --git a/community/sysvbanner/PKGBUILD b/community/sysvbanner/PKGBUILD index 44304f42a..dbaaa5543 100644 --- a/community/sysvbanner/PKGBUILD +++ b/community/sysvbanner/PKGBUILD @@ -4,7 +4,7 @@ pkgname=sysvbanner pkgver=1.0.15 pkgrel=1 pkgdesc='System-V banner clone' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://packages.qa.debian.org/s/sysvbanner.html' conflicts=('bsd-games') license=('custom') diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD index 9c3141bb7..2dd3f9a20 100644 --- a/community/t1utils/PKGBUILD +++ b/community/t1utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=t1utils pkgver=1.36 pkgrel=2 pkgdesc="A collection of simple Type 1 font manipulation programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lcdf.org/~eddietwo/type/#t1utils" license=("custom") depends=('glibc') diff --git a/community/tabbed/PKGBUILD b/community/tabbed/PKGBUILD index c89f0ed1f..b6a2bfc08 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tabbed pkgver=0.4.1 pkgrel=1 pkgdesc='Simple generic tabbed fronted to xembed aware applications.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tools.suckless.org/tabbed' license=('custom:MIT/X') depends=('libx11') diff --git a/community/taglib-rcc/PKGBUILD b/community/taglib-rcc/PKGBUILD index 673927582..e34ef6d7a 100644 --- a/community/taglib-rcc/PKGBUILD +++ b/community/taglib-rcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=taglib-rcc pkgver=1.7 pkgrel=1 pkgdesc="taglib with librcc patch" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.kde.org/~wheeler/taglib.html" depends=('gcc-libs' 'zlib' 'bash' 'libxml2' 'db' 'librcc') makedepends=('patch' 'cmake') diff --git a/community/tagpy/PKGBUILD b/community/tagpy/PKGBUILD index 2ee3cbed9..1aa4990ef 100644 --- a/community/tagpy/PKGBUILD +++ b/community/tagpy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tagpy pkgver=0.94.8 pkgrel=8 pkgdesc="Python bindings for TagLib" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pypi.python.org/pypi/tagpy" license=('MIT') depends=('python2' 'taglib' 'boost-libs') diff --git a/community/talkfilters/PKGBUILD b/community/talkfilters/PKGBUILD index 8d8917ac3..3ff55d919 100644 --- a/community/talkfilters/PKGBUILD +++ b/community/talkfilters/PKGBUILD @@ -4,7 +4,7 @@ pkgname=talkfilters pkgver=2.3.8 pkgrel=2 pkgdesc="Filters to translate text into dialects that GNU finds funny" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.hyperrealm.com/main.php?s=talkfilters" options=('!libtool') depends=('glibc') diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 8aacbce70..481bfbd75 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -8,7 +8,7 @@ pkgname=task pkgver=2.1.2 pkgrel=1 pkgdesc="A command-line todo list manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') depends=('lua' 'util-linux') diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD index 5a280587f..d75d7d3bc 100644 --- a/community/tasks/PKGBUILD +++ b/community/tasks/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tasks pkgver=0.20 pkgrel=2 pkgdesc="A simple to do list application that uses libecal" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://pimlico-project.org/tasks.html" license=('GPL') depends=('evolution-data-server>=3.4.0' 'xdg-utils' 'gtk2') diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index 2ac149074..a835fdc92 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tcpflow pkgver=1.2.9 pkgrel=1 pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://afflib.org/software/tcpflow" license=('GPL') depends=('gcc-libs' 'libpcap' 'zlib') diff --git a/community/tcpreplay/PKGBUILD b/community/tcpreplay/PKGBUILD index 054c87d7e..e23d33089 100644 --- a/community/tcpreplay/PKGBUILD +++ b/community/tcpreplay/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.4.4 pkgrel=3 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" url="http://tcpreplay.synfin.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('libpcap' 'libdnet') makedepends=('tcpdump') diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index 2c7edb257..94379970c 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tcsh pkgver=6.18.01 pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.tcsh.org/Welcome' license=('BSD') depends=('ncurses') diff --git a/community/tdfsb/PKGBUILD b/community/tdfsb/PKGBUILD index c2df49a2c..a3629b293 100644 --- a/community/tdfsb/PKGBUILD +++ b/community/tdfsb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tdfsb pkgver=0.0.10 pkgrel=6 pkgdesc="SDL based graphical file browser" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.determinate.net/webdata/seg/tdfsb.html" license=('GPL') depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu') diff --git a/community/tdl/PKGBUILD b/community/tdl/PKGBUILD index fbcd02fdc..96fa1fae0 100644 --- a/community/tdl/PKGBUILD +++ b/community/tdl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tdl pkgver=1.5.2 pkgrel=5 pkgdesc="A to-do list manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rc0.org.uk/tdl/" license=('GPL') depends=('ncurses') diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 74de24601..6365f785b 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea pkgver=33.3.0 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tea-editor.sourceforge.net/" license=('GPL') depends=('qt' 'aspell' 'hunspell') diff --git a/community/ted/PKGBUILD b/community/ted/PKGBUILD index 3b3b2b57c..b81d0edc9 100644 --- a/community/ted/PKGBUILD +++ b/community/ted/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ted pkgver=2.22 pkgrel=1 pkgdesc="An easy rich text processor (with footnote support)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nllgg.nl/Ted/" depends=('bash' 'libtiff' 'libxmu' 'libxpm' 'libpng' 'gtk2') license=('GPL') diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD index 51ee46ff9..5fc8bcb74 100644 --- a/community/teeworlds/PKGBUILD +++ b/community/teeworlds/PKGBUILD @@ -8,7 +8,7 @@ pkgname=teeworlds pkgver=0.6.1 pkgrel=3 pkgdesc="A multiplayer 2D shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://teeworlds.com" license=('custom') depends=('alsa-lib' 'glu' 'sdl' 'freetype2') diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 222a739aa..c6f8cbe14 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tellico pkgver=2.3.6 pkgrel=2 pkgdesc="A collection manager for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tellico-project.org/" license=('GPL') depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'qjson') diff --git a/community/terminator/PKGBUILD b/community/terminator/PKGBUILD index eaacd67d3..817bf2368 100644 --- a/community/terminator/PKGBUILD +++ b/community/terminator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=terminator pkgver=0.96 pkgrel=1 pkgdesc='an application that provides lots of terminals in a single window' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.tenshu.net/terminator/' license=('GPL2') depends=('vte' 'pygtk' 'xdg-utils') diff --git a/community/tesseract/PKGBUILD b/community/tesseract/PKGBUILD index 81ef0cae8..3aa49afc9 100644 --- a/community/tesseract/PKGBUILD +++ b/community/tesseract/PKGBUILD @@ -11,7 +11,7 @@ pkgname=(tesseract $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done)) pkgver=3.02.02 pkgrel=1 pkgdesc="An OCR programm" -arch=(i686 x86_64) +arch=(x86_64 i686 'mips64el') url="http://code.google.com/p/tesseract-ocr" license=("APACHE") depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica) diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD index 75f7fe4f2..456221513 100644 --- a/community/texvc/PKGBUILD +++ b/community/texvc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.19.1 _svnrev=110614 pkgrel=1 pkgdesc="tex to HTML/MathML/png converter used by mediawiki" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.mediawiki.org/wiki/Extension:Math" license=("GPL") depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra') diff --git a/community/tig/PKGBUILD b/community/tig/PKGBUILD index bfb561b9c..b9bccd3ea 100644 --- a/community/tig/PKGBUILD +++ b/community/tig/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='Text-mode interface for Git.' depends=('git' 'ncurses') url='http://jonas.nitro.dk/tig/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz") md5sums=('adeb797a8320962eeb345a615257cbac') diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD index 19ba559f2..018ea0f39 100644 --- a/community/tilda/PKGBUILD +++ b/community/tilda/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tilda pkgver=0.9.6 pkgrel=6 pkgdesc="Linux terminal based on classic terminals from first person shooter games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tilda.sourceforge.net" license=('GPL') depends=('vte' 'confuse' 'libglade') diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index 1fa1f008a..be91eae05 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tinc pkgver=1.0.19 pkgrel=2 pkgdesc="VPN (Virtual Private Network) daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tinc-vpn.org/" license=('GPL') depends=('lzo2' 'openssl') diff --git a/community/tint2/PKGBUILD b/community/tint2/PKGBUILD index 09bc4aff4..c45639ddb 100644 --- a/community/tint2/PKGBUILD +++ b/community/tint2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tint2 pkgver=0.11 pkgrel=5 pkgdesc="A basic, good-looking task manager for WMs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/tint2/" license=('GPL2') conflicts=('ttm-svn' 'tint') diff --git a/community/tinycdb/PKGBUILD b/community/tinycdb/PKGBUILD index a405c0b48..9f30644e5 100644 --- a/community/tinycdb/PKGBUILD +++ b/community/tinycdb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tinycdb pkgver=0.77 pkgrel=4 pkgdesc="very fast and simple package for creating and reading constant data bases" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.corpit.ru/mjt/tinycdb.html" license=("GPL") depends=(glibc) diff --git a/community/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index cffd856ec..a6d782dca 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tinyproxy pkgver=1.8.3 pkgrel=5 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://banu.com/tinyproxy/' license=('GPL') makedepends=('asciidoc') diff --git a/community/tinyxml/PKGBUILD b/community/tinyxml/PKGBUILD index 10c5091dc..2c357ef0d 100644 --- a/community/tinyxml/PKGBUILD +++ b/community/tinyxml/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.6.2 pkgrel=2 pkgdesc="A simple, small, C++ XML parser that can be easily integrated into other programs." url='http://www.grinninglizard.com/tinyxml/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('zlib') depends=('gcc-libs') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz" diff --git a/community/tipp10/PKGBUILD b/community/tipp10/PKGBUILD index 96a77adbd..b8f17a823 100644 --- a/community/tipp10/PKGBUILD +++ b/community/tipp10/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tipp10 pkgver=2.1.0 pkgrel=4 pkgdesc="intelligent typing tutor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tipp10.com/" license=('GPL2') depends=('qt>=4.2.2') diff --git a/community/tix/PKGBUILD b/community/tix/PKGBUILD index fd24d859b..a8696e4e8 100644 --- a/community/tix/PKGBUILD +++ b/community/tix/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tix pkgver=8.4.3 pkgrel=4 pkgdesc="Tk Interface eXtension, a powerful set of user interface components" -arch=(i686 'x86_64') +arch=(i686 'x86_64' 'mips64el') url="http://tix.sourceforge.net/" license=("BSD") depends=('tk' 'libx11') diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD index b55b0a68d..bbb1b64c1 100644 --- a/community/tksystray/PKGBUILD +++ b/community/tksystray/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tksystray pkgver=0.1 pkgrel=5 pkgdesc="tksystray is compatible with freedesktop.org standarts systray for Tk" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tkabber.jabber.ru/tksystray" license=("GPL") depends=(tcl tk imlib) diff --git a/community/tktheme/PKGBUILD b/community/tktheme/PKGBUILD index b9eb32549..75e103881 100644 --- a/community/tktheme/PKGBUILD +++ b/community/tktheme/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tktheme pkgver=0.23 pkgrel=7 pkgdesc="A library to allow Tkabber docking in the system tray." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('tk' 'libxpm' 'libxmu') license=("GPL") source=(http://tkabber.jabber.ru/files/other/Tk_Theme-23.tgz) diff --git a/community/tls/PKGBUILD b/community/tls/PKGBUILD index 661973fe7..a12e807fb 100644 --- a/community/tls/PKGBUILD +++ b/community/tls/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tls pkgver=1.6 pkgrel=4 pkgdesc="OpenSSL extension to Tcl" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tls.sourceforge.net/" license=('GPL') depends=('tcl' 'openssl' 'awk') diff --git a/community/tmux/PKGBUILD b/community/tmux/PKGBUILD index eb7d55a06..69792e433 100644 --- a/community/tmux/PKGBUILD +++ b/community/tmux/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.7 pkgrel=1 pkgdesc='A terminal multiplexer' url='http://tmux.sourceforge.net/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('ncurses' 'libevent') source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index c18d2a065..191048044 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tmw pkgver=0.6.1 pkgrel=1 pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://themanaworld.org" license=('GPL') depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD index af56e5d39..781f88de4 100644 --- a/community/tnef/PKGBUILD +++ b/community/tnef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tnef pkgver=1.4.9 pkgrel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment" url="http://sourceforge.net/projects/tnef/" license=('GPL') diff --git a/community/tnftp/PKGBUILD b/community/tnftp/PKGBUILD index 6ca660613..1dfa52704 100644 --- a/community/tnftp/PKGBUILD +++ b/community/tnftp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tnftp pkgver=20100108 pkgrel=2 pkgdesc="NetBSD FTP client with several advanced features" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" license=('BSD') depends=('ncurses' 'dante') diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index 86d8a19a1..e5e46d471 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -9,7 +9,7 @@ _file=53357 pkgver=${_basever}.${_timestamp} pkgrel=1 pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tomoyo.sourceforge.jp' #url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818' license=('GPL') diff --git a/community/toolame/PKGBUILD b/community/toolame/PKGBUILD index 48e2f25fc..7e975d169 100644 --- a/community/toolame/PKGBUILD +++ b/community/toolame/PKGBUILD @@ -7,7 +7,7 @@ pkgname=toolame pkgver=02l pkgrel=9 pkgdesc="An optimized mpeg 1/2 layer 2 audio encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/toolame" license=('LGPL') depends=('glibc') diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 2bda18183..1d2be2c85 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tor pkgver=0.2.2.39 pkgrel=1 pkgdesc='Anonymizing overlay network.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.torproject.org/' license=('BSD') depends=('openssl' 'libevent' 'tsocks' 'bash') diff --git a/community/torch/PKGBUILD b/community/torch/PKGBUILD index 6ac1ae427..cc4fffb13 100644 --- a/community/torch/PKGBUILD +++ b/community/torch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=torch pkgver=3.1 pkgrel=3 pkgdesc="State of the art machine learning library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://packages.debian.org/source/lenny/torch3" license=('GPL') depends=(gcc-libs) diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 1cf1b6253..0d644cad8 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu') makedepends=('plib' 'mesa') options=('!makeflags') diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD index f5d373fa3..6839abcf0 100644 --- a/community/transset-df/PKGBUILD +++ b/community/transset-df/PKGBUILD @@ -6,7 +6,7 @@ pkgname=transset-df pkgver=6 pkgrel=3 pkgdesc="A patched version of X.Org's transset with added functionality." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://forchheimer.se/transset-df/' license=('GPL') depends=('libxcomposite' 'libxdamage' 'libxrender') diff --git a/community/trayion/PKGBUILD b/community/trayion/PKGBUILD index f09722bfc..e9b1ff964 100644 --- a/community/trayion/PKGBUILD +++ b/community/trayion/PKGBUILD @@ -6,7 +6,7 @@ pkgver="0.1.2" pkgrel=2 pkgdesc="FreeDesktop trayicon area for Ion3" url="http://code.google.com/p/trayion" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('libx11') makedepends=('make') diff --git a/community/tre/PKGBUILD b/community/tre/PKGBUILD index b54263570..0e7ab68e5 100644 --- a/community/tre/PKGBUILD +++ b/community/tre/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tre pkgver=0.8.0 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="POSIX compliant regexp matching library. Includes agrep for aproximate grepping." url="http://laurikari.net/tre" depends=('glibc') diff --git a/community/tremulous/PKGBUILD b/community/tremulous/PKGBUILD index f53fbc46f..81f0e46a4 100644 --- a/community/tremulous/PKGBUILD +++ b/community/tremulous/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=9 pkgdesc="A free team based FPS/RTS hybrid built on the ioq3 engine. Includes community updates." url="http://tremulous.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('sdl' 'openal>=1.7.411' 'libgl' "tremulous-data=$pkgver" "freetype2") makedepends=(mesa) diff --git a/community/trickle/PKGBUILD b/community/trickle/PKGBUILD index da1146356..5bafbb940 100644 --- a/community/trickle/PKGBUILD +++ b/community/trickle/PKGBUILD @@ -6,7 +6,7 @@ pkgname=trickle pkgver=1.07 pkgrel=6 pkgdesc="Lightweight userspace bandwidth shaper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://monkey.org/~marius/trickle" license=('BSD') depends=('libevent') diff --git a/community/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD index a1b216c8d..cda6b5b17 100644 --- a/community/tuxcards/PKGBUILD +++ b/community/tuxcards/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcards pkgver=2.2.1 pkgrel=2 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a structured manner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tuxcards.de" license=('GPL') depends=('qt') diff --git a/community/tuxcmd-modules/PKGBUILD b/community/tuxcmd-modules/PKGBUILD index 39a8b5dd2..fe0240868 100644 --- a/community/tuxcmd-modules/PKGBUILD +++ b/community/tuxcmd-modules/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcmd-modules pkgver=0.6.70 pkgrel=2 pkgdesc='Modules for Tux Commander' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tuxcmd.sourceforge.net/' license=('GPL') depends=('tuxcmd') diff --git a/community/tuxcmd/PKGBUILD b/community/tuxcmd/PKGBUILD index 5eefb36b3..140f31bc1 100644 --- a/community/tuxcmd/PKGBUILD +++ b/community/tuxcmd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcmd pkgver=0.6.70 pkgrel=4 pkgdesc='A GTK2 file manager with two panels' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tuxcmd.sourceforge.net/' license=('GPL') depends=('gtk2' 'hicolor-icon-theme') diff --git a/community/tuxguitar/PKGBUILD b/community/tuxguitar/PKGBUILD index 3da24b09c..a1fae110c 100644 --- a/community/tuxguitar/PKGBUILD +++ b/community/tuxguitar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2 pkgrel=5 _jdk=java-7-openjdk pkgdesc="multitrack guitar tablature editor and player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://www.herac.com.ar/contenidos/tuxguitar.html" url="http://sourceforge.net/projects/tuxguitar" license=('LGPL') diff --git a/community/tuxpaint/PKGBUILD b/community/tuxpaint/PKGBUILD index d0b06469d..6922a5706 100644 --- a/community/tuxpaint/PKGBUILD +++ b/community/tuxpaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tuxpaint pkgver=0.9.21 pkgrel=5 pkgdesc="Tux Paint is a free drawing program designed for young children." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tuxpaint.org" license=('GPL') backup=('etc/tuxpaint/tuxpaint.conf') diff --git a/community/tvision/PKGBUILD b/community/tvision/PKGBUILD index a07df4e45..0b89dcc1d 100644 --- a/community/tvision/PKGBUILD +++ b/community/tvision/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tvision pkgver=2.2.1_r1 pkgrel=2 pkgdesc="turbo vision library port (console interface)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://tvision.sourceforge.net" license=("GPL") depends=(gpm gcc-libs libxmu) diff --git a/community/tvtime/PKGBUILD b/community/tvtime/PKGBUILD index 00442105e..6f7b8a552 100644 --- a/community/tvtime/PKGBUILD +++ b/community/tvtime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tvtime pkgver=1.0.2 pkgrel=3 pkgdesc="A high quality television application for use with video capture cards" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tvtime.sourceforge.net/' license=('GPL' 'LGPL') depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv' diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD index 39725c602..2c37d9c3c 100644 --- a/community/twin/PKGBUILD +++ b/community/twin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=twin pkgver=0.6.2 pkgrel=3 pkgdesc="A text-mode window environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/twin/' license=('GPL2' 'LGPL2.1') depends=('gpm' 'zlib' 'libxpm') diff --git a/community/twolame/PKGBUILD b/community/twolame/PKGBUILD index 85c5d7c71..0eda2c079 100644 --- a/community/twolame/PKGBUILD +++ b/community/twolame/PKGBUILD @@ -7,7 +7,7 @@ pkgname=twolame pkgver=0.3.13 pkgrel=6 pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.twolame.org/" license=('LGPL') depends=('libsndfile') diff --git a/community/typespeed/PKGBUILD b/community/typespeed/PKGBUILD index a899715a1..0be3db773 100644 --- a/community/typespeed/PKGBUILD +++ b/community/typespeed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=typespeed pkgver=0.6.5 pkgrel=4 pkgdesc="Test your typing speed, and get your fingers' CPS." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://typespeed.sourceforge.net" license=('GPL') depends=('ncurses') diff --git a/community/ucarp/PKGBUILD b/community/ucarp/PKGBUILD index 90158ebc1..a1996e1d6 100644 --- a/community/ucarp/PKGBUILD +++ b/community/ucarp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ucarp pkgver=1.5.2 pkgrel=3 pkgdesc='UCARP is a portable implementation of the CARP protocol' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ucarp.org/project/ucarp' license=('GPL2') depends=('libpcap') diff --git a/community/ucl/PKGBUILD b/community/ucl/PKGBUILD index 43bcd1ee5..8ea619f4a 100644 --- a/community/ucl/PKGBUILD +++ b/community/ucl/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ucl pkgver=1.03 pkgrel=5 pkgdesc="Portable lossless data compression library written in ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.oberhumer.com/opensource/ucl/" options=(!libtool) diff --git a/community/ude/PKGBUILD b/community/ude/PKGBUILD index c878df59e..ce25824bf 100644 --- a/community/ude/PKGBUILD +++ b/community/ude/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ude pkgver=0.2.10a pkgrel=4 pkgdesc="Unix Desktop Environment is a GUI desktop environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libjpeg' 'libxmu' 'libxpm') url="http://udeproject.sourceforge.net/index.shtml" diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD index 7e4142bba..9b903be8d 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=udevil pkgver=0.3.4 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc='Mount and unmount without password' url='http://ignorantguru.github.com/udevil/' license=('GPL3') diff --git a/community/udunits/PKGBUILD b/community/udunits/PKGBUILD index 45657589d..edf46032f 100644 --- a/community/udunits/PKGBUILD +++ b/community/udunits/PKGBUILD @@ -6,7 +6,7 @@ pkgname=udunits pkgver=2.1.24 pkgrel=1 pkgdesc='A tool for calculations of physical quantities' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.unidata.ucar.edu/software/udunits/' license=('custom') options=('!libtool') diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 7c8fd1726..fcf4ad439 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -5,7 +5,7 @@ pkgname=uget pkgver=1.10.2 pkgrel=1 pkgdesc="GTK+ download manager featuring download classification and HTML import" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://urlget.sourceforge.net/" license=('LGPL') depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index 1c4110c3e..e78329277 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ulogd pkgver=2.0.1 pkgrel=3 pkgdesc='Userspace Packet Logging for netfilter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') depends=('libmnl' 'libnfnetlink') diff --git a/community/ultimate-ircd/PKGBUILD b/community/ultimate-ircd/PKGBUILD index 88aaeff64..cdbe120c7 100644 --- a/community/ultimate-ircd/PKGBUILD +++ b/community/ultimate-ircd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ultimate-ircd pkgver=3.0.2 pkgrel=6 pkgdesc="ultimate irc server" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.shadow-realm.org/" license=("GPL") depends=(glibc) diff --git a/community/uml_utilities/PKGBUILD b/community/uml_utilities/PKGBUILD index 958997347..a5620b335 100644 --- a/community/uml_utilities/PKGBUILD +++ b/community/uml_utilities/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uml_utilities pkgver=20070815 pkgrel=5 pkgdesc="User Mode Linux Utilities" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('fuse' 'readline' 'perl') url="http://user-mode-linux.sourceforge.net/" source=(http://user-mode-linux.sourceforge.net/${pkgname}_${pkgver}.tar.bz2) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 21921a415..494f52824 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('openssl' 'ldns') makedepends=('expat') diff --git a/community/unclutter/PKGBUILD b/community/unclutter/PKGBUILD index 263708422..8aa45a8c8 100644 --- a/community/unclutter/PKGBUILD +++ b/community/unclutter/PKGBUILD @@ -9,7 +9,7 @@ pkgver=8 pkgrel=8 pkgdesc="A small program for hiding the mouse cursor" url="http://ftp.x.org/contrib/utilities/unclutter-8.README" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('Public Domain') depends=('libxext') makedepends=('imake') diff --git a/community/unhide/PKGBUILD b/community/unhide/PKGBUILD index a8b35e112..598623562 100644 --- a/community/unhide/PKGBUILD +++ b/community/unhide/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unhide pkgver=20110113 pkgrel=3 pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.unhide-forensics.info/' license=('GPL3') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tgz") diff --git a/community/uniconvertor/PKGBUILD b/community/uniconvertor/PKGBUILD index 5a2c6f383..e1ee5d1d0 100644 --- a/community/uniconvertor/PKGBUILD +++ b/community/uniconvertor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uniconvertor pkgver=1.1.5 pkgrel=6 pkgdesc="A universal vector graphics translator using sK1 engine." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sk1project.org/modules.php?name=Products&product=uniconvertor" license=('GPL') depends=('python2' 'python2-imaging' 'python2-reportlab' 'sk1libs') diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD index 6306f4c92..4e8efd384 100644 --- a/community/unifdef/PKGBUILD +++ b/community/unifdef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unifdef pkgver=2.6 pkgrel=3 pkgdesc="Remove #ifdef'ed lines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://dotat.at/prog/unifdef/" license=('GPL') depends=() diff --git a/community/units/PKGBUILD b/community/units/PKGBUILD index 0fb0d9ff3..7f95ba95a 100644 --- a/community/units/PKGBUILD +++ b/community/units/PKGBUILD @@ -7,7 +7,7 @@ pkgname=units pkgver=2.00 pkgrel=2 pkgdesc="converts between different units" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/units/units.html" depends=('readline') license=("GPL") diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD index b407f1db3..80c070dc7 100644 --- a/community/unpaper/PKGBUILD +++ b/community/unpaper/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unpaper pkgver=0.4.2 pkgrel=1 pkgdesc="post-processing tool for scanned sheets of paper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://$pkgname.berlios.de/" url="https://github.com/Flameeyes/unpaper" license="GPL" diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index 87ec6cc8d..4b19e62fd 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unrealircd pkgver=3.2.9 pkgrel=4 pkgdesc="Open Source IRC Server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://unrealircd.com" license=('GPL2') depends=('openssl' 'curl' 'c-ares') diff --git a/community/unrtf/PKGBUILD b/community/unrtf/PKGBUILD index 1b3950de9..bce1f2817 100644 --- a/community/unrtf/PKGBUILD +++ b/community/unrtf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=unrtf pkgver=0.21.2 pkgrel=1 pkgdesc="Command-line program which converts RTF documents to other formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/unrtf/unrtf.html" license=('GPL3') depends=('glibc') diff --git a/community/unshield/PKGBUILD b/community/unshield/PKGBUILD index b549269c0..5e95a493b 100644 --- a/community/unshield/PKGBUILD +++ b/community/unshield/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unshield pkgver=0.6 pkgrel=3 pkgdesc="Extracts CAB files from InstallShield installers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/synce/files/" license=('custom') depends=('zlib') diff --git a/community/uptimed/PKGBUILD b/community/uptimed/PKGBUILD index 12ae4bb73..3f6ae3fa8 100644 --- a/community/uptimed/PKGBUILD +++ b/community/uptimed/PKGBUILD @@ -8,7 +8,7 @@ pkgname=uptimed pkgver=0.3.17 pkgrel=2 pkgdesc="A system uptime record daemon" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://podgorny.cz/uptimed/" license=('GPL') depends=('glibc' 'bash') diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index b6242a652..e50838122 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=upx pkgver=3.08 pkgrel=1 pkgdesc='Ultimate executable compressor.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' license=('GPL') depends=('zlib') diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD index a9b851ba9..79d3c0c74 100644 --- a/community/uqm/PKGBUILD +++ b/community/uqm/PKGBUILD @@ -9,7 +9,7 @@ pkgname=uqm pkgver=0.7.0 pkgrel=2 pkgdesc="The Ur-Quan Masters is a port of Star Control 2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sc2.sf.net/" license=('GPL') depends=('libmikmod' 'libvorbis' 'sdl_image' 'libgl') diff --git a/community/uriparser/PKGBUILD b/community/uriparser/PKGBUILD index 8f78d72e2..a1433e81b 100644 --- a/community/uriparser/PKGBUILD +++ b/community/uriparser/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="uriparser is a strictly RFC 3986 compliant URI parsing library. uripars url="http://sourceforge.net/projects/uriparser/" depends=(glibc) makedepends=(doxygen) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2) md5sums=('4f4349085fe5de33bcae8d0f26649593') diff --git a/community/usb_modeswitch/PKGBUILD b/community/usb_modeswitch/PKGBUILD index 3458739e9..dfa2f6aee 100644 --- a/community/usb_modeswitch/PKGBUILD +++ b/community/usb_modeswitch/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.2.4 pkgrel=1 _pkgdata=20120815 pkgdesc="Activating switchable USB devices on Linux." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.draisberghof.de/usb_modeswitch/" license=('GPL') depends=('libusb-compat' 'tcl') diff --git a/community/ushare/PKGBUILD b/community/ushare/PKGBUILD index 1a2dad59d..597b1541f 100644 --- a/community/ushare/PKGBUILD +++ b/community/ushare/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=18 pkgdesc="A free UPnP A/V Media Server for Linux" url="http://ushare.geexbox.org" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libupnp' 'libdlna' 'sudo') backup=('etc/ushare/ushare.conf' 'etc/conf.d/ushare') diff --git a/community/ussp-push/PKGBUILD b/community/ussp-push/PKGBUILD index 5a8f1e3a7..950caff8a 100644 --- a/community/ussp-push/PKGBUILD +++ b/community/ussp-push/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ussp-push pkgver=0.11 pkgrel=4 pkgdesc="OBEX object pusher for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://xmailserver.org/ussp-push.html" depends=('openobex') diff --git a/community/ustr/PKGBUILD b/community/ustr/PKGBUILD index 932534f52..100685dd8 100644 --- a/community/ustr/PKGBUILD +++ b/community/ustr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ustr pkgver=1.0.4 pkgrel=3 pkgdesc="micro string API for C" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.and.org/ustr/" license=('GPL') depends=('glibc') diff --git a/community/uucp/PKGBUILD b/community/uucp/PKGBUILD index 065fee173..85ad36a75 100644 --- a/community/uucp/PKGBUILD +++ b/community/uucp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uucp pkgver=1.07 pkgrel=3 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gnu.org/software/uucp/uucp.html" license=('GPL') makedepends=('wget' 'sed' 'grep') diff --git a/community/uudeview/PKGBUILD b/community/uudeview/PKGBUILD index 1123c1614..6e3ef0d5b 100644 --- a/community/uudeview/PKGBUILD +++ b/community/uudeview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uudeview pkgver=0.5.20 pkgrel=10 pkgdesc="UUDeview helps transmitting & receiving binary files using mail or newsgroups. Includes library files." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fpx.de/fp/Software/UUDeview/" license=('GPL') optdepends=('tk: for GUI') diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD index 725ff0e0d..f12f1d623 100644 --- a/community/uzbl/PKGBUILD +++ b/community/uzbl/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=uzbl pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed') pkgver=2012.05.14 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.uzbl.org" license=('GPL3') makedepends=('pkgconfig' 'libwebkit>=1.3.13') diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD index fbd71ddfe..38e2f8657 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -7,11 +7,11 @@ pkgname=vamps pkgver=0.99.2 pkgrel=9 pkgdesc='Very fast requantisizing tool for backup DVDs' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://vamps.sourceforge.net' license=('GPL2') depends=('libdvdread') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/Vamps/${pkgname}-${pkgver}.tar.gz") md5sums=('7d438185a2ae95ebb245472d9fa47d06') build() { diff --git a/community/vbetool/PKGBUILD b/community/vbetool/PKGBUILD index 1eb2b244c..d39993d3b 100644 --- a/community/vbetool/PKGBUILD +++ b/community/vbetool/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc="Uses lrmi in order to run code from the video BIOS" url="http://www.srcf.ucam.org/~mjg59/vbetool/" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib' 'libx86') makedepends=('pciutils') source=("http://www.codon.org.uk/~mjg59/${pkgname}/download/${pkgname}-${pkgver}.tar.gz") diff --git a/community/vbindiff/PKGBUILD b/community/vbindiff/PKGBUILD index e352faf92..a28d7489a 100644 --- a/community/vbindiff/PKGBUILD +++ b/community/vbindiff/PKGBUILD @@ -6,7 +6,7 @@ pkgname=vbindiff pkgver=3.0_beta4 pkgrel=3 pkgdesc="displays files in hexadecimal and ASCII (or EBCDIC) and highlight the differences between them" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cjmweb.net/vbindiff/" license=('GPL') depends=('gcc-libs' 'ncurses') diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD index 16a65b9b7..2ced9f72c 100644 --- a/community/vhba-module/PKGBUILD +++ b/community/vhba-module/PKGBUILD @@ -8,7 +8,7 @@ pkgver=20120422 _extramodules=extramodules-3.4-ARCH pkgrel=4 pkgdesc="Kernel module that emulates SCSI devices" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') depends=('linux>=3.4' 'linux<3.5') diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD index 06692a29a..16c166afb 100644 --- a/community/vidalia/PKGBUILD +++ b/community/vidalia/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.2.20 pkgrel=2 pkgdesc="Controller GUI for Tor" url="https://www.torproject.org/vidalia" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('geoip' 'qt' 'tor') makedepends=('cmake') diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD index cf29740da..b0695e908 100644 --- a/community/viewnior/PKGBUILD +++ b/community/viewnior/PKGBUILD @@ -7,7 +7,7 @@ pkgname=viewnior pkgver=1.3 pkgrel=1 pkgdesc="A simple, fast and elegant image viewer program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xsisqox.github.com/Viewnior/" license=('GPL3') depends=('gtk2>=2.12') diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD index 56413a611..37ad57e17 100644 --- a/community/vifm/PKGBUILD +++ b/community/vifm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vifm pkgver=0.7.4a pkgrel=1 pkgdesc="Ncurses based file manager with vi like keybindings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vifm.sourceforge.net/" license=('GPL') depends=('ncurses' 'gtk2') diff --git a/community/viking/PKGBUILD b/community/viking/PKGBUILD index e9f8b27f5..e497c2e6b 100644 --- a/community/viking/PKGBUILD +++ b/community/viking/PKGBUILD @@ -7,7 +7,7 @@ pkgname=viking pkgver=1.3.2.1 pkgrel=1 pkgdesc="GTK+2 application to manage GPS data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://viking.sourceforge.net/" license=('GPL2') depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel') diff --git a/community/vile/PKGBUILD b/community/vile/PKGBUILD index 3b3043fb1..189f1d3b8 100644 --- a/community/vile/PKGBUILD +++ b/community/vile/PKGBUILD @@ -6,7 +6,7 @@ pkgver=9.8_i _basever=9.8 pkgrel=1 pkgdesc="vi like emacs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://invisible-island.net/vile/vile.html" depends=('ncurses') license=('custom') diff --git a/community/virtviewer/PKGBUILD b/community/virtviewer/PKGBUILD index 0ad3fb7af..50acdd99b 100644 --- a/community/virtviewer/PKGBUILD +++ b/community/virtviewer/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A lightweight interface for interacting with the graphical display of v depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt') makedepends=('intltool') url="http://virt-manager.et.redhat.com" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz") md5sums=('43c269da571e65b12421b6fc9f871e98') diff --git a/community/visitors/PKGBUILD b/community/visitors/PKGBUILD index b9ad7302f..af4790b6e 100644 --- a/community/visitors/PKGBUILD +++ b/community/visitors/PKGBUILD @@ -7,7 +7,7 @@ pkgname=visitors pkgver=0.7 pkgrel=3 pkgdesc='A very fast web log analyzer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hping.org/visitors/" license=('GPL2' 'custom') depends=('glibc') diff --git a/community/vlock/PKGBUILD b/community/vlock/PKGBUILD index 0e79a7875..7beb1f60e 100644 --- a/community/vlock/PKGBUILD +++ b/community/vlock/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.3 pkgrel=1 pkgdesc="A small console locking program" url="http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('pam') install=vlock.install diff --git a/community/vmoviedb/PKGBUILD b/community/vmoviedb/PKGBUILD index 7b6219b26..5aeccb3db 100644 --- a/community/vmoviedb/PKGBUILD +++ b/community/vmoviedb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vmoviedb pkgver=0.1.5 pkgrel=5 pkgdesc="A movie collection manager for the Gnome desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vmoviedb.sourceforge.net" license=('GPL') depends=('libgnomeui' 'gconf>=2.18.0.1-4' 'desktop-file-utils') diff --git a/community/vnstat/PKGBUILD b/community/vnstat/PKGBUILD index c6efc2d18..355eedeee 100644 --- a/community/vnstat/PKGBUILD +++ b/community/vnstat/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vnstat pkgver=1.11 pkgrel=3 pkgdesc="A console-based network traffic monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://humdi.net/vnstat/" license=('GPL') depends=('bash') diff --git a/community/vobcopy/PKGBUILD b/community/vobcopy/PKGBUILD index f1446abd2..6760ee59c 100644 --- a/community/vobcopy/PKGBUILD +++ b/community/vobcopy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vobcopy pkgver=1.2.0 pkgrel=4 pkgdesc="Copies DVD .vob files to harddisk, decrypting them on the way" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vobcopy.org" license=('GPL2') depends=('libdvdread' 'libdvdcss') diff --git a/community/volumeicon/PKGBUILD b/community/volumeicon/PKGBUILD index 574ebfbde..24abc2b05 100644 --- a/community/volumeicon/PKGBUILD +++ b/community/volumeicon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=volumeicon pkgver=0.4.6 pkgrel=4 pkgdesc="Volume control for your system tray" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://softwarebakery.com/maato/volumeicon.html" license=('GPL3') depends=('gtk2>=2.16.0' 'alsa-lib' 'libnotify') diff --git a/community/vorbisgain/PKGBUILD b/community/vorbisgain/PKGBUILD index 6853e7379..58b5aee84 100644 --- a/community/vorbisgain/PKGBUILD +++ b/community/vorbisgain/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vorbisgain pkgver=0.37 pkgrel=3 pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sjeng.org/vorbisgain.html" license=('GPL') depends=('libvorbis') diff --git a/community/vorbissimple/PKGBUILD b/community/vorbissimple/PKGBUILD index 53976371d..c07291a36 100644 --- a/community/vorbissimple/PKGBUILD +++ b/community/vorbissimple/PKGBUILD @@ -6,7 +6,7 @@ pkgname=vorbissimple pkgver=0.0.2 pkgrel=3 pkgdesc="A Vorbis decoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kamaelia.sourceforge.net" license=('GPL') options=('!libtool') diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD index fdff92bbd..43c26e6a0 100644 --- a/community/vsftpd/PKGBUILD +++ b/community/vsftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vsftpd pkgver=3.0.2 pkgrel=1 pkgdesc="Very Secure FTP daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://security.appspot.com/vsftpd.html" license=('GPL2') depends=('openssl') diff --git a/community/vym/PKGBUILD b/community/vym/PKGBUILD index 5be932d1c..69f76eafe 100644 --- a/community/vym/PKGBUILD +++ b/community/vym/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vym pkgver=2.2.4 pkgrel=1 pkgdesc="A mindmapping tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.insilmaril.de/vym/" license=('GPL') depends=('qt' 'unzip' 'zip') diff --git a/community/vyqchat/PKGBUILD b/community/vyqchat/PKGBUILD index 9e8a0dc5a..fc504490d 100644 --- a/community/vyqchat/PKGBUILD +++ b/community/vyqchat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=vyqchat pkgver=0.2.8 pkgrel=4 pkgdesc="vypress compatible qt chat (can work without server)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linux.bydg.org/~yogin/" license=('GPL') depends=('qt3' 'libao' 'libxi') diff --git a/community/w3cam/PKGBUILD b/community/w3cam/PKGBUILD index d0e0dcc6d..fa507841f 100644 --- a/community/w3cam/PKGBUILD +++ b/community/w3cam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=w3cam pkgver=0.7.2 pkgrel=10 pkgdesc="a small and fast CGI program to retrieve images from a video4linux device." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mpx.freeshell.net/" license=('GPL') depends=('libpng' 'libjpeg') diff --git a/community/warmux/PKGBUILD b/community/warmux/PKGBUILD index 1f266bf67..65e5012a8 100644 --- a/community/warmux/PKGBUILD +++ b/community/warmux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=warmux pkgver=11.04.1 pkgrel=5 pkgdesc="A clone of the worms game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.wormux.org/" license=('GPL') makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx>=2.0.24' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'curl>=7.16.2' 'gcc-libs' 'libxml2') diff --git a/community/warsow/PKGBUILD b/community/warsow/PKGBUILD index 306c6e2d9..277cc05e8 100644 --- a/community/warsow/PKGBUILD +++ b/community/warsow/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine" url="http://www.warsow.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64') depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm' 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora') makedepends=('mesa' 'openal' 'imagemagick' 'gendesk') optdepends=('openal: for openal audio support') diff --git a/community/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD index 4b333fa1c..148370ccb 100644 --- a/community/warzone2100/PKGBUILD +++ b/community/warzone2100/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.3.9 pkgrel=3 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('sdl' 'openal' 'libpng' 'libvorbis' 'libtheora' 'physfs' 'quesoglc' 'popt' 'ttf-dejavu') makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip' 'asciidoc') diff --git a/community/wavegain/PKGBUILD b/community/wavegain/PKGBUILD index 183516e86..cc7ee70fb 100644 --- a/community/wavegain/PKGBUILD +++ b/community/wavegain/PKGBUILD @@ -7,7 +7,7 @@ _realname=WaveGain pkgver=1.3.1 pkgrel=1 pkgdesc="A command line tool to normalize sound files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rarewares.org/others.php" license=('LGPL') depends=('libsndfile') diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD index 3d20bcbd6..65bc5a498 100644 --- a/community/wbar/PKGBUILD +++ b/community/wbar/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wbar pkgver=2.3.4 pkgrel=1 pkgdesc="A quick launch bar developed with speed in mind" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/wbar" license=('GPL') depends=('libglade' 'imlib2' 'gcc-libs') diff --git a/community/wdm/PKGBUILD b/community/wdm/PKGBUILD index e5391a139..d1f70cf68 100644 --- a/community/wdm/PKGBUILD +++ b/community/wdm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=wdm pkgver=1.28 pkgrel=6 pkgdesc="An replacement X window display manager similar to, and based on XDM" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('windowmaker' 'pam' 'bash' 'libxmu') license=('GPL') source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2) diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD index 4b2310ea9..31f6df433 100644 --- a/community/webfs/PKGBUILD +++ b/community/webfs/PKGBUILD @@ -9,7 +9,7 @@ pkgname=webfs pkgver=1.21 pkgrel=8 pkgdesc="Simple and instant http server for mostly static content." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://linux.bytesex.org/misc/webfs.html" license=("GPL") depends=('mime-types' 'openssl') diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD index b4a28fd15..46c336e42 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -8,7 +8,7 @@ pkgver=17 _realver=build17 pkgrel=5 pkgdesc="A realtime strategy game with emphasis on economy and transport" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://widelands.org/" license=('GPL') depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua' 'glew' 'python2') diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD index f2bf963fc..cf5676443 100644 --- a/community/windowlab/PKGBUILD +++ b/community/windowlab/PKGBUILD @@ -8,7 +8,7 @@ pkgname=windowlab pkgver=1.40 pkgrel=3 pkgdesc="A small and simple window manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nickgravgaard.com/windowlab" license=('GPL') depends=('xorg-server' 'libxft' 'libxext') diff --git a/community/winefish/PKGBUILD b/community/winefish/PKGBUILD index b08aeba86..1a098a70a 100644 --- a/community/winefish/PKGBUILD +++ b/community/winefish/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.3.3 pkgrel=11 pkgdesc="LaTeX editor based on Bluefish with auto-completion and syntax highlighting" url="http://winefish.berlios.de/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk2' 'desktop-file-utils' 'shared-mime-info') makedepends=('pkgconfig') diff --git a/community/wkhtmltopdf/PKGBUILD b/community/wkhtmltopdf/PKGBUILD index 14c05a4e8..92f24f434 100644 --- a/community/wkhtmltopdf/PKGBUILD +++ b/community/wkhtmltopdf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=wkhtmltopdf pkgver=0.9.9 pkgrel=2 pkgdesc="Simple shell utility to convert html to pdf using the webkit rendering engine, and qt" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/wkhtmltopdf/" license=('GPL3') depends=('qtwebkit') diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD index 92cb2c484..a4a8a9af6 100644 --- a/community/wmctrl/PKGBUILD +++ b/community/wmctrl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.07 pkgrel=3 pkgdesc="Control your EWMH compliant window manager from command line" url="http://sweb.cz/tripie/utils/wmctrl/" -arch=('i686' 'x86_64') +arch=('i686' 'mips64el') license=('GPL') depends=(libxmu glib2) source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz @@ -27,4 +27,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir/usr" install } - diff --git a/community/wmii/PKGBUILD b/community/wmii/PKGBUILD index 84407f57c..76d8a85a0 100644 --- a/community/wmii/PKGBUILD +++ b/community/wmii/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wmii pkgver=3.9.2 pkgrel=3 pkgdesc="A small, dynamic window manager for X11" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') url="http://wmii.suckless.org/" depends=('libxft' 'libxrandr' 'libxinerama' 'dash') diff --git a/community/wmname/PKGBUILD b/community/wmname/PKGBUILD index 599d35733..778e1f94a 100644 --- a/community/wmname/PKGBUILD +++ b/community/wmname/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="An utility to set the name of your window manager" url="http://tools.suckless.org/wmname" license=('custom') depends=('libx11') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz") md5sums=('6903d299f84d335e529fbd2c1d6e49fe') diff --git a/community/wol/PKGBUILD b/community/wol/PKGBUILD index 1920390a7..b5d778ac6 100644 --- a/community/wol/PKGBUILD +++ b/community/wol/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wol pkgver=0.7.1 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant" license=("GPL") depends=() diff --git a/community/workrave/PKGBUILD b/community/workrave/PKGBUILD index db5a9b19b..862b91d3c 100644 --- a/community/workrave/PKGBUILD +++ b/community/workrave/PKGBUILD @@ -6,7 +6,7 @@ pkgname=workrave pkgver=1.9.4 pkgrel=3 pkgdesc="a tool to help RSI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://workrave.org" depends=('libxtst' 'gtkmm' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice') diff --git a/community/wput/PKGBUILD b/community/wput/PKGBUILD index dfcfdba7d..5a158476c 100644 --- a/community/wput/PKGBUILD +++ b/community/wput/PKGBUILD @@ -7,7 +7,7 @@ pkgname=wput pkgver=0.6.2 pkgrel=2 pkgdesc="A command line tool to upload files to FTP site, the opposite to wget" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wput.sourceforge.net/" depends=('gnutls>=2.4.1') license=('GPL') diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 466570808..1c4c18683 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.2.3rc2 _pkgver=3.2.3-rc2 pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.webtoolkit.eu/" license=('GPL') depends=('boost-libs') diff --git a/community/wvdial/PKGBUILD b/community/wvdial/PKGBUILD index eedb8df9f..421201e1d 100644 --- a/community/wvdial/PKGBUILD +++ b/community/wvdial/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.61 pkgrel=4 pkgdesc="A dialer program to connect to the Internet" url="http://alumnit.ca/wiki/index.php?page=WvDial" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') depends=('wvstreams' 'ppp' 'gcc-libs') makedepends=('lockdev') diff --git a/community/wvstreams/PKGBUILD b/community/wvstreams/PKGBUILD index 02488b789..0f7797cd2 100644 --- a/community/wvstreams/PKGBUILD +++ b/community/wvstreams/PKGBUILD @@ -7,7 +7,7 @@ pkgname=wvstreams pkgver=4.6.1 pkgrel=5 pkgdesc="A network programming library written in C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://alumnit.ca/wiki/?page=WvStreams" license=('LGPL') depends=('zlib' 'pam' 'xplc' 'openssl' 'readline') diff --git a/community/wxcam/PKGBUILD b/community/wxcam/PKGBUILD index 4364dd27a..974971d91 100644 --- a/community/wxcam/PKGBUILD +++ b/community/wxcam/PKGBUILD @@ -2,7 +2,7 @@ pkgname=wxcam pkgver=1.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=(GPL) pkgdesc="Webcam application for linux" # version of CImg library needed to compile wxcam - diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index 81973859a..30e04b55f 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wyrd pkgver=1.4.5 pkgrel=3 pkgdesc='A text-based front-end to Remind.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pessimization.com/software/wyrd/' license=('GPL') depends=('remind' 'ncurses') diff --git a/community/xalan-c/PKGBUILD b/community/xalan-c/PKGBUILD index c73848fca..e013f6b97 100644 --- a/community/xalan-c/PKGBUILD +++ b/community/xalan-c/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xalan-c pkgver=1.11_pre1153059 pkgrel=1 pkgdesc="A XSLT processor for transforming XML documents" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xml.apache.org/xalan-c" license=('APACHE') depends=('xerces-c') diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 4b007cc4b..20ea6bc91 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xapian-core pkgver=1.2.12 pkgrel=1 pkgdesc='Open source search engine library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.xapian.org/' license=('GPL') depends=('sh' 'gcc-libs' 'zlib' 'util-linux') diff --git a/community/xautolock/PKGBUILD b/community/xautolock/PKGBUILD index 9ab05243c..52b0e878d 100644 --- a/community/xautolock/PKGBUILD +++ b/community/xautolock/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xautolock pkgver=2.2 pkgrel=3 pkgdesc="An automatic X screen-locker/screen-saver" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="ftp://ibiblio.org/pub/Linux/X11/screensavers/" license=('GPL2') depends=('libxss') diff --git a/community/xautomation/PKGBUILD b/community/xautomation/PKGBUILD index 39472db42..b295b6e28 100644 --- a/community/xautomation/PKGBUILD +++ b/community/xautomation/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.05 pkgrel=2 pkgdesc='Controls X from the command line and does "visual scraping".' url='http://hoopajoo.net/projects/xautomation.html' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libpng' 'libxtst') source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz" diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD index b482c0973..113071c32 100644 --- a/community/xbindkeys/PKGBUILD +++ b/community/xbindkeys/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xbindkeys pkgver=1.8.5 pkgrel=2 pkgdesc="Launch shell commands with your keyboard or your mouse under X" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/xbindkeys/xbindkeys.html" license=('GPL') depends=('libx11' 'guile' 'tk') diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD index 35eb41181..3331e7cc0 100644 --- a/community/xboard/PKGBUILD +++ b/community/xboard/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xboard pkgver=4.6.2 pkgrel=3 pkgdesc="Graphical user interfaces for chess" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/xboard/" license=('GPL3') depends=('libxaw' 'gnuchess' 'texinfo' 'xdg-utils' diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index 092bcbb53..8e0309a83 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xcircuit pkgver=3.7.26 pkgrel=2 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencircuitdesign.com/xcircuit" license=('GPL2') depends=('tk' 'libxpm' 'zlib') @@ -17,7 +17,7 @@ md5sums=('6026f65a4bc327e5769157ffd1387342') build() { cd $srcdir/$pkgname-$pkgver - ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man + ./configure prefix=/usr --build=$CHOST --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man make make DESTDIR=$pkgdir install mkdir -p $pkgdir/usr/share/man/man1 diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 683559441..adcc5d09c 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xdebug pkgver=2.2.1 pkgrel=1 pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" license=('GPL') depends=('php') @@ -30,7 +30,7 @@ build() { make cd debugclient - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make make DESTDIR=$pkgdir install diff --git a/community/xdialog/PKGBUILD b/community/xdialog/PKGBUILD index ddc3a1601..d79e98a6f 100644 --- a/community/xdialog/PKGBUILD +++ b/community/xdialog/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.3.1 pkgrel=6 pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs" url="http://xdialog.dyns.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2') license=('GPL') source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2" diff --git a/community/xdiskusage/PKGBUILD b/community/xdiskusage/PKGBUILD index 71491ef78..e1d5683a1 100644 --- a/community/xdiskusage/PKGBUILD +++ b/community/xdiskusage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xdiskusage pkgver=1.48 pkgrel=7 pkgdesc="xdiskusage is a user-friendly program to show you what is using up all your disk space" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('fltk') makedepends=('libxi') license=('GPL') diff --git a/community/xdotool/PKGBUILD b/community/xdotool/PKGBUILD index 0ce58a37a..58913e176 100644 --- a/community/xdotool/PKGBUILD +++ b/community/xdotool/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xdotool pkgver=2.20110530.1 pkgrel=1 pkgdesc="Command-line X11 automation tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.semicomplete.com/projects/xdotool/" license=('BSD') depends=('libxtst' 'libxinerama') diff --git a/community/xemacs/PKGBUILD b/community/xemacs/PKGBUILD index e4dfec3e1..ce1655f78 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xemacs pkgver=21.5.32 pkgrel=1 pkgdesc="An highly customizable open source text editor and application development system forked from GNU Emacs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xemacs.org/" license=('GPL') depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'giflib') diff --git a/community/xerces-c/PKGBUILD b/community/xerces-c/PKGBUILD index 9048826b4..675146db1 100644 --- a/community/xerces-c/PKGBUILD +++ b/community/xerces-c/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xerces-c pkgver=3.1.1 pkgrel=3 pkgdesc="A validating XML parser written in a portable subset of C++." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xerces.apache.org/xerces-c" license=("APACHE") depends=('gcc-libs' 'curl') diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index 2498f4f8b..5ca0e3ab0 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xfe pkgver=1.33 pkgrel=1 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://roland65.free.fr/xfe" license=("GPL") depends=('fox') diff --git a/community/xfmedia/PKGBUILD b/community/xfmedia/PKGBUILD index aad13ec98..a3bece90b 100644 --- a/community/xfmedia/PKGBUILD +++ b/community/xfmedia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xfmedia pkgver=0.9.2 pkgrel=11 pkgdesc="xfce media player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://spuriousinterrupt.org/projects/xfmedia/" depends=('xine-lib' 'taglib' 'exo' 'libxtst' 'libxss' 'libxfcegui4' 'dbus-glib') diff --git a/community/xkbsel/PKGBUILD b/community/xkbsel/PKGBUILD index e6114985f..c292de3d6 100644 --- a/community/xkbsel/PKGBUILD +++ b/community/xkbsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xkbsel pkgver=0.13 pkgrel=5 pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.meduna.org/sw_xkbsel_en.html" license=('GPL') depends=('gdbm' 'libxaw') diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD index ef7c188bf..6922d467d 100644 --- a/community/xkeycaps/PKGBUILD +++ b/community/xkeycaps/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xkeycaps pkgver=2.46 pkgrel=6 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="XKeyCaps is a graphical front-end to xmodmap." url="http://www.jwz.org/xkeycaps/" license=('custom') diff --git a/community/xl2tpd/PKGBUILD b/community/xl2tpd/PKGBUILD index 0eaa673bb..7c9722fba 100644 --- a/community/xl2tpd/PKGBUILD +++ b/community/xl2tpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xl2tpd pkgver=1.3.0 pkgrel=3 pkgdesc="an open source implementation of the L2TP maintained by Xelerance Corporation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xelerance.com/services/software/xl2tpd/" license=('GPL') depends=('ppp') diff --git a/community/xloadimage/PKGBUILD b/community/xloadimage/PKGBUILD index 077f71eff..7917e5a8e 100644 --- a/community/xloadimage/PKGBUILD +++ b/community/xloadimage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xloadimage pkgver=4.1 pkgrel=12 pkgdesc="An utility to view many different types of images under X11" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') #url="http://world.std.com/~jimf/xloadimage.html" url="http://sioseis.ucsd.edu/xloadimage.html" license=("MIT") diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD index a0e8e4380..7372a74c6 100644 --- a/community/xlockmore/PKGBUILD +++ b/community/xlockmore/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xlockmore pkgver=5.40 pkgrel=3 pkgdesc="screen saver / locker for the X Window System" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('BSD') depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu) makedepends=(mesa) diff --git a/community/xml2/PKGBUILD b/community/xml2/PKGBUILD index ab1fdd7fc..409334ff4 100644 --- a/community/xml2/PKGBUILD +++ b/community/xml2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xml2 pkgver=0.4 pkgrel=2 pkgdesc="XML/Unix Processing Tools to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://www.ofb.net/~egnor/xml2/" license=("GPL") depends=("libxml2") diff --git a/community/xmldiff/PKGBUILD b/community/xmldiff/PKGBUILD index a041c92fa..657718686 100644 --- a/community/xmldiff/PKGBUILD +++ b/community/xmldiff/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmldiff pkgver=0.6.10 pkgrel=2 pkgdesc="A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.logilab.org/project/xmldiff/" license=('GPL2') depends=('python2' 'libxslt' 'jade') diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD index d1bb79e11..666f33ab2 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.32.2 pkgrel=1 epoch=1 pkgdesc='XML-RPC for C and C++' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://xmlrpc-c.sourceforge.net/' license=('custom') depends=('curl' 'libxml2') diff --git a/community/xmlstarlet/PKGBUILD b/community/xmlstarlet/PKGBUILD index b81f4a552..74067d1a6 100644 --- a/community/xmlstarlet/PKGBUILD +++ b/community/xmlstarlet/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xmlstarlet pkgver=1.3.1 pkgrel=1 pkgdesc="A set of tools to transform, query, validate, and edit XML documents" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmlstar.sourceforge.net/" license=('MIT') depends=('libxslt>=1.1.9') diff --git a/community/xmms-imms/PKGBUILD b/community/xmms-imms/PKGBUILD index 9ff793010..41c4ff9eb 100644 --- a/community/xmms-imms/PKGBUILD +++ b/community/xmms-imms/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmms-imms pkgver=3.1.0_rc8 pkgrel=3 pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=("GPL") url="http://imms.luminal.org/" depends=('xmms' 'pcre' 'sqlite3' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw') diff --git a/community/xmms-pulse/PKGBUILD b/community/xmms-pulse/PKGBUILD index 019e8a140..89fbad382 100644 --- a/community/xmms-pulse/PKGBUILD +++ b/community/xmms-pulse/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xmms-pulse pkgver=0.9.4 pkgrel=3 pkgdesc="An XMMS output plugin for the PulseAudio sound server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://0pointer.de/lennart/projects/xmms-pulse" license=('GPL') depends=('xmms' 'pulseaudio') diff --git a/community/xmms-volnorm/PKGBUILD b/community/xmms-volnorm/PKGBUILD index 01e680d1a..8251d3eab 100644 --- a/community/xmms-volnorm/PKGBUILD +++ b/community/xmms-volnorm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xmms-volnorm pkgver=0.8.3 pkgrel=5 pkgdesc="A XMMS plug-in to normalize the volume" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://volnorm.sourceforge.net/" license=('GPL') depends=('xmms') diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 6629ac7ee..3cc9f715b 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -5,15 +5,16 @@ pkgname=xmms2 pkgver=0.8DrO_o pkgrel=8 pkgdesc="complete rewrite of the popular music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmms2.org/" license=('LGPL') backup=('etc/conf.d/xmms2d.conf') depends=('sqlite' 'libmad') makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout' - 'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex' + 'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex' 'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 'libgme' 'avahi') +[ "$CARCH" = "mips64el" ] || makedepends+=('oss') optdepends=('alsa-lib: ALSA audio output' 'avahi: announce xmms2d via bonjour/mDNS/zeroconf' 'boost: C++ language bindings' @@ -33,9 +34,9 @@ optdepends=('alsa-lib: ALSA audio output' 'libshout: Icecast audio output' 'libvorbis: Ogg Vorbis support' 'libxml2: XSPF and podcast support' - 'mpg123: alternative MP3 plugin' - 'oss: OSS audio output' - 'perl: Perl language bindings' + 'mpg123: alternative MP3 plugin') +[ "$CARCH" = "mips64el" ] || optdepends+=('oss: OSS audio output') +optdepends+=('perl: Perl language bindings' 'pulseaudio: PulseAudio audio output' 'pyrex: Python language bindings' 'ruby: Ruby language bindings' diff --git a/community/xmmsctrl/PKGBUILD b/community/xmmsctrl/PKGBUILD index 10e4566d6..95839d1b1 100644 --- a/community/xmmsctrl/PKGBUILD +++ b/community/xmmsctrl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xmmsctrl pkgver=1.9 pkgrel=3 pkgdesc="An XMMS console control application" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.aau.dk/~adavid/utils/" license=("GPL") depends=('xmms') diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 0fcb9e753..2b61e3ba3 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') makedepends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-stm>=2.3' 'haskell-parsec>=3.1' 'haskell-mtl>=2') diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 095158c1d..2a849dfd9 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad-contrib pkgver=0.10 pkgrel=5 pkgdesc="Add-ons for xmonad" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.1' 'xmonad=0.10-5' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3') diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index d513338e3..f53853afc 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad pkgver=0.10 pkgrel=5 pkgdesc="Lightweight X11 tiled window manager written in Haskell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.1-1' 'gmp' 'haskell-x11=1.6.0.2' 'sh' 'haskell-mtl=2.1.2' 'haskell-utf8-string=0.3.7' 'haskell-extensible-exceptions') diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD index ad1c581a8..638a59ccf 100644 --- a/community/xmoto/PKGBUILD +++ b/community/xmoto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmoto pkgver=0.5.10 pkgrel=2 pkgdesc="A challenging 2D motocross platform game, where physics play an important role." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmoto.tuxfamily.org" license=('GPL') depends=('libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' diff --git a/community/xmoto/unistd.patch b/community/xmoto/unistd.patch new file mode 100644 index 000000000..5cc765449 --- /dev/null +++ b/community/xmoto/unistd.patch @@ -0,0 +1,12 @@ +*** src/helpers/System.cpp 2011-10-11 22:18:14.000000000 +0200 +--- src/helpers/System2.cpp 2012-06-10 12:13:10.899345562 +0200 +*************** +*** 24,29 **** +--- 24,30 ---- + #include "Log.h" + #include "VExcept.h" + #include <sstream> ++ #include <unistd.h> + + std::vector<std::string>* System::getDisplayModes(int windowed) { + std::vector<std::string>* modes = new std::vector<std::string>; diff --git a/community/xmove/PKGBUILD b/community/xmove/PKGBUILD index e1ac2aba5..e24d2b3d3 100644 --- a/community/xmove/PKGBUILD +++ b/community/xmove/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xmove pkgver=2.0beta2 pkgrel=5 pkgdesc="A tool to move X windows to different X servers, something like a GNU screen for X." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/archlinux-stuff/" license=('custom') depends=('libx11') diff --git a/community/xnc/PKGBUILD b/community/xnc/PKGBUILD index bba6b27df..74b6a4f11 100644 --- a/community/xnc/PKGBUILD +++ b/community/xnc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xnc pkgver=5.0.4 pkgrel=6 pkgdesc="X nortern captain file manager" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xnc.jinr.ru/" license=('GPL') depends=('gcc-libs' 'libpng' 'libtiff' 'libsm' 'libxext' 'libjpeg>=7') @@ -23,7 +23,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 <$srcdir/xnc-gcc44.patch patch -p1 <$srcdir/libpng15.patch - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make make DESTDIR="$pkgdir" install } diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index cbb49288a..3d5894c84 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnee pkgver=3.12 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sandklef.com/xnee/" license=('GPL3') depends=('gtk2' 'libgnomeui' 'libxtst') diff --git a/community/xosd/PKGBUILD b/community/xosd/PKGBUILD index 675b532d9..42d8a1c85 100644 --- a/community/xosd/PKGBUILD +++ b/community/xosd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xosd pkgver=2.2.14 pkgrel=5 pkgdesc="Displays text on your screen. On-Screen-Display-libs for some tools" -arch=('i686' 'x86_64') +arch=("i686" "x86_64" 'mips64el') license=('GPL2') url="http://www.ignavus.net/software.html" depends=('libxt' 'libxinerama' 'sh') diff --git a/community/xpacman/PKGBUILD b/community/xpacman/PKGBUILD index 532db840d..b537a2b74 100644 --- a/community/xpacman/PKGBUILD +++ b/community/xpacman/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xpacman pkgver=0.11 pkgrel=6 pkgdesc="X pacman game (use z x / ' q keys)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.ibiblio.org/pub/X11/contrib/games/" license=('custom') depends=(libx11) diff --git a/community/xpacman2/PKGBUILD b/community/xpacman2/PKGBUILD index 15ab053ba..17d28aa69 100644 --- a/community/xpacman2/PKGBUILD +++ b/community/xpacman2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xpacman2 pkgver=1.002 pkgrel=4 pkgdesc="another X pacman game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="ftp://ftp.nvg.unit.no/pub/pacman/" license=('GPL') depends=(libx11 ncurses gcc-libs) diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD index 08fc0854f..338d5972d 100644 --- a/community/xpad/PKGBUILD +++ b/community/xpad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xpad pkgver=4.1 pkgrel=1 pkgdesc="Stickies-like notes program" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('gtk2' 'libsm' 'librsvg') makedepends=('intltool') url="http://mterry.name/xpad/" diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD index acabe79ff..b9221c93e 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xplanet pkgver=1.3.0 pkgrel=1 pkgdesc="An Xearth wannabe" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xplanet.sourceforge.net/" license=('GPL') depends=('pango' 'libungif' 'libtiff' 'libxss') diff --git a/community/xplc/PKGBUILD b/community/xplc/PKGBUILD index bcd055e00..f31efdc52 100644 --- a/community/xplc/PKGBUILD +++ b/community/xplc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xplc pkgver=0.3.13 pkgrel=4 pkgdesc="Cross-Platform Lightweight Components" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xplc.sourceforge.net" license=('LGPL') depends=('gcc-libs') diff --git a/community/xrestop/PKGBUILD b/community/xrestop/PKGBUILD index 3ecb58312..141e97f53 100644 --- a/community/xrestop/PKGBUILD +++ b/community/xrestop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xrestop pkgver=0.4 pkgrel=4 pkgdesc="Uses the X-Resource extension to provide 'top' like statistics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freedesktop.org/wiki/Software/xrestop" license=('GPL') depends=('libxres' 'ncurses') diff --git a/community/xsel/PKGBUILD b/community/xsel/PKGBUILD index 4a4e361ee..7e945448d 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsel pkgver=1.2.0 pkgrel=5 pkgdesc="XSel is a command-line program for getting and setting the contents of the X selection" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.vergenet.net/~conrad/software/xsel/" license=("custom") depends=('libx11') diff --git a/community/xsensors/PKGBUILD b/community/xsensors/PKGBUILD index 16a329b5e..c061523d2 100644 --- a/community/xsensors/PKGBUILD +++ b/community/xsensors/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xsensors pkgver=0.70 pkgrel=3 pkgdesc="X11 interface to lm_sensors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.linuxhardware.org/xsensors/" license=('GPL') depends=('gtk2' 'lm_sensors') diff --git a/community/xsettings-client/PKGBUILD b/community/xsettings-client/PKGBUILD index afef330ad..4b259f6e8 100644 --- a/community/xsettings-client/PKGBUILD +++ b/community/xsettings-client/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsettings-client pkgver=0.10 pkgrel=6 pkgdesc="Provides cross toolkit configuration settings such as theme parameters" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://matchbox-project.org" depends=('libx11') diff --git a/community/xtmsplit/PKGBUILD b/community/xtmsplit/PKGBUILD index c1d0c5a70..e69bf849c 100644 --- a/community/xtmsplit/PKGBUILD +++ b/community/xtmsplit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xtmsplit pkgver=0.2 pkgrel=3 pkgdesc="Xtremsplit-compliant file splitter/merger" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.software.caelistis.be/" license=('GPL') depends=('glibc') diff --git a/community/xvidcap/PKGBUILD b/community/xvidcap/PKGBUILD index 6d68a48a9..52f8f4622 100644 --- a/community/xvidcap/PKGBUILD +++ b/community/xvidcap/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xvidcap pkgver=1.1.7 pkgrel=4 pkgdesc="A small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://xvidcap.sourceforge.net/" depends=('dbus-glib' 'lame' 'libxmu' 'libglade' 'ffmpeg' 'dbus') diff --git a/community/xvkbd/PKGBUILD b/community/xvkbd/PKGBUILD index 97803208a..631d31c17 100644 --- a/community/xvkbd/PKGBUILD +++ b/community/xvkbd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xvkbd pkgver=3.3 pkgrel=1 pkgdesc="virtual (graphical) keyboard program for X Window System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homepage3.nifty.com/tsato/xvkbd/" license=('GPL') depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm') diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD index cb9956ecb..b5583dc3d 100644 --- a/community/xwax/PKGBUILD +++ b/community/xwax/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xwax pkgver=1.2 pkgrel=1 pkgdesc='Open-source vinyl emulation software for Linux.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.xwax.co.uk/' license=('GPL') depends=('alsa-lib' 'sdl_ttf' 'ttf-dejavu') diff --git a/community/xxkb/PKGBUILD b/community/xxkb/PKGBUILD index 4bcf2b771..ee9bd7c19 100644 --- a/community/xxkb/PKGBUILD +++ b/community/xxkb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xxkb pkgver=1.11 pkgrel=4 pkgdesc="keyboard layout switcher/indicator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/xxkb/" license=('PerlArtistic') depends=('libxpm') diff --git a/community/yacpi/PKGBUILD b/community/yacpi/PKGBUILD index 81721db51..e484be041 100644 --- a/community/yacpi/PKGBUILD +++ b/community/yacpi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yacpi pkgver=3.0.1 pkgrel=3 pkgdesc="ncurses-based acpi monitor." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ngolde.de/yacpi.html" license=('GPL') depends=(ncurses libacpi) diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index 19ba20943..204be06b7 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yagf pkgver=0.9.2 pkgrel=2 pkgdesc="QT4-based GUI for Cuneiform and Tesseract OCRs" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://symmetrica.net/cuneiform-linux/yagf-en.html" license=('GPL') depends=('qt>=4.3' 'aspell') diff --git a/community/yajl/PKGBUILD b/community/yajl/PKGBUILD index 8eb588368..19aedc0be 100644 --- a/community/yajl/PKGBUILD +++ b/community/yajl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=yajl pkgver=2.0.4 pkgrel=1 pkgdesc='Yet Another JSON Library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://lloyd.github.com/yajl/' license=('ISC') makedepends=('cmake') diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD index c14cb52c8..ee79f87fb 100644 --- a/community/yaml-cpp/PKGBUILD +++ b/community/yaml-cpp/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.3.0 pkgrel=1 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec" url="http://code.google.com/p/yaml-cpp/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') makedepends=('cmake') source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz) diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD index 8df9e3b66..6a2ab49a2 100644 --- a/community/yaws/PKGBUILD +++ b/community/yaws/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yaws pkgver=1.92 pkgrel=2 pkgdesc='Yet Another Web Server -- The pure Erlang HTTP server/framework' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://yaws.hyber.org/' license=('BSD') depends=('pam' 'erlang') diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD index a0ac79479..660f0b235 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yaz pkgver=4.2.43 pkgrel=1 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.indexdata.dk/yaz" license=('BSD') depends=('openssl' 'libxslt' 'icu') diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD index fce4581e6..7cf0da43b 100644 --- a/community/zathura-djvu/PKGBUILD +++ b/community/zathura-djvu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura-djvu pkgver=0.2.1 pkgrel=1 pkgdesc="Adds DjVu support to zathura by using the djvulibre library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/" license=('custom') depends=('djvulibre' 'zathura') diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD index b1320b1cb..f3bbe0607 100644 --- a/community/zathura-pdf-poppler/PKGBUILD +++ b/community/zathura-pdf-poppler/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura-pdf-poppler pkgver=0.2.1 pkgrel=1 pkgdesc="Adds pdf support to zathura by using the poppler engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/" license=('custom') depends=('poppler-glib' 'zathura') diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD index 8f8b2cbdb..28da12740 100644 --- a/community/zathura-ps/PKGBUILD +++ b/community/zathura-ps/PKGBUILD @@ -6,11 +6,11 @@ pkgname=zathura-ps pkgver=0.2.0 pkgrel=1 pkgdesc="Adds ps support to zathura by using the libspectre library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-ps/" license=('custom') depends=('libspectre' 'zathura') -source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz) +source=(http://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz) md5sums=('aaec6d2abad1f557b38aaad26d86fb64') build(){ diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 38c71a492..9f9add1e1 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura pkgver=0.2.1 pkgrel=2 pkgdesc="a document viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pwmt.org/projects/zathura/" license=('custom') depends=('girara-gtk2' 'cairo' 'sqlite') diff --git a/community/zaz/PKGBUILD b/community/zaz/PKGBUILD index 7a4684d6d..c3ce418d0 100644 --- a/community/zaz/PKGBUILD +++ b/community/zaz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zaz pkgver=1.0.0 pkgrel=3 pkgdesc="Puzzle game where the player has to arrange balls in triplets." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/zaz/" license=('GPL3' 'custom:CCBYSA') depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora' 'desktop-file-utils') diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index cea3eba27..a3b216b74 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zeromq pkgver=2.2.0 pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.zeromq.org" license=('LGPL') depends=('gcc-libs' 'util-linux') diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index 362fe2348..94811a9bd 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('c-ares' 'libsasl') #makedepends=('swig' 'tcl' 'python' 'perl') makedepends=('tcl' 'python' 'perl') |