summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:07:43 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:07:43 -0300
commit509bf50c73444930b6f57c42678ec22e7de82c88 (patch)
treee8380caa110e6344106aa965d0e8df24b12b368e
parent4c16587eb7c30d3711461153659677c2c3facc26 (diff)
parent9f0bd36e050062ec40e4e957ca7f81ff14b38551 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
-rw-r--r--community/gtksourceviewmm/PKGBUILD2
-rw-r--r--community/kakasi/PKGBUILD2
-rw-r--r--community/lrzip/PKGBUILD2
-rw-r--r--community/lsscsi/PKGBUILD2
-rw-r--r--community/lxc/PKGBUILD2
-rw-r--r--community/lxmusic/PKGBUILD2
-rw-r--r--community/mcelog/PKGBUILD2
-rw-r--r--community/mdf2iso/PKGBUILD2
-rw-r--r--community/mingetty/PKGBUILD2
-rw-r--r--community/minitube/PKGBUILD2
-rw-r--r--community/nautilus-sound-converter/PKGBUILD2
-rw-r--r--community/netselect/PKGBUILD2
-rw-r--r--community/nmon/PKGBUILD2
-rw-r--r--community/odt2txt/PKGBUILD2
-rw-r--r--community/onboard/PKGBUILD2
-rw-r--r--community/openthreads/PKGBUILD2
-rw-r--r--community/os-prober/PKGBUILD8
-rw-r--r--community/packeth/PKGBUILD2
-rw-r--r--community/pam-krb5/PKGBUILD6
-rw-r--r--community/par2cmdline/PKGBUILD2
-rw-r--r--community/parole/PKGBUILD2
-rw-r--r--community/picocom/PKGBUILD2
-rw-r--r--community/pidgin-talkfilters/PKGBUILD2
-rw-r--r--community/pidgin-toobars/PKGBUILD2
-rwxr-xr-xcommunity/pigz/PKGBUILD2
-rw-r--r--community/pinfo/PKGBUILD1
-rw-r--r--community/prelink/PKGBUILD2
-rw-r--r--community/premake/PKGBUILD2
-rw-r--r--community/premake3/PKGBUILD2
-rw-r--r--community/pwsafe/PKGBUILD2
-rw-r--r--community/python-psutil/PKGBUILD2
-rw-r--r--community/python-pyxattr/PKGBUILD2
-rw-r--r--community/python-pyzmq/PKGBUILD2
-rw-r--r--community/python2-virtkey/PKGBUILD2
-rw-r--r--community/qconf/PKGBUILD2
-rw-r--r--community/qscintilla-qt3/PKGBUILD2
-rw-r--r--community/qtcurve-gtk2/PKGBUILD2
-rw-r--r--community/qtcurve-kde4/PKGBUILD2
-rw-r--r--community/raptor1/PKGBUILD2
-rw-r--r--community/regexxer/PKGBUILD2
-rw-r--r--community/ruby-ncurses/PKGBUILD2
-rw-r--r--community/rxvt/PKGBUILD3
-rw-r--r--community/scponly/PKGBUILD2
-rw-r--r--community/sdcv/PKGBUILD2
-rw-r--r--community/seahorse-nautilus/PKGBUILD2
-rw-r--r--community/sensors-applet/PKGBUILD2
-rw-r--r--community/sfk/PKGBUILD4
-rw-r--r--community/sshpass/PKGBUILD2
-rw-r--r--community/start-stop-daemon/PKGBUILD2
-rw-r--r--community/sysvbanner/PKGBUILD2
-rw-r--r--community/talkfilters/PKGBUILD2
-rw-r--r--community/xmms2/PKGBUILD9
-rw-r--r--extra/lzo/PKGBUILD2
-rw-r--r--extra/xorg-server/PKGBUILD6
54 files changed, 67 insertions, 64 deletions
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/kakasi/PKGBUILD b/community/kakasi/PKGBUILD
index bc0a5c141..bf10796c1 100644
--- a/community/kakasi/PKGBUILD
+++ b/community/kakasi/PKGBUILD
@@ -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/lrzip/PKGBUILD b/community/lrzip/PKGBUILD
index 1b0f3cb5b..116232b2c 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/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/lxc/PKGBUILD b/community/lxc/PKGBUILD
index 50a5118f0..0ac23a62f 100644
--- a/community/lxc/PKGBUILD
+++ b/community/lxc/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=lxc
pkgver=0.8.0_rc1
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/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/mcelog/PKGBUILD b/community/mcelog/PKGBUILD
index dae948032..27302f56d 100644
--- a/community/mcelog/PKGBUILD
+++ b/community/mcelog/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=3
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')
#source=("ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/${pkgname}-${pkgver}.tar.gz"
source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${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/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/minitube/PKGBUILD b/community/minitube/PKGBUILD
index 38aab9086..e70d353be 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=minitube
pkgver=1.8
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/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/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/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/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/onboard/PKGBUILD b/community/onboard/PKGBUILD
index 1a39cbbdf..c905b34e0 100644
--- a/community/onboard/PKGBUILD
+++ b/community/onboard/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=onboard
pkgver=0.97.1
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=('python2-cairo' 'dbus-python' 'python2-gobject' 'libwnck3' 'python2-virtkey' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
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/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index 60969d142..dfb0ad9b9 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
-pkgver=1.53
+pkgver=1.54
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)
-md5sums=('1435131b60b078a2a8301df3237a6829')
-sha512sums=('4e983d6774cb85df9bec1e8e7ca53d9eec6605bf7308b141d1ee1f118b11534e440a19c0aae17c38f717f433c1ef853ad5879feac1ba4ee10774b3f85bb544ad')
+md5sums=('9a7e8e5adeeaff4913f727fa2c95490a')
+sha512sums=('2f0541a3c31d1c23c02f1e9543ac33e269b83f75eccedd8e47eefc2364d7ded9624660f11b7fe80c71cda3cbfde89aee191ec0bd6f656b877e4241e212c7b740')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD
index 041f3f71b..0bc4bb223 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=('38403ec01072f13ba7f0145abf15b12d')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
build() {
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD
index cf8f2f254..7a6a625fe 100644
--- a/community/pam-krb5/PKGBUILD
+++ b/community/pam-krb5/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Ryan Corder <ryanc@greengrey.org>
pkgname=pam-krb5
-pkgver=4.5
-pkgrel=2
+pkgver=4.6
+pkgrel=1
pkgdesc='A PAM module providing Kerberos v5 support.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.eyrie.org/~eagle/software/pam-krb5/'
@@ -12,7 +12,7 @@ license=('custom')
options=('!libtool')
depends=('krb5' 'pam')
source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz")
-md5sums=('5736795225cf7f84718af42a15570fe0')
+md5sums=('296e9c8281419ce1fc41d537d18f74b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
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/parole/PKGBUILD b/community/parole/PKGBUILD
index e2215d8f2..8370127ab 100644
--- a/community/parole/PKGBUILD
+++ b/community/parole/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=parole
pkgver=0.2.0.6
pkgrel=2
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/picocom/PKGBUILD b/community/picocom/PKGBUILD
index bb4296597..9ff4e0148 100644
--- a/community/picocom/PKGBUILD
+++ b/community/picocom/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
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')
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
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/pigz/PKGBUILD b/community/pigz/PKGBUILD
index 6a80d70cb..404b821fb 100755
--- a/community/pigz/PKGBUILD
+++ b/community/pigz/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=pigz
pkgver=2.2.4
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 aa82fe665..94c87895a 100644
--- a/community/pinfo/PKGBUILD
+++ b/community/pinfo/PKGBUILD
@@ -10,6 +10,7 @@ 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/prelink/PKGBUILD b/community/prelink/PKGBUILD
index 4b677caf1..fe4735011 100644
--- a/community/prelink/PKGBUILD
+++ b/community/prelink/PKGBUILD
@@ -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/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/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD
index d95d4e563..74fbd3a1e 100644
--- a/community/pwsafe/PKGBUILD
+++ b/community/pwsafe/PKGBUILD
@@ -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/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD
index de8409cf7..6a7be7134 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.5.1
pkgrel=1
-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-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD
index 996d8d6b4..27afaaeab 100644
--- a/community/python-pyxattr/PKGBUILD
+++ b/community/python-pyxattr/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=pyxattr
pkgver=0.5.0
pkgrel=3
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.sourceforge.net/'
license=('GPL')
makedepends=('python2' 'python' 'python2-distribute' 'python-distribute')
diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD
index 78ff87669..724e6c770 100644
--- a/community/python-pyzmq/PKGBUILD
+++ b/community/python-pyzmq/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-pyzmq
pkgver=2.2.0
pkgrel=1
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/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/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/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/qtcurve-gtk2/PKGBUILD b/community/qtcurve-gtk2/PKGBUILD
index 6c8399cb9..7e4d603ad 100644
--- a/community/qtcurve-gtk2/PKGBUILD
+++ b/community/qtcurve-gtk2/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=qtcurve-gtk2
pkgver=1.8.15
pkgrel=1
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 2210a507d..0207a58d7 100644
--- a/community/qtcurve-kde4/PKGBUILD
+++ b/community/qtcurve-kde4/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=qtcurve-kde4
pkgver=1.8.12
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/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/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/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/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/scponly/PKGBUILD b/community/scponly/PKGBUILD
index d0060b6c1..004b76ec2 100644
--- a/community/scponly/PKGBUILD
+++ b/community/scponly/PKGBUILD
@@ -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/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/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD
index 884840d1f..dae741987 100644
--- a/community/seahorse-nautilus/PKGBUILD
+++ b/community/seahorse-nautilus/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=seahorse-nautilus
pkgver=3.4.0
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=('gconf' 'libcryptui' '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/sfk/PKGBUILD b/community/sfk/PKGBUILD
index 10e7381bf..f59367fc8 100644
--- a/community/sfk/PKGBUILD
+++ b/community/sfk/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=sfk
pkgver=1.6.5
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')
source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip")
-md5sums=('b40c0c01785d40e7cde7cba3e4227f0b')
+md5sums=('8694d73033dde496c023258f08daa918')
build() {
cd ${pkgname}${pkgver//./}
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/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD
index a9ba3f285..a884da84b 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.12
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/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/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/xmms2/PKGBUILD b/community/xmms2/PKGBUILD
index 805aa46fd..2d609f104 100644
--- a/community/xmms2/PKGBUILD
+++ b/community/xmms2/PKGBUILD
@@ -12,8 +12,9 @@ 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/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD
index 93c035189..db181a0e0 100644
--- a/extra/lzo/PKGBUILD
+++ b/extra/lzo/PKGBUILD
@@ -24,7 +24,7 @@ build() {
patch -p0 -i "${srcdir}"/nasm-gcc3.patch
autoconf
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --build=$CHOST
make
}
diff --git a/extra/xorg-server/PKGBUILD b/extra/xorg-server/PKGBUILD
index b9841d08d..5731a5134 100644
--- a/extra/xorg-server/PKGBUILD
+++ b/extra/xorg-server/PKGBUILD
@@ -28,8 +28,8 @@ sha256sums=('3654b613393734ce0c7c23e81ca4ceb6e8afefb5f0649233ffd105c1220544fe'
'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
- '966b8c509006e3b7e6ac951c93a760ecbb2cb2ad7a5807fb919f0c4ee5e079a5'
- '94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166')
+ '94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
+ '966b8c509006e3b7e6ac951c93a760ecbb2cb2ad7a5807fb919f0c4ee5e079a5')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -236,7 +236,7 @@ package_xorg-server-devel() {
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-devel"
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-devel/COPYING"
}
-md5sums=('791f0323b886abb7954de7f042bb7dc6'
+md5sums=('65a53b11bc01dcc97ee9b201dc620c32'
'ea4852dedbb89550f6bc113ca66348a2'
'4f3bc572ad32e6ed22efc38d2a5e429a'
'52fd3effd80d7bc6c1660d4ecf23d31c'