diff options
Diffstat (limited to 'community')
1552 files changed, 3535 insertions, 2072 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index c619ab778..f9dcd9a03 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -4,11 +4,11 @@ pkgname=6tunnel pkgver=0.11rc2 -pkgrel=5 +pkgrel=5.1 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/abe/PKGBUILD b/community/abe/PKGBUILD index 9f646794f..82568c345 100644 --- a/community/abe/PKGBUILD +++ b/community/abe/PKGBUILD @@ -5,7 +5,7 @@ pkgname=abe pkgver=1.1 pkgrel=9 pkgdesc="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://abe.sourceforge.net" license=('GPL') depends=('sdl_mixer') @@ -21,7 +21,7 @@ build() { patch -Np1 -i "$srcdir"/$pkgname.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --host=$CHOST make } diff --git a/community/account-plugins/PKGBUILD b/community/account-plugins/PKGBUILD index b5928821b..f49f30d5d 100644 --- a/community/account-plugins/PKGBUILD +++ b/community/account-plugins/PKGBUILD @@ -5,7 +5,7 @@ pkgname=account-plugins pkgver=0.9 pkgrel=1 pkgdesc="Account configuration plugins for credentials preferences" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/online-accounts-account-plugins" license=('GPL') depends=('credentials-preferences' 'signon-keyring-extension' 'signon-plugin-oauth2') diff --git a/community/acpi/PKGBUILD b/community/acpi/PKGBUILD index 634c26b0f..9ea5236c1 100644 --- a/community/acpi/PKGBUILD +++ b/community/acpi/PKGBUILD @@ -3,9 +3,9 @@ pkgname=acpi pkgver=1.6 -pkgrel=1 +pkgrel=1.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 617aba45f..6b4ab3159 100644 --- a/community/acpid/PKGBUILD +++ b/community/acpid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=acpid pkgver=2.0.18 pkgrel=2 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/activity-log-manager/PKGBUILD b/community/activity-log-manager/PKGBUILD index 6b7fbaddb..232db2511 100644 --- a/community/activity-log-manager/PKGBUILD +++ b/community/activity-log-manager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=activity-log-manager pkgver=0.9.4 pkgrel=4 pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/activity-log-manager" license=('GPL2') depends=('gtk3' 'libgee06' 'libzeitgeist' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils') 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..1ccd12a8e 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -5,9 +5,9 @@ pkgname=adns pkgver=1.4 -pkgrel=3 +pkgrel=3.1 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/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 3d4671472..6acc2ade7 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -7,7 +7,7 @@ pkgname=aegisub pkgver=3.0.2 pkgrel=6 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.aegisub.org" license=('GPL' 'BSD') depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme') 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..a8f4b8e7d 100644 --- a/community/agg/PKGBUILD +++ b/community/agg/PKGBUILD @@ -3,9 +3,9 @@ pkgname=agg pkgver=2.5 -pkgrel=4 +pkgrel=4.1 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') @@ -23,6 +23,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i "${srcdir}/agg-2.4-depends.patch" patch -Np1 -i "${srcdir}/agg-2.5-pkgconfig.patch" + sed -i '/^AM_C_PROTOTYPES/d' configure.in sh ./autogen.sh ./configure --prefix=/usr --disable-static make 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/aiccu/PKGBUILD b/community/aiccu/PKGBUILD index 118210c38..504dd2369 100644 --- a/community/aiccu/PKGBUILD +++ b/community/aiccu/PKGBUILD @@ -5,7 +5,7 @@ pkgname=aiccu pkgver=20070115 pkgrel=2 pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sixxs.net/tools/aiccu/' license=('custom') depends=('gnutls' 'iproute2') 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..17692b130 100644 --- a/community/aircrack-ng/PKGBUILD +++ b/community/aircrack-ng/PKGBUILD @@ -7,8 +7,8 @@ pkgbase=aircrack-ng pkgname=(aircrack-ng aircrack-ng-scripts) pkgver=1.1 -pkgrel=8 -arch=('i686' 'x86_64') +pkgrel=8.1 +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 9980ad250..2681b5db3 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -8,7 +8,7 @@ pkgname=allegro pkgver=5.0.9 pkgrel=3 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') makedepends=('cmake' 'mesa-libgl' 'glu') diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index 9ff9a652a..a01d2b3b1 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -5,10 +5,10 @@ pkgname=alltray pkgver=0.7.5.1dev -pkgrel=1 +pkgrel=1.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 905ac9983..c817624ef 100644 --- a/community/almanah/PKGBUILD +++ b/community/almanah/PKGBUILD @@ -5,7 +5,7 @@ pkgname=almanah pkgver=0.10.1 pkgrel=2 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' 'gtkspell3' 'libcryptui' 'xdg-utils') diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD index 0db666fa2..da9ad5247 100644 --- a/community/alure/PKGBUILD +++ b/community/alure/PKGBUILD @@ -3,9 +3,9 @@ pkgname=alure pkgver=1.2 -pkgrel=2 +pkgrel=2.1 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 4cc2b5ef5..fce3bae19 100644 --- a/community/amsn/PKGBUILD +++ b/community/amsn/PKGBUILD @@ -7,7 +7,7 @@ pkgname=amsn pkgver=0.98.9 pkgrel=3 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') @@ -24,7 +24,7 @@ sha256sums=('1fd2620489cc3627a841773a79cf28a7c9c438979c76d37f231a773a79e7f23e' build() { cd ${srcdir}/$pkgname-$pkgver - + rm -f plugins/amsnplus/snapshot # patch for linux kernel header changes patch -Np0 -i ${srcdir}/$pkgname-$pkgver-v4l2.patch # build patch diff --git a/community/antiword/PKGBUILD b/community/antiword/PKGBUILD index 3d5c45644..7ff6bda40 100644 --- a/community/antiword/PKGBUILD +++ b/community/antiword/PKGBUILD @@ -5,9 +5,9 @@ pkgname=antiword pkgver=0.37 -pkgrel=3 +pkgrel=3.1 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..67221698e 100644 --- a/community/apg/PKGBUILD +++ b/community/apg/PKGBUILD @@ -5,9 +5,9 @@ pkgname=apg pkgver=2.2.3 -pkgrel=3 +pkgrel=3.1 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/apitrace/PKGBUILD b/community/apitrace/PKGBUILD index 43622bdca..4eab13710 100644 --- a/community/apitrace/PKGBUILD +++ b/community/apitrace/PKGBUILD @@ -7,7 +7,7 @@ pkgname=apitrace pkgver=4.0 pkgrel=1 pkgdesc="Graphics API Tracing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/apitrace/apitrace" license=('custom') makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit' 'qjson') 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 065bf30fa..14323233c 100644 --- a/community/apvlv/PKGBUILD +++ b/community/apvlv/PKGBUILD @@ -9,7 +9,7 @@ pkgname=apvlv pkgver=0.1.4.20121023 pkgrel=3 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' 'desktop-file-utils') 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..6b2b8c96d 100644 --- a/community/arch/PKGBUILD +++ b/community/arch/PKGBUILD @@ -4,9 +4,9 @@ pkgname=arch pkgver=1.3.5 -pkgrel=9 +pkgrel=9.1 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 4de1674c0..2b521e3f1 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -9,7 +9,7 @@ pkgname=aria2 pkgver=1.17.0 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..db5e3a091 100644 --- a/community/ario/PKGBUILD +++ b/community/ario/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ario pkgver=1.5.1 -pkgrel=2 +pkgrel=2.1 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') @@ -13,12 +13,14 @@ makedepends=('intltool' 'perl-xml-parser') options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz) -sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e') +source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz + ario-1.5.1-glib.patch) +sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e' + '2e42992e7ed0be590278198b75bc9a7259cdfdde4de41a38ddbf2f093ccda930') build() { cd "${srcdir}/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/ario-1.5.1-glib.patch ./configure --prefix=/usr --sysconfdir=/etc make } diff --git a/community/ario/ario-1.5.1-glib.patch b/community/ario/ario-1.5.1-glib.patch new file mode 100644 index 000000000..d183c9511 --- /dev/null +++ b/community/ario/ario-1.5.1-glib.patch @@ -0,0 +1,33 @@ +--- ario-1.5.1.orig/src/ario-util.h 2011-02-27 10:07:31.000000000 -0500 ++++ ario-1.5.1/src/ario-util.h 2013-02-10 20:07:13.587768553 -0500 +@@ -18,7 +18,7 @@ + */ + + #include "servers/ario-server.h" +-#include "glib/gslist.h" ++#include "glib.h" + #include "gdk/gdkpixbuf.h" + + /* Number of covers used to generate the drag & drop image */ +--- ario-1.5.1.orig/src/ario-profiles.h 2011-05-17 12:54:49.000000000 -0500 ++++ ario-1.5.1/src/ario-profiles.h 2013-02-10 20:20:12.934814452 -0500 +@@ -20,7 +20,7 @@ + #ifndef __ARIO_PROFILES_H + #define __ARIO_PROFILES_H + +-#include <glib/gslist.h> ++#include <glib.h> + #include "servers/ario-server.h" + + G_BEGIN_DECLS +--- ario-1.5.1.orig/src/plugins/ario-plugin-info.c 2011-02-27 10:07:28.000000000 -0500 ++++ ario-1.5.1/src/plugins/ario-plugin-info.c 2013-02-10 20:32:41.847900389 -0500 +@@ -27,7 +27,7 @@ + + #include <string.h> + #include <glib/gi18n.h> +-#include <glib/gkeyfile.h> ++#include <glib.h> + + #include "plugins/ario-plugin-info-priv.h" + #include "ario-debug.h" 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 dc36a979b..b624e966a 100644 --- a/community/armagetronad/PKGBUILD +++ b/community/armagetronad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=armagetronad pkgver=0.2.8.3.2 pkgrel=4 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' 'ftgl') @@ -24,6 +24,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..a6e2be7fa 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -4,9 +4,9 @@ pkgname=arp-scan pkgver=1.8.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' '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 e74300516..48bef3af5 100644 --- a/community/arpack/PKGBUILD +++ b/community/arpack/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arpack pkgver=3.1.2 pkgrel=1 -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 c87d046bd..03485a112 100644 --- a/community/arptables/PKGBUILD +++ b/community/arptables/PKGBUILD @@ -7,7 +7,7 @@ pkgname=arptables pkgver=0.0.4 pkgrel=1 pkgdesc='ARP filtering utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' depends=('glibc' 'perl' 'bash') license=('GPL') diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD index 79f4bd51d..a5d2f0975 100644 --- a/community/arpwatch/PKGBUILD +++ b/community/arpwatch/PKGBUILD @@ -7,7 +7,7 @@ pkgname=arpwatch pkgver=2.1a15 pkgrel=10 pkgdesc='Ethernet/FDDI station activity monitor' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='ftp://ftp.ee.lbl.gov/' license=('BSD') depends=('libpcap' 'smtp-forwarder') diff --git a/community/ascii/PKGBUILD b/community/ascii/PKGBUILD index 608a6fb5d..959969ea2 100644 --- a/community/ascii/PKGBUILD +++ b/community/ascii/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ascii pkgver=3.11 -pkgrel=2 +pkgrel=2.1 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..bc0d7600d 100644 --- a/community/aspell-cs/PKGBUILD +++ b/community/aspell-cs/PKGBUILD @@ -4,9 +4,9 @@ pkgname=aspell-cs pkgver=20040614 -pkgrel=6 +pkgrel=6.1 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..9c05505e4 100644 --- a/community/aspell-uk/PKGBUILD +++ b/community/aspell-uk/PKGBUILD @@ -5,9 +5,9 @@ pkgname=aspell-uk pkgver=1.6.5 _ftpver=1.4.0 -pkgrel=3 +pkgrel=3.1 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 5f43af460..d6b032ec1 100644 --- a/community/astromenace/PKGBUILD +++ b/community/astromenace/PKGBUILD @@ -8,7 +8,7 @@ pkgname=astromenace pkgver=1.3.1 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/at/PKGBUILD b/community/at/PKGBUILD index 43bdaf5af..a1bb86500 100644 --- a/community/at/PKGBUILD +++ b/community/at/PKGBUILD @@ -6,7 +6,7 @@ pkgname=at pkgver=3.1.13 pkgrel=2 pkgdesc="AT and batch delayed command scheduling utility and daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.qa.debian.org/a/at.html" license=('GPL') depends=('pam') diff --git a/community/atanks/PKGBUILD b/community/atanks/PKGBUILD index 7cf9b9c64..6c459831d 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/audit/PKGBUILD b/community/audit/PKGBUILD index b2160ddb0..5b3be46f0 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.3 pkgrel=1 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 9c79d790e..09ef5c9c2 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=augeas pkgver=1.0.0 pkgrel=1 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/augeas/augeas-0.10.0-gets.patch b/community/augeas/augeas-0.10.0-gets.patch new file mode 100644 index 000000000..d66a46935 --- /dev/null +++ b/community/augeas/augeas-0.10.0-gets.patch @@ -0,0 +1,10 @@ +--- augeas-0.10.0.orig/gnulib/lib/stdio.in.h 2011-03-03 20:07:59.000000000 -0500 ++++ augeas-0.10.0/gnulib/lib/stdio.in.h 2012-12-23 07:26:24.774463902 -0500 +@@ -162,7 +162,6 @@ + so any use of gets warrants an unconditional warning. Assume it is + always declared, since it is required by C89. */ + #undef gets +-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); + + #if @GNULIB_FOPEN@ + # if @REPLACE_FOPEN@ 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/avant-window-navigator/PKGBUILD b/community/avant-window-navigator/PKGBUILD index 8f8562a69..6d6bb256e 100644 --- a/community/avant-window-navigator/PKGBUILD +++ b/community/avant-window-navigator/PKGBUILD @@ -8,7 +8,7 @@ pkgname=avant-window-navigator pkgver=0.4.0 pkgrel=13 pkgdesc="Fully customisable dock-like window navigator for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/awn" license=('GPL') depends=('libdesktop-agnostic' 'libwnck' 'libgtop' 'gconf' 'python2-dbus' 'pygtk' 'python2-xdg' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/avfs/PKGBUILD b/community/avfs/PKGBUILD index 962021782..ed004f224 100644 --- a/community/avfs/PKGBUILD +++ b/community/avfs/PKGBUILD @@ -4,9 +4,9 @@ pkgname=avfs pkgver=1.0.1 -pkgrel=1 +pkgrel=1.2 pkgdesc="A virtual filesystem that allows browsing of compressed files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL') url="http://avf.sourceforge.net/" depends=('fuse' 'xz' 'perl') diff --git a/community/avifile/PKGBUILD b/community/avifile/PKGBUILD index 037d8f714..f2169a2af 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 2898a3e65..636eba978 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -10,7 +10,7 @@ pkgname=avr-binutils pkgver=2.23.2 pkgrel=1 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.17' 'zlib' 'binutils') diff --git a/community/avr-gdb/PKGBUILD b/community/avr-gdb/PKGBUILD index 4cb5e63e2..29aaf49f7 100644 --- a/community/avr-gdb/PKGBUILD +++ b/community/avr-gdb/PKGBUILD @@ -10,7 +10,7 @@ _pkgname=gdb pkgver=7.5.1 pkgrel=1 pkgdesc="The GNU Debugger for AVR" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gdb/" license=('GPL3') depends=('python2') diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index 7925992d9..39e47c3db 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -6,7 +6,7 @@ pkgname=avrdude pkgver=5.11.1 pkgrel=3 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' 'libftdi') diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 5b04224ce..a55e1c214 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=awesome pkgver=3.5.1 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/awn-extras-applets/PKGBUILD b/community/awn-extras-applets/PKGBUILD index 7ce9fca85..849ad6e03 100644 --- a/community/awn-extras-applets/PKGBUILD +++ b/community/awn-extras-applets/PKGBUILD @@ -8,7 +8,7 @@ _pkgname=awn-extras pkgver=0.4.0 pkgrel=15 pkgdesc="Collection of applets for avant-window-navigator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/awn-extras" license=('GPL') depends=('avant-window-navigator' 'python2-notify' 'vte' 'gnome-menus' 'gnome-menus2' 'webkitgtk2') diff --git a/community/axel/PKGBUILD b/community/axel/PKGBUILD index 710a76841..00fad4b80 100644 --- a/community/axel/PKGBUILD +++ b/community/axel/PKGBUILD @@ -4,9 +4,9 @@ pkgname=axel pkgver=2.4 -pkgrel=3 +pkgrel=3.1 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 404a1bf98..fe96c58ce 100644 --- a/community/balsa/PKGBUILD +++ b/community/balsa/PKGBUILD @@ -8,7 +8,7 @@ pkgname=balsa pkgver=2.5.0 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' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 'gtkspell3' '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..b13e35c2e 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bbrun pkgver=1.6 -pkgrel=4 +pkgrel=4.1 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..1574dfa58 100644 --- a/community/bin2iso/PKGBUILD +++ b/community/bin2iso/PKGBUILD @@ -8,9 +8,9 @@ pkgname=bin2iso pkgver=1.9b _dlver=${pkgver/./} -pkgrel=3 +pkgrel=3.1 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/PKGBUILD b/community/bind/PKGBUILD index 4cff0b633..d8caa3a2e 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols' url='http://www.isc.org/software/bind/' license=('custom:ISC') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags' '!libtool') depends=('openssl' 'krb5' 'libxml2') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 2214d82be..5103e34e7 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.10 pkgrel=1 -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 77fdab78e..bfbf734f7 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.8.1 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') license=('MIT') diff --git a/community/blobby2/PKGBUILD b/community/blobby2/PKGBUILD index 20d3bc0a7..79beb15dd 100644 --- a/community/blobby2/PKGBUILD +++ b/community/blobby2/PKGBUILD @@ -4,7 +4,7 @@ pkgname=blobby2 pkgver=1.0rc3 -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/blobwars/PKGBUILD b/community/blobwars/PKGBUILD index dd180f51c..06e581659 100644 --- a/community/blobwars/PKGBUILD +++ b/community/blobwars/PKGBUILD @@ -7,7 +7,7 @@ pkgname=blobwars pkgver=1.19 pkgrel=4 pkgdesc="Platform action game featuring a blob wih lot of weapons" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/blobwars" license=('GPL') makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net') diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD index 5029f8157..8d339de81 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -6,7 +6,7 @@ pkgname=blueman pkgver=1.23 pkgrel=6 pkgdesc="GTK+ bluetooth manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="https://launchpad.net/blueman" depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 'python2-dbus' diff --git a/community/bmp-musepack/PKGBUILD b/community/bmp-musepack/PKGBUILD index 5d339287e..b5637201c 100644 --- a/community/bmp-musepack/PKGBUILD +++ b/community/bmp-musepack/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bmp-musepack pkgver=1.2 -pkgrel=4 +pkgrel=4.1 pkgdesc="A BMP plugin for playing sounds in Musepack (MPC) format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://musepack.net/" license=('BSD') depends=('bmp' 'libmpcdec' 'taglib') diff --git a/community/bmp-wma/PKGBUILD b/community/bmp-wma/PKGBUILD index 7817ceb44..62dfc89ef 100644 --- a/community/bmp-wma/PKGBUILD +++ b/community/bmp-wma/PKGBUILD @@ -4,11 +4,11 @@ pkgname=bmp-wma pkgver=0.1.1 -pkgrel=4 +pkgrel=4.1 pkgdesc="WMA plugin for Beep Media Player" url="http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-wma" license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('bmp') groups=('bmp-plugins' 'bmp-io-plugins') options=('!libtool' '!emptydirs') @@ -20,7 +20,7 @@ md5sums=('8dcf3fcdb10e8e2e386f70745812412b' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np0 -i "${srcdir}/bmp-wma-gcc4.patch" - if [ "${CARCH}" = "x86_64" ]; then + if [ "${CARCH}" != "i686" ]; then export CFLAGS="${CFLAGS} -fPIC" fi ./configure --prefix=/usr --disable-static diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD index b8df6203d..e5722c6eb 100644 --- a/community/bochs/PKGBUILD +++ b/community/bochs/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bochs pkgver=2.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="A portable x86 PC emulation software package" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bochs.sourceforge.net/" license=('LGPL') depends=('gcc-libs' 'libxrandr') 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..28d4c6a9b 100644 --- a/community/bonnie++/PKGBUILD +++ b/community/bonnie++/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bonnie++ pkgver=1.03e -pkgrel=6 +pkgrel=6.1 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/botan/PKGBUILD b/community/botan/PKGBUILD index 190945b06..caf945b04 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.10.5 pkgrel=1 pkgdesc='Crypto library written in C++' license=('BSD') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://botan.randombit.net/' depends=('gcc-libs' 'sh') makedepends=('python2') @@ -20,6 +20,7 @@ build() { cd "$srcdir/Botan-$pkgver" sed -i 's:env python:env python2:' configure.py + sed -i 's/mabi=64/mabi=n32/g' src/build-data/cc/gcc.txt ./configure.py --prefix=/usr make } 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 00bb7c247..f91561543 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/Makefile.patch b/community/bsdiff/Makefile.patch index b2a3ffa82..e5f1aa4ee 100644 --- a/community/bsdiff/Makefile.patch +++ b/community/bsdiff/Makefile.patch @@ -6,7 +6,7 @@ PREFIX ?= /usr/local -INSTALL_PROGRAM ?= ${INSTALL} -c -s -m 555 -INSTALL_MAN ?= ${INSTALL} -c -m 444 -+INSTALL = /bin/install ++INSTALL = /usr/bin/install +INSTALL_PROGRAM ?= ${INSTALL} -D -m755 +INSTALL_MAN ?= ${INSTALL} -D -m644 diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD index c7fedfdc4..581b03e40 100644 --- a/community/bsdiff/PKGBUILD +++ b/community/bsdiff/PKGBUILD @@ -3,16 +3,16 @@ pkgname=bsdiff pkgver=4.3 -pkgrel=7 +pkgrel=7.1 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) md5sums=('e6d812394f0e0ecc8d5df255aa1db22a' - '87ec6120b2e2d38da5a67821af6ac356') + '3610499f8d8f406738bd3a0fbe0c4da9') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/btanks/PKGBUILD b/community/btanks/PKGBUILD index 838429b61..cc03d2bb4 100644 --- a/community/btanks/PKGBUILD +++ b/community/btanks/PKGBUILD @@ -6,7 +6,7 @@ pkgname=btanks pkgver=0.9.8083 pkgrel=4 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' 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 8f52b48c5..3dc4ce5d5 100644 --- a/community/bullet/PKGBUILD +++ b/community/bullet/PKGBUILD @@ -8,7 +8,7 @@ _rev=2613 pkgver=2.81 pkgrel=2 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=() 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 b875b26f6..1c696163b 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=busybox pkgver=1.20.2 pkgrel=2 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 724c6b576..8d082652e 100644 --- a/community/bwbar/PKGBUILD +++ b/community/bwbar/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bwbar pkgver=1.2.3 pkgrel=4 -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..4fd2d3509 100644 --- a/community/bwm-ng/PKGBUILD +++ b/community/bwm-ng/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bwm-ng pkgver=0.6 -pkgrel=4 +pkgrel=4.1 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 356628b34..a63cfee27 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=c++-gtk-utils pkgver=2.0.16 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..bcf66a01e 100644 --- a/community/cabextract/PKGBUILD +++ b/community/cabextract/PKGBUILD @@ -3,9 +3,9 @@ pkgname=cabextract pkgver=1.4 -pkgrel=2 +pkgrel=2.1 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/cairo-dock/PKGBUILD b/community/cairo-dock/PKGBUILD index 8f910fe66..d47e4d107 100755 --- a/community/cairo-dock/PKGBUILD +++ b/community/cairo-dock/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cairo-dock pkgver=3.2.1 pkgrel=3 pkgdesc="Light eye-candy fully themable animated dock" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/cairo-dock-core" license=('GPL') depends=('curl' 'dbus-glib' 'gtk3' 'librsvg') diff --git a/community/calc/PKGBUILD b/community/calc/PKGBUILD index 129fa3fc9..d4ca01a96 100644 --- a/community/calc/PKGBUILD +++ b/community/calc/PKGBUILD @@ -4,9 +4,9 @@ pkgname=calc pkgver=2.12.4.4 -pkgrel=1 +pkgrel=1.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 ca8e0f98b..c6388e351 100644 --- a/community/calcurse/PKGBUILD +++ b/community/calcurse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=calcurse pkgver=3.1.4 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 5d87b4067..9e0919b60 100644 --- a/community/calf/PKGBUILD +++ b/community/calf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=calf pkgver=0.0.19 pkgrel=3 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') @@ -17,8 +17,13 @@ options=('!libtool') sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec') build() { + if [ "$CARCH" != "mips64el" ]; then + confflags="--enable-sse" + else + confflags="" + fi cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --enable-experimental --enable-sse + ./configure --prefix=/usr --enable-experimental ${confflags} make } diff --git a/community/canorus/0006-Add-lz-and-lpthread-to-linker-flags.patch b/community/canorus/0006-Add-lz-and-lpthread-to-linker-flags.patch new file mode 100644 index 000000000..05317541d --- /dev/null +++ b/community/canorus/0006-Add-lz-and-lpthread-to-linker-flags.patch @@ -0,0 +1,11 @@ +--- canorus-0.7.R1002.orig/src/CMakeLists.txt 2009-03-27 05:25:52.000000000 -0500 ++++ canorus-0.7.R1002/src/CMakeLists.txt 2012-11-15 06:26:41.884594717 -0500 +@@ -600,7 +600,7 @@ + # command. Never remove that line :-) + # Add ${QT_QTTEST_LIBRARY} below to add the Qt Test library as well + # Add ${POPPLERQT4_LIBRARY} ${POPPLER_LIBRARY} to reactivate poppler libraries +-TARGET_LINK_LIBRARIES(canorus ${QT_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} ) ++TARGET_LINK_LIBRARIES(canorus ${QT_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} -lz -lpthread) + + ############################ + # RtMIDI Library additions # diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD index 9ea89a79a..4767b9030 100644 --- a/community/canorus/PKGBUILD +++ b/community/canorus/PKGBUILD @@ -8,14 +8,16 @@ pkgname=canorus pkgver=0.7.R1002 pkgrel=5 pkgdesc="A free music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.canorus.org/" license=('GPL') depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib') makedepends=('cmake') options=('strip') -source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2) -md5sums=('5575b7c54633056a463177579a390318') +source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2 + 0006-Add-lz-and-lpthread-to-linker-flags.patch) +md5sums=('5575b7c54633056a463177579a390318' + '99e545a1da44006bc5e436728edfda15') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 13c1c3764..8eb49da90 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cantata pkgver=0.9.2 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=3 -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' 'mpg123' 'libmtp') diff --git a/community/caph/PKGBUILD b/community/caph/PKGBUILD index 503c87bcb..6887119cb 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=4 pkgdesc='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 549cddb7d..a513735b8 100644 --- a/community/catdoc/PKGBUILD +++ b/community/catdoc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=catdoc pkgver=0.94.4 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..353d4e2ae 100644 --- a/community/ccd2iso/PKGBUILD +++ b/community/ccd2iso/PKGBUILD @@ -5,9 +5,9 @@ pkgname=ccd2iso pkgver=0.3 -pkgrel=7 +pkgrel=7.1 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 55e8adcf9..79f03f0a4 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccid pkgver=1.4.10 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 c68f4eb78..ac0471939 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cclive pkgver=0.7.12 pkgrel=2 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..62becbedc 100644 --- a/community/ccmalloc/PKGBUILD +++ b/community/ccmalloc/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ccmalloc pkgver=0.4.0 -pkgrel=2 +pkgrel=2.1 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 453f40c3a..74c9de428 100644 --- a/community/ccrypt/PKGBUILD +++ b/community/ccrypt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ccrypt pkgver=1.10 pkgrel=1 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..f114d083f 100644 --- a/community/ccze/PKGBUILD +++ b/community/ccze/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ccze pkgver=0.2.1 -pkgrel=6 +pkgrel=6.2 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 784863a2c..da091ad55 100644 --- a/community/cdcd/PKGBUILD +++ b/community/cdcd/PKGBUILD @@ -5,9 +5,9 @@ pkgname=cdcd pkgver=0.6.6 -pkgrel=6 +pkgrel=6.1 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..ef473b525 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -4,9 +4,9 @@ pkgname=cdcover pkgver=0.7.4 -pkgrel=5 +pkgrel=5.1 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-daemon/PKGBUILD b/community/cdemu-daemon/PKGBUILD index 33839da24..7f06d473d 100644 --- a/community/cdemu-daemon/PKGBUILD +++ b/community/cdemu-daemon/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cdemu-daemon pkgver=2.0.0 pkgrel=1 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>=2.0.0") diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index c11e7d1ea..636e4284c 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('cegui' 'cegui-docs') pkgver=0.7.9 pkgrel=2 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 90f06cc78..5b2016a03 100644 --- a/community/cellwriter/PKGBUILD +++ b/community/cellwriter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cellwriter pkgver=1.3.5 pkgrel=1 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/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 269bb7076..bdda0434f 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.1 _gitver=1.7.4 pkgrel=2 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..c0ed0cbbc 100644 --- a/community/checkinstall/PKGBUILD +++ b/community/checkinstall/PKGBUILD @@ -4,9 +4,9 @@ pkgname=checkinstall pkgver=1.6.2 -pkgrel=2 +pkgrel=2.1 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 89c2c2ba7..b851d61de 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -8,7 +8,7 @@ pkgname=chicken pkgver=4.8.0.3 pkgrel=1 pkgdesc='Compiler for R5RS scheme, featuring handy extensions' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://call-cc.org/' license=('BSD') depends=('gcc') 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 d12e6e7d1..0f2ac3b0b 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=4 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/chromium-bsu/PKGBUILD b/community/chromium-bsu/PKGBUILD index d618abfa3..e7c294cca 100644 --- a/community/chromium-bsu/PKGBUILD +++ b/community/chromium-bsu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chromium-bsu pkgver=0.9.15 pkgrel=4 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' 'ftgl' 'fontconfig' 'sdl_image') diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index 42af8ff73..50af1b4d7 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -11,7 +11,7 @@ pkgname=chrony pkgver=1.27 pkgrel=2 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..8f907410c 100644 --- a/community/chrootuid/PKGBUILD +++ b/community/chrootuid/PKGBUILD @@ -6,8 +6,8 @@ pkgname=chrootuid pkgver=1.3 -pkgrel=5 -arch=(i686 x86_64) +pkgrel=5.1 +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..e608fc320 100644 --- a/community/chrpath/PKGBUILD +++ b/community/chrpath/PKGBUILD @@ -4,9 +4,9 @@ pkgname=chrpath pkgver=0.13 -pkgrel=3 +pkgrel=3.2 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/cinnamon-control-center/PKGBUILD b/community/cinnamon-control-center/PKGBUILD index 5ec28c926..725fb6e40 100644 --- a/community/cinnamon-control-center/PKGBUILD +++ b/community/cinnamon-control-center/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cinnamon-control-center pkgver=1.8.0 pkgrel=1 pkgdesc="The Control Center for Cinnamon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('cinnamon' 'cheese' 'libgnomekbd' 'network-manager-applet') optdepends=('gnome-color-manager: for color management tasks') makedepends=('intltool' 'gnome-common') diff --git a/community/cinnamon-screensaver/PKGBUILD b/community/cinnamon-screensaver/PKGBUILD index c4c00ab0a..0fdc354ef 100644 --- a/community/cinnamon-screensaver/PKGBUILD +++ b/community/cinnamon-screensaver/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cinnamon-screensaver pkgver=1.8.0 pkgrel=1 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="https://github.com/linuxmint/cinnamon-screensaver" backup=(etc/pam.d/cinnamon-screensaver) diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD index 896c45480..22dfe4907 100644 --- a/community/cinnamon/PKGBUILD +++ b/community/cinnamon/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cinnamon pkgver=1.8.2 pkgrel=1 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cinnamon.linuxmint.com/" license=('GPL2') depends=('accountsservice' 'caribou' 'clutter-gtk' 'gjs' 'gnome-bluetooth' diff --git a/community/cksfv/PKGBUILD b/community/cksfv/PKGBUILD index 3eed8b975..90f7bf4e7 100644 --- a/community/cksfv/PKGBUILD +++ b/community/cksfv/PKGBUILD @@ -4,9 +4,9 @@ pkgname=cksfv pkgver=1.3.14 -pkgrel=2 +pkgrel=2.1 pkgdesc="SFV (Simple File Verification) Checker" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://zakalwe.fi/~shd/foss/cksfv" license=('GPL') depends=('glibc') diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index ada02b3dc..6cab64df8 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -4,9 +4,9 @@ pkgname=clamz pkgver=0.5 -pkgrel=1 +pkgrel=1.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 55030dbad..a3d3256fe 100644 --- a/community/clanlib/PKGBUILD +++ b/community/clanlib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=clanlib pkgver=2.3.6 pkgrel=5 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' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl') 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 963483b52..a184a4c65 100644 --- a/community/clearsilver/PKGBUILD +++ b/community/clearsilver/PKGBUILD @@ -7,7 +7,7 @@ pkgname=clearsilver pkgver=0.10.5 pkgrel=9 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..318c9764d 100644 --- a/community/clewn/PKGBUILD +++ b/community/clewn/PKGBUILD @@ -4,9 +4,9 @@ pkgname=clewn pkgver=1.15 -pkgrel=5 +pkgrel=5.1 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 e7ec9d64e..9ef39fd88 100644 --- a/community/clinica/PKGBUILD +++ b/community/clinica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clinica pkgver=0.2.1 pkgrel=6 pkgdesc="Simple medical records manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/clinica-project" license=('GPL3') depends=('libgee06' '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/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/cmatrix/PKGBUILD b/community/cmatrix/PKGBUILD index 2506b8326..3f356a518 100644 --- a/community/cmatrix/PKGBUILD +++ b/community/cmatrix/PKGBUILD @@ -3,9 +3,9 @@ pkgname=cmatrix pkgver=1.2a -pkgrel=6 +pkgrel=6.1 pkgdesc="Let you see the matrix code in your console" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.asty.org/cmatrix/" license=('GPL') depends=('ncurses' 'fontconfig') diff --git a/community/cmus/PKGBUILD b/community/cmus/PKGBUILD index 62e7e99bf..db71c0a03 100644 --- a/community/cmus/PKGBUILD +++ b/community/cmus/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cmus pkgver=2.5.0 pkgrel=2 pkgdesc='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 15aceaa03..41704dd93 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -6,9 +6,9 @@ pkgname=codeblocks pkgver=12.11 -pkgrel=2 +pkgrel=2.1 pkgdesc='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=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 07b3708d9..ec2720150 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.3.0 pkgrel=1 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' @@ -52,6 +52,7 @@ options=('!libtool') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../libperl.patch autoconf sed 's/-Werror//g' -i src/Makefile.in diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 806cc23a9..d5d5e8a33 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -8,9 +8,9 @@ pkgname=commoncpp2 pkgver=1.8.1 -pkgrel=3 +pkgrel=3.1 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 08ce577bd..b69e9e0f5 100644 --- a/community/compiz/PKGBUILD +++ b/community/compiz/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=5 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' 'gconf' '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..33f19975c 100644 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -6,9 +6,9 @@ pkgname=confuse pkgver=2.7 -pkgrel=2 +pkgrel=2.1 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 d545e739c..c825c5ea9 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.13 pkgrel=1 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 3f394f00b..53a011a4a 100644 --- a/community/conntrack-tools/PKGBUILD +++ b/community/conntrack-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=conntrack-tools pkgver=1.4.1 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 f70d45618..2eb1d370c 100644 --- a/community/consonance/PKGBUILD +++ b/community/consonance/PKGBUILD @@ -8,7 +8,7 @@ pkgname=consonance pkgver=0.5.1 pkgrel=10 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' 'libmad' diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index 73db598be..8c39b47cc 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=converseen pkgver=0.6.2 pkgrel=1 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' 'qt4' '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 d60f4c930..8f93e8784 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=couchdb pkgver=1.2.2 pkgrel=2 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/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index cad5b8271..e32af2610 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cppcheck pkgver=1.59 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' 'qt4') 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/credentials-preferences/PKGBUILD b/community/credentials-preferences/PKGBUILD index e4172f82d..73b770b48 100644 --- a/community/credentials-preferences/PKGBUILD +++ b/community/credentials-preferences/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=credentials-control-center pkgver=0.1.5 pkgrel=1 pkgdesc="Control panel for configuring online account credentials and settings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/gnome-control-center-signon" license=('GPL' 'LGPL') depends=('libaccounts-glib' 'libsignon-glib' 'gtk3') diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 713e6c628..31ed675b5 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -8,7 +8,7 @@ _origname=CriticalMass pkgver=1.0.2 pkgrel=8 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 4ed6778c8..b6fe646a4 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -5,7 +5,7 @@ pkgname=csfml pkgver=2.0 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=${pkgver}") 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 a8aacbd3b..83f4e477e 100644 --- a/community/cuneiform/PKGBUILD +++ b/community/cuneiform/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.0 _dpkgver=1.1 pkgrel=8 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/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 dfcd2ffc3..994e167d0 100644 --- a/community/cuyo/PKGBUILD +++ b/community/cuyo/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.0.0 pkgrel=1 epoch=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 52bea4ed9..ab4ef1bfd 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=cython pkgver=0.19 pkgrel=1 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 e8033246c..0bc260b77 100644 --- a/community/dante/PKGBUILD +++ b/community/dante/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.2 pkgrel=3 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 525cdccb8..a1aba40ca 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=darkhttpd pkgver=1.9 pkgrel=1 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 289faa868..1f504ae9e 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=8 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 @@ -19,6 +19,7 @@ md5sums=('5b7abc7538dcd8e30667dac150e81d77' '1021f95fabe16cfab4c95f6264d535e5' '91dd1cf9d01c2b37896f01b4570b5521' 'aa9a9effd1e8f08860afcd6439fc94c5') +options=(!makeflags !distcc) build() { cd $srcdir/darkstat-$pkgver diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index bd7e3a97c..a4f646cad 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.2 _pkgver=1.2 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/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index f41aead36..6b388b23b 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dbmail pkgver=3.0.2 pkgrel=9 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/dcfldd/PKGBUILD b/community/dcfldd/PKGBUILD index c28ded29f..c2dc0e67c 100644 --- a/community/dcfldd/PKGBUILD +++ b/community/dcfldd/PKGBUILD @@ -4,9 +4,9 @@ pkgname=dcfldd pkgver=1.3.4.1 -pkgrel=3 +pkgrel=3.2 pkgdesc="DCFL (DoD Computer Forensics Lab) dd replacement with hashing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dcfldd.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index e47224768..452ad3aba 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -6,13 +6,13 @@ pkgname=deadbeef pkgver=0.5.6 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 c045143b3..a78b95e27 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dee pkgver=1.0.14 pkgrel=5 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 3c243421c..f5d469c9f 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -5,7 +5,7 @@ pkgname=deja-dup pkgver=26.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' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' '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 bd1162ece..71693e130 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=denemo pkgver=1.0.0 pkgrel=3 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/desmume/PKGBUILD b/community/desmume/PKGBUILD index 2df6273f0..9edb3900b 100644 --- a/community/desmume/PKGBUILD +++ b/community/desmume/PKGBUILD @@ -15,7 +15,7 @@ pkgname=desmume pkgver=0.9.9 pkgrel=2 pkgdesc="Nintendo DS emulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://desmume.org/" license=('GPL') depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap' diff --git a/community/devil/PKGBUILD b/community/devil/PKGBUILD index c0f88548b..fb69dc325 100644 --- a/community/devil/PKGBUILD +++ b/community/devil/PKGBUILD @@ -7,7 +7,7 @@ pkgname=devil pkgver=1.7.8 pkgrel=16 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/devilspie/PKGBUILD b/community/devilspie/PKGBUILD index 579bdc74c..451337b27 100644 --- a/community/devilspie/PKGBUILD +++ b/community/devilspie/PKGBUILD @@ -5,9 +5,9 @@ pkgname=devilspie pkgver=0.22 -pkgrel=5 +pkgrel=5.2 pkgdesc="x11 window matching utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.burtonini.com/blog/computers/devilspie" license=('GPL') depends=('libwnck') @@ -18,6 +18,8 @@ md5sums=('4190e12f99ab92c0427e457d9fbfe231') build() { cd $srcdir/$pkgname-$pkgver sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am + sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in + sed -i 's|AM_PROG_CC_STDC|AC_PROG_CC|g' configure.in export LIBS="-lX11" ./autogen.sh 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/dgen-sdl/PKGBUILD b/community/dgen-sdl/PKGBUILD index 67e8015bc..edad3936a 100644 --- a/community/dgen-sdl/PKGBUILD +++ b/community/dgen-sdl/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dgen-sdl pkgver=1.32 pkgrel=2 pkgdesc="An emulator for Sega Genesis/Mega Drive systems ported to SDL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dgen.sourceforge.net" license=('BSD') depends=('sdl' 'libgl' 'libarchive') diff --git a/community/dhex/PKGBUILD b/community/dhex/PKGBUILD index d9c0213a3..757c7b7cd 100644 --- a/community/dhex/PKGBUILD +++ b/community/dhex/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dhex pkgver=0.68 pkgrel=1 pkgdesc="An ncurses-based hexeditor with a diff mode" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.dettus.net/dhex/" license=('GPL') depends=('ncurses') diff --git a/community/dia/PKGBUILD b/community/dia/PKGBUILD index 609215664..60a7381a6 100644 --- a/community/dia/PKGBUILD +++ b/community/dia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dia pkgver=0.97.2 pkgrel=5 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 @@ -23,7 +23,6 @@ md5sums=('1e1180a513fb567709b09bc19f12105e' build() { cd "${srcdir}/${pkgname}-${pkgver}" - export PYTHON=/usr/bin/python2 for file in `find -type f -name '*.py'`; do sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$file" diff --git a/community/dia/dia-0.97.2-glib.patch b/community/dia/dia-0.97.2-glib.patch new file mode 100644 index 000000000..dcda07392 --- /dev/null +++ b/community/dia/dia-0.97.2-glib.patch @@ -0,0 +1,40 @@ +--- dia-0.97.2.orig/objects/custom/shape_typeinfo.c 2009-11-07 09:28:34.000000000 -0500 ++++ dia-0.97.2/objects/custom/shape_typeinfo.c 2012-12-19 13:59:45.985417287 -0500 +@@ -27,8 +27,7 @@ + #include "custom_util.h" + #include <string.h> + #include <stdarg.h> +-#include <glib/gstrfuncs.h> +-#include <glib/gstdio.h> ++#include <glib.h> + #include <libxml/parser.h> + + /* +--- dia-0.97.2.orig/tests/test-boundingbox.c 2009-11-07 09:28:35.000000000 -0500 ++++ dia-0.97.2/tests/test-boundingbox.c 2012-12-19 14:01:03.115674866 -0500 +@@ -26,11 +26,6 @@ + #define G_LOG_DOMAIN "Dia" + + #include <glib.h> +-#include <glib-object.h> +- +-#if GLIB_CHECK_VERSION(2,16,0) +-#include <glib/gtestutils.h> +-#endif + #include "dialib.h" + + /* +--- dia-0.97.2.orig/tests/test-objects.c 2009-11-07 09:28:35.000000000 -0500 ++++ dia-0.97.2/tests/test-objects.c 2012-12-19 14:01:43.978961390 -0500 +@@ -26,11 +26,6 @@ + #define G_LOG_DOMAIN "Dia" + + #include <glib.h> +-#include <glib-object.h> +- +-#if GLIB_CHECK_VERSION(2,16,0) +-#include <glib/gtestutils.h> +-#endif + + #include "object.h" + #include "plug-ins.h" 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 b79a61416..788495885 100644 --- a/community/dillo/PKGBUILD +++ b/community/dillo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dillo pkgver=3.0.3 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 e7f09b43e..91e856541 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=directfb pkgver=1.6.3 pkgrel=2 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 4c3bd645e..741d4beef 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=distcc pkgver=3.1 pkgrel=10 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 0125231f5..2a9d9c6f1 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=('qt4' 'djvulibre') source=("http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz") sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5') diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD index 9a45dd17f..b0a913cee 100644 --- a/community/dmenu/PKGBUILD +++ b/community/dmenu/PKGBUILD @@ -7,10 +7,10 @@ pkgname=dmenu pkgver=4.5 -pkgrel=3 +pkgrel=3.1 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) diff --git a/community/dnstracer/PKGBUILD b/community/dnstracer/PKGBUILD index be84c8a92..90e1721a2 100644 --- a/community/dnstracer/PKGBUILD +++ b/community/dnstracer/PKGBUILD @@ -3,11 +3,11 @@ pkgname=dnstracer pkgver=1.9 -pkgrel=4 +pkgrel=4.1 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..ddf79d584 100644 --- a/community/dopewars/PKGBUILD +++ b/community/dopewars/PKGBUILD @@ -6,11 +6,11 @@ pkgname=dopewars pkgver=1.5.12 -pkgrel=6 +pkgrel=6.2 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 47107ad65..9de493d2e 100644 --- a/community/dos2unix/PKGBUILD +++ b/community/dos2unix/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dos2unix pkgver=6.0.3 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 356e7eb99..26392438f 100644 --- a/community/dosbox/PKGBUILD +++ b/community/dosbox/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dosbox pkgver=0.74 pkgrel=5 pkgdesc="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' 'glu') diff --git a/community/drbd/PKGBUILD b/community/drbd/PKGBUILD index fc79acfde..9c3a09793 100644 --- a/community/drbd/PKGBUILD +++ b/community/drbd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=drbd pkgver=8.4.2 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 75c82abf3..3c12768c5 100644 --- a/community/drivel/PKGBUILD +++ b/community/drivel/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.0.3 pkgrel=3 pkgdesc="GTK client for working with online journals (blogs)." url="http://drivel.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("GPL") depends=('curl' 'gnome-vfs' 'gtksourceview2' 'gtkspell' 'libsoup' 'desktop-file-utils') makedepends=('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 daf1572a0..58ef6d167 100644 --- a/community/dspam/PKGBUILD +++ b/community/dspam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dspam pkgver=3.10.2 pkgrel=4 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 c30d667a1..b499d9579 100644 --- a/community/dumb/PKGBUILD +++ b/community/dumb/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dumb pkgver=0.9.3 pkgrel=7 pkgdesc='IT, XM, S3M and MOD player library' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('custom:dumb' 'GPL') url='http://dumb.sourceforge.net/' makedepends=('setconf') @@ -45,6 +45,8 @@ ALL_TARGETS := core core-examples core-headers ALL_TARGETS += allegro allegro-examples allegro-headers PREFIX := /usr EOF + # For some reason -lm is not linked for Allegro examples. + sed -ri 's/^(LINK_ALLEGRO := .+)$/\1 -lm/' make/unix.inc # Use OFLAGS to be able to set CFLAGS without replacing the -I directives make -j1 OFLAGS="${CFLAGS}" diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD index 88f684eec..c6cf9a28f 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dunst pkgver=1.0.0 pkgrel=1 pkgdesc="a dmenu-ish notification system " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://knopwob.github.com/dunst" license=(MIT) depends=(libxinerama libxss libxdg-basedir pango) diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index fe50cb4ca..40d5c18d8 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -6,7 +6,7 @@ pkgname=duplicity pkgver=0.6.21 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=('gnupg' 'librsync' 'ncftp' 'python2-paramiko') diff --git a/community/dvdbackup/PKGBUILD b/community/dvdbackup/PKGBUILD index 271c3344d..17db80fc0 100644 --- a/community/dvdbackup/PKGBUILD +++ b/community/dvdbackup/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dvdbackup pkgver=0.4.2 pkgrel=1 pkgdesc="A tool to rip video DVDs from the command line" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dvdbackup.sourceforge.net/" license=('GPL') depends=('libdvdread') diff --git a/community/dvdisaster/PKGBUILD b/community/dvdisaster/PKGBUILD index 15dcb0a07..685aca8c0 100644 --- a/community/dvdisaster/PKGBUILD +++ b/community/dvdisaster/PKGBUILD @@ -3,9 +3,9 @@ pkgname=dvdisaster pkgver=0.72.4 -pkgrel=1 +pkgrel=1.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 ad374d4d3..435cbe191 100644 --- a/community/dvtm/PKGBUILD +++ b/community/dvtm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dvtm pkgver=0.9 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 9c7fb1a8a..a21b588d5 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2013.03.30 pkgrel=2 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 9ab3bf69e..31915b2a4 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dwdiff pkgver=2.0.4 pkgrel=4 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..b598b41ab 100644 --- a/community/dwm/PKGBUILD +++ b/community/dwm/PKGBUILD @@ -5,10 +5,10 @@ pkgname=dwm pkgver=6.0 -pkgrel=1 +pkgrel=1.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/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 8bdcfeb80..7110d1574 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -5,7 +5,7 @@ pkgname=easystroke pkgver=0.6.0 pkgrel=2 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=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') diff --git a/community/ebtables/PKGBUILD b/community/ebtables/PKGBUILD index 1430af343..f62fd575c 100644 --- a/community/ebtables/PKGBUILD +++ b/community/ebtables/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ebtables pkgver=2.0.10_4 pkgrel=3 pkgdesc='Ethernet bridge filtering utilities' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' depends=('perl' 'bash') license=('GPL2') diff --git a/community/echat/PKGBUILD b/community/echat/PKGBUILD index 38544e955..1d10f3c86 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 $srcdir/$pkgname-${pkgver} + sed -ri -e 's/^CFLAGS=.*/CFLAGS='"${CFLAGS}"'/' \ + -e 's/@\$\(CC\) -o \$@ /@$(CC) '"${LDFLAGS}"' -o $@ /' Makefile make install -D -m 0755 echat $pkgdir/usr/bin/echat install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1 diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index bf53aa08d..2f6a8d7be 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ecryptfs-utils pkgver=103 pkgrel=1 -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/efax-gtk/PKGBUILD b/community/efax-gtk/PKGBUILD index 8007c8012..b55158cfd 100644 --- a/community/efax-gtk/PKGBUILD +++ b/community/efax-gtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=efax-gtk pkgver=3.2.11 pkgrel=1 pkgdesc="A GUI front end for the 'efax' fax program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://efax-gtk.sourceforge.net/" license=('GPL') depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils') diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index f14cda2e2..812a0255c 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ejabberd pkgver=2.1.12 pkgrel=1 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..6e13e2428 100644 --- a/community/ekg/PKGBUILD +++ b/community/ekg/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ekg pkgver=1.8rc2 -pkgrel=1 +pkgrel=1.2 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..0e4cbcba9 100644 --- a/community/ekg2/PKGBUILD +++ b/community/ekg2/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ekg2 pkgver=0.3.1 -pkgrel=5 +pkgrel=5.1 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 596a01fd2..06df1afe6 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -5,7 +5,7 @@ pkgname=electricsheep pkgver=2.7b33 pkgrel=8 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' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD index 2b9d1139c..6b64f18e9 100644 --- a/community/elinks/PKGBUILD +++ b/community/elinks/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.13 _commit="9313aae9062e1d9ff084858fa6844259cd8237d6" pkgrel=12 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' 'lua51' 'libidn' 'js185' diff --git a/community/emacs-nox/PKGBUILD b/community/emacs-nox/PKGBUILD index 75cb2ecb3..0e2e9b214 100644 --- a/community/emacs-nox/PKGBUILD +++ b/community/emacs-nox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=emacs-nox pkgver=24.3 pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display 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/emelfm2/PKGBUILD b/community/emelfm2/PKGBUILD index 59d86b3cb..23356156b 100644 --- a/community/emelfm2/PKGBUILD +++ b/community/emelfm2/PKGBUILD @@ -4,9 +4,9 @@ pkgname=emelfm2 pkgver=0.8.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="A file manager that implements the popular two-pane design" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://emelfm2.net/" depends=('gtk2') license=('GPL3') 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/emerillon/PKGBUILD b/community/emerillon/PKGBUILD index 2e690f13d..dd4e13bc1 100644 --- a/community/emerillon/PKGBUILD +++ b/community/emerillon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=emerillon pkgver=0.1.90 pkgrel=4 pkgdesc="Map viewer for OpenStreetMap" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/emerillon/" license=('GPL') depends=('libchamplain' 'geoclue' 'libpeas' 'rest') diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 5940ffeba..d338ce110 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=encfs pkgver=1.7.4 pkgrel=10 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 98c26c4ea..f77145cca 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=enet pkgver=1.3.7 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..e33389d06 100644 --- a/community/enter/PKGBUILD +++ b/community/enter/PKGBUILD @@ -6,15 +6,18 @@ 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') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('47a77ae57e667f887f856c0a126d667a') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + enter-0.0.9-X11_Xext.patch) +md5sums=('47a77ae57e667f887f856c0a126d667a' + '7e7dee216860d11833706b70b17b6905') build() { cd $srcdir/$pkgname-$pkgver + patch -Np1 -i ${srcdir}/enter-0.0.9-X11_Xext.patch sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac autoreconf ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt" diff --git a/community/enter/enter-0.0.9-X11_Xext.patch b/community/enter/enter-0.0.9-X11_Xext.patch new file mode 100644 index 000000000..bf0459c30 --- /dev/null +++ b/community/enter/enter-0.0.9-X11_Xext.patch @@ -0,0 +1,13 @@ +--- enter-0.0.9.orig/configure.ac 2007-03-26 18:35:54.000000000 -0500 ++++ enter-0.0.9/configure.ac 2012-11-07 02:41:16.137947211 -0500 +@@ -52,6 +52,10 @@ + AC_CHECK_LIB([Imlib2], [imlib_context_new],, + AC_MSG_ERROR([You need to have Imlib2.])) + ++AC_CHECK_LIB(X11, XClearWindow) ++ ++AC_CHECK_LIB(Xext, XdbeQueryExtension) ++ + # Checks for header files. + AC_SUBST([X_CFLAGS]) + AC_SUBST([X_LIBS]) 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-sdl/PKGBUILD b/community/erlang-sdl/PKGBUILD index 5ab68f661..4482f52ef 100644 --- a/community/erlang-sdl/PKGBUILD +++ b/community/erlang-sdl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=erlang-sdl pkgver=1.2 pkgrel=7 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') pkgdesc='SDL and OpenGL bindings for Erlang' url='http://esdl.sourceforge.net/' license=('custom') diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index 1790e90e0..5888021de 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=erlang pkgname=('erlang' 'erlang-unixodbc') pkgver=R16B pkgrel=3 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.erlang.org/' license=('custom') makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9') 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/esmtp/PKGBUILD b/community/esmtp/PKGBUILD index b275244ff..45078ab9c 100644 --- a/community/esmtp/PKGBUILD +++ b/community/esmtp/PKGBUILD @@ -5,9 +5,9 @@ pkgname=esmtp pkgver=1.2 -pkgrel=4 +pkgrel=4.2 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 5cad1dcf7..4eecb2342 100644 --- a/community/espeakup/PKGBUILD +++ b/community/espeakup/PKGBUILD @@ -6,7 +6,7 @@ pkgname=espeakup pkgver=0.71 pkgrel=7 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 4250f3d44..e8646e4d6 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') pkgver=0.7.6 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ettercap.github.com/ettercap/" license=('GPL') depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet') diff --git a/community/evilwm/PKGBUILD b/community/evilwm/PKGBUILD index 1ac5b6205..3b7c0784c 100644 --- a/community/evilwm/PKGBUILD +++ b/community/evilwm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 83062 2013-01-27 09:45:44Z andrea $ +# $Id$ # Maintainer: Kevin Piche <kevin@archlinux.org> # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=evilwm pkgver=1.1.0 -pkgrel=1 +pkgrel=1.2 pkgdesc="A minimalist but usable window manager for the X Window System." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://evilwm.sourceforge.net" license=('custom') depends=('libxrandr') diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD index 011d78ed2..50dde47cd 100644 --- a/community/exfat-utils/PKGBUILD +++ b/community/exfat-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=exfat-utils pkgver=1.0.1 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 cf31567ba..524669022 100644 --- a/community/expac/PKGBUILD +++ b/community/expac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=expac pkgver=2 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..69758612c 100644 --- a/community/ext3grep/PKGBUILD +++ b/community/ext3grep/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ext3grep pkgver=0.10.2 -pkgrel=2 +pkgrel=2.1 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/ext4magic/PKGBUILD b/community/ext4magic/PKGBUILD index 3734d6aa7..81efb41eb 100644 --- a/community/ext4magic/PKGBUILD +++ b/community/ext4magic/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ext4magic pkgver=0.3.1 pkgrel=1 pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://developer.berlios.de/projects/ext4magic/' license=('GPL2') depends=('bzip2' 'file' 'util-linux' 'e2fsprogs') @@ -14,7 +14,7 @@ md5sums=('59c194b71e33aa6bd098b91f802e67d5') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } diff --git a/community/extremetuxracer/PKGBUILD b/community/extremetuxracer/PKGBUILD index b62623768..b3945e6e3 100644 --- a/community/extremetuxracer/PKGBUILD +++ b/community/extremetuxracer/PKGBUILD @@ -7,7 +7,7 @@ pkgname=extremetuxracer pkgver=0.4 pkgrel=6 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 2cef4387f..70591c45d 100644 --- a/community/extundelete/PKGBUILD +++ b/community/extundelete/PKGBUILD @@ -6,7 +6,7 @@ pkgname=extundelete pkgver=0.2.4 pkgrel=1 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 f1c3df7ae..6135df685 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fatrat pkgver=1.2.0_beta2 pkgrel=7 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' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl') diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 4dec5ae16..710522eb2 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fb-client pkgver=1.1.2 pkgrel=1 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..8501ab67f 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') @@ -15,7 +15,7 @@ build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST patch src/options.c <<EOF 33a34 diff --git a/community/fbgrab/PKGBUILD b/community/fbgrab/PKGBUILD index 9190eda5c..9621fa39e 100644 --- a/community/fbgrab/PKGBUILD +++ b/community/fbgrab/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbgrab pkgver=1.0 pkgrel=7 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 8e23f7412..a555f65ac 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbreader pkgver=0.99.4 pkgrel=2 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' 'qt4' 'liblinebreak' 'sqlite') diff --git a/community/fbterm/PKGBUILD b/community/fbterm/PKGBUILD index d2ebdb0d7..e0244aa84 100644 --- a/community/fbterm/PKGBUILD +++ b/community/fbterm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbterm pkgver=1.7.0 pkgrel=5 pkgdesc="A fast terminal emulator for linux with frame buffer device or VESA video card" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fbterm/" license=('GPL2') depends=('gcc-libs' 'fontconfig') diff --git a/community/fbv/PKGBUILD b/community/fbv/PKGBUILD index 6577fafd2..9bcbf8f96 100644 --- a/community/fbv/PKGBUILD +++ b/community/fbv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbv pkgver=1.0b pkgrel=6 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 86893f0b5..86ba33163 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.1.1 pkgrel=1 url='http://www.fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl') makedepends=('scons' 'mesa-libgl' 'glu') diff --git a/community/fceux/fceux-2.1.5-gcc46.patch b/community/fceux/fceux-2.1.5-gcc46.patch new file mode 100644 index 000000000..540382278 --- /dev/null +++ b/community/fceux/fceux-2.1.5-gcc46.patch @@ -0,0 +1,11 @@ +--- fceu2.1.5.orig/src/file.cpp 2010-09-18 19:05:09.000000000 -0500 ++++ fceu2.1.5/src/file.cpp 2012-12-19 10:47:44.065106719 -0500 +@@ -310,7 +310,7 @@ + if(magic==0x088b1f) {
+ // maybe gzip...
+
+- void* gzfile = gzopen(fileToOpen.c_str(),"rb");
++ gzFile gzfile = gzopen(fileToOpen.c_str(),"rb");
+ if(gzfile) {
+ delete fp;
+
diff --git a/community/fceux/fceux-2.1.5-gcc47.patch b/community/fceux/fceux-2.1.5-gcc47.patch new file mode 100644 index 000000000..8d6891dfa --- /dev/null +++ b/community/fceux/fceux-2.1.5-gcc47.patch @@ -0,0 +1,22 @@ +--- fceu2.1.5.orig/src/utils/endian.h 2010-11-07 18:33:11.000000000 -0500 ++++ fceu2.1.5/src/utils/endian.h 2012-12-19 10:36:45.076124554 -0500 +@@ -93,19 +93,5 @@ + }
+ }
+
+-template<typename T>
+-int writele(T *Bufo, EMUFILE*os)
+-{
+- CTASSERT(sizeof(T)==1||sizeof(T)==2||sizeof(T)==4||sizeof(T)==8);
+- switch(sizeof(T)) {
+- case 1: return write8le((uint8*)Bufo,os);
+- case 2: return write16le((uint16*)Bufo,os);
+- case 4: return write32le((uint32*)Bufo,os);
+- case 8: return write64le((uint64*)Bufo,os);
+- default:
+- return 0;
+- }
+-}
+-
+ #endif //__FCEU_ENDIAN
+
diff --git a/community/fceux/fceux-2.1.5-underlink.patch b/community/fceux/fceux-2.1.5-underlink.patch new file mode 100644 index 000000000..c08137a51 --- /dev/null +++ b/community/fceux/fceux-2.1.5-underlink.patch @@ -0,0 +1,13 @@ +--- fceu2.1.5.orig/SConstruct 2011-06-07 21:33:28.876609681 +0200 ++++ fceu2.1.5/SConstruct 2011-06-07 21:34:11.420368249 +0200 +@@ -70,6 +70,10 @@ + env.ParseConfig('pkg-config --cflags --libs gtk+-3.0') + env.Append(CPPDEFINES=["_GTK3"]) + env.Append(CCFLAGS = ["-D_GTK"]) ++ env.Append(LIBS =["-lz"]) ++ env.Append(LIBS =["-ldl"]) ++ env.Append(LIBS =["-lX11"]) ++ + ### Lua platform defines + ### Applies to all files even though only lua needs it, but should be ok + if env['LUA']: diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD index 80f5babe0..dd461bd70 100644 --- a/community/fcgiwrap/PKGBUILD +++ b/community/fcgiwrap/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fcgiwrap pkgver=1.1.0 pkgrel=1 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' 'systemd') diff --git a/community/fcitx-anthy/PKGBUILD b/community/fcitx-anthy/PKGBUILD index 086398231..bbbd3720e 100644 --- a/community/fcitx-anthy/PKGBUILD +++ b/community/fcitx-anthy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-anthy pkgver=0.1.1 pkgrel=2 pkgdesc="Fcitx Wrapper for anthy." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.5' 'anthy') diff --git a/community/fcitx-chewing/PKGBUILD b/community/fcitx-chewing/PKGBUILD index 462035ae1..228e0a995 100644 --- a/community/fcitx-chewing/PKGBUILD +++ b/community/fcitx-chewing/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-chewing pkgver=0.2.0 pkgrel=1 pkgdesc='Fcitx Wrapper for chewing' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/fcitx/fcitx-chewing" license=('GPL') depends=('libchewing' 'fcitx>=4.2.7') diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD index 9ea80531e..314d6458f 100644 --- a/community/fcitx-cloudpinyin/PKGBUILD +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-cloudpinyin pkgver=0.3.1 pkgrel=1 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/fcitx/fcitx-cloudpinyin" license=('GPL') depends=('curl' 'fcitx>=4.2.7') diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 00ed7aa7c..0d2fb7c45 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-configtool pkgver=0.4.6 pkgrel=1 pkgdesc="GTK based config tool for Fcitx" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fcitx.googlecode.com/" license=('GPL2') depends=("fcitx>=4.2.7" "gtk3" "iso-codes") diff --git a/community/fcitx-fbterm/PKGBUILD b/community/fcitx-fbterm/PKGBUILD index 127ac3897..67fa435c5 100644 --- a/community/fcitx-fbterm/PKGBUILD +++ b/community/fcitx-fbterm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fcitx-fbterm pkgver=0.2.0 pkgrel=2 pkgdesc="Fbterm support for Fcitx." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL2') depends=('fcitx>=4.1.0' 'fbterm') diff --git a/community/fcitx-googlepinyin/PKGBUILD b/community/fcitx-googlepinyin/PKGBUILD index f10ec9238..05e1f1783 100644 --- a/community/fcitx-googlepinyin/PKGBUILD +++ b/community/fcitx-googlepinyin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-googlepinyin pkgver=0.1.6 pkgrel=3 pkgdesc="Fcitx Wrapper for googlepinyin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2') diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD index c2dfa66f5..4af6c9771 100644 --- a/community/fcitx-hangul/PKGBUILD +++ b/community/fcitx-hangul/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-hangul pkgver=0.2.1 pkgrel=1 pkgdesc="Hangul (Korean) support for fcitx" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx/" license=('GPL2') depends=('fcitx>=4.2.7' 'libhangul') diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD index e69931850..61bad23d0 100644 --- a/community/fcitx-libpinyin/PKGBUILD +++ b/community/fcitx-libpinyin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-libpinyin pkgver=0.2.92 pkgrel=1 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/fcitx/fcitx-libpinyin" license=('GPL') depends=('fcitx' 'libpinyin') diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD index efa1939e9..77b2b1d1c 100644 --- a/community/fcitx-m17n/PKGBUILD +++ b/community/fcitx-m17n/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-m17n pkgver=0.2.0 pkgrel=1 pkgdesc="Fcitx Wrapper for m17n." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.7' 'm17n-lib') diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index daad24122..f702f9ace 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac a pkgver=1.10.1390.102 _patchver=${pkgver}.2 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/mozc/" license=('custom') depends=('qt4' 'fcitx' 'zinnia') diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD index 3e5aef8cf..ae50ee9ed 100644 --- a/community/fcitx-rime/PKGBUILD +++ b/community/fcitx-rime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-rime pkgver=0.2.0 pkgrel=2 pkgdesc='Fcitx Wrapper for librime' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.7' "librime" "brise") diff --git a/community/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index 92b46b094..f38d60b45 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-sunpinyin pkgver=0.4.0 pkgrel=1 pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') install=fcitx-sunpinyin.install diff --git a/community/fcitx-ui-light/PKGBUILD b/community/fcitx-ui-light/PKGBUILD index 6ffa8a1d5..88a45c1a4 100644 --- a/community/fcitx-ui-light/PKGBUILD +++ b/community/fcitx-ui-light/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fcitx-ui-light pkgver=0.1.3 pkgrel=2 pkgdesc="Light weight xlib and xft based ui for fcitx." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL2') depends=('fcitx>=4.1.0' 'libxpm') diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD index df7604dc0..015e1b78f 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-unikey pkgver=0.2.0 pkgrel=2 pkgdesc="Fcitx Wrapper for unikey" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.7') diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 3dca22164..7cd37be7d 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4') pkgver=4.2.7 pkgrel=8 groups=('fcitx-im') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx/" license=('GPL') makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \ 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 199c36931..0bb255058 100644 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -8,7 +8,7 @@ pkgname=fcron pkgver=3.1.1 pkgrel=1 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/fcron/systab.orig b/community/fcron/systab.orig deleted file mode 100644 index 5b0045626..000000000 --- a/community/fcron/systab.orig +++ /dev/null @@ -1,4 +0,0 @@ -&bootrun 01 * * * * /usr/sbin/run-cron /etc/cron.hourly -&bootrun 02 00 * * * /usr/sbin/run-cron /etc/cron.daily -&bootrun 22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly -&bootrun 42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly diff --git a/community/fdm/PKGBUILD b/community/fdm/PKGBUILD index 9cf7f7696..c02b55953 100644 --- a/community/fdm/PKGBUILD +++ b/community/fdm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=fdm pkgver=1.7 pkgrel=1 pkgdesc='Program to fetch and deliver mail' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://fdm.sourceforge.net/' license=('BSD') depends=('openssl' 'tdb' 'zlib') diff --git a/community/fdupes/PKGBUILD b/community/fdupes/PKGBUILD index 9dfae23a5..cbae5b25e 100644 --- a/community/fdupes/PKGBUILD +++ b/community/fdupes/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fdupes pkgver=1.51 pkgrel=1 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 232814f05..96fa9f3fd 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -8,11 +8,15 @@ pkgname=ffmpeg-compat pkgver=20120509 pkgrel=3 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) -makedepends=('yasm' 'git' 'libvdpau') +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) +makedepends=('git') +if [ "$CARCH" != "mips64el" ]; then + depends+=(libva) + makedepends+=('yasm' 'libvdpau') +fi #git clone git://git.videolan.org/ffmpeg.git source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-$pkgver.tar.xz) md5sums=('a35359e424608f369d380f03e4dc9966') diff --git a/community/ffmpeg2theora/PKGBUILD b/community/ffmpeg2theora/PKGBUILD index 99810e7b9..01dcc7dda 100644 --- a/community/ffmpeg2theora/PKGBUILD +++ b/community/ffmpeg2theora/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ffmpeg2theora pkgver=0.29 pkgrel=3 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/ffmpegsource/PKGBUILD b/community/ffmpegsource/PKGBUILD index e32088959..c434b18b0 100755 --- a/community/ffmpegsource/PKGBUILD +++ b/community/ffmpegsource/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ffmpegsource pkgver=753 pkgrel=1 pkgdesc="A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ffmpegsource/" license=('MIT') depends=('ffmpeg') diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index f933e383e..54f9011b7 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -6,7 +6,7 @@ pkgname=filezilla pkgver=3.7.0.1 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' 'sqlite') diff --git a/community/fillets-ng/PKGBUILD b/community/fillets-ng/PKGBUILD index a7a468d29..fbf9df50f 100644 --- a/community/fillets-ng/PKGBUILD +++ b/community/fillets-ng/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=4 pkgdesc="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' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils') makedepends=('gendesk') diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index a237a17e3..bca39bdd2 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -9,7 +9,7 @@ pkgname=fish pkgver=2.0b2 pkgrel=4 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 2dc0711ea..22a6d458f 100644 --- a/community/flam3/PKGBUILD +++ b/community/flam3/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flam3 pkgver=3.0.1 pkgrel=3 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 e528e4221..aa55b12b6 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 9b316bb1c..17e87ce17 100644 --- a/community/flickcurl/PKGBUILD +++ b/community/flickcurl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flickcurl pkgver=1.24 pkgrel=1 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 bf88c40de..58a4df2e5 100644 --- a/community/floyd/PKGBUILD +++ b/community/floyd/PKGBUILD @@ -4,9 +4,9 @@ pkgname=floyd pkgver=2.0.1 -pkgrel=4 +pkgrel=4.1 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/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 c86ae3a95..7cccbb50d 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fox pkgver=1.6.49 pkgrel=2 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 f5235a6df..cdb0b6857 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -12,7 +12,7 @@ pkgver=2.6.2 _gdbver=7.5.1 pkgrel=1 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 8d55338b8..7d47d21b4 100644 --- a/community/freedroidrpg/PKGBUILD +++ b/community/freedroidrpg/PKGBUILD @@ -5,7 +5,7 @@ pkgname='freedroidrpg' pkgver=0.15.1 pkgrel=4 -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 02bd0aad6..d10a4bdee 100644 --- a/community/freehdl/PKGBUILD +++ b/community/freehdl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=freehdl pkgver=0.0.8 pkgrel=5 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 3d9a9d58e..1a3a5837e 100644 --- a/community/freeimage/PKGBUILD +++ b/community/freeimage/PKGBUILD @@ -8,7 +8,7 @@ pkgname=freeimage pkgver=3.15.4 pkgrel=1 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=('9f9a3b2c3c1b4fd24fe479e8aaee86b1') 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 67d4be403..568c14d97 100644 --- a/community/freemat/PKGBUILD +++ b/community/freemat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freemat pkgver=4.1 pkgrel=7 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=('qt4' '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 46372974a..d4ac8dcc1 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freeradius pkgver=2.2.0 pkgrel=5 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' 'libmariadbclient') diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD index 9bedb4759..e21783928 100644 --- a/community/freerdp/PKGBUILD +++ b/community/freerdp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freerdp pkgver=1.0.2 pkgrel=2 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/freewrl/PKGBUILD b/community/freewrl/PKGBUILD index b228c636f..d5154e31f 100644 --- a/community/freewrl/PKGBUILD +++ b/community/freewrl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.22.13.1 _pkgver=1.22.13 pkgrel=5 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 82f907907..2b4c27802 100644 --- a/community/frei0r-plugins/PKGBUILD +++ b/community/frei0r-plugins/PKGBUILD @@ -5,7 +5,7 @@ pkgname=frei0r-plugins pkgver=1.4 pkgrel=1 pkgdesc="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>=2.4.3') diff --git a/community/fssos-nsvs/PKGBUILD b/community/fssos-nsvs/PKGBUILD index 5a8d6fb89..22c2c43e3 100644 --- a/community/fssos-nsvs/PKGBUILD +++ b/community/fssos-nsvs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fssos-nsvs pkgver=0.5 pkgrel=10 pkgdesc="NSVS for FSSOS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fssos.sourceforge.net/" license=('GPL') depends=('bash' 'mariadb') 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 49a2cede9..f607bf08d 100644 --- a/community/fuse-exfat/PKGBUILD +++ b/community/fuse-exfat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fuse-exfat pkgver=1.0.1 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 cf0fc5819..cb4d7a718 100644 --- a/community/fwbuilder/PKGBUILD +++ b/community/fwbuilder/PKGBUILD @@ -9,7 +9,7 @@ pkgver=5.1.0.3599 pkgrel=4 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' 'qt4') conflicts=('libfwbuilder') diff --git a/community/fxdesktop/PKGBUILD b/community/fxdesktop/PKGBUILD index 18b40a21d..695cda07e 100644 --- a/community/fxdesktop/PKGBUILD +++ b/community/fxdesktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxdesktop pkgver=0.1.12 pkgrel=7 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 b9a25211b..e16a2c997 100644 --- a/community/fxprocessview/PKGBUILD +++ b/community/fxprocessview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxprocessview pkgver=0.5.0 pkgrel=6 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/galculator/PKGBUILD b/community/galculator/PKGBUILD index 98f261981..26be1d2ff 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=galculator pkgver=2.1 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 0011ffcd4..9aa8036d7 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -18,7 +18,7 @@ pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gamb pkgver=3.4.1 pkgrel=2 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 80f0e42ae..3548d92f3 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gammu pkgver=1.32.0 pkgrel=3 pkgdesc="GNU All Mobile Management Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wammu.eu/" license=('GPL') depends=('bluez' 'curl' 'libmariadbclient' 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..99e9de3e2 100644 --- a/community/gavl/PKGBUILD +++ b/community/gavl/PKGBUILD @@ -7,17 +7,19 @@ 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') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz") -md5sums=('2752013a817fbc43ddf13552215ec2c0') +source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz" + "gavl-autoconf.patch") +md5sums=('2752013a817fbc43ddf13552215ec2c0' + '8825521b3658b447855cf84c637e5fe3') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/gavl-autoconf.patch ./configure --prefix=/usr --without-doxygen --with-cpuflags=none make } diff --git a/community/gavl/gavl-autoconf.patch b/community/gavl/gavl-autoconf.patch new file mode 100644 index 000000000..5853abd8f --- /dev/null +++ b/community/gavl/gavl-autoconf.patch @@ -0,0 +1,61 @@ +Index: gavl-1.4.0/acinclude.m4 +=================================================================== +--- gavl-1.4.0.orig/acinclude.m4 ++++ gavl-1.4.0/acinclude.m4 +@@ -46,7 +46,9 @@ AC_DEFUN([AC_C99_FUNC_LRINT], + ac_cv_c99_lrint, + [ + lrint_save_CFLAGS=$CFLAGS +-CFLAGS="-O2 -lm" ++lrint_save_LIBS=$LIBS ++CFLAGS="$CFLAGS -O2" ++LIBS="$LIBS -lm" + AC_TRY_LINK([ + #define _ISOC9X_SOURCE 1 + #define _ISOC99_SOURCE 1 +@@ -57,6 +59,7 @@ AC_TRY_LINK([ + ], if (!lrint(3.14159)) lrint(2.7183);, ac_cv_c99_lrint=yes, ac_cv_c99_lrint=no) + + CFLAGS=$lrint_save_CFLAGS ++LIBS=$lrint_save_LIBS + + ]) + +Index: gavl-1.4.0/configure.ac +=================================================================== +--- gavl-1.4.0.orig/configure.ac ++++ gavl-1.4.0/configure.ac +@@ -129,6 +129,7 @@ fi + dnl + dnl Check for library functions + dnl ++AC_CHECK_FUNC(m,sinf) + + AC_CHECK_FUNCS([memalign]) + AC_CHECK_FUNCS([sched_setaffinity]) +Index: gavl-1.4.0/src/Makefile.am +=================================================================== +--- gavl-1.4.0.orig/src/Makefile.am ++++ gavl-1.4.0/src/Makefile.am +@@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT + + + volume_test_SOURCES = volume_test.c +-volume_test_LDADD = ../gavl/libgavl.la ++volume_test_LDADD = ../gavl/libgavl.la -lm + + dump_frame_table_SOURCES = dump_frame_table.c + dump_frame_table_LDADD = ../gavl/libgavl.la +Index: gavl-1.4.0/src/Makefile.in +=================================================================== +--- gavl-1.4.0.orig/src/Makefile.in ++++ gavl-1.4.0/src/Makefile.in +@@ -282,7 +282,7 @@ pixelformat_penalty_LDADD = ../gavl/libg + benchmark_SOURCES = benchmark.c + benchmark_LDADD = ../gavl/libgavl.la @RT_LIBS@ + volume_test_SOURCES = volume_test.c +-volume_test_LDADD = ../gavl/libgavl.la ++volume_test_LDADD = ../gavl/libgavl.la -lm + dump_frame_table_SOURCES = dump_frame_table.c + dump_frame_table_LDADD = ../gavl/libgavl.la + colorspace_test_SOURCES = colorspace_test.c
\ No newline at end of file diff --git a/community/gcolor2/PKGBUILD b/community/gcolor2/PKGBUILD index b9b30a4df..79d02392a 100644 --- a/community/gcolor2/PKGBUILD +++ b/community/gcolor2/PKGBUILD @@ -5,9 +5,9 @@ pkgname=gcolor2 pkgver=0.4 -pkgrel=6 +pkgrel=6.1 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 b4fb10316..0a7c1e191 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gcompris pkgver=12.11 pkgrel=1 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' 'python2-pysqlite' diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index c89e98d6f..32bf2ed50 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdal pkgver=1.9.2 pkgrel=2 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' 'sqlite' 'libmariadbclient' '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 ca5ca405c..0c5d850ab 100644 --- a/community/gdk-pixbuf/PKGBUILD +++ b/community/gdk-pixbuf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdk-pixbuf pkgver=0.22.0 pkgrel=11 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 fb02bfec9..97319e18c 100644 --- a/community/gdlmm/PKGBUILD +++ b/community/gdlmm/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gdlmm pkgver=3.3.2 pkgrel=3 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 cd193ed36..9ad14990e 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geany-plugins pkgver=1.23 pkgrel=2 pkgdesc='Plugins for Geany' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://plugins.geany.org/' license=('GPL') depends=("geany=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte' diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index b6a270944..516ee77b2 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -9,7 +9,7 @@ pkgname=geany pkgver=1.23 pkgrel=1 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 960143f3e..8eb8d9c89 100644 --- a/community/gebabbel/PKGBUILD +++ b/community/gebabbel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gebabbel pkgver=0.4 pkgrel=6 pkgdesc="GUI for gpsbabel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gebabbel.sourceforge.net/" license=('GPL2') depends=('qt4' 'gpsbabel') diff --git a/community/gecko-mediaplayer/PKGBUILD b/community/gecko-mediaplayer/PKGBUILD index 8a1100d66..6da1e9d1a 100644 --- a/community/gecko-mediaplayer/PKGBUILD +++ b/community/gecko-mediaplayer/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gecko-mediaplayer pkgver=1.0.7 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 1c10d075d..4a9a1caae 100644 --- a/community/geda-gaf/PKGBUILD +++ b/community/geda-gaf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=geda-gaf pkgver=1.8.1 pkgrel=1 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 161682e5a..ab057abec 100644 --- a/community/gedit-plugins/PKGBUILD +++ b/community/gedit-plugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gedit-plugins pkgver=3.8.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 python-dbus) diff --git a/community/gemrb/PKGBUILD b/community/gemrb/PKGBUILD index c80d193f5..2361b6076 100644 --- a/community/gemrb/PKGBUILD +++ b/community/gemrb/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gemrb pkgver=0.8.0 pkgrel=2 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gemrb.org/" license=('GPL') depends=('python2' 'openal' 'libpng' 'sdl_mixer') diff --git a/community/gen2shp/PKGBUILD b/community/gen2shp/PKGBUILD index f1366188c..d0379a3ef 100644 --- a/community/gen2shp/PKGBUILD +++ b/community/gen2shp/PKGBUILD @@ -6,18 +6,22 @@ pkgname=gen2shp pkgver=0.3.1 pkgrel=7 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=('glibc' 'shapelib') -source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz") -md5sums=('1cf9f1c2097825ef96290f7e9a7eb195') +source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz" + "link.patch") +md5sums=('1cf9f1c2097825ef96290f7e9a7eb195' + 'cc9ad41a7577c0cbfebb637d3a83c2aa') build() { cd "$pkgname-$pkgver" # fix conflicting function names sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h + # Fix linking. + patch -p1 -i "$srcdir/link.patch" make } diff --git a/community/gen2shp/link.patch b/community/gen2shp/link.patch new file mode 100644 index 000000000..71e40de1b --- /dev/null +++ b/community/gen2shp/link.patch @@ -0,0 +1,11 @@ +--- gen2shp-0.3.1/Makefile.orig 2013-03-18 12:20:49.925820131 +0100 ++++ gen2shp-0.3.1/Makefile 2013-03-18 12:20:57.757895932 +0100 +@@ -10,7 +10,7 @@ + $(CC) -c utils.c + + gen2shp: gen2shp.c utils.o +- $(CC) $(CFLAGS) -o $@ -lshp gen2shp.c utils.o ++ $(CC) $(CFLAGS) -o $@ gen2shp.c utils.o -lshp + + test: gen2shp + rm -f pnttest.dbf pnttest.shp pnttest.shx diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index 40bc64972..08b44619c 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geos pkgver=3.3.8 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..42f79fc7d 100644 --- a/community/gftp/PKGBUILD +++ b/community/gftp/PKGBUILD @@ -4,9 +4,9 @@ pkgname=gftp pkgver=2.0.19 -pkgrel=4 +pkgrel=4.1 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/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 13b652f78..2452a990f 100644 --- a/community/giggle/PKGBUILD +++ b/community/giggle/PKGBUILD @@ -6,7 +6,7 @@ pkgname=giggle pkgver=0.7 pkgrel=2 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 desktop-file-utils hicolor-icon-theme) diff --git a/community/gimmage/PKGBUILD b/community/gimmage/PKGBUILD index 36b32322a..521b13153 100644 --- a/community/gimmage/PKGBUILD +++ b/community/gimmage/PKGBUILD @@ -7,17 +7,20 @@ 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') makedepends=('pkgconfig') changelog=ChangeLog -source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('f51cca53b3d33415e75a91cf81b6ac39') +source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz + gimmage-0.2.3-gcc47.patch) +md5sums=('f51cca53b3d33415e75a91cf81b6ac39' + '23969d3aaaaf4285dc45bd59f4fb11c3') build() { cd $srcdir/$pkgname-$pkgver + patch -Np1 -i ${srcdir}/gimmage-0.2.3-gcc47.patch rm gimmage.desktop sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in ./configure --prefix=/usr diff --git a/community/gimmage/gimmage-0.2.3-gcc47.patch b/community/gimmage/gimmage-0.2.3-gcc47.patch new file mode 100644 index 000000000..72f53396f --- /dev/null +++ b/community/gimmage/gimmage-0.2.3-gcc47.patch @@ -0,0 +1,11 @@ +--- gimmage-0.2.3.orig/src/FileManager.cpp 2007-06-26 15:51:15.000000000 +0200 ++++ gimmage-0.2.3/src/FileManager.cpp 2008-02-16 13:58:34.000000000 +0100 +@@ -21,6 +21,8 @@ + + // we make extensive use of get_current_dir_name() from Glib + ++#include <unistd.h> ++ + #include "FileManager.h" + #include "defines.h" + diff --git a/community/gimp-plugin-fblur/PKGBUILD b/community/gimp-plugin-fblur/PKGBUILD index 4d995bf23..f967827fc 100644 --- a/community/gimp-plugin-fblur/PKGBUILD +++ b/community/gimp-plugin-fblur/PKGBUILD @@ -4,16 +4,19 @@ 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') makedepends=('intltool') -source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2) -md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8') +source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2 + focusblur-3.2.6-correct_glib_include.patch) +md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8' + '45aec2ee18ef542c849b1085db351b4a') build() { cd "$srcdir"/focusblur-$pkgver + patch -Np1 -i ${srcdir}/focusblur-3.2.6-correct_glib_include.patch ./configure --prefix=/usr make } diff --git a/community/gimp-plugin-fblur/focusblur-3.2.6-correct_glib_include.patch b/community/gimp-plugin-fblur/focusblur-3.2.6-correct_glib_include.patch new file mode 100644 index 000000000..65bd9e96d --- /dev/null +++ b/community/gimp-plugin-fblur/focusblur-3.2.6-correct_glib_include.patch @@ -0,0 +1,184 @@ +--- focusblur-3.2.6.orig/src/aaa.h 2008-10-13 10:13:10.000000000 -0500 ++++ focusblur-3.2.6/src/aaa.h 2012-11-23 22:18:41.915247700 -0500 +@@ -19,8 +19,7 @@ + #ifndef __AAA_H__ + #define __AAA_H__ + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> ++#include <glib.h> + + + G_BEGIN_DECLS + +--- focusblur-3.2.6.orig/src/brush.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/brush.h 2012-11-23 22:25:19.740130640 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_BRUSH_H__ + #define __FOCUSBLUR_BRUSH_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + #include "focusblurtypes.h" + + G_BEGIN_DECLS + +--- focusblur-3.2.6.orig/src/focusblurtypes.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/focusblurtypes.h 2012-11-23 22:30:15.870054441 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_TYPES_H__ + #define __FOCUSBLUR_TYPES_H__ + +-#include <glib/gmacros.h> ++#include <glib.h> + + + G_BEGIN_DECLS + +--- focusblur-3.2.6.orig/src/focusblur.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/focusblur.h 2012-11-23 22:29:39.760186387 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_H__ + #define __FOCUSBLUR_H__ + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + + +--- focusblur-3.2.6.orig/src/focusblurparam.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/focusblurparam.h 2012-11-23 22:37:30.876340890 -0500 +@@ -22,8 +22,7 @@ + #ifndef __FOCUSBLUR_PARAM_H__ + #define __FOCUSBLUR_PARAM_H__ + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> ++#include <glib.h> + #include <gtk/gtkstyle.h> + #include <libgimp/gimptypes.h> + + +--- focusblur-3.2.6.orig/src/depthmap.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/depthmap.h 2012-11-23 22:39:16.736583825 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_DEPTHMAP_H__ + #define __FOCUSBLUR_DEPTHMAP_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + #include "focusblurtypes.h" + #include "focusblurenums.h" + +--- focusblur-3.2.6.orig/src/fftblurbuffer.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/fftblurbuffer.h 2012-11-23 22:40:27.340963518 -0500 +@@ -28,8 +28,7 @@ + #endif + #include <fftw3.h> + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> ++#include <glib.h> + #include <gtk/gtkstyle.h> + #include <libgimp/gimptypes.h> + #include <libgimpwidgets/gimpwidgetstypes.h> + +--- focusblur-3.2.6.orig/src/diffusion.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/diffusion.h 2012-11-23 22:44:00.322319293 -0500 +@@ -23,7 +23,7 @@ + #define __FOCUSBLUR_DIFFUSION_H__ + + +-#include <glib/gtypes.h> ++#include <glib.h> + + #include "focusblur.h" + #include "focusblurtypes.h" + +--- focusblur-3.2.6.orig/src/source.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/source.h 2012-11-23 22:46:56.086021371 -0500 +@@ -24,7 +24,7 @@ + + #include "config.h" + +-#include <glib/gtypes.h> ++#include <glib.h> + #include <libgimp/gimptypes.h> + + #include "focusblurtypes.h" + +--- focusblur-3.2.6.orig/src/shine.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/shine.h 2012-11-23 22:47:54.089813718 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_SHINE_H__ + #define __FOCUSBLUR_SHINE_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + #include <libgimp/gimptypes.h> + + #include "focusblurtypes.h" + +--- focusblur-3.2.6.orig/src/interface.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/interface.h 2012-11-23 22:49:01.946878171 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_INTERFACE_H__ + #define __FOCUSBLUR_INTERFACE_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + #include "focusblurtypes.h" + + +--- focusblur-3.2.6.orig/src/render.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/render.h 2012-11-23 22:49:47.253403346 -0500 +@@ -24,7 +24,7 @@ + + #include "config.h" + +-#include <glib/gtypes.h> ++#include <glib.h> + //#include <libgimp/gimp.h> + #include <libgimp/gimpui.h> + + +--- focusblur-3.2.6.orig/src/focusblurstock.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/focusblurstock.h 2012-11-23 22:52:41.220475079 -0500 +@@ -22,7 +22,7 @@ + #ifndef __FOCUSBLUR_STOCK_H__ + #define __FOCUSBLUR_STOCK_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + + +--- focusblur-3.2.6.orig/src/fftblur.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/fftblur.h 2012-11-23 22:55:44.182789690 -0500 +@@ -23,8 +23,7 @@ + #define __FOCUSBLUR_FFTBLUR_H__ + + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> ++#include <glib.h> + #include <libgimpwidgets/gimpwidgetstypes.h> + + #include "focusblurparam.h" + +--- focusblur-3.2.6.orig/src/fftblurproc.h 2009-01-23 08:06:54.000000000 -0500 ++++ focusblur-3.2.6/src/fftblurproc.h 2012-11-23 22:59:13.909271157 -0500 +@@ -23,8 +23,7 @@ + #define __FOCUSBLUR_FFTBLUR_PROC_H__ + + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> ++#include <glib.h> + + #include "focusblurtypes.h" + 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 9dd465787..5dedd42f9 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=3 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..4c6d8ba49 100644 --- a/community/gimp-refocus/PKGBUILD +++ b/community/gimp-refocus/PKGBUILD @@ -4,16 +4,16 @@ pkgname=gimp-refocus pkgver=0.9.0 -pkgrel=3 +pkgrel=3.1 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') source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz \ refocus-gimp-2.0.patch refocus-mirror-fix.patch refocus-gimp-preview.patch) md5sums=('8d4eac4ef45c904fb5e73021696bec94' - '8ef9dfe697cd20be2be14c1ee53a240a' + '0280f3d4c4d7838da459d8070abb6966' '532593cba030feab8ffa7800fc9cd782' '6b55dbdc656646c765064cf21e1a3c57') diff --git a/community/gimp-refocus/refocus-gimp-2.0.patch b/community/gimp-refocus/refocus-gimp-2.0.patch index 259ee9f87..db359487c 100644 --- a/community/gimp-refocus/refocus-gimp-2.0.patch +++ b/community/gimp-refocus/refocus-gimp-2.0.patch @@ -35,11 +35,14 @@ diff -u -u -r1.1.1.1 configure.in AM_PATH_GTK_2_0(2.0.0) AM_PATH_GLIB_2_0(2.0.0) -@@ -106,5 +106,6 @@ +@@ -106,5 +106,9 @@ #Check if erf is defined in the mathlibrary AC_CHECK_LIB(m, erf, AC_DEFINE(HAVE_ERF)) -AC_OUTPUT([Makefile src/Makefile lib/Makefile doc/Makefile gtk-doc/Makefile ]) ++#Check if ceil is defined in the mathlibrary ++AC_CHECK_LIB(m, ceil) ++ +AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile doc/Makefile gtk-doc/Makefile ]) +AC_OUTPUT diff --git a/community/ginac/PKGBUILD b/community/ginac/PKGBUILD index 26109b01b..b8491a756 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ginac pkgver=1.6.2 pkgrel=2 pkgdesc="C++ library for symbolic calculations" -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 d62759137..b924e7489 100644 --- a/community/girara/PKGBUILD +++ b/community/girara/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(girara-common girara-gtk2 girara-gtk3) pkgver=0.1.5 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 68d902e4f..db1946954 100644 --- a/community/gitg/PKGBUILD +++ b/community/gitg/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gitg pkgver=0.2.7 pkgrel=1 pkgdesc='A GIT repository viewer based on GTK+' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://git.gnome.org/browse/gitg/' license=('GPL') depends=('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/glabels/PKGBUILD b/community/glabels/PKGBUILD index 5276b2464..906690383 100644 --- a/community/glabels/PKGBUILD +++ b/community/glabels/PKGBUILD @@ -7,7 +7,7 @@ pkgname=glabels pkgver=3.0.1 pkgrel=2 pkgdesc="Creating labels and business cards the very easy way" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://glabels.org/" license=('GPL' 'LGPL') depends=('librsvg' 'evolution-data-server>=3.6.0' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils') diff --git a/community/glee/PKGBUILD b/community/glee/PKGBUILD index 4f89ad918..3ad4e3649 100644 --- a/community/glee/PKGBUILD +++ b/community/glee/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glee pkgver=5.4.0 pkgrel=1 pkgdesc="Free cross-platform extension loading library for OpenGL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://elf-stone.com/glee.php" license=('custom:BSD') depends=('gcc-libs' 'libgl') @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir/" install } -# vim:set ts=2 sw=2 et:
\ No newline at end of file +# vim:set ts=2 sw=2 et: diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index e017a51c6..1990e63b0 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -10,7 +10,7 @@ pkgname=glfw pkgver=2.7.8 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' 'glu') diff --git a/community/glitz/PKGBUILD b/community/glitz/PKGBUILD index 98c9f7eea..e96fd2b35 100644 --- a/community/glitz/PKGBUILD +++ b/community/glitz/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glitz pkgver=0.5.6 pkgrel=4 pkgdesc='OpenGL image compositing library' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://cairographics.org/' license=('BSD') depends=('libgl' 'glibc') diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD index 97e8129db..be89c14c2 100644 --- a/community/gliv/PKGBUILD +++ b/community/gliv/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gliv pkgver=1.9.7 pkgrel=3 pkgdesc='OpenGL image viewer' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://guichaz.free.fr/gliv/' license=('GPL') depends=('gtkglext') diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index c6c2cb676..98c8c8c3c 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=glob2 pkgver=0.9.4.4 pkgrel=17 pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' '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 21ca47ad3..29bdf76b6 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -8,7 +8,7 @@ pkgname=glom pkgver=1.22.0 pkgrel=5 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..08f90c370 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -4,9 +4,9 @@ pkgname=gloox pkgver=1.0 -pkgrel=3 +pkgrel=3.1 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/gluon/PKGBUILD b/community/gluon/PKGBUILD index 3401f6081..274fd2f6d 100644 --- a/community/gluon/PKGBUILD +++ b/community/gluon/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.71.0 _pkgver=0.71 pkgrel=5 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/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD index 006770423..f2dc1ea9d 100644 --- a/community/glusterfs/PKGBUILD +++ b/community/glusterfs/PKGBUILD @@ -9,7 +9,7 @@ _basever=3.3 pkgver=$_basever.1 pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://www.gluster.org/' license=(GPL2 LGPL3) depends=(fuse python2 libxml2) diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD index 5deb604bb..2793070d7 100644 --- a/community/gmerlin/PKGBUILD +++ b/community/gmerlin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmerlin pkgver=1.2.0 pkgrel=3 pkgdesc="Multimedia architecture for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') depends=('gavl' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia' 'musicbrainz' 'mjpegtools' 'hicolor-icon-theme' 'libquicktime' 'jack') diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index 2f00712dc..3ec328616 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=gmic pkgname=("gmic" "gimp-plugin-gmic" "zart") pkgver=1.5.5.2 pkgrel=2 -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://gmic.sourceforge.net" license=("custom:CeCILL") makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2') diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD index a9b8204ff..64f2d9f7e 100644 --- a/community/gmime24/PKGBUILD +++ b/community/gmime24/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gmime24 pkgver=2.4.33 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/gmpc/PKGBUILD b/community/gmpc/PKGBUILD index 623600656..bea9562cc 100644 --- a/community/gmpc/PKGBUILD +++ b/community/gmpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83148 2013-01-27 16:16:24Z pierre $ +# $Id$ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Kieslich <tobias@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gmpc pkgver=11.8.16 pkgrel=1 pkgdesc="A GTK2 client for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gmpclient.org/home" license=('GPL') depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils') @@ -19,6 +19,7 @@ md5sums=('223aeb000e41697d8fdf54ccedee89d5') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in + export LDFLAGS="$LDFLAGS -lm" ./configure --prefix=/usr make } diff --git a/community/gmrun/PKGBUILD b/community/gmrun/PKGBUILD index ea5fd9c70..c752bdf7b 100644 --- a/community/gmrun/PKGBUILD +++ b/community/gmrun/PKGBUILD @@ -4,9 +4,9 @@ pkgname=gmrun pkgver=0.9.2 -pkgrel=4 +pkgrel=4.1 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 9a8758d0d..1a826e993 100644 --- a/community/gmtk/PKGBUILD +++ b/community/gmtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmtk pkgver=1.0.7 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 27a7b862e..5d7eb3d42 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=8 -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-applets/PKGBUILD b/community/gnome-applets/PKGBUILD index 193c879af..a9b2165c5 100644 --- a/community/gnome-applets/PKGBUILD +++ b/community/gnome-applets/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnome-applets pkgver=3.5.92 pkgrel=3 pkgdesc="Small applications for the GNOME panel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('cpupower' 'gucharmap' 'gstreamer0.10-base-plugins' 'gnome-panel' 'libgtop' 'upower') makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'networkmanager' 'rarian') diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index 6ca662aec..3c9da448f 100644 --- a/community/gnome-commander/PKGBUILD +++ b/community/gnome-commander/PKGBUILD @@ -7,19 +7,21 @@ 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') makedepends=('perlxml' 'gnome-doc-utils>=0.20.1' 'intltool') options=(!libtool) install=gnome-commander.install -source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz) -sha256sums=('d2feecf215db3e0faeb873c559087c2ad9af0a5aac26e2b1b32b28be939da37f') +source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz + gnome-commander-1.2.8.15-build.patch) +sha256sums=('d2feecf215db3e0faeb873c559087c2ad9af0a5aac26e2b1b32b28be939da37f' + '856e9c1a17acbb97772ed93d01d81746098e03f5c06375cc976fc784a0011088') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/gnome-commander-1.2.8.15-build.patch # python2 fix for file in doc/*/gnome-commander.xml; do sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file diff --git a/community/gnome-commander/gnome-commander-1.2.8.15-build.patch b/community/gnome-commander/gnome-commander-1.2.8.15-build.patch new file mode 100644 index 000000000..f78eea9d3 --- /dev/null +++ b/community/gnome-commander/gnome-commander-1.2.8.15-build.patch @@ -0,0 +1,25 @@ +--- gnome-commander-1.2.8.15.orig/src/gnome-cmd-pixmap.h 2011-12-06 14:10:28.000000000 -0500 ++++ gnome-commander-1.2.8.15/src/gnome-cmd-pixmap.h 2012-11-29 15:57:52.389904563 -0500 +@@ -44,7 +44,7 @@ + g_return_if_fail (pixmap->pixmap != NULL); + g_return_if_fail (pixmap->mask != NULL); + +- gdk_pixbuf_unref (pixmap->pixbuf); ++ g_object_unref (pixmap->pixbuf); + gdk_pixmap_unref (pixmap->pixmap); + gdk_bitmap_unref (pixmap->mask); + + +--- gnome-commander-1.2.8.15.orig/src/dict.h 2011-11-07 18:26:25.000000000 -0500 ++++ gnome-commander-1.2.8.15/src/dict.h 2012-11-29 16:22:17.341129719 -0500 +@@ -55,8 +55,8 @@ + template <typename KEY, typename VAL> + inline void DICT<KEY,VAL>::add(const KEY k, const VAL &v) + { +- std::pair<typename KEY_COLL::iterator,bool> k_pos = k_coll.insert(make_pair(k,(const VAL *) NULL)); +- std::pair<typename VAL_COLL::iterator,bool> v_pos = v_coll.insert(make_pair(v,(const KEY *) NULL)); ++ std::pair<typename KEY_COLL::iterator,bool> k_pos = k_coll.insert(std::make_pair(k,(const VAL *) NULL)); ++ std::pair<typename VAL_COLL::iterator,bool> v_pos = v_coll.insert(std::make_pair(v,(const KEY *) NULL)); + + if (k_pos.second) + k_pos.first->second = &v_pos.first->first; diff --git a/community/gnome-menus2/PKGBUILD b/community/gnome-menus2/PKGBUILD index 0744e080d..90495aed2 100644 --- a/community/gnome-menus2/PKGBUILD +++ b/community/gnome-menus2/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=gnome-menus pkgver=3.0.1 pkgrel=2 pkgdesc="Library for the Desktop Menu Specification (legacy version)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glib2' 'python2') makedepends=('intltool' 'gobject-introspection') options=('!libtool') diff --git a/community/gnome-mplayer/PKGBUILD b/community/gnome-mplayer/PKGBUILD index 8e88f05a2..2dad1ed2c 100644 --- a/community/gnome-mplayer/PKGBUILD +++ b/community/gnome-mplayer/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-mplayer pkgver=1.0.7 pkgrel=2 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' 'gnome-icon-theme' 'hicolor-icon-theme' 'dconf' 'gmtk') diff --git a/community/gnome-packagekit/PKGBUILD b/community/gnome-packagekit/PKGBUILD index cb8d4df7e..9e8fa4811 100644 --- a/community/gnome-packagekit/PKGBUILD +++ b/community/gnome-packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnome-packagekit pkgver=3.8.1 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-panel/PKGBUILD b/community/gnome-panel/PKGBUILD index e173e3492..616751ca6 100644 --- a/community/gnome-panel/PKGBUILD +++ b/community/gnome-panel/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=gnome-panel pkgname=('gnome-panel' 'gnome-flashback-session') pkgver=3.6.2 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') pkgdesc="Legacy GNOME panel" url="https://live.gnome.org/GnomePanel" diff --git a/community/gnome-phone-manager/PKGBUILD b/community/gnome-phone-manager/PKGBUILD index 9cb5ee7da..6a6068a8d 100644 --- a/community/gnome-phone-manager/PKGBUILD +++ b/community/gnome-phone-manager/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnome-phone-manager pkgver=0.69 pkgrel=1 pkgdesc="Control your mobile phone from your GNOME desktop." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/PhoneManager" license=('GPL') depends=('evolution-data-server' 'gnokii' 'gnome-bluetooth' 'gnome-icon-theme' 'libcanberra' 'gconf') 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-screensaver/PKGBUILD b/community/gnome-screensaver/PKGBUILD index 0c64c1d6d..90347bdf1 100644 --- a/community/gnome-screensaver/PKGBUILD +++ b/community/gnome-screensaver/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-screensaver pkgver=3.6.1 pkgrel=3 pkgdesc="Legacy GNOME screensaver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://live.gnome.org/GnomeScreensaver" backup=(etc/pam.d/gnome-screensaver) diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD index ba4a392af..ed35c77b5 100644 --- a/community/gnome-settings-daemon-updates/PKGBUILD +++ b/community/gnome-settings-daemon-updates/PKGBUILD @@ -6,7 +6,7 @@ pkgname=$_pkgname-updates pkgver=3.8.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/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 90582160b..66fb6f91d 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnote pkgver=3.8.0 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..1b092cd5c 100644 --- a/community/gnubiff-gtk/PKGBUILD +++ b/community/gnubiff-gtk/PKGBUILD @@ -7,17 +7,20 @@ 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') makedepends=('intltool') conflicts=('gnubiff') -source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz) -md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443') +source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz + gnubiff-2.2.15-glib.patch) +md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443' + '31bce3b8b43decf0a1df9492cd807024') build() { cd $srcdir/gnubiff-$pkgver + patch -Np1 -i ${srcdir}/gnubiff-2.2.15-glib.patch export LDFLAGS=-lX11 ./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" make diff --git a/community/gnubiff-gtk/gnubiff-2.2.15-glib.patch b/community/gnubiff-gtk/gnubiff-2.2.15-glib.patch new file mode 100644 index 000000000..ed4b0cc5b --- /dev/null +++ b/community/gnubiff-gtk/gnubiff-2.2.15-glib.patch @@ -0,0 +1,12 @@ +--- gnubiff-2.2.15.orig/src/gnubiff.cc 2012-01-08 15:55:47.000000000 -0500 ++++ gnubiff-2.2.15/src/gnubiff.cc 2012-12-05 06:43:35.161272119 -0500 +@@ -60,7 +60,9 @@ + #endif + + // Thread initialization ++ #if !GLIB_CHECK_VERSION(2,31,0) + g_thread_init (NULL); ++ #endif + gdk_threads_init (); + + // diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD index 814259c8a..91fd3b38a 100644 --- a/community/gnubiff/PKGBUILD +++ b/community/gnubiff/PKGBUILD @@ -7,19 +7,21 @@ 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') makedepends=('perlxml' 'intltool') conflicts=(gnubiff-gtk) -source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz) -md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443') +source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz + gnubiff-2.2.15-glib.patch) +md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443' + '31bce3b8b43decf0a1df9492cd807024') build() { [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr cd $srcdir/gnubiff-$pkgver - + patch -Np1 -i ${srcdir}/gnubiff-2.2.15-glib.patch ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \ --disable-fam --disable-gnome make diff --git a/community/gnubiff/gnubiff-2.2.15-glib.patch b/community/gnubiff/gnubiff-2.2.15-glib.patch new file mode 100644 index 000000000..ed4b0cc5b --- /dev/null +++ b/community/gnubiff/gnubiff-2.2.15-glib.patch @@ -0,0 +1,12 @@ +--- gnubiff-2.2.15.orig/src/gnubiff.cc 2012-01-08 15:55:47.000000000 -0500 ++++ gnubiff-2.2.15/src/gnubiff.cc 2012-12-05 06:43:35.161272119 -0500 +@@ -60,7 +60,9 @@ + #endif + + // Thread initialization ++ #if !GLIB_CHECK_VERSION(2,31,0) + g_thread_init (NULL); ++ #endif + gdk_threads_init (); + + // 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/gnuchess/PKGBUILD b/community/gnuchess/PKGBUILD index d68d886f0..cbc34b8a9 100644 --- a/community/gnuchess/PKGBUILD +++ b/community/gnuchess/PKGBUILD @@ -8,7 +8,7 @@ pkgver=6.0.3 pkgrel=1 pkgdesc="Lets most modern computers play a full game of chess" url="http://www.gnu.org/software/chess/chess.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('glibc' 'ncurses' 'readline') optdepends=('xboard: for a GUI') diff --git a/community/gnujump/PKGBUILD b/community/gnujump/PKGBUILD index 0da4248af..961115c5d 100644 --- a/community/gnujump/PKGBUILD +++ b/community/gnujump/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnujump pkgver=1.0.8 pkgrel=3 pkgdesc="A clone of the simple yet addictive game Xjump" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnujump.es.gnu.org" license=('GPL3') depends=('libgl' 'sdl_image' 'sdl_mixer') diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD index 618d79414..5df0d8411 100644 --- a/community/gnunet-gtk/PKGBUILD +++ b/community/gnunet-gtk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet-gtk pkgver=0.9.5 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 34a8f8ff0..bbd4c1c58 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet pkgver=0.9.5_a pkgrel=1 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' diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD index cccadceed..f09db2909 100644 --- a/community/gnustep-back/PKGBUILD +++ b/community/gnustep-back/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-back pkgver=0.23.0 pkgrel=1 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 f8a72fa46..b537d6626 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-base pkgver=1.24.4 pkgrel=1 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 icu) diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index e1b86356e..c9d2e18fc 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-gui pkgver=0.23.1 pkgrel=1 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..c8b5c5d40 --- /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.1 +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/goaccess/PKGBUILD b/community/goaccess/PKGBUILD index f2c1d647b..96f6db64a 100644 --- a/community/goaccess/PKGBUILD +++ b/community/goaccess/PKGBUILD @@ -7,12 +7,12 @@ pkgname=goaccess pkgver=0.5 pkgrel=2 pkgdesc="An open source real-time web log analyzer and interactive viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goaccess.prosoftcorp.com" license=('GPL') depends=('ncurses' 'geoip' 'glib2') source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('f6359a9553a460265f5859cea4d40ec0') +md5sums=('ab2c4efac072040d9d566c234ef3c510') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD index f2020893c..e328c134f 100644 --- a/community/gobby/PKGBUILD +++ b/community/gobby/PKGBUILD @@ -5,9 +5,9 @@ pkgname=gobby pkgver=0.4.13 -pkgrel=1 +pkgrel=1.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 1bf3b3c5a..11d1f2588 100644 --- a/community/gocr/PKGBUILD +++ b/community/gocr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gocr pkgver=0.50 pkgrel=1 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 ac32d8996..bb3df682f 100644 --- a/community/gogglesmm/PKGBUILD +++ b/community/gogglesmm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gogglesmm pkgver=0.12.7 pkgrel=1 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 cdf2a4650..a615d0664 100644 --- a/community/goldendict/PKGBUILD +++ b/community/goldendict/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goldendict pkgver=1.0.1 pkgrel=6 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' 'qtwebkit' 'phonon') diff --git a/community/goldendict/goldendict-1.0.1-gcc-4.7.patch b/community/goldendict/goldendict-1.0.1-gcc-4.7.patch new file mode 100644 index 000000000..24995a221 --- /dev/null +++ b/community/goldendict/goldendict-1.0.1-gcc-4.7.patch @@ -0,0 +1,40 @@ +From b00d081da20b9a6b257573c6b23a6bc640c4dab1 Mon Sep 17 00:00:00 2001 +From: Michael Palimaka <kensington@gentoo.org> +Date: Fri, 20 Jul 2012 03:27:38 +1000 +Subject: [PATCH] Fix build with GCC 4.7 by adding missing includes. + +--- + processwrapper.cc | 4 ++++ + qtsingleapplication/src/qtlocalpeer.cpp | 1 + + 2 files changed, 5 insertions(+) + +diff --git a/processwrapper.cc b/processwrapper.cc +index f7f3f19..86b985d 100644 +--- a/processwrapper.cc ++++ b/processwrapper.cc +@@ -2,6 +2,10 @@ +
+ #include <QtCore>
+
++#if defined(Q_OS_UNIX)
++#include <unistd.h>
++#endif
++
+ #ifdef Q_OS_WIN32
+
+ #include <windows.h>
+diff --git a/qtsingleapplication/src/qtlocalpeer.cpp b/qtsingleapplication/src/qtlocalpeer.cpp +index 382d182..506c142 100644 +--- a/qtsingleapplication/src/qtlocalpeer.cpp ++++ b/qtsingleapplication/src/qtlocalpeer.cpp +@@ -50,6 +50,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; + #endif + #if defined(Q_OS_UNIX) + #include <time.h> ++#include <unistd.h> + #endif + + namespace QtLP_Private { +-- +1.7.11.1 + diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index bf14a8002..aa8f02b51 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=goobox pkgver=3.2.0 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=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 'libcoverart' '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 f07afd059..045129c22 100644 --- a/community/goocanvas1/PKGBUILD +++ b/community/goocanvas1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goocanvas1 pkgver=1.0.0 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/goocanvasmm/PKGBUILD b/community/goocanvasmm/PKGBUILD index e44d3e6a9..5fd36fbb9 100644 --- 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 f410e4a44..3407d7a9c 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=6 -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/google-glog/PKGBUILD b/community/google-glog/PKGBUILD index 7ca4be213..29852c517 100644 --- a/community/google-glog/PKGBUILD +++ b/community/google-glog/PKGBUILD @@ -6,7 +6,7 @@ pkgname=google-glog pkgver=0.3.3 pkgrel=1 pkgdesc="Logging library for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:BSD3') url="http://code.google.com/p/google-glog/" depends=('gcc-libs') diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index a261e7413..9d605467a 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.40 pkgrel=1 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' 'mesa') diff --git a/community/gpac/PKGBUILD b/community/gpac/PKGBUILD index 0d488e402..34ef31589 100644 --- a/community/gpac/PKGBUILD +++ b/community/gpac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gpac pkgver=4288 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' 'libxv') diff --git a/community/gpg-crypter/PKGBUILD b/community/gpg-crypter/PKGBUILD index 182a33e79..60a196bb1 100644 --- a/community/gpg-crypter/PKGBUILD +++ b/community/gpg-crypter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpg-crypter pkgver=0.4.1 pkgrel=1 pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpg-crypter.sourceforge.net/" license=('GPL2') depends=('gtk3' 'gpgme') diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD index 589ee4afe..8fdf88e6b 100644 --- a/community/gphpedit/PKGBUILD +++ b/community/gphpedit/PKGBUILD @@ -7,15 +7,17 @@ pkgname=gphpedit pkgver=0.9.98RC1 pkgrel=4 pkgdesc="a scintilla/gnome based editor specialized on php-files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('intltool') url="http://www.gphpedit.org/" options=('!makeflags') install=gphpedit.install -source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz) -md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525') +source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz + gphpedit-0.9.98RC1-gmodule.patch) +md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525' + '4eecf974dedbb3d29c64576d2642cd6f') build() { cd ${srcdir}/*$pkgname* diff --git a/community/gphpedit/gphpedit-0.9.98RC1-gmodule.patch b/community/gphpedit/gphpedit-0.9.98RC1-gmodule.patch new file mode 100644 index 000000000..ecc4db5d7 --- /dev/null +++ b/community/gphpedit/gphpedit-0.9.98RC1-gmodule.patch @@ -0,0 +1,20 @@ +--- anoopjohn-gphpedit-fe8a12c.orig/configure.ac 2010-05-21 15:25:58.000000000 -0500 ++++ anoopjohn-gphpedit-fe8a12c/configure.ac 2012-12-04 02:55:25.519819812 -0500 +@@ -80,6 +80,7 @@ + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION) + PKG_CHECK_MODULES(GCONF, gconf-2.0 >= $GCONF_REQUIRED_VERSION) + PKG_CHECK_MODULES(WEBKIT,[webkit-1.0]) ++PKG_CHECK_MODULES(GMODULE,[gmodule-2.0]) + + AC_SUBST(GTK_CFLAGS) + AC_SUBST(GTK_LIBS) +--- anoopjohn-gphpedit-fe8a12c.orig/src/Makefile.am 2010-05-21 15:25:58.000000000 -0500 ++++ anoopjohn-gphpedit-fe8a12c/src/Makefile.am 2012-12-04 03:36:55.239679234 -0500 +@@ -92,6 +92,6 @@ + cd gtkscintilla2 && $(MAKE) libgtkscintilla2.a && cd .. + + gphpedit_LDADD = \ +- $(WEBKIT_LIBS) $(GTK_LIBS) $(GCONF_LIBS)\ ++ $(WEBKIT_LIBS) $(GTK_LIBS) $(GCONF_LIBS) $(GMODULE_LIBS)\ + gtkscintilla2/libgtkscintilla2.a\ + gtkscintilla2/scintilla/bin/scintilla.a diff --git a/community/gpicview/PKGBUILD b/community/gpicview/PKGBUILD index ef08560b4..4f6826bff 100644 --- a/community/gpicview/PKGBUILD +++ b/community/gpicview/PKGBUILD @@ -5,9 +5,9 @@ pkgname=gpicview pkgver=0.2.3 -pkgrel=1 +pkgrel=1.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/gpsbabel/PKGBUILD b/community/gpsbabel/PKGBUILD index 58865408f..2717468ee 100644 --- a/community/gpsbabel/PKGBUILD +++ b/community/gpsbabel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpsbabel pkgver=1.4.4 pkgrel=2 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 38ad424ef..56eef566e 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.11 _pkgver=20120928 pkgrel=17 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..f96c1fada 100644 --- a/community/gpsim/PKGBUILD +++ b/community/gpsim/PKGBUILD @@ -6,17 +6,20 @@ 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') makedepends=('gtk2+extra') options=('!libtool') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('c994c23d2d75056dbefcf5d1d63596d7') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz + gpsim-0.26.1-glib.patch) +md5sums=('c994c23d2d75056dbefcf5d1d63596d7' + 'ddc2ffc384ae37020cffb56d68b2fe04') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch -Np1 -i ${srcdir}/gpsim-0.26.1-glib.patch ./configure --prefix=/usr make make DESTDIR=${pkgdir} install diff --git a/community/gpsim/gpsim-0.26.1-glib.patch b/community/gpsim/gpsim-0.26.1-glib.patch new file mode 100644 index 000000000..0088ca836 --- /dev/null +++ b/community/gpsim/gpsim-0.26.1-glib.patch @@ -0,0 +1,24 @@ +--- gpsim-0.26.1.orig/src/bitlog.h 2010-06-05 01:46:30.000000000 -0500 ++++ gpsim-0.26.1/src/bitlog.h 2012-12-04 08:32:03.327155186 -0500 +@@ -25,7 +25,7 @@ + + // include the absolute minimum portion of GLIB to get the definitions + // for guint64, etc. +-#include <glibconfig.h> ++#include <glib.h> + + /********************************************************************** + * boolean event logging + +--- gpsim-0.26.1.orig/src/os_dependent.cc 2010-06-05 01:46:30.000000000 -0500 ++++ gpsim-0.26.1/src/os_dependent.cc 2012-12-04 08:50:22.684064974 -0500 +@@ -39,8 +39,7 @@ + #ifdef _WIN32 + #define G_PLATFORM_WIN32 + #define G_OS_WIN32 +-#include <glib/gmem.h> +-#include <glib/gwin32.h> ++#include <glib.h> + #include <direct.h> + #include <windows.h> + diff --git a/community/gpsmanshp/PKGBUILD b/community/gpsmanshp/PKGBUILD index 89cfa99af..d700d7b35 100644 --- a/community/gpsmanshp/PKGBUILD +++ b/community/gpsmanshp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gpsmanshp pkgver=1.2.1 pkgrel=3 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') @@ -17,6 +17,7 @@ build() { mv Makefile8.5 Makefile sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c + sed -i -e 's:$(LINKOPT) gpsmanshp.o:gpsmanshp.o $(LINKOPT):' Makefile install -d "$srcdir/${pkgname}_$pkgver/usr/lib/" diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index 96d8f305d..942b55e23 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gputils pkgver=1.1.0 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..595f70f28 100644 --- a/community/gq/PKGBUILD +++ b/community/gq/PKGBUILD @@ -4,19 +4,22 @@ pkgname=gq pkgver=1.3.4 -pkgrel=2 +pkgrel=2.1 pkgdesc="interactive graphical LDAP browser" 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 b6a4187e9..d9c29ff80 100644 --- a/community/grace/PKGBUILD +++ b/community/grace/PKGBUILD @@ -7,7 +7,7 @@ pkgname=grace pkgver=5.1.23 pkgrel=2 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 ba04639be..ff1a7010c 100644 --- a/community/grsync/PKGBUILD +++ b/community/grsync/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grsync pkgver=1.2.3 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/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD index 665e1a034..36a1fc53a 100644 --- a/community/gshutdown/PKGBUILD +++ b/community/gshutdown/PKGBUILD @@ -6,17 +6,19 @@ 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') makedepends=('pkg-config') -source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz) -md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b') -sha1sums=('ab73b1d6c36831df82d231ffa333cdf394fd5b3e') +source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz + gshutdown-0.2-glib.patch) +md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b' + '8d624b2651240d5dffd5fd208a5354ff') build() { cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i ${srcdir}/gshutdown-0.2-glib.patch sed -i 's/notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));/notify_notification_new("GShutdown", message, GTK_WIDGET(widget));/' src/gui.c LDFLAGS="-lX11 -lXau" ./configure --prefix=/usr --mandir=/usr/share make diff --git a/community/gshutdown/gshutdown-0.2-glib.patch b/community/gshutdown/gshutdown-0.2-glib.patch new file mode 100644 index 000000000..1bf1d52db --- /dev/null +++ b/community/gshutdown/gshutdown-0.2-glib.patch @@ -0,0 +1,100 @@ +--- gshutdown-0.2.orig/src/timer.h 2007-04-14 17:33:39.000000000 -0500 ++++ gshutdown-0.2/src/timer.h 2012-12-06 05:12:38.525897810 -0500 +@@ -21,7 +21,7 @@ + #ifndef __GSHUTDOWN_TIMER__ + #define __GSHUTDOWN_TIMER__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + guint time_left(); + gboolean timer_notify(); + +--- gshutdown-0.2.orig/src/misc.h 2007-04-14 17:33:39.000000000 -0500 ++++ gshutdown-0.2/src/misc.h 2012-12-06 05:13:01.306051982 -0500 +@@ -20,7 +20,7 @@ + #ifndef __GSHUTDOWN_MISC__ + #define __GSHUTDOWN_MISC__ + +-#include <glib/gtypes.h> /* gchar */ ++#include <glib.h> /* gchar */ + + /* Return a data file path. e.g: gshutdown.glade */ + gchar *data_path(gchar *filename); + +--- gshutdown-0.2.orig/src/values.h 2007-05-19 06:42:54.000000000 -0500 ++++ gshutdown-0.2/src/values.h 2012-12-06 05:24:45.017440329 -0500 +@@ -21,7 +21,7 @@ + #ifndef __GSHUTDOWN_VALUES__ + #define __GSHUTDOWN_VALUES__ + +-#include <glib/gtypes.h> ++#include <glib.h> + #include "action.h" + + typedef enum { + +--- gshutdown-0.2.orig/src/values.c 2007-04-14 17:33:40.000000000 -0500 ++++ gshutdown-0.2/src/values.c 2012-12-06 05:30:03.170195207 -0500 +@@ -20,8 +20,7 @@ + + #include <stdio.h> + #include <string.h> +-#include <glib/gkeyfile.h> +-#include <glib/gfileutils.h> /* g_build_path */ ++#include <glib.h> + #include "values.h" + #include "gui.h" + #include "detectwm.h" + +--- gshutdown-0.2.orig/src/detectwm.h 2007-04-14 17:33:39.000000000 -0500 ++++ gshutdown-0.2/src/detectwm.h 2012-12-06 05:35:18.027783235 -0500 +@@ -21,7 +21,7 @@ + #ifndef __GSHUTDOWN_WMDETECT__ + #define __GSHUTDOWN_WMDETECT__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + gchar *detect_window_manager(); + +--- gshutdown-0.2.orig/src/misc.c 2007-04-14 17:33:39.000000000 -0500 ++++ gshutdown-0.2/src/misc.c 2012-12-06 05:38:44.229476612 -0500 +@@ -20,12 +20,7 @@ + + #include <unistd.h> /* X_OK */ + #include <stdlib.h> +-#include <glib/gstdio.h> +-#include <glib/gstrfuncs.h> /* g_strdup_printf */ +-#include <glib/gmem.h> /* g_free */ +-#include <glib/gutils.h> /* g_getenv */ +-#include <glib/gfileutils.h> /* g_file_test() */ +-#include <glib/gshell.h> /* g_shell_parse_argv */ ++#include <glib.h> + #include "config.h" + #include "misc.h" + #include "main.h" + +--- gshutdown-0.2.orig/src/timer.c 2007-05-19 06:30:38.000000000 -0500 ++++ gshutdown-0.2/src/timer.c 2012-12-06 05:42:37.654561395 -0500 +@@ -18,7 +18,7 @@ + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +-#include <glib/gtypes.h> ++#include <glib.h> + #include "timer.h" + #include "values.h" + #include "gui.h" + +--- gshutdown-0.2.orig/src/main.c 2007-06-24 08:03:38.000000000 -0500 ++++ gshutdown-0.2/src/main.c 2012-12-06 05:46:46.729676922 -0500 +@@ -21,7 +21,7 @@ + #include <stdlib.h> + #include <signal.h> + #include <sys/wait.h> +-#include <glib/gutils.h> /* g_atexit() */ ++#include <glib.h> /* g_atexit() */ + #include "main.h" + #include "gui.h" + #include "misc.h" 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 852b0ea58..9b557fac7 100644 --- a/community/gsmartcontrol/PKGBUILD +++ b/community/gsmartcontrol/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gsmartcontrol pkgver=0.8.7 pkgrel=3 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' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme' 'polkit') diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index b5f17fb81..ef25e78f4 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.8.14 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 a4d3f5c39..92166ac5a 100644 --- a/community/gsql/PKGBUILD +++ b/community/gsql/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=6 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' 'libglade' 'gconf' 'desktop-file-utils' 'libnotify' 'hicolor-icon-theme') makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh') diff --git a/community/gstreamermm/PKGBUILD b/community/gstreamermm/PKGBUILD index 9f53179a5..050059c9f 100644 --- a/community/gstreamermm/PKGBUILD +++ b/community/gstreamermm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gstreamermm pkgver=0.10.11 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/gtest/PKGBUILD b/community/gtest/PKGBUILD index efc2ab416..c77f111ed 100644 --- a/community/gtest/PKGBUILD +++ b/community/gtest/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gtest pkgver=1.6.0 pkgrel=7 pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/googletest/" license=('custom:BSD3') options=('!libtool') diff --git a/community/gtk-aurora-engine/PKGBUILD b/community/gtk-aurora-engine/PKGBUILD index b9f477505..9487a1838 100644 --- a/community/gtk-aurora-engine/PKGBUILD +++ b/community/gtk-aurora-engine/PKGBUILD @@ -5,21 +5,24 @@ pkgname=gtk-aurora-engine pkgver=1.5.1 -pkgrel=3 +pkgrel=3.1 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') makedepends=('pkgconfig') options=('!libtool') -source=(http://www.gnome-look.org/CONTENT/content-files/56438-aurora-${pkgver}.tar.bz2) -md5sums=('5eeea57c5938306ad7ccfc7cd71d009d') +source=(http://www.gnome-look.org/CONTENT/content-files/56438-aurora-${pkgver}.tar.bz2 + gtk-aurora-engine-1.5.1-glib.patch) +md5sums=('5eeea57c5938306ad7ccfc7cd71d009d' + '2ca6931d6e0bd5d84efdaa21ec482716') build() { cd ${srcdir} tar xzf aurora-gtk-engine-1.5.tar.gz -C ${srcdir} cd ${srcdir}/aurora-1.5 + patch -Np1 -i ${srcdir}/gtk-aurora-engine-1.5.1-glib.patch ./configure --prefix=/usr --enable-animation make } diff --git a/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch b/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch new file mode 100644 index 000000000..4c4d29677 --- /dev/null +++ b/community/gtk-aurora-engine/gtk-aurora-engine-1.5.1-glib.patch @@ -0,0 +1,11 @@ +--- aurora-1.5.orig/src/animation.c 2008-05-04 14:59:36.000000000 -0500 ++++ aurora-1.5/src/animation.c 2013-02-10 18:57:26.648315428 -0500 +@@ -7,7 +7,7 @@ + #include "animation.h" + + #ifdef HAVE_ANIMATION +-#include <glib/gtimer.h> ++#include <glib.h> + + struct _AnimationInfo { + GTimer *timer; 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 23412fb48..21e856757 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-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..73e8633d8 100644 --- a/community/gtk2+extra/PKGBUILD +++ b/community/gtk2+extra/PKGBUILD @@ -6,19 +6,22 @@ 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') options=('!libtool') source=(http://downloads.sourceforge.net/project/gtkextra/$pkgver/gtk%2Bextra-$pkgver.tar.gz - build-fix.patch) + build-fix.patch + gtk2+extra-2.1.2-glib.patch) md5sums=('10779394f39d39115fa3fd0f3dea4436' - '114c10e7dc14dc78fc38189ee82fa225') + '114c10e7dc14dc78fc38189ee82fa225' + 'b05e0caeaf9d05f2167c46a89406f686') build() { cd $srcdir/gtk+extra-$pkgver patch -p1 <$srcdir/build-fix.patch + patch -Np1 -i ${srcdir}/gtk2+extra-2.1.2-glib.patch ./configure --prefix=/usr make make DESTDIR=$pkgdir install diff --git a/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch b/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch new file mode 100644 index 000000000..19f170606 --- /dev/null +++ b/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch @@ -0,0 +1,11 @@ +--- gtk+extra-2.1.2.orig/gtkextra/gtkcharsel.c 2004-08-27 16:46:14.000000000 -0500 ++++ gtk+extra-2.1.2/gtkextra/gtkcharsel.c 2012-12-04 06:13:06.926662933 -0500 +@@ -18,7 +18,7 @@ + */ + + #include <gtk/gtk.h> +-#include <glib/gunicode.h> ++#include <glib.h> + + #include <string.h> + #include "gtkcharsel.h" 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 82ca841b7..edf0440f6 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' 'alex' 'happy' 'haskell-random') 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 dd2dff854..d6ddf73e1 100644 --- a/community/gtkdatabox/PKGBUILD +++ b/community/gtkdatabox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtkdatabox pkgver=0.9.2.0 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://sourceforge.net/projects/gtkdatabox/" license=("LGPL") depends=('gtk2' 'libglade') diff --git a/community/gtkdialog/PKGBUILD b/community/gtkdialog/PKGBUILD index 98398f1cf..ce56d1f19 100644 --- a/community/gtkdialog/PKGBUILD +++ b/community/gtkdialog/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtkdialog pkgver=0.8.3 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/gtkhotkey/PKGBUILD b/community/gtkhotkey/PKGBUILD index ea0b42b8d..62f8d5f78 100644 --- a/community/gtkhotkey/PKGBUILD +++ b/community/gtkhotkey/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gtkhotkey pkgver=0.2.1 pkgrel=8 pkgdesc="Platform independent hotkey handling for Gtk+ applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/gtkhotkey" license=('LGPL3') depends=('gtk2') 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 1b7d00a51..10e838d35 100644 --- a/community/gtksourceviewmm/PKGBUILD +++ b/community/gtksourceviewmm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtksourceviewmm pkgver=3.2.0 pkgrel=4 pkgdesc='C++ bindings for the gtksourceview library' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://projects.gnome.org/gtksourceviewmm/' license=('LGPL2.1') depends=('gtkmm3' 'gtksourceview3') diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD index e66c20ba3..bb8f162ed 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.0.2 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' 'gobject-introspection' 'vala') diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD index ade697db8..5054d37be 100644 --- a/community/gtkwave/PKGBUILD +++ b/community/gtkwave/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtkwave pkgver=3.3.45 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 6c4e2d718..8172c0ac2 100644 --- a/community/gtranslator/PKGBUILD +++ b/community/gtranslator/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gtranslator pkgver=2.91.6 pkgrel=4 pkgdesc='Enhanced gettext po file editor for the GNOME' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' '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 7e70a575d..b5fe36364 100644 --- a/community/gtypist/PKGBUILD +++ b/community/gtypist/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtypist pkgver=2.9.2 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') 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/guayadeque/PKGBUILD b/community/guayadeque/PKGBUILD index d720c56b2..7d0863cec 100755 --- a/community/guayadeque/PKGBUILD +++ b/community/guayadeque/PKGBUILD @@ -7,7 +7,7 @@ pkgname=guayadeque pkgver=0.3.5 pkgrel=5 pkgdesc="Lightweight music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guayadeque.org/" license=('GPL3') depends=('curl' 'dbus' 'desktop-file-utils' 'flac' 'libgpod' 'taglib' 'wxgtk') 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/guvcview/PKGBUILD b/community/guvcview/PKGBUILD index b63e5b471..72eac8d2c 100644 --- a/community/guvcview/PKGBUILD +++ b/community/guvcview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=guvcview pkgver=1.7.0 pkgrel=2 pkgdesc="A video viewer and capturer for the linux uvc driver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guvcview.sourceforge.net/" license=('GPL') depends=('portaudio' 'ffmpeg' 'gtk3') diff --git a/community/gwenhywfar/PKGBUILD b/community/gwenhywfar/PKGBUILD index bac4f1e30..902455871 100644 --- a/community/gwenhywfar/PKGBUILD +++ b/community/gwenhywfar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.3.3 _dnrel=67 pkgrel=2 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/gwibber/PKGBUILD b/community/gwibber/PKGBUILD index 6bf243222..1bb2f3054 100644 --- a/community/gwibber/PKGBUILD +++ b/community/gwibber/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gwibber pkgver=3.6.0 pkgrel=4 pkgdesc="Microblogging client for GNOME, which supports Facebook, Identi.ca, Twitter, Flickr, Foursquare, Sina and Sohu" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gwibber.com/" license=('GPL') depends=('libgee06' 'account-plugins' 'libnotify' 'libsoup' 'dee' 'json-glib' 'gtkspell3' 'python2-dbus' 'python2-gobject' 'python2-gobject2' 'python2-httplib2' 'python2-oauth' 'python2-imaging' 'python2-xdg' 'dconf') 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/haddock/PKGBUILD b/community/haddock/PKGBUILD index a2924af8b..474997193 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 pkgdesc='Tool for generating documentation for Haskell libraries' url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') makedepends=('alex' 'happy') depends=('ghc=7.6.3-1' 'haskell-xhtml=3000.2.1' 'haskell-ghc-paths') 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..431c03627 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' ) @@ -15,10 +15,10 @@ md5sums=('31fae207061841dffc7b90ee18e3d0fa') build() { cd ${srcdir}/${pkgname}-${pkgver} - if [ "${CARCH}" = "x86_64" ]; then - make generic-openssl - else + if [ "${CARCH}" = "i686" ]; then make x86-openssl + else + make generic-openssl fi install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash install -Dm755 sha1 ${pkgdir}/usr/bin/sha1 diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index ffea0e7d4..d6776e052 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -8,6 +8,7 @@ pkgrel=2 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.3-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index 0dfb8703e..aa4edb5f6 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc' 'haskell-mtl' 'haskell-network') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index 5e93dc6b1..9410e92d5 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -8,7 +8,7 @@ pkgname=haskell-x11 pkgver=1.6.1.1 pkgrel=3 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 fd61ba2e9..68d56ef68 100644 --- a/community/hatari/PKGBUILD +++ b/community/hatari/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hatari pkgver=1.6.2 pkgrel=2 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 38bcf4d00..a0ebc3229 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.7.a _pkgver=${pkgver/.a/a} 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') 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 55b9133eb..0b3d9b433 100644 --- a/community/hedgewars/PKGBUILD +++ b/community/hedgewars/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hedgewars pkgver=0.9.18 pkgrel=8 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=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51') diff --git a/community/hercules/PKGBUILD b/community/hercules/PKGBUILD index 4db656d80..bce962aad 100644 --- a/community/hercules/PKGBUILD +++ b/community/hercules/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hercules pkgver=3.08 pkgrel=1 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') pkgdesc='Software implementation of System/370 and ESA/390' url='http://www.hercules-390.eu/' source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz") diff --git a/community/herqq/PKGBUILD b/community/herqq/PKGBUILD index 9728f46c3..c7ff73ea4 100644 --- a/community/herqq/PKGBUILD +++ b/community/herqq/PKGBUILD @@ -6,7 +6,7 @@ pkgname=herqq pkgver=1.0.0 pkgrel=2 pkgdesc='Software library for building UPnP devices (HUPnP)' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.herqq.org/' license=('GPL') depends=('qt4') diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index 6a2b3397c..9fcc51e37 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hevea pkgver=2.02 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/" @@ -18,6 +18,7 @@ md5sums=('b0331fdf123c21ce02f15c890d268306') build() { cd $srcdir/$pkgname-$pkgver sed -i 's:usr/local:usr:' Makefile + [ "$CARCH" = "mips64el" ] && (sed -i 's:TARGET=opt:TARGET=byte:' Makefile) make } 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 7cf82ed54..e7dc92f58 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.13 pkgrel=2 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(qt4 lua51 boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc}) md5sums=('2b5e217c80c441853360926dbb7777e9' 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 8771bbef0..f64640432 100644 --- a/community/homebank/PKGBUILD +++ b/community/homebank/PKGBUILD @@ -6,7 +6,7 @@ pkgname=homebank pkgver=4.5 pkgrel=1 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 6e7474371..5c00b8aac 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hostapd pkgver=2.0 pkgrel=3 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://w1.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD index ee6b4e835..f312479fb 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -4,9 +4,9 @@ pkgname=hping pkgver=3.0.0 -pkgrel=2 +pkgrel=2.2 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 4b8a33501..13d46b098 100644 --- a/community/ht/PKGBUILD +++ b/community/ht/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ht pkgver=2.0.21 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..db2a328ce 100644 --- a/community/html2text/PKGBUILD +++ b/community/html2text/PKGBUILD @@ -5,9 +5,9 @@ pkgname=html2text pkgver=1.3.2a -pkgrel=9 +pkgrel=9.1 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/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..de0930cad 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -5,9 +5,9 @@ pkgname=httptunnel pkgver=3.3 -pkgrel=3 +pkgrel=3.1 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 c22b6f1ea..1a84ac701 100644 --- a/community/hubbub/PKGBUILD +++ b/community/hubbub/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hubbub pkgver=0.2.0 pkgrel=1 pkgdesc='HTML5 compliant parsing library' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/hubbub/' license=('MIT') depends=('libparserutils>=0.1.2') diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index 8c873ac8c..42cb74bb0 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -12,7 +12,7 @@ pkgver=20.1 _subver=3.10 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/i2c-tools/PKGBUILD b/community/i2c-tools/PKGBUILD index 679dad5ca..58e4491d7 100644 --- a/community/i2c-tools/PKGBUILD +++ b/community/i2c-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=i2c-tools pkgver=3.1.0 pkgrel=3 pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lm-sensors.org/wiki/I2CTools" license=('GPL') depends=('python2') diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index f7c5221cd..8146341b4 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -6,7 +6,7 @@ _pkgsourcename=i3 pkgver=4.5.1 pkgrel=1 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 acf305455..477a9431a 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -5,7 +5,7 @@ pkgname=i3lock pkgver=2.4.1 pkgrel=2 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 dfd36db63..a2ba5074f 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -5,7 +5,7 @@ pkgname=i3status pkgver=2.7 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 7b3d9b054..d8eb2f017 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iasl pkgver=20130328 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') @@ -26,8 +26,11 @@ build() { if [[ $CARCH == i686 ]]; then make BITS=32 - else + elif [[ $CARCH == x86_64 ]]; then make BITS=64 + else + sed -i 's|$(BITSFLAG)||g' Makefile.config + make fi } 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 cc646ff72..b7fd947a8 100644 --- a/community/ibus-anthy/PKGBUILD +++ b/community/ibus-anthy/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-anthy pkgver=1.5.0 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' 'pygtk' 'gtk-update-icon-cache') diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD index fed502367..c47a83bc1 100644 --- a/community/ibus-chewing/PKGBUILD +++ b/community/ibus-chewing/PKGBUILD @@ -9,7 +9,7 @@ pkgname=ibus-chewing pkgver=1.4.3 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' 'gconf') diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index 2d24f29df..01f3e680f 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-hangul pkgver=1.4.2 pkgrel=1 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' 'iso-codes' 'pygtk' 'gtk-update-icon-cache') diff --git a/community/ibus-libpinyin/PKGBUILD b/community/ibus-libpinyin/PKGBUILD index 40c189245..551020f0b 100644 --- a/community/ibus-libpinyin/PKGBUILD +++ b/community/ibus-libpinyin/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ibus-libpinyin pkgver=1.6.91 pkgrel=1 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://github.com/libpinyin/ibus-libpinyin" depends=('ibus' 'libpinyin') diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD index 37a284df9..735bb9b84 100644 --- a/community/ibus-m17n/PKGBUILD +++ b/community/ibus-m17n/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-m17n pkgver=1.3.4 pkgrel=3 pkgdesc='M17N engine for IBus' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/ibus/' license=('LGPL') depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD index 25146a8e3..e08eacb28 100644 --- a/community/ibus-pinyin/PKGBUILD +++ b/community/ibus-pinyin/PKGBUILD @@ -9,7 +9,7 @@ pkgname=ibus-pinyin pkgver=1.5.0 pkgrel=2 pkgdesc='Pinyin (Chinese) input method for the IBus framework' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://ibus.googlecode.com' depends=('ibus' 'pyzy' 'lua51') diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index 0f26672df..e59fc4e32 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-qt pkgver=1.3.2 pkgrel=1 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=('qt4' 'ibus' 'icu') diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index d17860c54..982f52d35 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-rime pkgver=0.9.9 pkgrel=1 pkgdesc="Rime input method engine for ibus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=('ibus' 'libnotify' 'librime>=0.9.9' 'brise') diff --git a/community/ibus-sunpinyin/PKGBUILD b/community/ibus-sunpinyin/PKGBUILD index e8c1e5878..b2943696f 100644 --- a/community/ibus-sunpinyin/PKGBUILD +++ b/community/ibus-sunpinyin/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.3.20130103 _commit=baf4da89ac04c3eb6ea3b8fb1a10f13bf23f3d87 pkgrel=1 pkgdesc="IBus Wrapper for sunpinyin." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sunpinyin.googlecode.com" license=('LGPL') depends=('sunpinyin>2.0.3' 'sunpinyin-data' 'ibus') 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-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/icecast/PKGBUILD b/community/icecast/PKGBUILD index 3888f8540..39466d76c 100644 --- a/community/icecast/PKGBUILD +++ b/community/icecast/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icecast pkgver=2.3.3 pkgrel=3 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 b49cbedef..cb8825e45 100644 --- a/community/icewm-utils/PKGBUILD +++ b/community/icewm-utils/PKGBUILD @@ -17,9 +17,9 @@ _iconcvtver=1.0 _rrunver=0.5 _mergeprefsver=0.5 -pkgrel=6 +pkgrel=6.1 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 b24c5c601..db000c6bf 100644 --- a/community/icoutils/PKGBUILD +++ b/community/icoutils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icoutils pkgver=0.30.0 pkgrel=2 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..8ed1225fb 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') @@ -20,7 +20,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ - --mandir=/usr/share/man + --mandir=/usr/share/man \ + --build=$CHOST make } diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD index d1b785a2b..ce3e41ec8 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.1.2 pkgrel=3 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/igmpproxy/PKGBUILD b/community/igmpproxy/PKGBUILD index ab3e7e291..6bebc58ed 100644 --- a/community/igmpproxy/PKGBUILD +++ b/community/igmpproxy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=igmpproxy pkgver=0.1 pkgrel=1 pkgdesc="a simple multicast router for Linux only using the IGMP protocol" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://sourceforge.net/projects/igmpproxy" license=('GPL') depends=() diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD index 2980e6df1..a06ee7734 100644 --- a/community/imdbpy/PKGBUILD +++ b/community/imdbpy/PKGBUILD @@ -7,10 +7,10 @@ pkgname=imdbpy _realname=IMDbPY pkgver=4.9 -pkgrel=1 +pkgrel=1.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 b2e23f518..9ec3784ca 100644 --- a/community/inn/PKGBUILD +++ b/community/inn/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.5.3 pkgrel=2 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..7a4ddbeb4 100644 --- a/community/inotify-tools/PKGBUILD +++ b/community/inotify-tools/PKGBUILD @@ -4,9 +4,9 @@ pkgname=inotify-tools pkgver=3.14 -pkgrel=2 +pkgrel=2.1 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/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD index bbb190068..7ec18e89c 100644 --- a/community/instead-launcher/PKGBUILD +++ b/community/instead-launcher/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead-launcher pkgver=0.6.1 pkgrel=3 pkgdesc="launcher and games downloader for INSTEAD quest interpreter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://instead-launcher.googlecode.com/" license=('GPL') makedepends=('sed' 'qt4') diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 001b3ccf2..42e769c6f 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead pkgver=1.9.0 pkgrel=1 pkgdesc="a quest interpreter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://instead.googlecode.com/" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua') diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index c42acfd63..126f175f5 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -5,7 +5,7 @@ pkgver=12.1.2 _pkgver=129.354 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/ioping/PKGBUILD b/community/ioping/PKGBUILD index 7485789ef..24e4a9bef 100644 --- a/community/ioping/PKGBUILD +++ b/community/ioping/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ioping pkgver=0.6 pkgrel=1 pkgdesc='Simple disk I/0 latency measuring tool' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url='http://ioping.googlecode.com' depends=('glibc') diff --git a/community/iperf/PKGBUILD b/community/iperf/PKGBUILD index fb4539a72..7c98b4f7a 100644 --- a/community/iperf/PKGBUILD +++ b/community/iperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iperf pkgver=2.0.5 pkgrel=7 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 c371018ae..9e89943fe 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipsec-tools pkgver=0.8.1 pkgrel=1 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 cff3a8b96..c4361a3da 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ipset pkgver=6.18 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' 'bash') 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 7e0f14a77..7e78d5906 100644 --- a/community/ipvsadm/PKGBUILD +++ b/community/ipvsadm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipvsadm pkgver=1.26 pkgrel=7 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' 'bash') diff --git a/community/irrlicht/PKGBUILD b/community/irrlicht/PKGBUILD index 53ac71ce8..c02fadd97 100644 --- a/community/irrlicht/PKGBUILD +++ b/community/irrlicht/PKGBUILD @@ -9,7 +9,7 @@ pkgname=irrlicht pkgver=1.8 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/jack2/PKGBUILD b/community/jack2/PKGBUILD index 0546e39df..f03152b49 100644 --- a/community/jack2/PKGBUILD +++ b/community/jack2/PKGBUILD @@ -10,11 +10,12 @@ pkgname=('jack2' 'jack2-dbus') _tarname=jack pkgver=1.9.9.5 pkgrel=2 -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' 'libffado' 'celt' 'libsamplerate') +makedepends=('python2' 'celt' 'libsamplerate') +[ "$CARCH" != "mips64el" ] && makedepends+=('libffado') source=("https://dl.dropbox.com/u/28869550/jack-1.9.9.5.tar.bz2" '99-audio.conf' '40-hpet-permissions.rules') @@ -28,9 +29,14 @@ _pyfix() { } _wafconf() { + if [ "$CARCH" = "mips64el" ]; then + firewire="" + else + firewire=--firewire + fi python2 waf configure --prefix=/usr \ --alsa \ - --firewire $@ + $firewire $@ # not building with doxygen # see https://github.com/jackaudio/jack2/issues/22 @@ -78,8 +84,9 @@ package_jack2() { ! _isbuild jack2 && return 0 pkgdesc="The next-generation JACK with SMP support" - depends=('libsamplerate' 'celt' 'libffado') + depends=('libsamplerate' 'celt') optdepends=('python2: jack_control') + [ "$CARCH" != "mips64el" ] && depends+=('libffado') conflicts=('jack') provides=('jack' 'jackmp' 'jackdmp' 'jackdbus') @@ -103,7 +110,8 @@ package_jack2-dbus() { ! _isbuild jack2-dbus && return 0 pkgdesc="The next-generation JACK with SMP support (for D-BUS interaction only)" - depends=('libsamplerate' 'celt' 'libffado') + depends=('libsamplerate' 'celt') + [ "$CARCH" != "mips64el" ] && depends+=('libffado') optdepends=('python2: jack_control') conflicts=('jack' 'jack2') provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus') diff --git a/community/jad/PKGBUILD b/community/jad/PKGBUILD index 30c8ea509..840929b94 100644 --- a/community/jad/PKGBUILD +++ b/community/jad/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.5.8e pkgrel=4 pkgdesc='Java decompiler' license=('custom') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.varaneckas.com/jad' source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip" 'jad.html::http://www.varaneckas.com/jad') 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 9ea0595f9..eb7a8b8e2 100644 --- a/community/jbig2dec/PKGBUILD +++ b/community/jbig2dec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jbig2dec pkgver=0.11 pkgrel=6 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/jhead/PKGBUILD b/community/jhead/PKGBUILD index 4a2f0ccf3..3dc0e1518 100644 --- a/community/jhead/PKGBUILD +++ b/community/jhead/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.97 pkgrel=1 pkgdesc='EXIF JPEG info parser and thumbnail remover' url="http://www.sentex.net/~mwandel/jhead/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') depends=('glibc') optdepends=('libjpeg: to up-right images according to rotation tag') diff --git a/community/john/PKGBUILD b/community/john/PKGBUILD index 20e0a3d7c..89cc68c17 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -6,10 +6,10 @@ pkgname=john pkgver=1.7.9 -pkgrel=7 +pkgrel=7.1 _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') @@ -39,6 +39,9 @@ build() { sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=x86-64 -DJOHN_SYSTEMWIDE=1|' Makefile sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS =\1 -lm|' Makefile sed -i -e 's|-m486||g' Makefile + elif [ "$CARCH" == "mips64el" ]; then + sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=mips3 -mtune=loongson2f -DJOHN_SYSTEMWIDE=1|' Makefile + #sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS =\1 -lm|' Makefile else sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=i686 -DJOHN_SYSTEMWIDE=1|' Makefile fi sed -i 's|LIBS = -ldes|LIBS = -ldes -Ldes|' Makefile @@ -51,6 +54,8 @@ build() { # build john if [ "$CARCH" == "x86_64" ]; then make linux-x86-64 + elif [ "$CARCH" == "mips64el" ]; then + make generic else make linux-x86-mmx fi } diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index d04a76d85..df1bab8c3 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=jshon pkgver=20121122 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..1af50ede4 100644 --- a/community/judy/PKGBUILD +++ b/community/judy/PKGBUILD @@ -4,8 +4,8 @@ pkgname=judy pkgver=1.0.5 -pkgrel=3 -arch=('i686' 'x86_64') +pkgrel=3.1 +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 ec6f017c1..972707a20 100644 --- a/community/jwm/PKGBUILD +++ b/community/jwm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jwm pkgver=2.1.0 pkgrel=3 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 ed9acf40f..e6f0e6b62 100644 --- a/community/kaa-imlib2/PKGBUILD +++ b/community/kaa-imlib2/PKGBUILD @@ -4,12 +4,12 @@ pkgname=kaa-imlib2 pkgver=0.2.3 -pkgrel=5 +pkgrel=5.1 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 c34fcdf61..52b2303f9 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kadu pkgver=0.12.3 pkgrel=3 pkgdesc='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' 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/kbibtex/PKGBUILD b/community/kbibtex/PKGBUILD index abcd8d8b8..9bac69f64 100644 --- a/community/kbibtex/PKGBUILD +++ b/community/kbibtex/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.4.1 _branch=0.4 pkgrel=2 pkgdesc="A BibTeX editor for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://home.gna.org/kbibtex/' license=('GPL') depends=('kdebase-runtime' 'kdegraphics-okular') diff --git a/community/kcheckers/PKGBUILD b/community/kcheckers/PKGBUILD index 87f3a5ad8..817533abb 100644 --- a/community/kcheckers/PKGBUILD +++ b/community/kcheckers/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kcheckers pkgver=0.8.1 pkgrel=8 pkgdesc="Qt4-based checkers boardgame" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qcheckers.sourceforge.net/" license=('GPL') depends=('qt4') diff --git a/community/kchmviewer/PKGBUILD b/community/kchmviewer/PKGBUILD index 3a41d670c..435fb15bb 100644 --- a/community/kchmviewer/PKGBUILD +++ b/community/kchmviewer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kchmviewer pkgver=6.0 pkgrel=3 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' 'xdg-utils') diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index 2840f768e..693cc4901 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kcm-fcitx pkgver=0.4.2 pkgrel=2 pkgdesc="KDE Config Module for Fcitx" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/fcitx/kcm-fcitx" license=('GPL') depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt4') diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index 7ed9d510c..1aba9c568 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -8,7 +8,7 @@ pkgname=kdbg pkgver=2.5.3 pkgrel=2 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 03f64a96f..002cba8ab 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kdenlive pkgver=0.9.6 pkgrel=1 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 e350de11c..880e6aaf6 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -6,7 +6,7 @@ pkgname=keepalived pkgver=1.2.7 pkgrel=2 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') diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD index 3aaedec5e..d51c05a25 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=keepassx pkgver=0.4.3 pkgrel=5 pkgdesc='Password manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keepassx.org' license=('GPL2') depends=('libxtst' 'qt4' 'shared-mime-info') diff --git a/community/keybinder2/PKGBUILD b/community/keybinder2/PKGBUILD index e28e6d131..aff471889 100644 --- a/community/keybinder2/PKGBUILD +++ b/community/keybinder2/PKGBUILD @@ -5,7 +5,7 @@ _offname=keybinder pkgver=0.3.0 pkgrel=1 pkgdesc='Library for registering global keyboard shortcuts' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kaizer.se/wiki/keybinder/' license=('GPL') makedepends=('pygtk') 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/kicad/PKGBUILD b/community/kicad/PKGBUILD index fca285645..57ae032a4 100644 --- a/community/kicad/PKGBUILD +++ b/community/kicad/PKGBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2} _pkgbzr=4008 pkgrel=1 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://iut-tice.ujf-grenoble.fr/kicad/" license=('GPL') depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils') diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD index 270ecbee0..703697c71 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kid3 pkgver=2.3 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/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD index 010938ead..0706d1899 100644 --- a/community/kio-mtp/PKGBUILD +++ b/community/kio-mtp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kio-mtp pkgver=0.75 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol" url='https://projects.kde.org/projects/playground/base/kio-mtp' license=('GPL') diff --git a/community/kiwi/PKGBUILD b/community/kiwi/PKGBUILD index b532a6e6c..feb6e9870 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=('python2' 'python' 'pygtk' 'gtk') diff --git a/community/klavaro/PKGBUILD b/community/klavaro/PKGBUILD index 19dae4b17..a4275df84 100644 --- a/community/klavaro/PKGBUILD +++ b/community/klavaro/PKGBUILD @@ -4,7 +4,7 @@ pkgname=klavaro pkgver=1.9.7 pkgrel=1 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/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 5995a13dd..4cd33a88f 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=knemo pkgver=0.7.6 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' 'libnl' 'gtk-update-icon-cache') 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 936d33a53..68b047e41 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.4 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 4eb8fb140..25847dcc0 100644 --- a/community/krecipes/PKGBUILD +++ b/community/krecipes/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.0beta2 _pkgver=2.0-beta2 pkgrel=3 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/kshutdown/PKGBUILD b/community/kshutdown/PKGBUILD index e54f7026d..0af0d8a40 100644 --- a/community/kshutdown/PKGBUILD +++ b/community/kshutdown/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kshutdown pkgver=3.0beta7 pkgrel=1 pkgdesc='Shutdown Utility for KDE' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://kshutdown.sourceforge.net/' license=('GPL') depends=('kdebase-workspace') 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 f898512e5..20d2ea51f 100644 --- a/community/ktoblzcheck/PKGBUILD +++ b/community/ktoblzcheck/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ktoblzcheck pkgver=1.41 pkgrel=1 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 b775d55d1..d5b2fd11f 100644 --- a/community/kvirc/PKGBUILD +++ b/community/kvirc/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Qt-based IRC client" url="http://www.kvirc.net" depends=('python2' '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 e9039de9c..382994257 100644 --- a/community/kvpnc/PKGBUILD +++ b/community/kvpnc/PKGBUILD @@ -6,14 +6,18 @@ pkgname=kvpnc pkgver=0.9.6a pkgrel=3 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') makedepends=('cmake' 'automoc4' 'optipng') install=kvpnc.install -source=(http://download.gna.org/$pkgname/$pkgname-${pkgver}-kde4.tar.bz2) -md5sums=('bf8b7224284f5d3f8ad5235c599fe9e7') +source=(http://download.gna.org/$pkgname/$pkgname-${pkgver}-kde4.tar.bz2 + kvpnc-0.9.6a-scriptsec.patch + kvpnc-0.9.6a-gcc47.patch) +md5sums=('bf8b7224284f5d3f8ad5235c599fe9e7' + 'a0ee8caabf56732b8481a426e02f881b' + '9725f5a005dca1e3d1cba86a8e52360a') build() { cd $srcdir diff --git a/community/kvpnc/kvpnc-0.9.6a-gcc47.patch b/community/kvpnc/kvpnc-0.9.6a-gcc47.patch new file mode 100644 index 000000000..db59b5baa --- /dev/null +++ b/community/kvpnc/kvpnc-0.9.6a-gcc47.patch @@ -0,0 +1,11 @@ +diff -ruN kvpnc-0.9.6a-kde4.orig/src/kvpnc.cpp kvpnc-0.9.6a-kde4/src/kvpnc.cpp +--- kvpnc-0.9.6a-kde4.orig/src/kvpnc.cpp 2012-06-25 22:16:25.395420711 +0200 ++++ kvpnc-0.9.6a-kde4/src/kvpnc.cpp 2012-06-25 22:17:41.598424971 +0200 +@@ -75,6 +75,7 @@ + #include <cstdlib> + #include <ctime> + #include <iomanip> ++#include <unistd.h> + + #include "ui_mainviewbase4.h" + #include "ciscocertificateenrollment.h" diff --git a/community/kvpnc/kvpnc-0.9.6a-scriptsec.patch b/community/kvpnc/kvpnc-0.9.6a-scriptsec.patch new file mode 100644 index 000000000..4e8b4d6d9 --- /dev/null +++ b/community/kvpnc/kvpnc-0.9.6a-scriptsec.patch @@ -0,0 +1,15 @@ +diff -ruN kvpnc-0.9.6a-kde4.orig/src/kvpnc.cpp kvpnc-0.9.6a-kde4/src/kvpnc.cpp +--- kvpnc-0.9.6a-kde4.orig/src/kvpnc.cpp 2010-03-08 11:26:33.000000000 +0100 ++++ kvpnc-0.9.6a-kde4/src/kvpnc.cpp 2012-06-25 22:12:51.454408816 +0200 +@@ -6030,7 +6030,10 @@ + } + + +- if (GlobalConfig->OpenvpnNeedSecurityParameter || (OpenvpnMajor == 2 && OpenvpnMinor == 1 && OpenvpnExtraVer > 8 && OpenvpnExtra == "rc")|| ( OpenvpnMajor == 2 && OpenvpnMinor == 1 ) || (OpenvpnMajor > 2 && OpenvpnMinor >= 2)) { ++ if (GlobalConfig->OpenvpnNeedSecurityParameter || ++ (OpenvpnMajor == 2 && OpenvpnMinor == 1 && OpenvpnExtraVer > 8 && OpenvpnExtra == "rc")|| ++ (OpenvpnMajor == 2 && OpenvpnMinor >= 1 ) || ++ (OpenvpnMajor > 2)) { + if (GlobalConfig->KvpncDebugLevel > 3) + GlobalConfig->appendLogEntry(i18n("OpenVPN >= 2.1-rc9 detected, adding script security parameter to config."), KVpncEnum::info); + 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/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD index bb08be242..bf2381288 100644 --- a/community/kyotocabinet/PKGBUILD +++ b/community/kyotocabinet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kyotocabinet pkgver=1.2.76 pkgrel=3 pkgdesc="a modern implementation of DBM in C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fallabs.com/kyotocabinet" license=('LGPL3') makedepends=('gcc' 'make' 'pkgconfig' 'zlib') 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..bf3632c61 100644 --- a/community/lash/PKGBUILD +++ b/community/lash/PKGBUILD @@ -5,9 +5,9 @@ pkgname=lash pkgver=0.6.0~rc2 _relver=0.6.0.594 -pkgrel=6 +pkgrel=6.1 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 33ae2d4f1..731d2e9c5 100644 --- a/community/launchy/PKGBUILD +++ b/community/launchy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=launchy pkgver=2.5 pkgrel=3 pkgdesc="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=('qt4' 'xdg-utils') diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index c950baff8..bfdee003e 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..6e2ce806d 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -3,9 +3,9 @@ pkgname=leafnode pkgver=1.11.8 -pkgrel=5 +pkgrel=5.1 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 366c8dc40..28385b75b 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=leptonica pkgver=1.69 pkgrel=7 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/lgi/PKGBUILD b/community/lgi/PKGBUILD index 0c03956a1..30fb56785 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua-lgi) pkgver=0.7.1 pkgrel=1 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='https://github.com/pavouk/lgi' license=('custom:MIT') depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection') diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD index e289718d1..3ed87c459 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libaccounts-glib pkgver=1.8 pkgrel=1 pkgdesc="Glib-based client library for accessing the online accounts database" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('dbus-glib' 'libxml2' 'sqlite3') diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD index a0d646997..1e372f88d 100644 --- a/community/libaccounts-qt/PKGBUILD +++ b/community/libaccounts-qt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('libaccounts-qt' 'libaccounts-qt-doc') pkgver=1.6 pkgrel=2 pkgdesc="Qt-based client library for accessing the online accounts database" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('qt4' 'libaccounts-glib') 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..107e048ee 100644 --- a/community/libalkimia/PKGBUILD +++ b/community/libalkimia/PKGBUILD @@ -4,13 +4,13 @@ pkgname=libalkimia pkgver=4.3.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC." 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/libcec/PKGBUILD b/community/libcec/PKGBUILD index 32c493e01..63dd754c4 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libcec pkgver=2.1.1 pkgrel=1 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 3f7f491cf..6dd015a46 100644 --- a/community/libcgns2/PKGBUILD +++ b/community/libcgns2/PKGBUILD @@ -8,7 +8,7 @@ _relver=5 pkgver=${_basever}.${_relver} pkgrel=3 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/libcoverart/PKGBUILD b/community/libcoverart/PKGBUILD index f0f4e2012..1a2a6cfc4 100644 --- a/community/libcoverart/PKGBUILD +++ b/community/libcoverart/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcoverart pkgver=1.0.0 pkgrel=1 pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://musicbrainz.org/doc/libcoverart" license=('LGPL') depends=('neon' 'jansson') diff --git a/community/libcryptui/PKGBUILD b/community/libcryptui/PKGBUILD index 137be3426..c2b8d28ab 100644 --- a/community/libcryptui/PKGBUILD +++ b/community/libcryptui/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcryptui pkgver=3.8.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' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf') diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD index 4c5fb155e..05a2b7e1c 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libcss pkgver=0.2.0 pkgrel=1 pkgdesc='CSS parser and selection engine' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libcss/' license=('MIT') depends=('libparserutils>=0.1.2' 'libwapcaplet>=0.2.0') 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 d69d86823..573816667 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 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' 'libmariadbclient' 'sqlite2' 'sqlite') optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql " diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index e0c031534..0959bad92 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 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/libdesktop-agnostic/PKGBUILD b/community/libdesktop-agnostic/PKGBUILD index e6848d808..9513ef819 100644 --- a/community/libdesktop-agnostic/PKGBUILD +++ b/community/libdesktop-agnostic/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libdesktop-agnostic pkgver=0.3.92 pkgrel=5 pkgdesc="Provides an extensible config API, a unified virtual fs API, and a desktop item editor for GLib-based projects" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/libdesktop-agnostic" license=('GPL' 'LGPL') depends=('pygtk') 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..2ba06e4b6 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -4,9 +4,9 @@ pkgname=libdnet pkgver=1.12 -pkgrel=6 +pkgrel=6.1 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") @@ -17,7 +17,7 @@ md5sums=('9253ef6de1b5e28e9c9a62b882e44cc9') build() { cd $srcdir/$pkgname-$pkgver - + sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in autoreconf -I config --force --install ./configure --prefix=/usr make diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD index 147342e9d..133b11128 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libee pkgver=0.4.1 -pkgrel=1 +pkgrel=1.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..c0501f961 100644 --- a/community/libesmtp/PKGBUILD +++ b/community/libesmtp/PKGBUILD @@ -5,9 +5,9 @@ pkgname=libesmtp pkgver=1.0.6 -pkgrel=2 +pkgrel=2.1 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 af365dc03..69b5a4d80 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.5 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..a65adf1f7 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -5,9 +5,9 @@ pkgname=libev pkgver=4.11 -pkgrel=1 +pkgrel=1.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 aa31a11c4..c56473b94 100644 --- a/community/libexosip2/PKGBUILD +++ b/community/libexosip2/PKGBUILD @@ -7,7 +7,7 @@ epoch=1 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>=4.0.0' 'openssl') diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 9a113dd10..4832ce7c8 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libextractor pkgver=1.0.1 pkgrel=4 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..708f37af1 100644 --- a/community/libfakekey/PKGBUILD +++ b/community/libfakekey/PKGBUILD @@ -3,9 +3,9 @@ pkgname=libfakekey pkgver=0.1 -pkgrel=5 +pkgrel=5.1 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 b84cd94f9..71186aad9 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.1.0 pkgrel=4 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') groups=('lxde') options=('!libtool') @@ -33,6 +33,6 @@ package() { make DESTDIR=$pkgdir install # Temporary fix to FS#32361 - rm $pkgdir/usr/include/libfm + rm -r $pkgdir/usr/include/libfm mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm } diff --git a/community/libgdamm/PKGBUILD b/community/libgdamm/PKGBUILD index 43b5ee8cf..8c8a70e8f 100644 --- a/community/libgdamm/PKGBUILD +++ b/community/libgdamm/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=libgdamm pkgname=(libgdamm libgdamm-docs) pkgver=4.99.6 pkgrel=2 -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 69bb7a979..6b5759978 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgexiv2 pkgver=0.6.1 pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://redmine.yorba.org/projects/gexiv2' license=('GPL2') depends=('exiv2' 'gobject-introspection') 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/libgit2/PKGBUILD b/community/libgit2/PKGBUILD index f47445fe9..07d9ad5bb 100644 --- a/community/libgit2/PKGBUILD +++ b/community/libgit2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libgit2 pkgver=0.18.0 pkgrel=1 pkgdesc="A linkable library for Git" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libgit2.github.com/" depends=(zlib openssl) makedepends=(cmake python) diff --git a/community/libgooglepinyin/PKGBUILD b/community/libgooglepinyin/PKGBUILD index bac38b86c..7602313ba 100644 --- a/community/libgooglepinyin/PKGBUILD +++ b/community/libgooglepinyin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgooglepinyin pkgver=0.1.2 pkgrel=1 pkgdesc="A fork from google pinyin on android" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/libgooglepinyin" license=('APACHE') depends=('gcc-libs') diff --git a/community/libgoom2/PKGBUILD b/community/libgoom2/PKGBUILD index d1264bd43..a50c3ad34 100644 --- a/community/libgoom2/PKGBUILD +++ b/community/libgoom2/PKGBUILD @@ -4,9 +4,9 @@ pkgname=libgoom2 pkgver=2k4 -pkgrel=2 +pkgrel=2.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..eee7ec628 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') @@ -18,7 +18,7 @@ build() { cd ${srcdir}/$pkgname-$pkgver autoconf - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } diff --git a/community/libgtksourceviewmm2/PKGBUILD b/community/libgtksourceviewmm2/PKGBUILD index 8d2ec7fff..6c710e88a 100644 --- a/community/libgtksourceviewmm2/PKGBUILD +++ b/community/libgtksourceviewmm2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libgtksourceviewmm2 pkgver=2.10.3 pkgrel=1 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') @@ -17,7 +17,6 @@ sha256sums=('0000df1b582d7be2e412020c5d748f21c0e6e5074c6b2ca8529985e70479375b') build() { cd gtksourceviewmm-${pkgver} - ./configure \ --prefix=/usr diff --git a/community/libgtksourceviewmm2/libgtksourceviewmm2-2.10.1-glib.patch b/community/libgtksourceviewmm2/libgtksourceviewmm2-2.10.1-glib.patch new file mode 100644 index 000000000..db25650e4 --- /dev/null +++ b/community/libgtksourceviewmm2/libgtksourceviewmm2-2.10.1-glib.patch @@ -0,0 +1,33 @@ +--- gtksourceviewmm-2.10.1.orig/gtksourceview/src/sourceiter.ccg 2010-07-13 14:52:51.499267000 -0500 ++++ gtksourceviewmm-2.10.1/gtksourceview/src/sourceiter.ccg 2013-02-06 07:33:07.313232421 -0500 +@@ -21,7 +21,7 @@ + */ + + #include "sourceiter.h" +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtksourceview/gtksourceview-typebuiltins.h> + namespace gtksourceview + { +--- gtksourceviewmm-2.10.1.orig/gtksourceview/gtksourceviewmm/sourceiter.cc 2010-07-19 16:06:16.570569000 -0500 ++++ gtksourceviewmm-2.10.1/gtksourceview/gtksourceviewmm/sourceiter.cc 2013-02-06 07:32:02.876220702 -0500 +@@ -28,7 +28,7 @@ + */ + + #include "sourceiter.h" +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtksourceview/gtksourceview-typebuiltins.h> + namespace gtksourceview + { +--- gtksourceviewmm-2.10.1.orig/tests/search/main.cc 2010-07-13 14:52:51.502267000 -0500 ++++ gtksourceviewmm-2.10.1/tests/search/main.cc 2013-02-06 07:33:42.464355467 -0500 +@@ -6,7 +6,7 @@ + #include <cstring> + #include <gtkmm.h> + #include <gtksourceviewmm.h> +-#include <glib/gmessages.h> ++#include <glib.h> + + using namespace std ; + using namespace Gtk; diff --git a/community/libharu/PKGBUILD b/community/libharu/PKGBUILD index 211f20c9f..9f3105118 100644 --- a/community/libharu/PKGBUILD +++ b/community/libharu/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.1 pkgrel=4 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 ed40ebd4e..782cd278a 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -7,7 +7,7 @@ pkgname='libhx' pkgver=3.15 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 64094d1c2..fa37455c0 100644 --- a/community/libinfinity/PKGBUILD +++ b/community/libinfinity/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libinfinity pkgver=0.5.3 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/libircclient/PKGBUILD b/community/libircclient/PKGBUILD index 72a698e73..edad3bacf 100644 --- a/community/libircclient/PKGBUILD +++ b/community/libircclient/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libircclient pkgver=1.6 pkgrel=1 pkgdesc="A small but powerful library, which implements client-server IRC protocol." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ulduzsoft.com/libircclient/" depends=('glibc') license=('GPL') @@ -18,7 +18,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" # add fPIC flag for x86_64 - [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC" + [ "$CARCH" != i686 ] && export CFLAGS="$CFLAGS -fPIC" ## Makefile.in fixes: # invalid `lib` requisite for `install` target 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..a44fb49d3 100644 --- a/community/liblockfile/PKGBUILD +++ b/community/liblockfile/PKGBUILD @@ -5,9 +5,9 @@ pkgname=liblockfile pkgver=1.08_4 _basever=1.08 -pkgrel=2 +pkgrel=2.1 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 085518f80..1537dc611 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 7adf26263..587889d00 100644 --- a/community/libmatchbox/PKGBUILD +++ b/community/libmatchbox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmatchbox pkgver=1.10 pkgrel=2 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 da7660150..308190675 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libmatio pkgver=1.5.1 pkgrel=1 pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('LGPL') url='http://sourceforge.net/projects/matio' depends=('zlib') diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index c461ee73d..81d516f9f 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmediainfo pkgver=0.7.62 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 6513b4746..f50a9ff4c 100644 --- a/community/libmemcached/PKGBUILD +++ b/community/libmemcached/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libmemcached pkgver=1.0.16 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 276f61817..47a902e6c 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -9,7 +9,7 @@ pkgname=libmicrohttpd pkgver=0.9.27 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 e1ee19405..bb8819802 100644 --- a/community/libmirage/PKGBUILD +++ b/community/libmirage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libmirage pkgver=2.0.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 bzip2 shared-mime-info) 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/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD index 33666d8fd..55ca10d73 100644 --- a/community/libnetfilter_acct/PKGBUILD +++ b/community/libnetfilter_acct/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_acct pkgver=1.0.2 pkgrel=1 pkgdesc='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 302795ef4..e8a8431ad 100644 --- a/community/libnetfilter_conntrack/PKGBUILD +++ b/community/libnetfilter_conntrack/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_conntrack pkgver=1.0.3 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 e8519887b..40af7468c 100644 --- a/community/libnetfilter_log/PKGBUILD +++ b/community/libnetfilter_log/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_log pkgver=1.0.1 pkgrel=2 pkgdesc='Library providing API to packets that have been logged by netfilter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_log/' 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 307d2d90d..356aebee0 100644 --- a/community/libnewt/PKGBUILD +++ b/community/libnewt/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.52.15 pkgrel=1 _tclver=8.6 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='https://fedorahosted.org/newt/' 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 44acdab1b..1065c9616 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnfs pkgver=1.5.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 6b01b1638..392c8257d 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnsbmp pkgver=0.1.0 pkgrel=1 pkgdesc='Decoding library for BMP and ICO image file formats' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libnsbmp/' license=('MIT') depends=('glibc') diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD index c17d5a370..0fb40c823 100644 --- a/community/libnsgif/PKGBUILD +++ b/community/libnsgif/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnsgif pkgver=0.1.0 pkgrel=1 pkgdesc='Decoding library for the GIF image file format' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libnsgif/' license=('MIT') depends=('glibc') 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/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD index 3d6834987..233f2bdf3 100644 --- a/community/libopenraw/PKGBUILD +++ b/community/libopenraw/PKGBUILD @@ -5,9 +5,9 @@ # Contributor: <boromil@gmail.com> pkgname=libopenraw pkgver=0.0.9 -pkgrel=2 +pkgrel=2.1 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..02cd017ea 100644 --- a/community/liboping/PKGBUILD +++ b/community/liboping/PKGBUILD @@ -3,10 +3,10 @@ pkgname=liboping pkgver=1.6.2 -pkgrel=1 +pkgrel=1.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 399eef688..8e845335a 100644 --- a/community/libosip2/PKGBUILD +++ b/community/libosip2/PKGBUILD @@ -7,7 +7,7 @@ epoch=1 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 0e222d90c..7c2a9b61f 100644 --- a/community/libpaper/PKGBUILD +++ b/community/libpaper/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libpaper pkgver=1.1.24 pkgrel=4 pkgdesc='Library for handling paper characteristics' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://packages.debian.org/unstable/source/libpaper' license=('GPL') depends=('sh') diff --git a/community/libpar2/PKGBUILD b/community/libpar2/PKGBUILD index db732b4d4..f27dfef72 100644 --- a/community/libpar2/PKGBUILD +++ b/community/libpar2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libpar2 pkgver=0.2 pkgrel=6 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 d8e38bb04..8d9a6edc4 100644 --- a/community/libparserutils/PKGBUILD +++ b/community/libparserutils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libparserutils pkgver=0.1.2 pkgrel=1 pkgdesc='Library for building efficient parsers' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libparserutils' license=('MIT') depends=('glibc') diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD index c911aad0c..7c697afde 100644 --- a/community/libpinyin/PKGBUILD +++ b/community/libpinyin/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libpinyin pkgver=0.9.91 pkgrel=1 pkgdesc="Library to deal with pinyin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/libpinyin/libpinyin" license=('GPL') depends=('db' 'glib2') diff --git a/community/libpng12/PKGBUILD b/community/libpng12/PKGBUILD index 968cd9123..5357ccadd 100644 --- a/community/libpng12/PKGBUILD +++ b/community/libpng12/PKGBUILD @@ -10,7 +10,7 @@ _realname=libpng pkgver=1.2.50 pkgrel=2 pkgdesc="A collection of routines used to create PNG format graphics files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libpng.org/pub/png/libpng.html" license=('custom') depends=('zlib') diff --git a/community/libpqxx/PKGBUILD b/community/libpqxx/PKGBUILD index 00a6dba5d..b34535ba5 100644 --- a/community/libpqxx/PKGBUILD +++ b/community/libpqxx/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libpqxx pkgver=4.0.1 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/libraw/PKGBUILD b/community/libraw/PKGBUILD index 35d7c9317..00d6905c4 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -6,9 +6,9 @@ pkgname=libraw pkgver=0.14.7 -pkgrel=1 +pkgrel=1.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 fa2df29fc..702a69f29 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) @@ -13,12 +13,15 @@ makedepends=(patch gtk gtk2) install=librcc.install options=('!libtool') source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2 - librcc-strnlen.patch) + librcc-strnlen.patch + librcc-0.2.6-glib.patch) md5sums=('9bbf248c7312c73c0b6ca19b9c5a2af1' - '040313d1d8f166ccf2b128cea4c05f21') + '040313d1d8f166ccf2b128cea4c05f21' + '214aef7764131252620892b56c09de9d') build() { cd $srcdir/$pkgname-${pkgver} + patch -Np1 -i ${srcdir}/librcc-0.2.6-glib.patch ./configure --prefix=/usr patch -p1 <$srcdir/librcc-strnlen.patch make diff --git a/community/librcc/librcc-0.2.6-glib.patch b/community/librcc/librcc-0.2.6-glib.patch new file mode 100644 index 000000000..3b593f144 --- /dev/null +++ b/community/librcc/librcc-0.2.6-glib.patch @@ -0,0 +1,11 @@ +--- librcc-0.2.6.orig/external/rccexternal.c 2007-04-05 06:35:50.000000000 -0500 ++++ librcc-0.2.6/external/rccexternal.c 2012-12-10 14:49:30.069404313 -0500 +@@ -33,7 +33,7 @@ + # include <signal.h> + #endif /* HAVE_SIGNAL_H */ + +-#include <glib/gthread.h> ++#include <glib.h> + + #include "../src/rcchome.h" + #include "../src/rccexternal.h" diff --git a/community/librcd/PKGBUILD b/community/librcd/PKGBUILD index 810c7b9ae..4c28958e6 100644 --- a/community/librcd/PKGBUILD +++ b/community/librcd/PKGBUILD @@ -4,9 +4,9 @@ pkgname=librcd pkgver=0.1.11 -pkgrel=3 +pkgrel=3.1 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/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/librime/PKGBUILD b/community/librime/PKGBUILD index 073cc7eff..68f7eb69d 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=librime pkgver=0.9.9 pkgrel=2 pkgdesc="Rime input method engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5') diff --git a/community/librsync/PKGBUILD b/community/librsync/PKGBUILD index 5674db504..720de9a1a 100644 --- a/community/librsync/PKGBUILD +++ b/community/librsync/PKGBUILD @@ -5,9 +5,9 @@ pkgname=librsync pkgver=0.9.7 -pkgrel=6 +pkgrel=6.1 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 a7b5355d5..d55eb48ed 100644 --- a/community/librtfcomp/PKGBUILD +++ b/community/librtfcomp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=librtfcomp pkgver=1.2 pkgrel=1 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 7e69f1b6e..b662faa13 100644 --- a/community/libshairport/PKGBUILD +++ b/community/libshairport/PKGBUILD @@ -8,7 +8,7 @@ _commithash='16395d8' pkgver=${_version} pkgrel=1 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/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD index 11e80c101..d09fba005 100644 --- a/community/libsignon-glib/PKGBUILD +++ b/community/libsignon-glib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsignon-glib pkgver=1.9 pkgrel=1 pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('signon') 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 30b014b6b..09d7249d9 100644 --- a/community/libstatgrab/PKGBUILD +++ b/community/libstatgrab/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libstatgrab pkgver=0.17 pkgrel=3 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/libtaginfo/PKGBUILD b/community/libtaginfo/PKGBUILD index 3042a577b..841fba7b0 100644 --- a/community/libtaginfo/PKGBUILD +++ b/community/libtaginfo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libtaginfo pkgver=0.1.6 pkgrel=1 pkgdesc="Library for reading media metadata" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://bitbucket.org/shuerhaaken/libtaginfo" depends=('taglib' 'gcc-libs') license=('GPL2') diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..0fc15778e 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -5,11 +5,11 @@ pkgname=libtommath pkgver=0.42.0 -pkgrel=2 +pkgrel=2.1 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/libtxc_dxtn/PKGBUILD b/community/libtxc_dxtn/PKGBUILD index 33f7bf0fa..0419da5e8 100644 --- a/community/libtxc_dxtn/PKGBUILD +++ b/community/libtxc_dxtn/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libtxc_dxtn pkgver=1.0.1 pkgrel=3 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) pkgdesc="Texture compression library for Mesa" url="http://dri.freedesktop.org/wiki/S3TC" license=(custom:BSD) diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD index 57cc71112..03c724f3b 100644 --- a/community/libunwind/PKGBUILD +++ b/community/libunwind/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libunwind pkgver=1.1 pkgrel=1 pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/libunwind/' license=('GPL') depends=('glibc' 'xz') diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD index 127f5d907..ff1143354 100644 --- a/community/libuser/PKGBUILD +++ b/community/libuser/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libuser pkgver=0.59 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/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index ca24a1995..1619b5b1e 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libvirt pkgver=1.0.5 pkgrel=1 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' @@ -20,8 +20,8 @@ optdepends=('bridge-utils: for briged networking (default)' 'openbsd-netcat: for remote management over ssh' 'qemu' 'radvd' - 'dmidecode' 'ebtables') +[ "$CARCH" != "mips64el" ] && optdepends+=('dmidecode') options=('emptydirs' '!libtool') backup=('etc/conf.d/libvirtd' 'etc/conf.d/libvirtd-guests' diff --git a/community/libwapcaplet/PKGBUILD b/community/libwapcaplet/PKGBUILD index e9425b8c5..0ebecac37 100644 --- a/community/libwapcaplet/PKGBUILD +++ b/community/libwapcaplet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libwapcaplet pkgver=0.2.0 pkgrel=1 pkgdesc='String internment library with rapid string comparison' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libwapcaplet/' license=('MIT') depends=('glibc') diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD index c26669f7d..808861c42 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=() @@ -18,7 +18,7 @@ md5sums=('c3734ca6caa405707e134cc8c6d7e422') build() { cd "$srcdir/w3c-$pkgname-$pkgver" [ -f Makefile ] || ./configure --prefix=/usr \ - --with-md5 --with-zlib --with-expat --with-regex --with-ssl + --with-md5 --with-zlib --with-expat --with-regex --with-ssl --host=$CHOST sed -i 's#Examples##' Library/Makefile make make DESTDIR="$pkgdir" install 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..1a5bb14d6 100644 --- a/community/libxdg-basedir/PKGBUILD +++ b/community/libxdg-basedir/PKGBUILD @@ -3,9 +3,9 @@ pkgname=libxdg-basedir pkgver=1.2.0 -pkgrel=1 +pkgrel=1.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..fed2b6dbb 100644 --- a/community/libyaml/PKGBUILD +++ b/community/libyaml/PKGBUILD @@ -4,9 +4,9 @@ pkgname=libyaml pkgver=0.1.4 -pkgrel=2 +pkgrel=2.1 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 ddd025ad0..89ea48e74 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libzdb pkgver=2.11.2 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' 'sqlite' 'libmariadbclient') 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/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD index 6be73d8aa..11aae38a0 100755 --- a/community/lightdm-gtk3-greeter/PKGBUILD +++ b/community/lightdm-gtk3-greeter/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.5.1 pkgrel=1 epoch=1 pkgdesc="GTK+ greeter for LightDM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/lightdm-gtk-greeter" license=('GPL3' 'LGPL3') depends=('gtk3' 'lightdm') diff --git a/community/lightdm-kde-greeter/PKGBUILD b/community/lightdm-kde-greeter/PKGBUILD index 4625234db..2922226ef 100755 --- a/community/lightdm-kde-greeter/PKGBUILD +++ b/community/lightdm-kde-greeter/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lightdm-kde-greeter pkgver=0.3.2.1 pkgrel=1 pkgdesc="KDE greeter for LightDM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://projects.kde.org/projects/playground/base/lightdm" license=('GPL') depends=('kdelibs' 'liblightdm-qt4') diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index 69b3ba567..cf3540412 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.0 pkgrel=1 epoch=1 pkgdesc="A lightweight display manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/lightdm" license=('GPL3' 'LGPL3') groups=('lightdm') diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD index 2a2529111..c9bf8ebcf 100644 --- a/community/lilypond/PKGBUILD +++ b/community/lilypond/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lilypond pkgver=2.16.2 pkgrel=1 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') @@ -30,7 +30,7 @@ build() { rm -rf python/out/ - PYTHON=/usr/bin/python2 ./configure --prefix=/usr + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-documentation make } diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD index 1c44b642d..e1078e9d1 100644 --- a/community/lilyterm/PKGBUILD +++ b/community/lilyterm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lilyterm pkgver=0.9.9.2 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 e554c877b..000000000 --- a/community/linux-tools/PKGBUILD +++ /dev/null @@ -1,165 +0,0 @@ -# $Id: PKGBUILD 89638 2013-04-30 19:20:26Z seblu $ -# Maintainer: Sébastien Luttringer - -pkgbase=linux-tools -pkgname=('linux-tools-meta' - 'libtraceevent' - 'perf' - 'cpupower' - 'x86_energy_perf_policy' - 'usbip') -pkgver=3.9 -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' 'audit' 'libunwind') -# 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.6.xz" - 'cpupower.default' - 'cpupower.systemd' - 'cpupower.service' - 'usbipd.service') -# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc -sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541' - '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f' - 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e' - 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc' - '8053a6bcd0776a7fefccc5012f93a1710653529e0eab59afcc39f24361c64869') - -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 libtraceevent' - pushd linux-$pkgver/tools/lib/traceevent - make - popd - - 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 - # fix missing man page - sed -i 's/usbip_bind_driver.8//' Makefile.am - ./autogen.sh - ./configure --prefix=/usr - make - popd -} - -package_linux-tools-meta() { - pkgdesc='Linux kernel tools meta package' - groups=() - depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip') -} - -package_libtraceevent() { - pkgdesc='Linux kernel trace event library' - depends=('glibc') - - cd linux-$pkgver/tools/lib/traceevent - install -dm 755 "$pkgdir/usr/lib" - install -m 644 libtraceevent.a libtraceevent.so "$pkgdir/usr/lib" -} - -package_perf() { - pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils') - - 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 - # move completion in new directory - cd "$pkgdir" - install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/perf - rm -r usr/etc -} - -package_cpupower() { - pkgdesc='Linux kernel tool to examine and tune power saving related features of your processor' - backup=('etc/default/cpupower') - depends=('bash' 'pciutils') - conflicts=('cpufrequtils') - replaces=('cpufrequtils') - install=cpupower.install - - 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 644 $pkgname.default "$pkgdir/etc/default/$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" - # systemd - 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.default b/community/linux-tools/cpupower.default deleted file mode 100644 index b5c522ea1..000000000 --- a/community/linux-tools/cpupower.default +++ /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.install b/community/linux-tools/cpupower.install deleted file mode 100644 index 10e07ae52..000000000 --- a/community/linux-tools/cpupower.install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - if [ "$(vercmp $2 3.7-4)" -le 0 ]; then - cat << EOF -===> cpupower startup config file moved to /etc/default/cpupower -EOF - fi -} - -# 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 51c645415..000000000 --- a/community/linux-tools/cpupower.systemd +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -. /etc/default/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.service b/community/linux-tools/usbipd.service deleted file mode 100644 index 1f3da08db..000000000 --- a/community/linux-tools/usbipd.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=USB/IP server -After=network.target - -[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 c99735f62..268ac07de 100644 --- a/community/linuxtv-dvb-apps/PKGBUILD +++ b/community/linuxtv-dvb-apps/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1486 pkgrel=1 _hgrev=3fc7dfa68484 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 9bb4bd729..20fd553c4 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lksctp-tools pkgver=1.0.14 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' 'LGPL2.1') depends=('bash') diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index 728f8e500..5712c0027 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lmms pkgver=0.4.14 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' 'qt4' 'sdl_sound' diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD index 5a4de60d5..875474ad5 100644 --- a/community/lockdev/PKGBUILD +++ b/community/lockdev/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 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 f41542171..b307e95b2 100644 --- a/community/lockfile-progs/PKGBUILD +++ b/community/lockfile-progs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lockfile-progs pkgver=0.1.17 pkgrel=1 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 3ac6c659b..b0ded1abc 100644 --- a/community/log4cpp/PKGBUILD +++ b/community/log4cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=log4cpp pkgver=1.1 pkgrel=1 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.sourceforge.net/" license=('LGPL') depends=('gcc-libs') @@ -16,7 +16,8 @@ md5sums=('b9ef6244baa5e5e435f35e0b9474b35d') build() { cd "$srcdir/$pkgname" - ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa + ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa \ + --build=$CHOST make } 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/lorcon/PKGBUILD b/community/lorcon/PKGBUILD index 3f821cb23..9f749da53 100644 --- a/community/lorcon/PKGBUILD +++ b/community/lorcon/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames" url='http://802.11ninja.net/' license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('libpcap') makedepends=('subversion') replaces=('lorcon-old-svn') diff --git a/community/lout/PKGBUILD b/community/lout/PKGBUILD index 914062c87..8d1ab95a9 100644 --- a/community/lout/PKGBUILD +++ b/community/lout/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lout pkgver=3.39 pkgrel=2 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/lsdvd/PKGBUILD b/community/lsdvd/PKGBUILD index 69fca75c9..68fba6d7f 100644 --- a/community/lsdvd/PKGBUILD +++ b/community/lsdvd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lsdvd pkgver=0.16 pkgrel=6 pkgdesc="A C application for reading the contents of a DVD and printing the contents to your terminal" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lsdvd/" depends=('libdvdread') license=('GPL2') diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 1efa7fb5c..1d511ce1b 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 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' 'hwids') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite') 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 b2c4c5bb0..8e277dd62 100644 --- a/community/lua-zlib/PKGBUILD +++ b/community/lua-zlib/PKGBUILD @@ -8,12 +8,12 @@ pkgrel=4 _gitver=8d07669 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') makedepends=('cmake' 'lua' 'lua51' 'zlib') conflicts=('lua-lzlib') source=("lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver") -md5sums=('28ce556fccb2d364bc5392f63c6f89ee') +md5sums=('e6c780c0c4b6dcb88cf16949bb751be7') build() { cp -a $srcdir/brimworks-lua-zlib-${_gitver} $srcdir/brimworks-lua51-zlib-${_gitver} diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD index 7dacdad3e..74b724175 100644 --- a/community/luabitop/PKGBUILD +++ b/community/luabitop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua-bitop lua51-bitop) pkgver=1.0.2 pkgrel=2 pkgdesc='C extension adding bitwise operations on numbers' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://bitop.luajit.org/index.html' makedepends=('lua' 'lua51') source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz") diff --git a/community/luaexpat/PKGBUILD b/community/luaexpat/PKGBUILD index 9ae182732..8492a8b80 100644 --- a/community/luaexpat/PKGBUILD +++ b/community/luaexpat/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua-expat lua51-expat) pkgver=1.2.0 pkgrel=4 pkgdesc='SAX XML parser based on the Expat library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://matthewwild.co.uk/projects/luaexpat/' license=('MIT') makedepends=('gcc' 'lua' 'lua51' 'expat') diff --git a/community/luafilesystem/PKGBUILD b/community/luafilesystem/PKGBUILD index d4237e35a..07bad5022 100644 --- a/community/luafilesystem/PKGBUILD +++ b/community/luafilesystem/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(lua-filesystem lua51-filesystem) pkgver=1.6.2 pkgrel=2 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') makedepends=(lua lua51) diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index 2657bc573..708c4736e 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -8,7 +8,7 @@ pkgname=luajit pkgver=2.0.1 pkgrel=2 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') @@ -19,8 +19,11 @@ sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0' build() { cd $srcdir/LuaJIT-$pkgver + + [ "$CARCH" = "mips64el" ] && extra="XCFLAGS=-DLUAJIT_DISABLE_JIT" + patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch - make amalg PREFIX=/usr + make amalg PREFIX=/usr $extra } package() { diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index ca99340cb..36e8b0902 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2012.09.13.r1 _pkgver=2012.09.13-r1 pkgrel=5 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://mason-larobina.github.com/luakit/' license=('GPL3') depends=('libwebkit' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit') diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index 6cdab1f9f..c25ee30e0 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('lua-posix' 'lua51-posix') pkgver=5.1.23 pkgrel=2 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') makedepends=('lua' 'lua51' 'lua51-bitop') diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD index ac93b46cb..f3276cc50 100644 --- a/community/luasec/PKGBUILD +++ b/community/luasec/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(lua51-sec) pkgver=0.4.1 pkgrel=4 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') #makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket') diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD index d659a6086..ddb1b58d8 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua51-socket) pkgver=2.0.2 pkgrel=5 pkgdesc='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') replaces=('luasocket') diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD index 1969e2304..cab6c3e84 100644 --- a/community/luasql/PKGBUILD +++ b/community/luasql/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=luasql pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite') pkgver=2.2.0 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keplerproject.org/luasql/' license=('MIT') makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite') diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index 9855176ab..cf2303228 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -7,7 +7,7 @@ pkgname=luminancehdr pkgver=2.3.1 pkgrel=2 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' 'qtwebkit') @@ -22,6 +22,8 @@ sha256sums=('7a2a81cd0f2da6b6780bdd47e5f902c9dfaeb8107d763ea63007b6fcdcb4d23b') build() { cd "${srcdir}" + # x86-specific options. + sed -i '/ADD_DEFINITIONS(-ffast-math -msse2 -msse)/d' cmake/CompilerSettings.cmake cmake -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/community/lwm/PKGBUILD b/community/lwm/PKGBUILD index 7ea15078c..f8e5cb508 100644 --- a/community/lwm/PKGBUILD +++ b/community/lwm/PKGBUILD @@ -6,9 +6,9 @@ pkgname=lwm pkgver=1.2.2 -pkgrel=3 +pkgrel=3.1 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..0b7fd4329 100644 --- a/community/lwp/PKGBUILD +++ b/community/lwp/PKGBUILD @@ -4,9 +4,9 @@ pkgname=lwp pkgver=2.6 -pkgrel=2 +pkgrel=2.1 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 bf73e8dfb..d480fae5f 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.0 epoch=1 pkgrel=2 pkgdesc="Linux Containers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxc.sourceforge.net/" depends=('bash' 'perl' 'libseccomp') license=('LGPL') 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 a3db8405c..b1ff3ede2 100644 --- a/community/lxlauncher/PKGBUILD +++ b/community/lxlauncher/PKGBUILD @@ -5,9 +5,9 @@ pkgname=lxlauncher pkgver=0.2.2 -pkgrel=2 +pkgrel=2.1 pkgdesc='Open source clone of the Asus launcher for EeePC' -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..8819f6ad0 100644 --- a/community/lxmenu-data/PKGBUILD +++ b/community/lxmenu-data/PKGBUILD @@ -4,9 +4,9 @@ pkgname=lxmenu-data pkgver=0.1.2 -pkgrel=1 +pkgrel=1.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..93b03e616 100644 --- a/community/lxnm/PKGBUILD +++ b/community/lxnm/PKGBUILD @@ -4,9 +4,9 @@ pkgname=lxnm pkgver=0.2.2 -pkgrel=3 +pkgrel=3.1 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 71eb369b8..4e413ff82 100644 --- a/community/lxpanel/PKGBUILD +++ b/community/lxpanel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxpanel pkgver=0.5.12 pkgrel=1 pkgdesc='Lightweight X11 desktop panel for LXDE' -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 2cd922a11..06ef73b84 100644 --- a/community/lxrandr/PKGBUILD +++ b/community/lxrandr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxrandr pkgver=0.1.2 pkgrel=3 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 178291ceb..12443da90 100644 --- a/community/lxsession/PKGBUILD +++ b/community/lxsession/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxsession pkgver=0.4.6.1 pkgrel=3 pkgdesc='Lightweight X11 session manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL2') 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..526fbfd53 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.2 pkgdesc="Task manager of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') @@ -16,6 +16,7 @@ md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f') build() { cd "$srcdir/$pkgname-$pkgver" + sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac autoreconf ./configure --sysconfdir=/etc --prefix=/usr make diff --git a/community/lxterminal/PKGBUILD b/community/lxterminal/PKGBUILD index 9751bc21a..232c15d26 100644 --- a/community/lxterminal/PKGBUILD +++ b/community/lxterminal/PKGBUILD @@ -5,9 +5,9 @@ pkgname=lxterminal pkgver=0.1.11 -pkgrel=2 +pkgrel=2.1 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 6992f1f08..a42f7aa87 100644 --- a/community/macchanger/PKGBUILD +++ b/community/macchanger/PKGBUILD @@ -6,7 +6,7 @@ pkgname=macchanger pkgver=1.6.0 pkgrel=1 pkgdesc="A small utility to change your 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/madman/PKGBUILD b/community/madman/PKGBUILD index 6cb991cff..c5b08cbfc 100644 --- a/community/madman/PKGBUILD +++ b/community/madman/PKGBUILD @@ -8,7 +8,7 @@ pkgname=madman pkgver=0.94beta1.20060611 pkgrel=3 pkgdesc="I-tunes like music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://madman.sourceforge.net/" license=('GPL') depends=('qt3' 'xmms' 'gtk' 'taglib') 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..d6cf65b99 100644 --- a/community/makedev/PKGBUILD +++ b/community/makedev/PKGBUILD @@ -5,9 +5,9 @@ pkgname=makedev pkgver=3.23_1 -pkgrel=1 +pkgrel=1.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 0acad8808..8c34a222f 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mapnik pkgver=2.1.0 pkgrel=10 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..1b41676c8 100644 --- a/community/mashup/PKGBUILD +++ b/community/mashup/PKGBUILD @@ -3,10 +3,10 @@ pkgname=mashup pkgver=3.5 -pkgrel=2 +pkgrel=2.1 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..3bce436ed 100644 --- a/community/matchbox-desktop/PKGBUILD +++ b/community/matchbox-desktop/PKGBUILD @@ -4,9 +4,9 @@ pkgname=matchbox-desktop pkgver=2.0 -pkgrel=3 +pkgrel=3.1 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..f701991ba 100644 --- a/community/matchbox-keyboard/PKGBUILD +++ b/community/matchbox-keyboard/PKGBUILD @@ -4,9 +4,9 @@ pkgname=matchbox-keyboard pkgver=0.1 -pkgrel=4 +pkgrel=4.1 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..f8375a492 100644 --- a/community/matchbox-panel/PKGBUILD +++ b/community/matchbox-panel/PKGBUILD @@ -4,9 +4,9 @@ pkgname=matchbox-panel pkgver=0.9.3 -pkgrel=5 +pkgrel=5.1 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..7c7717e1e 100644 --- a/community/matchbox-window-manager/PKGBUILD +++ b/community/matchbox-window-manager/PKGBUILD @@ -4,9 +4,9 @@ pkgname=matchbox-window-manager pkgver=1.2 -pkgrel=3 +pkgrel=3.1 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 d3067ade0..7707de2df 100644 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mathomatic pkgver=16.0.5 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/mcabber/PKGBUILD b/community/mcabber/PKGBUILD index 3637a85e2..ed16b1eb8 100644 --- a/community/mcabber/PKGBUILD +++ b/community/mcabber/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mcabber pkgver=0.10.2 pkgrel=1 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' 'libotr3' '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/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/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index 7336d6581..2d3c2de1e 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo-gui pkgver=0.7.62 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 83036b32f..fd9740384 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo pkgver=0.7.62 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 5c278c044..4b7cb8f4f 100644 --- a/community/mediaproxy/PKGBUILD +++ b/community/mediaproxy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.5.2 pkgrel=4 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 660dafc40..04b1abb13 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=1 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' 'sdl_net' 'zlib') makedepends=('mesa' 'glu') replaces=('mednafen-wip') diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD index d38a1aee6..bcff92743 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -6,7 +6,7 @@ pkgname=megaglest pkgver=3.7.1 pkgrel=2 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' 'lua51' 'icu' 'ftgl' 'glew' diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index 4b5a67698..f730fe4cd 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -7,7 +7,7 @@ pkgname=menu-cache pkgver=0.4.1 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/metacity/PKGBUILD b/community/metacity/PKGBUILD index 1eef10aa0..546268cbf 100644 --- a/community/metacity/PKGBUILD +++ b/community/metacity/PKGBUILD @@ -6,7 +6,7 @@ pkgname=metacity pkgver=2.34.13 pkgrel=5 pkgdesc="Legacy GNOME window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') makedepends=('intltool' 'itstool') 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..d3e5bd500 100644 --- a/community/metamail/PKGBUILD +++ b/community/metamail/PKGBUILD @@ -5,9 +5,9 @@ pkgname=metamail pkgver=2.7 -pkgrel=6 +pkgrel=6.1 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 4fca5f1c7..b35effbad 100644 --- a/community/metapixel/PKGBUILD +++ b/community/metapixel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=metapixel pkgver=1.0.2 pkgrel=4 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 35be11dc7..2fc29c3d5 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.27_1 pkgrel=1 pkgdesc='MooseFS, fault tolerant, network distributed file system' url='http://www.moosefs.com/' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL3') depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs') install="$pkgbase.install" 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 76d023209..2f4cc6259 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -10,7 +10,7 @@ pkgname=midori pkgver=0.5.0 pkgrel=2 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="$pkgname.install" diff --git a/community/milkytracker/PKGBUILD b/community/milkytracker/PKGBUILD index 711a96e51..45c6ed0aa 100644 --- a/community/milkytracker/PKGBUILD +++ b/community/milkytracker/PKGBUILD @@ -7,7 +7,7 @@ pkgname=milkytracker pkgver=0.90.85 pkgrel=8 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' 'alsa-lib' 'zlib' 'gcc-libs') 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..b96561236 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -4,9 +4,9 @@ pkgname=minbif pkgver=1.0.5 -pkgrel=2 +pkgrel=2.1 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/ming/PKGBUILD b/community/ming/PKGBUILD index 423865a86..8473f04d3 100644 --- a/community/ming/PKGBUILD +++ b/community/ming/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ming pkgver=0.4.4 pkgrel=2 pkgdesc="SWF output library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libming.net/" license=('GPL' 'LGPL') depends=('freetype2' 'libpng' 'flex') 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 1b462e15f..7db59a6c3 100644 --- a/community/mingw32-binutils/PKGBUILD +++ b/community/mingw32-binutils/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mingw32-binutils pkgver=2.23.1 pkgrel=3 _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 e6cb07938..b3c07a59b 100644 --- a/community/mingw32-gcc/PKGBUILD +++ b/community/mingw32-gcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mingw32-gcc pkgver=4.7.2 pkgrel=1 _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 8d9a7075b..67fb86bd4 100644 --- a/community/minidlna/PKGBUILD +++ b/community/minidlna/PKGBUILD @@ -9,7 +9,7 @@ pkgname=minidlna pkgver=1.0.25 pkgrel=5 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 e010ef758..ed80bc65e 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -6,13 +6,13 @@ pkgname=minitube pkgver=2.0 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') install="$pkgname.install" source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('7df1e44b86a4744a492ccc414c0fa77d') +md5sums=('0da4cb8940034aad832e41acc52df365') build() { cd "$srcdir/$pkgname" diff --git a/community/miniupnpc/PKGBUILD b/community/miniupnpc/PKGBUILD index 0dd8bdea3..6d7c2ce1c 100644 --- a/community/miniupnpc/PKGBUILD +++ b/community/miniupnpc/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Florian Loitsch <archlinux@florian.loitsch.com> pkgname=miniupnpc pkgver=1.6 -pkgrel=2 +pkgrel=2.1 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 5f3fb3b9e..cb1607a7e 100644 --- a/community/mixxx/PKGBUILD +++ b/community/mixxx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mixxx pkgver=1.10.1 pkgrel=2 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 e71ebadf1..7ff1623f2 100644 --- a/community/mksh/PKGBUILD +++ b/community/mksh/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh' url='https://www.mirbsd.org/mksh.htm' license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs') install=mksh.install source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz" diff --git a/community/mktorrent/PKGBUILD b/community/mktorrent/PKGBUILD index 495ea2b59..6aa2180bb 100644 --- a/community/mktorrent/PKGBUILD +++ b/community/mktorrent/PKGBUILD @@ -3,9 +3,9 @@ pkgname=mktorrent pkgver=1.0 -pkgrel=3 +pkgrel=3.1 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/mlt/PKGBUILD b/community/mlt/PKGBUILD index 3b75a1a3b..fcfce8731 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('mlt' 'mlt-python-bindings') pkgver=0.8.8 pkgrel=4 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' 'qt4' '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/mod_wsgi/PKGBUILD b/community/mod_wsgi/PKGBUILD index 22c403936..fd45657dc 100644 --- a/community/mod_wsgi/PKGBUILD +++ b/community/mod_wsgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mod_wsgi pkgver=3.4 pkgrel=2 pkgdesc='Python WSGI adapter module for Apache' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.modwsgi.org/' license=('APACHE') depends=('apache' 'python') diff --git a/community/mod_wsgi2/PKGBUILD b/community/mod_wsgi2/PKGBUILD index 3a27e99e2..1e0e0c3c0 100644 --- a/community/mod_wsgi2/PKGBUILD +++ b/community/mod_wsgi2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mod_wsgi2 pkgver=3.4 pkgrel=3 pkgdesc='Python2 WSGI adapter module for Apache' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.modwsgi.org/' license=('APACHE') depends=('apache' 'python2') diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 6db2976d1..cd8b21b41 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mongodb pkgver=2.4.3 pkgrel=1 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/monica/PKGBUILD b/community/monica/PKGBUILD index 3c24c4e7d..30b21a1b8 100644 --- a/community/monica/PKGBUILD +++ b/community/monica/PKGBUILD @@ -4,9 +4,9 @@ pkgname=monica pkgver=3.7 -pkgrel=2 +pkgrel=2.1 pkgdesc="A monitor calibration tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pcbypaul.com/software/monica.html" license=('BSD') depends=('fltk' 'xorg-xgamma') 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 41df99725..9b4aaf29e 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mosh pkgver=1.2.4 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' 'libutempter') diff --git a/community/motion/PKGBUILD b/community/motion/PKGBUILD index 7eb15220f..e5778de03 100644 --- a/community/motion/PKGBUILD +++ b/community/motion/PKGBUILD @@ -5,7 +5,7 @@ pkgname=motion pkgver=3.2.12 pkgrel=8 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..2a929de11 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' ) @@ -17,7 +17,7 @@ build() { cd ${srcdir}/$pkgname-$pkgver sed -i "s:-O2:${CFLAGS}:" Makefile - sed -i "s:/usr/bin/install:/bin/install:" Makefile + #sed -i "s:/usr/bin/install:/bin/install:" Makefile make diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD index 3fc75d039..4c0edfd93 100644 --- a/community/mp3splt-gtk/PKGBUILD +++ b/community/mp3splt-gtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mp3splt-gtk pkgver=0.8.2 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/mpck/PKGBUILD b/community/mpck/PKGBUILD index a1b381592..dde60051f 100644 --- a/community/mpck/PKGBUILD +++ b/community/mpck/PKGBUILD @@ -4,10 +4,10 @@ pkgname=mpck pkgver=0.19 -pkgrel=2 +pkgrel=2.1 license=('GPL') pkgdesc="Reads MP3 files and tries to determine if they are correct" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://checkmate.gissen.nl/" depends=('glibc') source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz") diff --git a/community/mpdscribble/PKGBUILD b/community/mpdscribble/PKGBUILD index f7198378c..854edd47b 100644 --- a/community/mpdscribble/PKGBUILD +++ b/community/mpdscribble/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.22 pkgrel=6 pkgdesc='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=$pkgname.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 4f04a4680..156dacde6 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -7,17 +7,21 @@ pkgname=mplayer2 pkgver=20130309 pkgrel=2 pkgdesc='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-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 'libdvdread' - 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau' - 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils' + 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' + 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') -makedepends=('mesa' 'mesa-libgl' 'unzip' 'yasm' 'python' 'python-docutils') +makedepends=('unzip' 'python' 'python-docutils') +if [ "$CARCH" != "mips64el" ]; then + depends+=('libgl' 'libvdpau' 'lirc-utils') + makedepends+=('mesa' 'mesa-libgl' 'yasm') +fi backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') provides=('mplayer') conflicts=('mplayer') @@ -35,14 +39,16 @@ prepare() { build() { cd $pkgname-$pkgver + [ "$CARCH" != "mips64el" ] && extra="--enable-runtime-cpudetection" + ./configure --prefix=/usr --confdir=/etc/mplayer \ --enable-translation --language=all \ - --enable-runtime-cpudetection \ --enable-joystick \ --disable-speex \ --disable-openal \ --disable-libdv \ - --disable-musepack + --disable-musepack \ + $extra make } diff --git a/community/mrtg/PKGBUILD b/community/mrtg/PKGBUILD index ac3238d72..8058a925d 100644 --- a/community/mrtg/PKGBUILD +++ b/community/mrtg/PKGBUILD @@ -4,9 +4,9 @@ pkgname=mrtg pkgver=2.17.4 -pkgrel=1 +pkgrel=1.1 pkgdesc="Multi Router Traffic Grapher." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oss.oetiker.ch/mrtg/" license=('GPL') depends=('gd' 'perl') 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 5995d6e71..da85c2b5c 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpaint pkgver=3.40 pkgrel=6 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..9401f7e19 100644 --- a/community/mtpfs/PKGBUILD +++ b/community/mtpfs/PKGBUILD @@ -5,9 +5,9 @@ pkgname=mtpfs pkgver=1.1 -pkgrel=1 +pkgrel=1.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/muffin/PKGBUILD b/community/muffin/PKGBUILD index e73fd266a..d16cb9972 100644 --- a/community/muffin/PKGBUILD +++ b/community/muffin/PKGBUILD @@ -7,7 +7,7 @@ pkgname=muffin pkgver=1.8.0 pkgrel=1 pkgdesc="Cinnamon window manager based on Mutter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/linuxmint/muffin" license=('GPL') depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \ diff --git a/community/multitail/PKGBUILD b/community/multitail/PKGBUILD index 3a1815863..9ed1ad429 100644 --- a/community/multitail/PKGBUILD +++ b/community/multitail/PKGBUILD @@ -7,7 +7,7 @@ pkgname=multitail pkgver=5.2.12 pkgrel=1 pkgdesc="Lets you view one or multiple files like the original tail program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.vanheusden.com/multitail" depends=('ncurses') diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD index 9e909572d..5247c9d2c 100644 --- a/community/mumble/PKGBUILD +++ b/community/mumble/PKGBUILD @@ -10,7 +10,7 @@ pkgname=mumble pkgver=1.2.3 pkgrel=7 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A voice chat application similar to TeamSpeak" license=('BSD') depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse') diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index 5763c57a1..b04d9c8b9 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mupdf pkgver=1.2 pkgrel=2 pkgdesc='Lightweight PDF and XPS viewer' -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 c80917dbd..367f52bbc 100644 --- a/community/murmur/PKGBUILD +++ b/community/murmur/PKGBUILD @@ -7,7 +7,7 @@ pkgname=murmur pkgver=1.2.3 pkgrel=13 pkgdesc="The voice chat application server for Mumble" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mumble.sourceforge.net" license=('BSD') depends=('avahi' 'lsb-release' 'protobuf' 'qt4' '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 cbaeadbb3..86ca0ac94 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 pkgrel=5 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 201a434ae..a514ea801 100644 --- a/community/myodbc/PKGBUILD +++ b/community/myodbc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=myodbc pkgver=5.2.4 pkgrel=2 pkgdesc="ODBC driver/connector for mariadb" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://dev.mysql.com/downloads/connector/odbc/" depends=('unixodbc' 'libmariadbclient') makedepends=('cmake') diff --git a/community/mypaint/PKGBUILD b/community/mypaint/PKGBUILD index 7302a36f2..2adc42368 100644 --- a/community/mypaint/PKGBUILD +++ b/community/mypaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mypaint pkgver=1.1.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' 'json-c' 'lcms2') diff --git a/community/mysql++/PKGBUILD b/community/mysql++/PKGBUILD index da526a29e..70ac6b22b 100644 --- a/community/mysql++/PKGBUILD +++ b/community/mysql++/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mysql++ pkgver=3.1.0 pkgrel=4 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=("libmariadbclient") diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index 7eb180b74..954579b1e 100644 --- a/community/mythplugins/PKGBUILD +++ b/community/mythplugins/PKGBUILD @@ -16,7 +16,7 @@ pkgname=('mythplugins-mytharchive' pkgver=0.26.0 pkgrel=2 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 2c5f407b2..843da2902 100644 --- a/community/naev/PKGBUILD +++ b/community/naev/PKGBUILD @@ -6,7 +6,7 @@ pkgname=naev pkgver=0.5.3 pkgrel=2 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=('glu' '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/nbd/PKGBUILD b/community/nbd/PKGBUILD index 3ac9403db..ed01dd9fa 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=nbd pkgver=3.3 pkgrel=1 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..18e5e9b5f 100644 --- 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" @@ -17,7 +17,7 @@ md5sums=('85bb085077c380b82a6ff73e0de0c154' build() { cd $srcdir/$pkgname-${pkgver}a - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make # Copy the binary diff --git a/community/ncdu/PKGBUILD b/community/ncdu/PKGBUILD index 209caf267..251e231fc 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=('cf3b5fbb5b69cbae5425bfff2660ac3d8224a605') diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index c3ccc6166..2dd5819df 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ncmpcpp pkgver=0.5.10 pkgrel=4 pkgdesc='Almost exact clone of ncmpc with some new features' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ncmpcpp.rybczak.net/' license=('GPL') depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw') diff --git a/community/ncrack/PKGBUILD b/community/ncrack/PKGBUILD index 09e369a4d..4b3977436 100644 --- a/community/ncrack/PKGBUILD +++ b/community/ncrack/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.4a _realver=0.4ALPHA pkgrel=2 pkgdesc='A high-speed network authentication cracking tool' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://nmap.org/ncrack/' license=(GPL) depends=(openssl) diff --git a/community/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD index 597b62b92..f7f2b94d5 100644 --- a/community/ndisc6/PKGBUILD +++ b/community/ndisc6/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ndisc6 pkgver=1.0.2 pkgrel=6 pkgdesc='Collection of IPv6 networking utilities' -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..dfe40f45f 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -6,11 +6,11 @@ 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') -makedepends=('docutils') +makedepends=('python2-docutils') optdepends=('xorg-xdm: if you want to use KDE or GNOME session' 'xorg-fonts-misc: to use default font' 'xterm: if you want console session') diff --git a/community/nemesis/PKGBUILD b/community/nemesis/PKGBUILD index b80d7d3fe..87f022f58 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=() @@ -35,7 +35,7 @@ build() { patch -Np1 <$srcdir/nemesis-proto_tcp.c.diff [ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man \ --with-libnet-includes=$srcdir/libnet/include \ - --with-libnet-libraries=$srcdir/libnet/lib + --with-libnet-libraries=$srcdir/libnet/lib --build=$CHOST make make DESTDIR=$pkgdir install install -D -m0644 LICENSE $pkgdir/usr/share/licenses/nemesis/LICENSE diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD index 73274bfcd..511a19114 100644 --- a/community/nemiver/PKGBUILD +++ b/community/nemiver/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nemiver pkgver=0.9.4 pkgrel=4 pkgdesc='C/C++ debugger for GNOME' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') url='http://www.gnome.org/projects/nemiver/' install="$pkgname.install" diff --git a/community/nemo-fileroller/PKGBUILD b/community/nemo-fileroller/PKGBUILD index b3b8c4268..ee1311652 100644 --- a/community/nemo-fileroller/PKGBUILD +++ b/community/nemo-fileroller/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nemo-fileroller pkgver=1.8.0 pkgrel=1 pkgdesc="Nemo fileroller extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/linuxmint/nemo-extensions" license=('GPL') source=("configure.in_fix.patch" diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD index e2ddb8395..698decddd 100644 --- a/community/nestopia/PKGBUILD +++ b/community/nestopia/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.' url='http://0ldsk00l.ca/nestopia.html' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('sdl' 'alsa-lib' 'gtk3' 'glu') makedepends=('unzip' 'mesa') source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver" diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD index f02498291..efdd4dbaf 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -8,7 +8,7 @@ pkgname=net6 pkgver=1.3.14 pkgrel=1 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 b38b7e59c..4bc67a275 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcf pkgver=0.2.3 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' 'netctl' '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 3bf9ec080..7f7f3a66a 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 ed44aee5d..e3f7bf363 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=netsurf pkgver=3.0 pkgrel=2 pkgdesc='Lightweight and fast web browser' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/' license=('GPL') depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' '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 72ad250d0..e19c7f97e 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=newsbeuter pkgver=2.6 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' 'sqlite' 'stfl') diff --git a/community/newsbeuter/newsbeuter-2.5-gcc47.patch b/community/newsbeuter/newsbeuter-2.5-gcc47.patch new file mode 100644 index 000000000..48ed1682a --- /dev/null +++ b/community/newsbeuter/newsbeuter-2.5-gcc47.patch @@ -0,0 +1,61 @@ +--- newsbeuter-2.5/src/controller.cpp ++++ newsbeuter-2.5/src/controller.cpp +@@ -30,6 +30,7 @@ + #include <ctime> + #include <cassert> + #include <signal.h> ++#include <unistd.h> + #include <sys/utsname.h> + #include <langinfo.h> + #include <libgen.h> +--- newsbeuter-2.5/src/google_api.cpp ++++ newsbeuter-2.5/src/google_api.cpp +@@ -7,6 +7,8 @@ + #include <config.h> + #include <utils.h> + ++#include <unistd.h> ++ + #include <curl/curl.h> + + #define GREADER_LOGIN "https://www.google.com/accounts/ClientLogin" +--- newsbeuter-2.5/src/pb_controller.cpp ++++ newsbeuter-2.5/src/pb_controller.cpp +@@ -12,6 +12,7 @@ + #include <pwd.h> + #include <cstdlib> + #include <signal.h> ++#include <unistd.h> + + #include <keymap.h> + #include <configcontainer.h> +--- newsbeuter-2.5/src/queueloader.cpp ++++ newsbeuter-2.5/src/queueloader.cpp +@@ -8,6 +8,8 @@ + #include <config.h> + #include <libgen.h> + ++#include <unistd.h> ++ + using namespace newsbeuter; + + namespace podbeuter { +--- newsbeuter-2.5/src/reloadthread.cpp ++++ newsbeuter-2.5/src/reloadthread.cpp +@@ -1,5 +1,6 @@ + #include <reloadthread.h> + #include <logger.h> ++#include <unistd.h> + + namespace newsbeuter { + +--- newsbeuter-2.5/src/utils.cpp ++++ newsbeuter-2.5/src/utils.cpp +@@ -11,6 +11,7 @@ + #include <libgen.h> + #include <sys/utsname.h> + ++#include <unistd.h> + #include <sstream> + #include <locale> + #include <cwchar> 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/nfacct/PKGBUILD b/community/nfacct/PKGBUILD index 98cacbdfe..bcf2cc63e 100644 --- a/community/nfacct/PKGBUILD +++ b/community/nfacct/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nfacct pkgver=1.0.1 pkgrel=1 pkgdesc='Command line tool to create/retrieve/delete accounting objects' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/nfacct/' license=('GPL2') depends=('libnetfilter_acct') diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index d6b99ae91..f90167687 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -10,7 +10,7 @@ pkgname=nginx pkgver=1.4.1 pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl' 'geoip') makedepends=('passenger') url="http://nginx.org" diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD index e536d7f63..36a37689f 100644 --- a/community/ngircd/PKGBUILD +++ b/community/ngircd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngircd pkgver=20.2 pkgrel=1 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..16cd1ab75 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -5,9 +5,9 @@ pkgname=ngrep pkgver=1.45 -pkgrel=9 +pkgrel=9.1 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 e55415fa4..eb18ee629 100644 --- a/community/ngspice/PKGBUILD +++ b/community/ngspice/PKGBUILD @@ -10,7 +10,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/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz" "http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz") 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..e40319451 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -4,12 +4,12 @@ pkgname=nload pkgver=0.7.4 -pkgrel=1 +pkgrel=1.1 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 738d4a395..25c23becd 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -11,7 +11,7 @@ pkgname=nodejs pkgver=0.10.5 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') diff --git a/community/noip/PKGBUILD b/community/noip/PKGBUILD index 3d299aefb..66a10d0c0 100644 --- a/community/noip/PKGBUILD +++ b/community/noip/PKGBUILD @@ -7,7 +7,7 @@ pkgname=noip pkgver=2.1.9 pkgrel=4 pkgdesc='Dynamic DNS Client Updater for no-ip.com services' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.no-ip.com/downloads.php?page=linux' license=('GPL') depends=('bash') @@ -26,7 +26,7 @@ build() { # Their Makefile is fucking horrid, do it by hand instead sed -i '/^#define CONFIG_FILEPATH/s/PREFIX//' noip2.c sed -i '/^#define CONFIG_FILENAME/s/PREFIX//' noip2.c - cc -Wall $CLFAGS $LDFLAGS -g -Dlinux -DPREFIX=/usr noip2.c -o noip2 + cc -Wall $CFLAGS $LDFLAGS -g -Dlinux -DPREFIX=/usr noip2.c -o noip2 } package() { diff --git a/community/normalize/PKGBUILD b/community/normalize/PKGBUILD index 62f0a5766..17af4046b 100644 --- a/community/normalize/PKGBUILD +++ b/community/normalize/PKGBUILD @@ -4,7 +4,7 @@ pkgname=normalize pkgver=0.7.7 -pkgrel=6 +pkgrel=6.1 pkgdesc="A tool for adjusting the volume of WAV files to a standard level" arch=('i686' 'x86_64') url="http://normalize.nongnu.org" diff --git a/community/notification-daemon/PKGBUILD b/community/notification-daemon/PKGBUILD index e9b304b8a..ae78b32cc 100644 --- a/community/notification-daemon/PKGBUILD +++ b/community/notification-daemon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=notification-daemon pkgver=0.7.6 pkgrel=2 pkgdesc="Notification daemon for the desktop notifications framework" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(GPL) url="http://www.galago-project.org/specs/notification/" depends=(gtk3 libcanberra) diff --git a/community/notify-osd/PKGBUILD b/community/notify-osd/PKGBUILD index 431581ae0..616750522 100644 --- a/community/notify-osd/PKGBUILD +++ b/community/notify-osd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=notify-osd pkgver=0.9.34 pkgrel=1 pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/notify-osd" license=('GPL') depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas') diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD index 0896a50ac..e89d3ffe7 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime') pkgver=0.15.2 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://notmuchmail.org/" license=('GPL3') makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc') 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 7a7d8dc62..e6e18a19c 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=('e31a81ab7877422b34e1f163f9509cd93f395664' diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD index 468498773..19cacfa2f 100644 --- a/community/nss-pam-ldapd/PKGBUILD +++ b/community/nss-pam-ldapd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nss-pam-ldapd pkgver=0.8.12 pkgrel=3 pkgdesc='LDAP module for NSS and PAM' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://arthurdejong.org/$pkgname/" license=('LGPL2.1') depends=('krb5') diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD index b6e1a6dc1..cd2b88464 100644 --- a/community/ntop/PKGBUILD +++ b/community/ntop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ntop pkgver=5.0.1 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/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index 1643a3606..e1df72a0e 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nzbget pkgver=10.2 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 0480f56ab..40aa1d916 100644 --- a/community/oath-toolkit/PKGBUILD +++ b/community/oath-toolkit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=oath-toolkit pkgver=2.0.2 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..e7331c49c 100644 --- a/community/obby/PKGBUILD +++ b/community/obby/PKGBUILD @@ -5,12 +5,12 @@ pkgname=obby pkgver=0.4.8 -pkgrel=1 +pkgrel=1.1 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..0ab8e2207 100644 --- a/community/obconf/PKGBUILD +++ b/community/obconf/PKGBUILD @@ -6,9 +6,9 @@ pkgname=obconf pkgver=2.0.3.git20100309 -pkgrel=3 +pkgrel=3.1 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..83a8cf36a 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') @@ -20,7 +20,11 @@ build() { cd "$srcdir/findlib-$pkgver" ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man - make all opt + if [ "${CARCH}" = "mips64el" ]; then + make all + else + make all opt + fi } package () { @@ -32,6 +36,6 @@ package () { sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' \ "${pkgdir}/etc/findlib.conf" - install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" + [ $CARCH != 'mips64el' ] && (install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/") install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } 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/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..484a72e92 100644 --- a/community/ois/PKGBUILD +++ b/community/ois/PKGBUILD @@ -6,15 +6,18 @@ 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') -source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz") -md5sums=('9697fead17eac6025151cd2e1fca1518') +source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz" + "ois-1.3-gcc47.patch") +md5sums=('9697fead17eac6025151cd2e1fca1518' + 'e5cb7a504cf30a382d0b0420aedaa953') build() { cd ${srcdir}/${pkgname}-v${_oisver} + patch -Np1 -i ${srcdir}/ois-1.3-gcc47.patch chmod +x bootstrap ./bootstrap ./configure --prefix=/usr diff --git a/community/ois/ois-1.3-gcc47.patch b/community/ois/ois-1.3-gcc47.patch new file mode 100644 index 000000000..f77c741c7 --- /dev/null +++ b/community/ois/ois-1.3-gcc47.patch @@ -0,0 +1,49 @@ +--- ois-v1-3.orig/demos/FFConsoleDemo.cpp 2010-03-31 22:38:04.000000000 -0500 ++++ ois-v1-3/demos/FFConsoleDemo.cpp 2012-12-24 00:33:49.240616817 -0500 +@@ -7,6 +7,7 @@ + #include <ios>
+ #include <sstream>
+ #include <vector>
++#include <unistd.h>
+
+ using namespace std;
+
+--- ois-v1-3.orig/demos/OISConsole.cpp 2010-08-15 17:51:34.000000000 -0500 ++++ ois-v1-3/demos/OISConsole.cpp 2012-12-24 00:44:27.697240229 -0500 +@@ -12,6 +12,7 @@ + #include <iostream>
+ #include <vector>
+ #include <sstream>
++#include <unistd.h>
+
+ ////////////////////////////////////Needed Windows Headers////////////
+ #if defined OIS_WIN32_PLATFORM
+@@ -77,7 +78,7 @@ + }
+ bool keyReleased( const KeyEvent &arg ) {
+ if( arg.key == KC_ESCAPE || arg.key == KC_Q )
+- appRunning = false; ++ appRunning = false;
+ std::cout << "KeyReleased {" << ((Keyboard*)(arg.device))->getAsString(arg.key) << "}\n";
+ return true;
+ }
+--- ois-v1-3.orig/src/linux/LinuxJoyStickEvents.cpp 2010-07-25 20:28:41.000000000 -0500 ++++ ois-v1-3/src/linux/LinuxJoyStickEvents.cpp 2012-12-24 00:36:18.360998563 -0500 +@@ -33,6 +33,7 @@ + #include <fcntl.h> //Needed to Open a file descriptor
+ #include <cassert>
+ #include <linux/input.h>
++#include <unistd.h>
+
+
+ #include <sstream>
+--- ois-v1-3.orig/src/linux/LinuxForceFeedback.cpp 2010-03-31 22:06:55.000000000 -0500 ++++ ois-v1-3/src/linux/LinuxForceFeedback.cpp 2012-12-24 00:36:54.023723000 -0500 +@@ -26,6 +26,7 @@ + #include <cstdlib>
+ #include <errno.h>
+ #include <memory.h>
++#include <unistd.h>
+
+ using namespace OIS;
+
diff --git a/community/omniorb/PKGBUILD b/community/omniorb/PKGBUILD index 0102fb639..81e07273c 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') @@ -29,7 +29,7 @@ build() { src/lib/omniORB/orbcore/ssl/sslContext.cc \ include/omniORB4/sslContext.h ./configure --prefix=/usr --with-omniORB-config=/etc/omniorb/omniORB.cfg \ - --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr + --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr --build=$CHOST make } package(){ diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index 1a12858cf..fd70bc2db 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 81ef2c09d..7fc8d3e93 100644 --- a/community/oolite/PKGBUILD +++ b/community/oolite/PKGBUILD @@ -5,7 +5,7 @@ pkgname=oolite pkgver=1.77 pkgrel=1 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' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base') 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 ffc02fc9b..d3c2524c5 100644 --- a/community/openbsd-netcat/PKGBUILD +++ b/community/openbsd-netcat/PKGBUILD @@ -6,7 +6,7 @@ pkgname="openbsd-netcat" pkgver=1.105_7 pkgrel=6 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/opencc/PKGBUILD b/community/opencc/PKGBUILD index 23122e818..ff1cf4e6a 100644 --- a/community/opencc/PKGBUILD +++ b/community/opencc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=(opencc opencc-doc) pkgver=0.4.2 pkgrel=2 url="http://code.google.com/p/opencc/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('Apache') makedepends=('cmake' 'doxygen') source=("http://opencc.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz") diff --git a/community/opencolorio/PKGBUILD b/community/opencolorio/PKGBUILD index 18bc01a39..03af2a79f 100644 --- a/community/opencolorio/PKGBUILD +++ b/community/opencolorio/PKGBUILD @@ -5,10 +5,10 @@ pkgname=opencolorio pkgver=1.0.8 pkgrel=1 pkgdesc="A color management framework for visual effects and animation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencolorio.org" license=('BSD') -depends=('python') +depends=('python' 'lcms2' 'tinyxml') makedepends=('cmake') source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver) sha1sums=('9b9bac9ed85c84f53775686eb72f3d612b148fef') @@ -17,8 +17,10 @@ build() { mv imageworks-OpenColorIO-* $pkgname-$pkgver cd $pkgname-$pkgver - - cmake -DCMAKE_INSTALL_PREFIX=/usr . + + [ "$CARCH" = "mips64el" ] && extra=-DOCIO_USE_SSE=OFF + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_EXTERNAL_LCMS=ON -DUSE_EXTERNAL_TINYXML=ON -DPYTHON=/usr/bin/python2 $extra . make } 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 7c2623685..53e19485f 100644 --- a/community/openmotif/PKGBUILD +++ b/community/openmotif/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openmotif pkgver=2.3.4 pkgrel=2 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 02b44cb29..0f701c4a7 100644 --- a/community/openntpd/PKGBUILD +++ b/community/openntpd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.9p1 pkgrel=21 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') conflicts=('ntp') diff --git a/community/openocd/PKGBUILD b/community/openocd/PKGBUILD index 6c5f0846d..e8e28114f 100644 --- a/community/openocd/PKGBUILD +++ b/community/openocd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=openocd pkgver=0.7.0 pkgrel=1 pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://openocd.berlios.de' license=('GPL') depends=('libftdi') diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD index cabba2e79..d841f7f5c 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=opensc pkgver=0.13.0 pkgrel=2 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 1137965cf..adcd0fd97 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 feae299a7..26bda4541 100644 --- a/community/openssh-askpass/PKGBUILD +++ b/community/openssh-askpass/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openssh-askpass pkgver=2.0.0 pkgrel=2 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' 'qt4') 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 a35b1eca5..952a2ba78 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openttd pkgver=1.3.0 pkgrel=2 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/oprofile/PKGBUILD b/community/oprofile/PKGBUILD index 3491127be..18e1b3f0f 100644 --- a/community/oprofile/PKGBUILD +++ b/community/oprofile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=oprofile pkgver=0.9.8 pkgrel=2 pkgdesc='System-wide profiler for Linux systems' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oprofile.sourceforge.net" license=('GPL') depends=('popt' 'gcc-libs' 'zlib' 'sh') diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 59583d22b..815575c27 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -7,7 +7,7 @@ pkgname=optipng pkgver=0.7.4 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/opus-tools/PKGBUILD b/community/opus-tools/PKGBUILD index b711af87f..f32d5af1f 100644 --- a/community/opus-tools/PKGBUILD +++ b/community/opus-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=opus-tools pkgver=0.1.6 pkgrel=1 pkgdesc='Collection of tools for Opus audio codec' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://wiki.xiph.org/Opus-tools' license=('BSD') depends=('opus' 'libogg') diff --git a/community/opusfile/PKGBUILD b/community/opusfile/PKGBUILD index d7a625073..9dcdffb38 100644 --- a/community/opusfile/PKGBUILD +++ b/community/opusfile/PKGBUILD @@ -6,7 +6,7 @@ pkgname=opusfile pkgver=0.2 pkgrel=2 pkgdesc='Library for opening, seeking, and decoding .opus files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.opus-codec.org/' license=('custom') depends=('libogg' 'openssl' 'opus') 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 267009a6a..d2651a30c 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.57 pkgrel=3 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/osdlyrics/PKGBUILD b/community/osdlyrics/PKGBUILD index 10e36f4c7..d1bb7e13f 100644 --- a/community/osdlyrics/PKGBUILD +++ b/community/osdlyrics/PKGBUILD @@ -6,7 +6,7 @@ pkgname=osdlyrics pkgver=0.4.3 pkgrel=2 pkgdesc="A lyric show compatible with various media players" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/osd-lyrics/" license=('GPL3') depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2' 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..2c27c4d2e 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') @@ -29,7 +29,7 @@ build() { install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/license.txt mkdir -p $pkgdir/etc/rc.d - ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname + ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname --build=$CHOST make all # Arch-ify install locations 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 e50a44366..a6a55f677 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=2 -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 97d7aaff2..39bafce1c 100644 --- a/community/packagekit/PKGBUILD +++ b/community/packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit') pkgver=0.7.6 pkgrel=9 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..4b0c5e107 100644 --- a/community/paco/PKGBUILD +++ b/community/paco/PKGBUILD @@ -6,17 +6,20 @@ 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 depends=(gtk2 gtkmm) backup=(etc/pacorc) -source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2) -md5sums=('d2debbea1b11156470f7fd849bb93c80') +source=(http://downloads.sourceforge.net/sourceforge/paco/$pkgname-$pkgver.tar.bz2 + paco-2.0.9-glib.patch) +md5sums=('d2debbea1b11156470f7fd849bb93c80' + '734d0170691cd6b500bfa99fdd09771a') build() { cd $srcdir/$pkgname-$pkgver + patch -Np1 -i ${srcdir}/paco-2.0.9-glib.patch ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$pkgdir install diff --git a/community/paco/paco-2.0.9-glib.patch b/community/paco/paco-2.0.9-glib.patch new file mode 100644 index 000000000..fba19d3a7 --- /dev/null +++ b/community/paco/paco-2.0.9-glib.patch @@ -0,0 +1,11 @@ +--- paco-2.0.9.orig/gpaco/gconfig.h 2010-06-25 14:51:00.000000000 -0500 ++++ paco-2.0.9/gpaco/gconfig.h 2012-12-25 02:51:26.449929758 -0500 +@@ -11,7 +11,7 @@ + + #include "paco/baseconfig.h" + #include <glibmm/ustring.h> +-#include <glib/gkeyfile.h> ++#include <glib.h> + #include <vector> + + diff --git a/community/pam_mount/PKGBUILD b/community/pam_mount/PKGBUILD index d652fe0c3..dc77371c8 100644 --- a/community/pam_mount/PKGBUILD +++ b/community/pam_mount/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam_mount pkgver=2.13 pkgrel=4 pkgdesc="A PAM module that can mount volumes for a user session" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pam-mount.sourceforge.net/" license=('GPL') depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2') diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD index 077df93d3..10da943ae 100644 --- a/community/pam_mysql/PKGBUILD +++ b/community/pam_mysql/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam_mysql pkgver=0.7RC1 pkgrel=7 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' 'mariadb' 'openssl') diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD index 84fc7be25..4ae03a936 100644 --- a/community/pam_pwcheck/PKGBUILD +++ b/community/pam_pwcheck/PKGBUILD @@ -5,15 +5,18 @@ 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') -source=(ftp://ftp.suse.com/pub/people/kukuk/pam/pam_pwcheck/pam_pwcheck-$pkgver.tar.bz2) -md5sums=('27be63338af88d14610d182b6a161cd1') +source=(ftp://ftp.suse.com/pub/people/kukuk/pam/pam_pwcheck/pam_pwcheck-$pkgver.tar.bz2 + pam_pwcheck-3.9-pthread.patch) +md5sums=('27be63338af88d14610d182b6a161cd1' + '0978c56f1321febb5b4fa584f1054773') build() { cd $srcdir/$pkgname-$pkgver + patch -Np1 -i ${srcdir}/pam_pwcheck-3.9-pthread.patch ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib make make DESTDIR=$pkgdir install diff --git a/community/pam_pwcheck/pam_pwcheck-3.9-pthread.patch b/community/pam_pwcheck/pam_pwcheck-3.9-pthread.patch new file mode 100644 index 000000000..ef007b469 --- /dev/null +++ b/community/pam_pwcheck/pam_pwcheck-3.9-pthread.patch @@ -0,0 +1,58 @@ +--- pam_pwcheck-3.9.orig/src/read-files.c 2005-10-10 13:38:30.000000000 -0500 ++++ pam_pwcheck-3.9/src/read-files.c 2012-12-25 05:23:41.175269985 -0500 +@@ -30,8 +30,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <nss.h> +-#include <bits/libc-lock.h> +-#define __libc_lock_t pthread_mutex_t ++#include <pthread.h> + + #include "read-files.h" + +@@ -341,11 +340,11 @@ + char *buffer, size_t buflen, int *errnop) + { + /* Locks the static variables in this file. */ +- __libc_lock_define_initialized (static, lock); ++ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; + enum nss_status status; + FILE *stream = NULL; + +- __libc_lock_lock (lock); ++ pthread_mutex_lock (&lock); + + status = internal_setent (&stream, "/shadow"); + if (status == NSS_STATUS_SUCCESS) +@@ -361,7 +360,7 @@ + internal_endent (&stream); + } + +- __libc_lock_unlock (lock); ++ pthread_mutex_unlock (&lock); + + return status; + } +@@ -371,11 +370,11 @@ + char *buffer, size_t buflen, int *errnop) + { + /* Locks the static variables in this file. */ +- __libc_lock_define_initialized (static, lock); ++ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; + enum nss_status status; + FILE *stream = NULL; + +- __libc_lock_lock (lock); ++ pthread_mutex_lock (&lock); + + status = internal_setent (&stream, "/passwd"); + if (status == NSS_STATUS_SUCCESS) +@@ -391,7 +390,7 @@ + internal_endent (&stream); + } + +- __libc_lock_unlock (lock); ++ pthread_mutex_unlock (&lock); + + return status; + } 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/parcellite/PKGBUILD b/community/parcellite/PKGBUILD index 7a3c72c2d..f1fce3b3a 100644 --- a/community/parcellite/PKGBUILD +++ b/community/parcellite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parcellite pkgver=1.1.4 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') @@ -19,4 +19,5 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR="$pkgdir" install + make distclean } diff --git a/community/parcellite/parcellite-1.0.2rc5-glib.patch b/community/parcellite/parcellite-1.0.2rc5-glib.patch new file mode 100644 index 000000000..d4e1312e2 --- /dev/null +++ b/community/parcellite/parcellite-1.0.2rc5-glib.patch @@ -0,0 +1,11 @@ +--- parcellite-1.0.2rc5.orig/src/keybinder.h 2011-09-09 18:02:32.000000000 -0500 ++++ parcellite-1.0.2rc5/src/keybinder.h 2012-12-26 09:30:05.145148674 -0500 +@@ -20,7 +20,7 @@ + #ifndef __KEY_BINDER_H__ + #define __KEY_BINDER_H__ + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + 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 82ae36fd8..f25e04076 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parole pkgver=0.5.0 pkgrel=3 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=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1' diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 176196262..a3caad52b 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -8,7 +8,7 @@ pkgver=5.3.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/partclone/PKGBUILD b/community/partclone/PKGBUILD index 35162ec52..4415534ff 100644 --- a/community/partclone/PKGBUILD +++ b/community/partclone/PKGBUILD @@ -9,7 +9,7 @@ pkgname=partclone pkgver=0.2.58 pkgrel=1 pkgdesc="Utilities to save and restore used blocks on a partition" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://partclone.org" license=('GPL') depends=('progsreiserfs' 'ntfs-3g') 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 b5e91da38..3c4679f2e 100644 --- a/community/passenger/PKGBUILD +++ b/community/passenger/PKGBUILD @@ -5,7 +5,7 @@ pkgname=passenger pkgver=4.0.0.rc6 pkgrel=2 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 6298b812a..5b1e447da 100644 --- a/community/pax-utils/PKGBUILD +++ b/community/pax-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.7 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 70d01156c..fec340497 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pcmanfm pkgver=1.1.0 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 acacbf515..f3562ada8 100644 --- a/community/pcsc-perl/PKGBUILD +++ b/community/pcsc-perl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pcsc-perl pkgver=1.4.13 pkgrel=1 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 7bbb5a918..6c6f3ad94 100644 --- a/community/pcsc-tools/PKGBUILD +++ b/community/pcsc-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pcsc-tools pkgver=1.4.21 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 fd860a96f..403257fa6 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pcsclite pkgver=1.8.8 pkgrel=2 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') 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 4f1fdfc4d..26f1ff262 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdf2djvu pkgver=0.7.16 pkgrel=4 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..535913d6a 100644 --- a/community/pdf2svg/PKGBUILD +++ b/community/pdf2svg/PKGBUILD @@ -5,9 +5,9 @@ pkgname=pdf2svg pkgver=0.2.1 -pkgrel=7 +pkgrel=7.1 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/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 5632e27d2..f5a42a386 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('gcc-libs' 'lua51') makedepends=('boost') backup=('etc/powerdns/recursor.conf') diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 04277e59b..8387ffd6f 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pdns pkgver=3.2 pkgrel=6 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.powerdns.com/' license=('GPL') depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua51') 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/pekwm/PKGBUILD b/community/pekwm/PKGBUILD index e3f0f0732..cf4e7607d 100644 --- a/community/pekwm/PKGBUILD +++ b/community/pekwm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pekwm pkgver=0.1.16 pkgrel=5 pkgdesc='Small, fast, functional, and flexible window manager' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') url='https://www.pekwm.org/projects/pekwm' depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 'libxrandr') diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index f6e65de1a..3c8fe9edd 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -5,7 +5,7 @@ pkgname=percona-server pkgver=5.5.30_rel30.2 pkgrel=1 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=('mariadb-clients' 'libaio' 'systemd-tools') conflicts=('mysql') diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index b3880d224..a7032ac70 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -6,7 +6,7 @@ pkgname=performous pkgver=0.7.0 pkgrel=6 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' 'librsvg' 'ffmpeg') # opencv 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 f7d58cbe6..f07ed1629 100644 --- a/community/perl-clone/PKGBUILD +++ b/community/perl-clone/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-clone pkgver=0.34 pkgrel=1 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 62eed7371..7fa2c4cb8 100644 --- a/community/perl-datetime/PKGBUILD +++ b/community/perl-datetime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-datetime pkgver=0.78 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 68507ffc9..49097474e 100644 --- a/community/perl-dbd-odbc/PKGBUILD +++ b/community/perl-dbd-odbc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-odbc pkgver=1.43 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 a7c72882a..afdc17312 100644 --- a/community/perl-dbd-pg/PKGBUILD +++ b/community/perl-dbd-pg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-pg pkgver=2.19.3 pkgrel=1 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 c0f2a9056..67ca8b084 100644 --- a/community/perl-dbd-sqlite2/PKGBUILD +++ b/community/perl-dbd-sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-sqlite2 pkgver=0.36 pkgrel=1 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 095d8718a..5c5482b10 100644 --- a/community/perl-dbd-sybase/PKGBUILD +++ b/community/perl-dbd-sybase/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-dbd-sybase pkgver=1.15 pkgrel=1 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 424de1316..edb1da252 100644 --- a/community/perl-gd/PKGBUILD +++ b/community/perl-gd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gd pkgver=2.49 pkgrel=1 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 368617485..56b07a88d 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=7 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=('gtk2-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 f51ca9e6e..d5baa978c 100644 --- a/community/perl-gstreamer/PKGBUILD +++ b/community/perl-gstreamer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gstreamer pkgver=0.18 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 4e09f47ce..773cf0b9e 100644 --- a/community/perl-json-xs/PKGBUILD +++ b/community/perl-json-xs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 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-lchown/PKGBUILD b/community/perl-lchown/PKGBUILD index 319a30bd1..1984b2eb9 100644 --- a/community/perl-lchown/PKGBUILD +++ b/community/perl-lchown/PKGBUILD @@ -4,7 +4,7 @@ pkgname=perl-lchown pkgver=1.01 pkgrel=1 pkgdesc="use the lchown(2) system call from Perl" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl') 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 d606c11d3..44c6e2894 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 009a0633d..43c93b42c 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.26 pkgrel=1 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') 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 b6d54a1d6..acd7959e3 100644 --- a/community/perl-params-validate/PKGBUILD +++ b/community/perl-params-validate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-params-validate pkgver=1.07 pkgrel=1 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-term-readline-gnu/PKGBUILD b/community/perl-term-readline-gnu/PKGBUILD index cfa9a7fe7..ea03ba7f4 100644 --- a/community/perl-term-readline-gnu/PKGBUILD +++ b/community/perl-term-readline-gnu/PKGBUILD @@ -9,7 +9,7 @@ pkgname=perl-term-readline-gnu pkgver=1.20 pkgrel=5 pkgdesc="GNU Readline XS library wrapper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl>=5.7') 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-fast/PKGBUILD b/community/perl-xml-fast/PKGBUILD index ced5668d1..e0f140e60 100644 --- a/community/perl-xml-fast/PKGBUILD +++ b/community/perl-xml-fast/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-fast pkgver=0.11 pkgrel=3 pkgdesc="Simple and very fast XML to hash conversion." -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://search.cpan.org/dist/XML-Fast/" license=('GPL' 'PerlArtistic') depends=('perl') diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index 7339477ad..040e569df 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-xml-libxml pkgver=2.0016 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 0438538ed..09a6ce057 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-libxslt pkgver=1.80 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 cdb46c450..90b2218d4 100644 --- a/community/pgadmin3/PKGBUILD +++ b/community/pgadmin3/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pgadmin3 pkgver=1.16.1 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..3d3d6f17c 100644 --- a/community/php-geoip/PKGBUILD +++ b/community/php-geoip/PKGBUILD @@ -3,9 +3,9 @@ pkgname=php-geoip pkgver=1.0.8 -pkgrel=2 +pkgrel=2.1 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 4c5a6f246..5e5d3dd39 100644 --- a/community/php-memcache/PKGBUILD +++ b/community/php-memcache/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-memcache pkgver=3.0.8 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 917812c98..49680db24 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2012.12.01 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 b15337c72..8e5035ba6 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') 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-gfire/PKGBUILD b/community/pidgin-gfire/PKGBUILD index c3f268c1a..04b0adcc9 100644 --- a/community/pidgin-gfire/PKGBUILD +++ b/community/pidgin-gfire/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pidgin-gfire pkgver=0.9.4 pkgrel=4 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gfireproject.org/" license=('GPL') depends=('glib2' 'pidgin' 'libnotify' 'gtk2') diff --git a/community/pidgin-hotkeys/PKGBUILD b/community/pidgin-hotkeys/PKGBUILD index bd2130cab..c62910921 100644 --- a/community/pidgin-hotkeys/PKGBUILD +++ b/community/pidgin-hotkeys/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pidgin-hotkeys pkgver=0.2.4 pkgrel=2 pkgdesc="A Pidgin plugin that allows you to define global hotkeys." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pidgin-hotkeys.sourceforge.net" license=('GPL') depends=('pidgin') diff --git a/community/pidgin-kwallet/PKGBUILD b/community/pidgin-kwallet/PKGBUILD index 85692069a..0f504f145 100644 --- a/community/pidgin-kwallet/PKGBUILD +++ b/community/pidgin-kwallet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pidgin-kwallet pkgver=1.1.0 pkgrel=2 pkgdesc="KWallet plugin for Pidgin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Pidgin+KWallet+Plugin?content=127136" license=('GPL') depends=('pidgin' 'kdelibs') diff --git a/community/pidgin-libnotify/PKGBUILD b/community/pidgin-libnotify/PKGBUILD index cd5fa8149..8041fd6fe 100644 --- a/community/pidgin-libnotify/PKGBUILD +++ b/community/pidgin-libnotify/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pidgin-libnotify pkgver=0.14 pkgrel=7 -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-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index c6a31dcb3..18ea7a351 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1d _pkgver=0.1-d pkgrel=3 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/xiehuc/pidgin-lwqq" license=('GPL3') depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 'gtk-update-icon-cache') @@ -32,4 +32,4 @@ package() make DESTDIR="${pkgdir}" install } md5sums=('5ec83a5a3328dac2ded431bcd7c5c034' - '18fcaf7c7c9a4fb944d34e90e622a9dd') + '88eebc19df95001cbb4a00e4d0205b7f') diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index f0f8fbe96..38cfbd399 100644 --- a/community/pidgin-otr/PKGBUILD +++ b/community/pidgin-otr/PKGBUILD @@ -9,7 +9,7 @@ pkgname=pidgin-otr pkgver=4.0.0 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>=4.0.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/pigz/PKGBUILD b/community/pigz/PKGBUILD index 5ae1190d3..2dfd3c71b 100644 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pigz pkgver=2.3 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 19c45ba47..b5c6d6413 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pingus pkgver=0.7.6 pkgrel=8 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 1eed298e3..13633cbc0 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=pinot pkgver=1.03 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/pion/PKGBUILD b/community/pion/PKGBUILD index 7e5759907..1750cff5e 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.0.1 pkgrel=1 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="https://github.com/cloudmeter/pion" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:Boost') depends=('boost-libs' 'openssl' 'log4cpp') makedepends=('boost') diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index fd9157b4b..eddc8f90e 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -8,7 +8,7 @@ pkgname=plan9port pkgver=20130320 pkgrel=1 pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' '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/png2ico/PKGBUILD b/community/png2ico/PKGBUILD index 7f43bcae4..b5e1f0df6 100644 --- a/community/png2ico/PKGBUILD +++ b/community/png2ico/PKGBUILD @@ -6,7 +6,7 @@ pkgname=png2ico pkgver=20021208 pkgrel=6 -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 f2b04d945..081da95f2 100644 --- a/community/podofo/PKGBUILD +++ b/community/podofo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=podofo pkgver=0.9.2 pkgrel=2 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=('openssl' 'libidn' 'lua51' 'fontconfig' 'libpng' 'libtiff') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index ea6fa780e..34ec6c021 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -8,7 +8,7 @@ pkgname=poedit pkgver=1.5.5 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=('wxgtk2.9' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index a4c35b662..62d4463ef 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -10,7 +10,7 @@ _realname=PokerTH pkgver=1.0.1 pkgrel=1 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' 'protobuf' diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index 192c47071..47b7f460d 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -9,7 +9,7 @@ pkgname=polipo pkgver=1.0.4.1 pkgrel=9 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/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD index 1f10dc400..0e351d88e 100644 --- a/community/polkit-gnome/PKGBUILD +++ b/community/polkit-gnome/PKGBUILD @@ -4,9 +4,9 @@ pkgname=polkit-gnome pkgver=0.105 -pkgrel=1 +pkgrel=1.1 pkgdesc="PolicyKit integration for the GNOME desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/PolicyKit" license=('LGPL') depends=('polkit' 'gtk3') 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..dcda13503 100644 --- a/community/portaudio/PKGBUILD +++ b/community/portaudio/PKGBUILD @@ -6,9 +6,9 @@ pkgname=portaudio pkgver=19_20111121 -pkgrel=1 +pkgrel=1.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/postgis/PKGBUILD b/community/postgis/PKGBUILD index 7f193d0e0..236448537 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=postgis pkgver=2.0.2 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..a73a0b4d7 100644 --- a/community/pound/PKGBUILD +++ b/community/pound/PKGBUILD @@ -5,9 +5,9 @@ pkgname=pound pkgver=2.6 -pkgrel=3 +pkgrel=3.1 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 96dccd3fb..9fbafcc11 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=powertop pkgver=2.3 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 10f1bfd2b..7ea9fb4c5 100644 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pragha pkgver=1.1.1 pkgrel=2 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-paranoia' 'gstreamer0.10-base' @@ -43,4 +43,3 @@ package() { } # vim:ts=2:sw=2:expandtab - 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 81e839275..ff82d567b 100644 --- a/community/privoxy/PKGBUILD +++ b/community/privoxy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=privoxy pkgver=3.0.19 pkgrel=7 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..35a4f35a7 100644 --- a/community/procstatd/PKGBUILD +++ b/community/procstatd/PKGBUILD @@ -5,9 +5,9 @@ pkgname=procstatd pkgver=1.4.2 -pkgrel=6 +pkgrel=6.1 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/proftpd/PKGBUILD b/community/proftpd/PKGBUILD index 14f3af690..1b86c9638 100644 --- a/community/proftpd/PKGBUILD +++ b/community/proftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.4c pkgrel=2 epoch=1 pkgdesc="A high-performance, scalable FTP server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.proftpd.org/" license=('GPL') depends=('libmariadbclient' 'postgresql-libs') diff --git a/community/proj/PKGBUILD b/community/proj/PKGBUILD index 7c58b556b..3e1a63225 100644 --- a/community/proj/PKGBUILD +++ b/community/proj/PKGBUILD @@ -8,7 +8,7 @@ pkgname=proj pkgver=4.8.0 pkgrel=2 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 b1114c451..9573f4b85 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=projectm pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-qt' 'projectm-test') pkgver=2.1.0 pkgrel=5 -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://projectm.sourceforge.net/' license=('LGPL') makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 'sdl' 'libxext' 'pulseaudio') diff --git a/community/prosody/PKGBUILD b/community/prosody/PKGBUILD index 071bdf72a..61262e558 100644 --- a/community/prosody/PKGBUILD +++ b/community/prosody/PKGBUILD @@ -7,7 +7,7 @@ pkgname=prosody pkgver=0.8.2 pkgrel=8 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=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn' 'openssl') diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD index 2e50d63eb..3baff71f1 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('protobuf' 'python2-protobuf') pkgver=2.5.0 pkgrel=3 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 df2457f63..df7698516 100644 --- a/community/psimedia/PKGBUILD +++ b/community/psimedia/PKGBUILD @@ -6,7 +6,7 @@ pkgname=psimedia pkgver=1.0.3 pkgrel=9 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' 'qt4' 'gstreamer0.10-good-plugins' diff --git a/community/psimedia/psimedia-1.0.3-glib.patch b/community/psimedia/psimedia-1.0.3-glib.patch new file mode 100644 index 000000000..4d02058e2 --- /dev/null +++ b/community/psimedia/psimedia-1.0.3-glib.patch @@ -0,0 +1,44 @@ +--- psimedia-1.0.3.orig/gstprovider/gstelements/static/gstelements.h 2009-01-16 16:59:25.000000000 -0500 ++++ psimedia-1.0.3/gstprovider/gstelements/static/gstelements.h 2012-12-27 04:13:38.548921262 -0500 +@@ -21,7 +21,7 @@ + #ifndef PSI_GSTELEMENTS_H + #define PSI_GSTELEMENTS_H + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + +--- psimedia-1.0.3.orig/gstprovider/gstthread.h 2008-11-24 22:56:15.000000000 -0500 ++++ psimedia-1.0.3/gstprovider/gstthread.h 2012-12-27 04:15:19.216656784 -0500 +@@ -22,7 +22,7 @@ + #define PSI_GSTTHREAD_H + + #include <QThread> +-#include <glib/gmain.h> ++#include <glib.h> + + namespace PsiMedia { + +--- psimedia-1.0.3.orig/gstprovider/rwcontrol.h 2009-02-16 19:20:50.000000000 -0500 ++++ psimedia-1.0.3/gstprovider/rwcontrol.h 2012-12-27 04:15:50.818833887 -0500 +@@ -28,7 +28,7 @@ + #include <QMutex> + #include <QWaitCondition> + #include <QTimer> +-#include <glib/gmain.h> ++#include <glib.h> + #include "psimediaprovider.h" + #include "rtpworker.h" + +--- psimedia-1.0.3.orig/gstprovider/gstcustomelements/gstcustomelements.h 2009-01-16 13:09:25.000000000 -0500 ++++ psimedia-1.0.3/gstprovider/gstcustomelements/gstcustomelements.h 2012-12-27 04:16:49.326164945 -0500 +@@ -21,7 +21,7 @@ + #ifndef GSTCUSTOMELEMENTS_H + #define GSTCUSTOMELEMENTS_H + +-#include <glib/gthread.h> ++#include <glib.h> + #include <gst/gst.h> + #include <gst/base/gstpushsrc.h> + #include <gst/video/video.h> 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 521be2cb7..cd822c75c 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -6,7 +6,7 @@ pkgname=puzzles pkgver=9838 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' 'subversion') diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index d0420c243..525dc8f3e 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pv pkgver=1.4.6 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 85dd5173c..8bc98b85d 100644 --- a/community/pylibacl/PKGBUILD +++ b/community/pylibacl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pylibacl pkgver=0.5.1 pkgrel=1 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.k1024.org/' 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 f078a915d..9ede2ca27 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/pyqt3/PKGBUILD b/community/pyqt3/PKGBUILD index d0bf8fd58..957276a32 100644 --- a/community/pyqt3/PKGBUILD +++ b/community/pyqt3/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pyqt3 pkgver=3.18.1 pkgrel=13 pkgdesc="A set of Python bindings for the Qt3 toolkit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.riverbankcomputing.com/software/pyqt/intro" depends=('python2-sip' 'qscintilla-qt3') makedepends=('glu') 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 9176acf68..dddd0d129 100644 --- a/community/pystatgrab/PKGBUILD +++ b/community/pystatgrab/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pystatgrab pkgver=0.5 pkgrel=6 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-basemap/PKGBUILD b/community/python-basemap/PKGBUILD index 916c44b6e..f9345de0e 100644 --- a/community/python-basemap/PKGBUILD +++ b/community/python-basemap/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=python-basemap pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common') pkgver=1.0.6 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://matplotlib.org/basemap/" license=('custom') makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib') 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-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD index ac36b156f..0b6bb965c 100644 --- a/community/python-cchardet/PKGBUILD +++ b/community/python-cchardet/PKGBUILD @@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/cchardet/" depends=('python') makedepends=('cython' 'python-distribute') license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) build() { diff --git a/community/python-cx_freeze/PKGBUILD b/community/python-cx_freeze/PKGBUILD index cc563b77a..74986cdc6 100644 --- a/community/python-cx_freeze/PKGBUILD +++ b/community/python-cx_freeze/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('python-cx_freeze' 'python2-cx_freeze') pkgver=4.3.1 pkgrel=1 pkgdesc='Set of utilities for freezing Python scripts into executables' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://cx-freeze.sourceforge.net/' license=('PSF') makedepends=('python' 'python2') 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-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index 6ca3778a1..a9cc3ec67 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python2-matplotlib' 'python-matplotlib') pkgver=1.2.1 pkgrel=2 pkgdesc="A python plotting library, making publication quality plots" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://matplotlib.org' license=('custom') makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt' 'python-pytz' 'python-numpy' 'pyqt' 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 a826601e6..a685daf6f 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('python-openbabel' 'python2-openbabel') pkgver=2.3.2 pkgrel=1 pkgdesc='Python bindings for the openbabel library' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://openbabel.org/wiki/Python' license=('GPL') depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2') diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 041dcacb4..df1a0ab2f 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.7.0 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-psycopg1/PKGBUILD b/community/python-psycopg1/PKGBUILD index 143034103..0267a6a14 100644 --- 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 9dc317d66..f2a5b88f0 100644 --- a/community/python-psycopg2/PKGBUILD +++ b/community/python-psycopg2/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-psycopg2' 'python2-psycopg2') pkgver=2.5 pkgrel=1 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-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 56ab4eef2..43170f0e4 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) makedepends=(python python2) -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL2') source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz) md5sums=('25dedbcf38d690dc8b3716389f2702de') diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index bad79de24..3f56285fe 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-pymongo' 'python2-pymongo') pkgver=2.5 pkgrel=1 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-pyproj/PKGBUILD b/community/python-pyproj/PKGBUILD index 90bf625f0..83bdaefff 100644 --- a/community/python-pyproj/PKGBUILD +++ b/community/python-pyproj/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('python-pyproj' 'python2-pyproj') pkgver=1.9.3 pkgrel=1 pkgdesc="Python interfaces to PROJ.4 library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/pyproj" license=('custom') source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz) 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-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index 3037f3b60..aab80797f 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -5,7 +5,7 @@ pkgname=(python2-pyzmq python-pyzmq) pkgver=13.0.2 pkgrel=1 pkgdesc="Python 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 03e73c7e6..e850f3867 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.12.0 pkgrel=1 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-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD index 7805c6889..deb9419a3 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -10,7 +10,7 @@ pkgver=3.2.0 pkgrel=1 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://undefined.org/python/#simplejson' makedepends=('python' 'python2-distribute') source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}") diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index d72c1b2dd..6efe35668 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') pkgver=0.8.1 pkgrel=1 -arch=('i686' 'x86_64') # python2 package contain .so +arch=('i686' 'x86_64' 'mips64el') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'python-nose' 'python2-nose') 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-cchardet/PKGBUILD b/community/python2-cchardet/PKGBUILD index c9c108873..f24cbc0ac 100644 --- a/community/python2-cchardet/PKGBUILD +++ b/community/python2-cchardet/PKGBUILD @@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/cchardet/" depends=('python2') makedepends=('cython2' 'python2-distribute') license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) build() { diff --git a/community/python2-cheetah/PKGBUILD b/community/python2-cheetah/PKGBUILD index 1a9fb9000..2d7bfa92a 100644 --- a/community/python2-cheetah/PKGBUILD +++ b/community/python2-cheetah/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-cheetah pkgver=2.4.4 pkgrel=5 pkgdesc="A Python-powered template engine and code generator" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.cheetahtemplate.org" license=(custom) depends=(python2 python2-markdown) 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-fonttools/PKGBUILD b/community/python2-fonttools/PKGBUILD index ea307d2f5..dbd2bd8b2 100644 --- a/community/python2-fonttools/PKGBUILD +++ b/community/python2-fonttools/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Converts OpenType and TrueType fonts to and from XML" url="http://sourceforge.net/projects/fonttools/" license=("BSD") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=("python2-numpy") makedepends=("python2-distribute") provides=('fonttools') # temporary compatibility because of rename diff --git a/community/python2-fuse/PKGBUILD b/community/python2-fuse/PKGBUILD index ef79aceef..a94045b45 100644 --- a/community/python2-fuse/PKGBUILD +++ b/community/python2-fuse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-fuse pkgver=0.2.1 pkgrel=4 -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/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 b44c571c2..965f3f130 100644 --- a/community/python2-imaging/PKGBUILD +++ b/community/python2-imaging/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-imaging pkgver=1.1.7 pkgrel=8 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-lcms/PKGBUILD b/community/python2-lcms/PKGBUILD index 3b75364ab..47c6d4ad4 100644 --- a/community/python2-lcms/PKGBUILD +++ b/community/python2-lcms/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.19 _mver=1.19 pkgrel=4 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/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-m2crypto/PKGBUILD b/community/python2-m2crypto/PKGBUILD index a68c5a35d..3a744e587 100644 --- a/community/python2-m2crypto/PKGBUILD +++ b/community/python2-m2crypto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-m2crypto pkgver=0.21.1 pkgrel=2 pkgdesc="A crypto and SSL toolkit for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto" license=('BSD') depends=('python2' 'openssl') 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-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD index daad6408f..fa8d1cf78 100644 --- a/community/python2-netifaces/PKGBUILD +++ b/community/python2-netifaces/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-netifaces pkgver=0.8 pkgrel=2 pkgdesc="Portable module to access network interface information in Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://alastairs-place.net/netifaces/" license=('MIT') depends=('python2') diff --git a/community/python2-numexpr/PKGBUILD b/community/python2-numexpr/PKGBUILD index 3c5a1630d..a59c784ba 100644 --- a/community/python2-numexpr/PKGBUILD +++ b/community/python2-numexpr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.1 pkgrel=2 pkgdesc="A JIT compiler for Python expressions" url="http://code.google.com/p/numexpr/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('python2-numpy') makedepends=('python2-distribute') 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-pybluez/PKGBUILD b/community/python2-pybluez/PKGBUILD index 6007614a6..26ec8b3df 100644 --- a/community/python2-pybluez/PKGBUILD +++ b/community/python2-pybluez/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-pybluez pkgver=0.18 pkgrel=4 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/python2-pycdio/PKGBUILD b/community/python2-pycdio/PKGBUILD index 54f608dbd..5911091ac 100644 --- a/community/python2-pycdio/PKGBUILD +++ b/community/python2-pycdio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-pycdio pkgver=0.19 pkgrel=2 pkgdesc="Python OO interface to libcdio (CD Input and Control library)" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://pypi.python.org/pypi/pycdio/" license=('GPL') depends=('python2' 'libcdio') diff --git a/community/python2-pychm/PKGBUILD b/community/python2-pychm/PKGBUILD index 3b53d9005..c7c4b06ba 100644 --- a/community/python2-pychm/PKGBUILD +++ b/community/python2-pychm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-pychm pkgver=0.8.4 pkgrel=1 pkgdesc="Python bindings for chmlib" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://gnochm.sourceforge.net/" license=('GPL') depends=('chmlib' 'python2') diff --git a/community/python2-pysqlite-legacy/PKGBUILD b/community/python2-pysqlite-legacy/PKGBUILD index 9c5ed703d..8c23cc599 100644 --- a/community/python2-pysqlite-legacy/PKGBUILD +++ b/community/python2-pysqlite-legacy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-pysqlite-legacy pkgver=1.0.1 pkgrel=2 pkgdesc='Python DB-API 2.0 interface for the legacy SQLite 2' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://initd.org/tracker/pysqlite' replaces=('python-pysqlite-legacy') license=('custom') diff --git a/community/python2-pytables/PKGBUILD b/community/python2-pytables/PKGBUILD index 52bdee71f..b876cc266 100644 --- a/community/python2-pytables/PKGBUILD +++ b/community/python2-pytables/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-pytables pkgver=2.4.0 pkgrel=3 -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") pkgdesc="PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data" url="http://www.pytables.org" license=("BSD") diff --git a/community/python2-pyxmpp/PKGBUILD b/community/python2-pyxmpp/PKGBUILD index e1aa144d0..4f7cafa79 100644 --- a/community/python2-pyxmpp/PKGBUILD +++ b/community/python2-pyxmpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-pyxmpp pkgver=1.1.2 pkgrel=3 pkgdesc='Python XMPP and Jabber implementation based on libxml2' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://pyxmpp.jajcus.net/' license=('LGPL') depends=('python2-dnspython' 'libxml2' 'python2-m2crypto') diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD index ed927be72..c122c14af 100644 --- a/community/python2-tagpy/PKGBUILD +++ b/community/python2-tagpy/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-tagpy pkgver=0.94.8 pkgrel=3 pkgdesc='Python bindings for TagLib' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://pypi.python.org/pypi/tagpy' license=('MIT') depends=('python2' 'taglib' 'boost-libs') diff --git a/community/python2-traits/PKGBUILD b/community/python2-traits/PKGBUILD index 4efd06c57..1ae9671e7 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-traits pkgver=4.3.0 pkgrel=1 pkgdesc="Explicitly typed attributes for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/enthought/traits" license=('BSD') depends=('python2-numpy') diff --git a/community/python2-vorbissimple/PKGBUILD b/community/python2-vorbissimple/PKGBUILD index ba0a8be63..8af21e504 100644 --- a/community/python2-vorbissimple/PKGBUILD +++ b/community/python2-vorbissimple/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-vorbissimple pkgver=0.0.2 pkgrel=6 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/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD index 2284ee539..cb50d1c38 100644 --- a/community/python2-xapian/PKGBUILD +++ b/community/python2-xapian/PKGBUILD @@ -8,7 +8,7 @@ _realname=xapian-bindings pkgver=1.2.15 pkgrel=1 pkgdesc="Python bindings for Xapian" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://xapian.org/docs/bindings/python/" license=('GPL') depends=('python2' 'xapian-core') 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/pyzy/PKGBUILD b/community/pyzy/PKGBUILD index ec57c7f84..30ffc644d 100644 --- a/community/pyzy/PKGBUILD +++ b/community/pyzy/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0 _commit="d7747466562cb8b4bc2934708e29b7643c7bedbc" pkgrel=1 pkgdesc='The Chinese PinYin and Bopomofo conversion library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://github.com/pyzy/pyzy' license=('LGPL') depends=('glib2' 'sqlite' 'util-linux') diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD index ef2027f36..8fae12b29 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -8,7 +8,7 @@ pkgname=qcad pkgver=2.0.5.0 pkgrel=12 pkgdesc="A 2D CAD package based upon Qt" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ribbonsoft.com/qcad.html" license=('GPL2') depends=('qt3') diff --git a/community/qconf/PKGBUILD b/community/qconf/PKGBUILD index 2b21bc710..27388dbf7 100644 --- a/community/qconf/PKGBUILD +++ b/community/qconf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qconf pkgver=1.4 pkgrel=3 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=('qt4') diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD index 51376a723..84f9a7da4 100644 --- a/community/qgit/PKGBUILD +++ b/community/qgit/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.3 pkgrel=4 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=('qt4' 'git') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" diff --git a/community/qgo/PKGBUILD b/community/qgo/PKGBUILD index f650f97e7..c66c167b3 100644 --- a/community/qgo/PKGBUILD +++ b/community/qgo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qgo pkgver=1.5.4 pkgrel=5 pkgdesc="Go client and full featured SGF editor" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://qgo.sourceforge.net/" license=('GPL') depends=('qt3' 'libsm') @@ -22,7 +22,7 @@ build() { patch -Np1 -i "$srcdir/gcc43.patch" patch -Np1 -i "$srcdir/gcc45.patch" - ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 + ./configure --prefix=/usr --build=$CHOST --with-qt-includes=/usr/include/qt3 make } diff --git a/community/qingy/PKGBUILD b/community/qingy/PKGBUILD index be106c095..38f687b9f 100644 --- a/community/qingy/PKGBUILD +++ b/community/qingy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qingy pkgver=1.0.0 pkgrel=7 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 abb8cb8a4..055dd9bee 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qlandkartegt pkgver=1.7.0 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' 'libmariadbclient' 'glu' 'postgresql-libs' diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD index 7760f385c..aa04833f1 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 049cda336..5ef8b84af 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qmmp pkgver=0.7.0 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' 'qt4' 'taglib' 'xdg-utils') diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD index f5b4eb9b7..4cbf5dfd4 100644 --- a/community/qmpdclient/PKGBUILD +++ b/community/qmpdclient/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qmpdclient pkgver=1.2.2 pkgrel=3 pkgdesc="A Qt4 client for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bitcheese.net/wiki/QMPDClient" license=('GPL') depends=('qt4') diff --git a/community/qps/PKGBUILD b/community/qps/PKGBUILD index 7a634e977..d6da32d5b 100644 --- a/community/qps/PKGBUILD +++ b/community/qps/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'." url="http://qps.kldp.net/projects/qps" depends=('qt4') -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 565af8113..7bb4da70a 100644 --- a/community/qpxtool/PKGBUILD +++ b/community/qpxtool/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qpxtool pkgver=0.7.2 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=('qt4') diff --git a/community/qscintilla-qt3/PKGBUILD b/community/qscintilla-qt3/PKGBUILD index 257ea4fb9..403a4d100 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 c395cd17a..c6eaa15a2 100644 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD @@ -6,14 +6,16 @@ pkgname=qstardict pkgver=1.0.1 pkgrel=2 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=('qt4') provides=('stardict') changelog=$pkgname.changelog -source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f') +source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2 + qstardict-1.0.1-glib.patch) +sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f' + '30878282698dc90bf615ca383f4c01357ce49dfcdddd12c2e0b113ee51822c57') build() { cd "${srcdir}/$pkgname-$pkgver" diff --git a/community/qstardict/qstardict-1.0.1-glib.patch b/community/qstardict/qstardict-1.0.1-glib.patch new file mode 100644 index 000000000..9b163a025 --- /dev/null +++ b/community/qstardict/qstardict-1.0.1-glib.patch @@ -0,0 +1,12 @@ +--- qstardict-1.0.1.orig/plugins/stardict/stardict.cpp 2011-12-05 07:40:49.000000000 -0500 ++++ qstardict-1.0.1/plugins/stardict/stardict.cpp 2012-12-28 18:52:39.636340322 -0500 +@@ -28,8 +28,7 @@ + #include <QFile> + #include <QSettings> + #include <QStack> +-#include <glib/gmem.h> +-#include <glib/gstrfuncs.h> ++#include <glib.h> + #include "lib.h" + #include "file.hpp" + #include "settingsdialog.h" diff --git a/community/qsvn/PKGBUILD b/community/qsvn/PKGBUILD index 54fb45af7..b9afa3fac 100644 --- a/community/qsvn/PKGBUILD +++ b/community/qsvn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qsvn pkgver=0.8.3 pkgrel=4 pkgdesc="Qt4 GUI for Subversion." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.anrichter.net/projects/qsvn/" license=('GPL') depends=('qt4' 'subversion') diff --git a/community/qsynergy/PKGBUILD b/community/qsynergy/PKGBUILD index 0c187bdd6..1e6262bb0 100644 --- a/community/qsynergy/PKGBUILD +++ b/community/qsynergy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 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=('qt4' '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 809ff86e9..788af3ce2 100644 --- a/community/qt4pas/PKGBUILD +++ b/community/qt4pas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4pas pkgver=2.5 pkgrel=3 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/qtcurve-gtk2/PKGBUILD b/community/qtcurve-gtk2/PKGBUILD index 9a53245bd..43814f1bf 100644 --- a/community/qtcurve-gtk2/PKGBUILD +++ b/community/qtcurve-gtk2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qtcurve-gtk2 pkgver=1.8.16 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 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 75e6fd54e..4c6d6e44f 100644 --- a/community/qtemu/PKGBUILD +++ b/community/qtemu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=8 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' 'qt4') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD index 6dc872ed6..009fa737d 100644 --- a/community/qtfm/PKGBUILD +++ b/community/qtfm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qtfm pkgver=5.5 pkgrel=2 pkgdesc="A lightweight file manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qtfm.org/" license=('GPL') depends=('file' 'qt4') 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 8df244ddb..33e9a1539 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtractor pkgver=0.5.8 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qtractor.sourceforge.net/" license=('GPL') depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo' diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD index 3a350e3ed..3ad639a35 100644 --- a/community/quagga/PKGBUILD +++ b/community/quagga/PKGBUILD @@ -5,7 +5,7 @@ pkgname=quagga pkgver=0.99.22.1 pkgrel=1 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' 'libnl' 'net-snmp' 'readline' 'ncurses') diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD index 0b7f18610..d47a1edc8 100644 --- a/community/quassel/PKGBUILD +++ b/community/quassel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=quassel pkgver=0.8.0 pkgrel=2 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/qucs/PKGBUILD b/community/qucs/PKGBUILD index 725db0efb..d6b4d0285 100644 --- a/community/qucs/PKGBUILD +++ b/community/qucs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qucs pkgver=0.0.16 pkgrel=2 pkgdesc="An integrated circuit simulator with a graphical user interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qucs.sourceforge.net" license=('GPL') depends=('qt3') 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/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index 55558bef9..5d14c5fa8 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qupzilla pkgver=1.4.2 pkgrel=1 pkgdesc="Cross-platform QtWebKit browser" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.qupzilla.com/" license=('GPL3') depends=('qtwebkit' 'hunspell') 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 974ffc8fc..4842a5ea7 100644 --- a/community/radeontool/PKGBUILD +++ b/community/radeontool/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.6.3 pkgrel=1 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 63ba99525..8c93df3e5 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') source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz" "$pkgname.service") diff --git a/community/ragel/PKGBUILD b/community/ragel/PKGBUILD index 3d40c9ec9..12bfb4ef3 100644 --- a/community/ragel/PKGBUILD +++ b/community/ragel/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ragel pkgver=6.8 pkgrel=1 pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.complang.org/ragel/" license=('GPL') depends=('gcc-libs') @@ -19,7 +19,6 @@ md5sums=('1bb39745ac23da449019f9f2cb4b0d01') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr make } diff --git a/community/ragel/ragel-6.7-gcc-4.7.patch b/community/ragel/ragel-6.7-gcc-4.7.patch new file mode 100644 index 000000000..6837280d8 --- /dev/null +++ b/community/ragel/ragel-6.7-gcc-4.7.patch @@ -0,0 +1,143 @@ +--- ragel-6.7.orig/aapl/avlcommon.h 2011-02-10 23:14:44.000000000 -0500 ++++ ragel-6.7/aapl/avlcommon.h 2012-12-30 00:53:33.879074778 -0500 +@@ -881,9 +881,9 @@ + } + + #ifdef AVL_BASIC +- keyRelation = compare( *element, *curEl ); ++ keyRelation = this->compare( *element, *curEl ); + #else +- keyRelation = compare( element->BASEKEY(getKey()), ++ keyRelation = this->compare( element->BASEKEY(getKey()), + curEl->BASEKEY(getKey()) ); + #endif + +@@ -920,7 +920,7 @@ + long keyRelation; + + while (curEl) { +- keyRelation = compare( *element, *curEl ); ++ keyRelation = this->compare( *element, *curEl ); + + /* Do we go left? */ + if ( keyRelation < 0 ) +@@ -969,7 +969,7 @@ + return element; + } + +- keyRelation = compare( key, curEl->BASEKEY(getKey()) ); ++ keyRelation = this->compare( key, curEl->BASEKEY(getKey()) ); + + /* Do we go left? */ + if ( keyRelation < 0 ) { +@@ -1023,7 +1023,7 @@ + return element; + } + +- keyRelation = compare(key, curEl->getKey()); ++ keyRelation = this->compare(key, curEl->getKey()); + + /* Do we go left? */ + if ( keyRelation < 0 ) { +@@ -1058,7 +1058,7 @@ + long keyRelation; + + while (curEl) { +- keyRelation = compare( key, curEl->BASEKEY(getKey()) ); ++ keyRelation = this->compare( key, curEl->BASEKEY(getKey()) ); + + /* Do we go left? */ + if ( keyRelation < 0 ) +--- ragel-6.7.orig/aapl/bstcommon.h 2011-02-10 23:14:44.000000000 -0500 ++++ ragel-6.7/aapl/bstcommon.h 2012-12-30 00:56:22.903385157 -0500 +@@ -361,7 +361,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(key, GET_KEY(*mid)); ++ keyRelation = this->compare(key, GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +@@ -373,12 +373,12 @@ + + lower = mid - 1; + while ( lower != lowEnd && +- compare(key, GET_KEY(*lower)) == 0 ) ++ this->compare(key, GET_KEY(*lower)) == 0 ) + lower--; + + upper = mid + 1; + while ( upper != highEnd && +- compare(key, GET_KEY(*upper)) == 0 ) ++ this->compare(key, GET_KEY(*upper)) == 0 ) + upper++; + + low = (Element*)lower + 1; +@@ -419,7 +419,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(key, GET_KEY(*mid)); ++ keyRelation = this->compare(key, GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +@@ -457,7 +457,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(key, GET_KEY(*mid)); ++ keyRelation = this->compare(key, GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +@@ -508,7 +508,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(key, GET_KEY(*mid)); ++ keyRelation = this->compare(key, GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +@@ -603,7 +603,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(GET_KEY(el), GET_KEY(*mid)); ++ keyRelation = this->compare(GET_KEY(el), GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +@@ -662,7 +662,7 @@ + } + + mid = lower + ((upper-lower)>>1); +- keyRelation = compare(GET_KEY(el), GET_KEY(*mid)); ++ keyRelation = this->compare(GET_KEY(el), GET_KEY(*mid)); + + if ( keyRelation < 0 ) + upper = mid - 1; +--- ragel-6.7.orig/aapl/mergesort.h 2011-02-10 23:14:44.000000000 -0500 ++++ ragel-6.7/aapl/mergesort.h 2012-12-30 00:57:00.423165601 -0500 +@@ -110,7 +110,7 @@ + } + else { + /* Both upper and lower left. */ +- if ( compare(*lower, *upper) <= 0 ) ++ if ( this->compare(*lower, *upper) <= 0 ) + memcpy( dest++, lower++, sizeof(T) ); + else + memcpy( dest++, upper++, sizeof(T) ); +--- ragel-6.7.orig/aapl/bubblesort.h 2011-02-10 23:14:44.000000000 -0500 ++++ ragel-6.7/aapl/bubblesort.h 2012-12-30 00:58:36.667806744 -0500 +@@ -72,7 +72,7 @@ + changed = false; + for ( long i = 0; i < len-pass; i++ ) { + /* Do we swap pos with the next one? */ +- if ( compare( data[i], data[i+1] ) > 0 ) { ++ if ( this->compare( data[i], data[i+1] ) > 0 ) { + char tmp[sizeof(T)]; + + /* Swap the two items. */ diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index ac696641f..7ff71322c 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.12.1 pkgrel=1 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..b6a8bed1d 100644 --- a/community/raptor1/PKGBUILD +++ b/community/raptor1/PKGBUILD @@ -6,9 +6,9 @@ pkgname=raptor1 pkgver=1.4.21 -pkgrel=4 +pkgrel=4.1 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 b35cb720a..5695a8399 100644 --- a/community/rawstudio/PKGBUILD +++ b/community/rawstudio/PKGBUILD @@ -8,7 +8,7 @@ pkgname=rawstudio pkgver=2.0 pkgrel=8 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 6c8d434fd..dca712682 100644 --- a/community/rawtherapee/PKGBUILD +++ b/community/rawtherapee/PKGBUILD @@ -9,7 +9,7 @@ pkgver=4.0.10 pkgrel=4 epoch=1 pkgdesc="RAW photo editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rawtherapee.com/" license=('GPL3') depends=('fftw' 'gtkmm' 'libcanberra' '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/rbutil/PKGBUILD b/community/rbutil/PKGBUILD index 8bccc4a23..7f7670d4c 100755 --- a/community/rbutil/PKGBUILD +++ b/community/rbutil/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rbutil pkgver=1.3.1 pkgrel=3 pkgdesc="Rockbox Utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility" license=("GPL") depends=('qt4' 'libusb') diff --git a/community/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD index 3a25addab..03b1ed6f8 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 5c5d940e5..9025408c6 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -9,7 +9,7 @@ pkgname=recoll pkgver=1.18.2 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' 'qt4' 'openssl' 'hicolor-icon-theme' 'qtwebkit') diff --git a/community/recorditnow/PKGBUILD b/community/recorditnow/PKGBUILD index c50ff5d41..450d3018d 100644 --- a/community/recorditnow/PKGBUILD +++ b/community/recorditnow/PKGBUILD @@ -9,7 +9,7 @@ pkgname=recorditnow pkgver=0.8.1 pkgrel=4 pkgdesc="A plugin based desktop recorder for KDE SC 4" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/RecordItNow?content=114610" license=('GPL') depends=('kdebase-runtime' 'recordmydesktop' 'ffmpeg' 'xdg-utils') 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 9f7dd0322..e1a879ac5 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=redis pkgver=2.6.13 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 8212eb57a..b06e34226 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -8,7 +8,7 @@ pkgname=redshift pkgver=1.7 pkgrel=5 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' 'geoclue' '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 7891929e3..6bd4b41b9 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rekonq pkgver=2.3.0 pkgrel=1 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 73cee013d..54ee3ba5d 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -7,7 +7,7 @@ pkgname=remind pkgver=3.01.13 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..adc4084a8 100644 --- a/community/remmina/PKGBUILD +++ b/community/remmina/PKGBUILD @@ -3,9 +3,9 @@ pkgname=remmina pkgver=1.0.0 -pkgrel=9 +pkgrel=9.1 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/renameutils/PKGBUILD b/community/renameutils/PKGBUILD index 143afa37b..38e6b1c3a 100644 --- a/community/renameutils/PKGBUILD +++ b/community/renameutils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=renameutils pkgver=0.12.0 pkgrel=2 pkgdesc="A set of programs designed to make renaming of files faster and less cumbersome" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/renameutils/" license=('GPL') depends=('readline') 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 d852ced60..cd0fb0261 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ripperx pkgver=2.7.3 pkgrel=4 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..a9318c5b3 100644 --- a/community/rlwrap/PKGBUILD +++ b/community/rlwrap/PKGBUILD @@ -7,9 +7,9 @@ pkgname=rlwrap pkgver=0.37 -pkgrel=2 +pkgrel=2.1 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/rng-tools/PKGBUILD b/community/rng-tools/PKGBUILD index 8e886488a..830f2e8fa 100644 --- a/community/rng-tools/PKGBUILD +++ b/community/rng-tools/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rng-tools pkgver=4 pkgrel=1 pkgdesc="Random number generator related utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/gkernel/" license=('GPL') backup=(etc/conf.d/rngd) 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/rogue/PKGBUILD b/community/rogue/PKGBUILD index 76ce5bb6a..453bed75b 100644 --- a/community/rogue/PKGBUILD +++ b/community/rogue/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rogue pkgver=5.4.4 pkgrel=3 pkgdesc="The original dungeon crawl game." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rogue.rogueforge.net/rogue-5-4/" license=('custom') depends=('ncurses') 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/rox/PKGBUILD b/community/rox/PKGBUILD index 2c30f6257..84ec1c785 100644 --- a/community/rox/PKGBUILD +++ b/community/rox/PKGBUILD @@ -4,9 +4,9 @@ pkgname=rox pkgver=2.11 -pkgrel=1 +pkgrel=1.1 pkgdesc="A small and fast file manager which can optionally manage the desktop background and panels" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://roscidus.com/desktop/" depends=('sh' 'libsm' 'gtk2') diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index 040667852..aa558a490 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=roxterm pkgver=2.7.1 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') 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/rss-glx/PKGBUILD b/community/rss-glx/PKGBUILD index cae07a1fa..879207733 100644 --- a/community/rss-glx/PKGBUILD +++ b/community/rss-glx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rss-glx pkgver=0.9.1 pkgrel=14 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 2ce6fe698..9d8e173b6 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -6,7 +6,7 @@ pkgver=7.2.7 pkgrel=1 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' 'json-c') makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' '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 803315aa2..5678a24b6 100644 --- a/community/ruby-cairo/PKGBUILD +++ b/community/ruby-cairo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ruby-cairo pkgver=1.12.2 pkgrel=7 pkgdesc='Ruby bindings for cairo' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://cairographics.org/rcairo/' license=('GPL') depends=('ruby' 'cairo') diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 03d12f093..7f0b6f99e 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') pkgver=1.2.6 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' 'glib2') diff --git a/community/ruby-gtk3/PKGBUILD b/community/ruby-gtk3/PKGBUILD index ec58a456d..fc150f002 100644 --- a/community/ruby-gtk3/PKGBUILD +++ b/community/ruby-gtk3/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('ruby-gtk3' 'ruby-gdk3') depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango') pkgver=1.2.6 pkgrel=1 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://ruby-gnome2.sourceforge.jp/' license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3') diff --git a/community/ruby-ncurses/PKGBUILD b/community/ruby-ncurses/PKGBUILD index cf6ac2eda..3888c251c 100644 --- a/community/ruby-ncurses/PKGBUILD +++ b/community/ruby-ncurses/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ruby-ncurses pkgver=1.3.1 pkgrel=4 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' 'ncurses') diff --git a/community/rusxmms/PKGBUILD b/community/rusxmms/PKGBUILD index a9d9209e5..d1926630c 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 e94f50ee7..a362b9f26 100644 --- a/community/rxvt-unicode/PKGBUILD +++ b/community/rxvt-unicode/PKGBUILD @@ -8,7 +8,7 @@ pkgname=rxvt-unicode pkgver=9.18 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' '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/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 a319abdf7..5801e137a 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sarg pkgver=2.3.6 pkgrel=1 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/sbxkb/PKGBUILD b/community/sbxkb/PKGBUILD index 0b261587a..63f25e8bd 100644 --- a/community/sbxkb/PKGBUILD +++ b/community/sbxkb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sbxkb pkgver=0.7.6 pkgrel=1 pkgdesc="Simple tray XKB indicator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://downloads.sourceforge.net/project/staybox" depends=('gtk2') diff --git a/community/scantailor/PKGBUILD b/community/scantailor/PKGBUILD index e4b988358..95a7a0f85 100644 --- a/community/scantailor/PKGBUILD +++ b/community/scantailor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scantailor pkgver=0.9.11.1 pkgrel=3 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=('qt4') diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index b50ea382b..caeabc279 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 f4e3a4b08..0d1e79138 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -9,7 +9,7 @@ pkgname=scite pkgver=3.3.1 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 61bf7cb63..0770354ba 100644 --- a/community/scorched3d/PKGBUILD +++ b/community/scorched3d/PKGBUILD @@ -7,7 +7,7 @@ pkgver=43.3.d _pkgver=43.3d pkgrel=5 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/scrot/PKGBUILD b/community/scrot/PKGBUILD index 7282f7869..4938b3729 100644 --- a/community/scrot/PKGBUILD +++ b/community/scrot/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scrot pkgver=0.8 pkgrel=6 pkgdesc="A simple command-line screenshot utility for X" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://scrot.sourcearchive.com/" license=('MIT') depends=('giblib') diff --git a/community/scrypt/PKGBUILD b/community/scrypt/PKGBUILD index ebec0b4f3..64ffb6495 100644 --- a/community/scrypt/PKGBUILD +++ b/community/scrypt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scrypt pkgver=1.1.6 pkgrel=3 pkgdesc="key derivation function and encryption utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=(openssl) url="http://www.tarsnap.com/scrypt/" license=('BSD') diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD index d704adebe..736b5a9a5 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/scummvm/PKGBUILD b/community/scummvm/PKGBUILD index 7ac13cb3a..ddcc11a27 100644 --- a/community/scummvm/PKGBUILD +++ b/community/scummvm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scummvm pkgver=1.5.0 pkgrel=1 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.scummvm.org/" depends=('libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad') 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 8609d920c..6f6fc16c1 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=seahorse-nautilus pkgver=3.8.0 pkgrel=2 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 1a62c5692..dd99e1c0d 100644 --- a/community/sensors-applet/PKGBUILD +++ b/community/sensors-applet/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sensors-applet pkgver=3.0.0 pkgrel=3 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/setconf/PKGBUILD b/community/setconf/PKGBUILD index 8d4792483..c073ec919 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=setconf pkgver=0.5.3 pkgrel=4 pkgdesc='Utility to easily change settings in configuration files or Makefiles' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://setconf.roboticoverlords.org/' license=('GPL2') depends=('pcre' 'gc') diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 70b202aa6..a1c4443fc 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfk pkgver=1.6.7 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 2cd8af622..08bd35335 100644 --- a/community/sfml/PKGBUILD +++ b/community/sfml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfml pkgver=2.0 pkgrel=1 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 75f0ecee7..d08ab923b 100644 --- a/community/shapelib/PKGBUILD +++ b/community/shapelib/PKGBUILD @@ -4,9 +4,9 @@ pkgname=shapelib pkgver=1.3.0 -pkgrel=1 +pkgrel=1.1 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') @@ -16,7 +16,9 @@ sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f' '67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789') build() { - cd ${pkgname}-${pkgver} + cd "$pkgname-$pkgver" + + sed -ri "s:^(CFLAGS\s*=\s*):\1 ${CFLAGS} :" Makefile make lib } @@ -24,7 +26,8 @@ build() { package() { cd ${pkgname}-${pkgver} - install -d ${pkgdir}/usr/{lib,include} - make PREFIX=${pkgdir}/usr lib_install - install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + # The Makefile won't install it correctly, this is easier. + install -D -m644 libshp.a "$pkgdir/usr/lib/libshp.a" + install -D -m644 shapefil.h "$pkgdir/usr/include/libshp/shapefil.h" + 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 7726c625c..cd11f3b12 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shotwell pkgver=0.14.1 pkgrel=3 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=('libgee06' '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 7c6856755..a5b491226 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -5,7 +5,7 @@ pkgname=siege pkgver=3.0.0 pkgrel=1 -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 b27773bf4..7107202c1 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sigil pkgver=0.7.2 pkgrel=1 pkgdesc="WYSIWYG ebook editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" license=('GPL3') depends=('qt5-webkit' 'boost-libs') diff --git a/community/signon-keyring-extension/PKGBUILD b/community/signon-keyring-extension/PKGBUILD index ea0d03b3e..7a7c1c182 100644 --- a/community/signon-keyring-extension/PKGBUILD +++ b/community/signon-keyring-extension/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=keyring pkgver=0.4 pkgrel=1 pkgdesc="GNOME keyring extension for signond" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/online-accounts-keyring-extension" license=('LGPL') depends=('signon' 'libgnome-keyring') diff --git a/community/signon-plugin-oauth2/PKGBUILD b/community/signon-plugin-oauth2/PKGBUILD index 9016f2a42..72fba4f35 100644 --- a/community/signon-plugin-oauth2/PKGBUILD +++ b/community/signon-plugin-oauth2/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=signon-oauth2 pkgver=0.15 pkgrel=1 pkgdesc="OAuth 2 plugin for signon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('signon-ui' 'qjson') diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD index 1d6befcfa..0434d84a8 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.14 _pkgver=0.14+bzr85 pkgrel=1 pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/online-accounts-signon-ui" license=('GPL') depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify') diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD index 3b75f4ba7..9e8762906 100644 --- a/community/signon/PKGBUILD +++ b/community/signon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('signon' 'signon-doc') pkgver=8.49 pkgrel=1 pkgdesc="Framework to provide credential storage and authentication service" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('qt4' 'libproxy') diff --git a/community/silly/PKGBUILD b/community/silly/PKGBUILD index b26e39d62..3cea28a3c 100644 --- a/community/silly/PKGBUILD +++ b/community/silly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=silly pkgver=0.1.0 pkgrel=6 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 04157bdff..93233537f 100644 --- a/community/simple-scan/PKGBUILD +++ b/community/simple-scan/PKGBUILD @@ -5,7 +5,7 @@ pkgname=simple-scan pkgver=3.8.0 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 ce9d43be2..64b1b7032 100644 --- a/community/sk1/PKGBUILD +++ b/community/sk1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sk1 pkgver=0.9.1 pkgrel=9 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' 'tk' '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 a80ceb641..9a2d46733 100644 --- a/community/skrooge/PKGBUILD +++ b/community/skrooge/PKGBUILD @@ -8,7 +8,7 @@ pkgname=skrooge pkgver=1.6.0 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 e0813a136..a90220805 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sleuthkit pkgver=4.0.2 pkgrel=1 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 0961f63bc..ee50e7253 100644 --- a/community/sloccount/PKGBUILD +++ b/community/sloccount/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Tools for counting physical source lines of code' url='http://www.dwheeler.com/sloccount/' license=('GPL') depends=('perl') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b') 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 598c62561..cb243eb12 100644 --- a/community/slrn/PKGBUILD +++ b/community/slrn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slrn pkgver=1.0.1 pkgrel=1 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 edc92f438..9473d4a0b 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 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>=8.6' '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 1ded32b4f..99a2f6b6d 100644 --- a/community/smc/PKGBUILD +++ b/community/smc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=smc pkgver=1.9 pkgrel=21 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 3c4bbffee..aa03be4fc 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -12,7 +12,7 @@ url="http://www.selenic.com/smem/" license=("GPL") depends=('python2') optdepends=('python2-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=('dd849102610aadb9f64379db09e73d41') 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/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/solfege/PKGBUILD b/community/solfege/PKGBUILD index 7fe94a67c..925b45bc2 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -8,7 +8,7 @@ pkgname=solfege pkgver=3.20.8 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/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/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD index 897000c29..878c28a76 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=3 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' 'glu') diff --git a/community/splint/PKGBUILD b/community/splint/PKGBUILD index f6559ab07..acade57ec 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') @@ -18,7 +18,7 @@ options=('!makeflags') 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/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 83feb1c9c..9e93a8fb1 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.94.1 _pkgver=94.1 pkgrel=2 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 0c089edea..f5d7593a6 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -6,7 +6,7 @@ pkgname=springlobby pkgver=0.169 pkgrel=1 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' 'alure') 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 51ab75cc5..aaaa0ba11 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.0b1 _pkgrealver=200_b1 pkgrel=3 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=('qt4') diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD index 10a21ffba..3f6d1838b 100644 --- a/community/sqliteman/PKGBUILD +++ b/community/sqliteman/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sqliteman pkgver=1.2.2 pkgrel=6 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.com/" 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/squid/PKGBUILD b/community/squid/PKGBUILD index 070376bf2..9e63cf082 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=squid pkgver=3.3.3 pkgrel=1 pkgdesc='Full-featured Web proxy cache server' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.squid-cache.org' depends=('openssl' 'pam' 'cron' 'perl' 'libltdl') makedepends=('libcap') diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index d67de08e9..e786ec243 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sshguard pkgver=1.5 pkgrel=10 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 ed60e5e8a..bcf70fee3 100644 --- a/community/sslh/PKGBUILD +++ b/community/sslh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sslh pkgver=1.14 pkgrel=2 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/stardict/PKGBUILD b/community/stardict/PKGBUILD index f5815f8e0..5b58f5a77 100644 --- a/community/stardict/PKGBUILD +++ b/community/stardict/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=stardict pkgname=(stardict stardict-lite) pkgver=3.0.4 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.stardict.org/' license=('GPL') makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') 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..5deb338e0 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -4,9 +4,9 @@ pkgname=stfl pkgver=0.22 -pkgrel=1 +pkgrel=1.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..b7f8f2441 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') @@ -32,7 +32,7 @@ build() { sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp # run actual build - ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack + ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack --build=$CHOST make # fix executable scripts diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 1092cda59..09c883e80 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -4,7 +4,7 @@ pkgname=stone-soup pkgver=0.12.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=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu') makedepends=('bison' 'flex' 'gendesk' 'mesa') 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 dfc28ebb7..e218d11a8 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=stunnel pkgver=4.56 pkgrel=1 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..45a420910 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' @@ -17,12 +17,14 @@ optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the subtitle options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz) -sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d') +source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz + subtitleeditor-0.40.0-glib.patch) +sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d' + '152883d00195c86ee04db2c8aa22b0c82255c328c31acfd55877ca403779d2e0') build() { cd ${srcdir}/$pkgname-$pkgver - + patch -Np1 -i ${srcdir}/subtitleeditor-0.40.0-glib.patch ./configure --prefix=/usr make } diff --git a/community/subtitleeditor/subtitleeditor-0.40.0-glib.patch b/community/subtitleeditor/subtitleeditor-0.40.0-glib.patch new file mode 100644 index 000000000..1215a7112 --- /dev/null +++ b/community/subtitleeditor/subtitleeditor-0.40.0-glib.patch @@ -0,0 +1,11 @@ +--- subtitleeditor-0.40.0.orig/plugins/actions/findandreplace/findandreplace.cc 2012-02-22 14:02:05.000000000 -0500 ++++ subtitleeditor-0.40.0/plugins/actions/findandreplace/findandreplace.cc 2013-01-05 20:24:07.887899963 -0500 +@@ -26,7 +26,7 @@ + #include <gui/dialogutility.h> + #include <gtkmm_utility.h> + #include <widget_config_utility.h> +-#include <glib/gregex.h> ++#include <glib.h> + + /* + * FIXME: diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index fd908af5f..cc9e5f317 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -10,7 +10,7 @@ pkgname=subtle pkgver=0.11.3224 pkgrel=2 pkgdesc='Grid-based manual tiling window manager' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://subtle.subforge.org/' license=('GPL') depends=('ruby' 'libxft' 'libxpm' 'libxrandr' 'libxft' 'libxpm' 'libxinerama' diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD index 01800c6b1..a6adc1a1f 100644 --- a/community/sunpinyin/PKGBUILD +++ b/community/sunpinyin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sunpinyin pkgver=2.0.3.20130103 _commit=baf4da89ac04c3eb6ea3b8fb1a10f13bf23f3d87 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Statistical Language Model based pinyin IME by Sun" license=('LGPL') url="http://sunpinyin.googlecode.com" 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/surf/PKGBUILD b/community/surf/PKGBUILD index df36f7829..4607ece1c 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=surf pkgver=0.6 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 1275da245..26d0d5691 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sxiv pkgver=1.1 pkgrel=2 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 31b2dd46d..c834ce3df 100644 --- a/community/sylpheed/PKGBUILD +++ b/community/sylpheed/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sylpheed pkgver=3.3.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/synapse/PKGBUILD b/community/synapse/PKGBUILD index c6a3accf1..4829400a7 100644 --- a/community/synapse/PKGBUILD +++ b/community/synapse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synapse pkgver=0.2.10 pkgrel=5 pkgdesc="A semantic file launcher" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/synapse-project" license=('GPL3') depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee06' 'libnotify' \ 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 660cfa102..1c1817a07 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.4.10 pkgrel=2 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') makedepends=('libxt' 'cmake' 'qt4') optdepends=('qt4: gui support') diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD index 64b9ce516..c1e1c441d 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synfig pkgver=0.63.05 pkgrel=3 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 9b0e55fb0..22e9ab701 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 aa51c36f7..4a1e94626 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sysstat pkgver=10.1.5 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 9833a57c8..3426c0c6e 100644 --- a/community/t1utils/PKGBUILD +++ b/community/t1utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=t1utils pkgver=1.37 pkgrel=1 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..4ee5f489b 100644 --- a/community/taglib-rcc/PKGBUILD +++ b/community/taglib-rcc/PKGBUILD @@ -4,9 +4,9 @@ pkgname=taglib-rcc pkgver=1.7 -pkgrel=1 +pkgrel=1.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/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 7d6f6b3c7..ab6b31024 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -8,7 +8,7 @@ pkgname=task pkgver=2.2.0 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=('util-linux') diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index 582004c4e..cc18cef85 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tcpflow pkgver=1.3.0 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..d9bd7742e 100644 --- a/community/tcpreplay/PKGBUILD +++ b/community/tcpreplay/PKGBUILD @@ -4,10 +4,10 @@ # Contributor: Dawid Wrobel <cromo@klej.net> pkgname=tcpreplay pkgver=3.4.4 -pkgrel=3 +pkgrel=3.1 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 788c6c222..f96428d06 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea pkgver=35.0.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=('qt4' 'aspell' 'hunspell') diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD index 508577be5..b965c6975 100644 --- a/community/teeworlds/PKGBUILD +++ b/community/teeworlds/PKGBUILD @@ -8,7 +8,7 @@ pkgname=teeworlds pkgver=0.6.2 pkgrel=1 pkgdesc="A multiplayer 2D shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://www.teeworlds.com" license=('custom') depends=('alsa-lib' 'glu' 'sdl' 'freetype2') diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 0311f979e..40c33dd44 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tellico pkgver=2.3.7 pkgrel=1 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' 'kdemultimedia-audiocd-kio') diff --git a/community/tesseract/PKGBUILD b/community/tesseract/PKGBUILD index 8ac6c01d2..c433678b1 100644 --- a/community/tesseract/PKGBUILD +++ b/community/tesseract/PKGBUILD @@ -14,7 +14,7 @@ pkgver=3.02.02 _pkgver=3.02 pkgrel=2 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 c428dd131..acea4610e 100644 --- a/community/texvc/PKGBUILD +++ b/community/texvc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=texvc pkgver=1.20 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') @@ -16,11 +16,11 @@ md5sums=('ee8fceb0a86f2972409104767406591c') build() { cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math - make -j1 + make -j1 texvc.bc } package() { cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math install -d -m 0755 $pkgdir/usr/bin - install -m 0755 texvc $pkgdir/usr/bin + install -m 0755 texvc.bc $pkgdir/usr/bin } diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD index 3d6293130..917246621 100644 --- a/community/the_silver_searcher/PKGBUILD +++ b/community/the_silver_searcher/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='Code searching tool similar to Ack, but faster' url='https://github.com/ggreer/the_silver_searcher' license=('Apache') depends=('pcre' 'zlib') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') source=("https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz") sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3') 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 d16e10cd1..d0454b011 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tinc pkgver=1.0.21 pkgrel=1 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/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index 03b16dfbb..7206f5728 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tinyproxy pkgver=1.8.3 pkgrel=6 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 a8f263f30..fb3924309 100644 --- a/community/tinyxml/PKGBUILD +++ b/community/tinyxml/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.6.2 pkgrel=3 pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs' url="http://www.grinninglizard.com/tinyxml/" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('zlib') depends=('gcc-libs') makedepends=('setconf') diff --git a/community/tipp10/PKGBUILD b/community/tipp10/PKGBUILD index 725ccb9e2..827296a07 100644 --- a/community/tipp10/PKGBUILD +++ b/community/tipp10/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tipp10 pkgver=2.1.0 pkgrel=5 pkgdesc="intelligent typing tutor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tipp10.com/" license=('GPL2') depends=('qt4') 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 e3fff8ef4..501e1087f 100644 --- a/community/tksystray/PKGBUILD +++ b/community/tksystray/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tksystray pkgver=0.1 pkgrel=6 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 869dfe6ee..dad5be087 100644 --- a/community/tktheme/PKGBUILD +++ b/community/tktheme/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tktheme pkgver=0.23 pkgrel=8 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 7a7744ce8..bb4f4e368 100644 --- a/community/tmux/PKGBUILD +++ b/community/tmux/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.8 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 59d8d0c4f..3fc5c5422 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tmw pkgver=0.6.1 pkgrel=2 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=('glu' '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 c24b015e8..3e1d64afd 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -9,7 +9,7 @@ _file=53357 pkgver=${_basever}.${_timestamp} pkgrel=2 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..01c9c6e9b 100644 --- a/community/toolame/PKGBUILD +++ b/community/toolame/PKGBUILD @@ -5,9 +5,9 @@ pkgname=toolame pkgver=02l -pkgrel=9 +pkgrel=9.1 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') @@ -20,6 +20,7 @@ build() { cd $srcdir/$pkgname-$pkgver patch -p0 < ../toolame-02l.patch [ "$CARCH" = "x86_64" ] && sed -i "s|-march=i686|-march=x86-64|g" Makefile + [ "$CARCH" = "mips64el" ] && sed -i "s|-march=i686|-march=mips3 -mtune=loongson2f|g" Makefile make install -D -m755 toolame $pkgdir/usr/bin/toolame } diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 6a1b3ec48..8c5975a32 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -4,9 +4,9 @@ pkgname=tor pkgver=0.2.3.25 -pkgrel=1 +pkgrel=1.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 02189a556..6d70f0e29 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 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/torsocks/PKGBUILD b/community/torsocks/PKGBUILD index 6e6d3484f..30aa15133 100644 --- a/community/torsocks/PKGBUILD +++ b/community/torsocks/PKGBUILD @@ -6,7 +6,7 @@ pkgname=torsocks pkgver=1.3 pkgrel=3 pkgdesc='Wrapper to safely torify applications' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/torsocks' license=('GPL2') depends=('tor') 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..e3576f50d 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') @@ -16,6 +16,7 @@ md5sums=('6e1123121ed83bd7f9759a71d4ef9307') build() { cd "$srcdir/$pkgname-$pkgver" + sed -i "s:/bin/install:/usr/bin/install:" Makefile make make prefix="$pkgdir/usr" install } diff --git a/community/tre/PKGBUILD b/community/tre/PKGBUILD index b54263570..c12f89522 100644 --- a/community/tre/PKGBUILD +++ b/community/tre/PKGBUILD @@ -4,8 +4,8 @@ pkgname=tre pkgver=0.8.0 -pkgrel=2 -arch=('i686' 'x86_64') +pkgrel=2.1 +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 91b84c9e5..454f5f257 100644 --- a/community/tremulous/PKGBUILD +++ b/community/tremulous/PKGBUILD @@ -6,7 +6,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 018c21816..536780e7d 100644 --- a/community/trickle/PKGBUILD +++ b/community/trickle/PKGBUILD @@ -6,7 +6,7 @@ pkgname=trickle pkgver=1.07 pkgrel=7 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/turbojpeg/PKGBUILD b/community/turbojpeg/PKGBUILD index 55b41757a..d6f7dba16 100644 --- a/community/turbojpeg/PKGBUILD +++ b/community/turbojpeg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=turbojpeg pkgver=1.2.1 pkgrel=1 pkgdesc="turbojpeg library from libjpeg-turbo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libjpeg-turbo.org/About/TurboJPEG" license=('GPL' 'custom') depends=('glibc' 'libjpeg') diff --git a/community/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD index a1b93dd03..4c2e4928f 100644 --- a/community/tuxcards/PKGBUILD +++ b/community/tuxcards/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcards pkgver=2.2.1 pkgrel=3 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=('qt4') 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 bbd3a8def..580811307 100644 --- a/community/tuxguitar/PKGBUILD +++ b/community/tuxguitar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2 pkgrel=6 _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-config/PKGBUILD b/community/tuxpaint-config/PKGBUILD index 26c9ae9c8..d3830b958 100644 --- a/community/tuxpaint-config/PKGBUILD +++ b/community/tuxpaint-config/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tuxpaint-config pkgver=0.0.12 pkgrel=2 pkgdesc='Tux Paint configuration tool' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.tuxpaint.org' license='GPL' depends=('tuxpaint' 'fltk' 'libxft' 'libxext') diff --git a/community/tuxpaint/PKGBUILD b/community/tuxpaint/PKGBUILD index 0e5b9d335..4b5f98823 100644 --- a/community/tuxpaint/PKGBUILD +++ b/community/tuxpaint/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tuxpaint pkgver=0.9.21 pkgrel=8 pkgdesc='Drawing program designed for young children' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' '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 eae900c86..8286ddf67 100644 --- a/community/tvtime/PKGBUILD +++ b/community/tvtime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tvtime pkgver=1.0.2 pkgrel=5 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..33ceeedd7 100644 --- a/community/twolame/PKGBUILD +++ b/community/twolame/PKGBUILD @@ -5,9 +5,9 @@ pkgname=twolame pkgver=0.3.13 -pkgrel=6 +pkgrel=6.2 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/ubuntuone-client/PKGBUILD b/community/ubuntuone-client/PKGBUILD index 15bcde899..3129e37f6 100644 --- a/community/ubuntuone-client/PKGBUILD +++ b/community/ubuntuone-client/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ubuntuone-client pkgver=4.2.0 pkgrel=1 pkgdesc="Ubuntu One helps you store, sync and share files between your computers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/ubuntuone-client" license=('GPL' 'CCPL:cc-by-sa') depends=('dbus-glib' 'python2-configglue' 'python2-distribute' 'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/ucarp/PKGBUILD b/community/ucarp/PKGBUILD index 11548155e..17a8bc881 100644 --- a/community/ucarp/PKGBUILD +++ b/community/ucarp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ucarp pkgver=1.5.2 pkgrel=4 pkgdesc='Userspace 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 79939c3c7..cc61a4970 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=udevil pkgver=0.4.1 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/uget/PKGBUILD b/community/uget/PKGBUILD index e2ad02dbf..50afdbe23 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -5,7 +5,7 @@ pkgname=uget pkgver=1.10.3 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 3a49d62bb..7aaf3345d 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ulogd pkgver=2.0.2 pkgrel=1 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 067bed6d2..c9e0357c4 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 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 7e25872c7..f5b6c0477 100644 --- a/community/unifdef/PKGBUILD +++ b/community/unifdef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unifdef pkgver=2.7 pkgrel=1 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/unionfs-fuse/PKGBUILD b/community/unionfs-fuse/PKGBUILD index e75504ae0..bcb7c52d2 100644 --- a/community/unionfs-fuse/PKGBUILD +++ b/community/unionfs-fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unionfs-fuse pkgver=0.26 pkgrel=1 pkgdesc="A user space unionfs implementation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://podgorny.cz/moin/UnionFsFuse" license=('BSD') depends=('fuse') diff --git a/community/units/PKGBUILD b/community/units/PKGBUILD index c9be463ad..cf6b7fc64 100644 --- a/community/units/PKGBUILD +++ b/community/units/PKGBUILD @@ -7,7 +7,7 @@ pkgname=units pkgver=2.01 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 244544976..e3adb060e 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unrealircd pkgver=3.2.10 pkgrel=1 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 44cb83f66..2265187f8 100644 --- a/community/unrtf/PKGBUILD +++ b/community/unrtf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=unrtf pkgver=0.21.3 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 2bbfaf36f..18f9a7a65 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=upx pkgver=3.09 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 5baacac5e..4e1f2f037 100644 --- a/community/uqm/PKGBUILD +++ b/community/uqm/PKGBUILD @@ -9,7 +9,7 @@ pkgname=uqm pkgver=0.7.0 pkgrel=3 pkgdesc="The Ur-Quan Masters, 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' 'glu') diff --git a/community/uriparser/PKGBUILD b/community/uriparser/PKGBUILD index eb1e77d9d..d482a3e4b 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=() makedepends=(doxygen graphviz) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2) md5sums=('2da950ef006be5a842dcc383cbbeaa78') diff --git a/community/usb_modeswitch/PKGBUILD b/community/usb_modeswitch/PKGBUILD index 606b24cb6..456616062 100644 --- a/community/usb_modeswitch/PKGBUILD +++ b/community/usb_modeswitch/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.2.5 pkgrel=1 _pkgdata=20121109 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..b4b7ee31d 100644 --- a/community/uucp/PKGBUILD +++ b/community/uucp/PKGBUILD @@ -4,9 +4,9 @@ pkgname=uucp pkgver=1.07 -pkgrel=3 +pkgrel=3.1 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 9ac9af3be..ff6b9fd39 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=2 -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 a949e9e95..c6480b17c 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -7,11 +7,11 @@ pkgname=vamps pkgver=0.99.2 pkgrel=10 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/vidalia/PKGBUILD b/community/vidalia/PKGBUILD index cafab9059..5689cd102 100644 --- a/community/vidalia/PKGBUILD +++ b/community/vidalia/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.2.21 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' 'qt4' '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 a60589213..ebed24e7d 100644 --- a/community/vifm/PKGBUILD +++ b/community/vifm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vifm pkgver=0.7.4b 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 0b653640e..528d5fcc2 100644 --- a/community/viking/PKGBUILD +++ b/community/viking/PKGBUILD @@ -7,7 +7,7 @@ pkgname=viking pkgver=1.4 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..d3af5c033 100644 --- a/community/vile/PKGBUILD +++ b/community/vile/PKGBUILD @@ -4,9 +4,9 @@ pkgname=vile pkgver=9.8_i _basever=9.8 -pkgrel=1 +pkgrel=1.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/virtkey/PKGBUILD b/community/virtkey/PKGBUILD index c1a40fb6c..a29c75190 100644 --- a/community/virtkey/PKGBUILD +++ b/community/virtkey/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=virtkey pkgname=('python2-virtkey' 'python-virtkey') pkgver=0.63.0 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/virtkey" license=('LGPL') makedepends=('python2' 'python' 'libxtst' 'libxkbfile' 'gtk2') diff --git a/community/virtualgl/PKGBUILD b/community/virtualgl/PKGBUILD index ea2c2d807..8bf79dcd3 100644 --- a/community/virtualgl/PKGBUILD +++ b/community/virtualgl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=virtualgl pkgver=2.3.2 pkgrel=3 pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://virtualgl.org" license=('LGPL') depends=('libxv' 'glu' 'turbojpeg') diff --git a/community/virtviewer/PKGBUILD b/community/virtviewer/PKGBUILD index a42b0ebcd..f02066c16 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=('a5516d33a29df5d135611c4667c03f77') diff --git a/community/visitors/PKGBUILD b/community/visitors/PKGBUILD index b9ad7302f..8cd4ef970 100644 --- a/community/visitors/PKGBUILD +++ b/community/visitors/PKGBUILD @@ -5,9 +5,9 @@ pkgname=visitors pkgver=0.7 -pkgrel=3 +pkgrel=3.1 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/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/vmpk/PKGBUILD b/community/vmpk/PKGBUILD index 5ce3556ad..42c6a0df8 100644 --- a/community/vmpk/PKGBUILD +++ b/community/vmpk/PKGBUILD @@ -4,7 +4,7 @@ pkgname=vmpk pkgver=0.5.1 pkgrel=1 pkgdesc="Virtual MIDI Piano Keyboard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vmpk.sourceforge.net/" license=('GPL3') depends=('qt4' 'jack') 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 d9fa8f85a..eb536308d 100644 --- a/community/volumeicon/PKGBUILD +++ b/community/volumeicon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=volumeicon pkgver=0.5.0 pkgrel=1 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=('gtk3' '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 c6f374423..9106ca202 100644 --- a/community/vym/PKGBUILD +++ b/community/vym/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vym pkgver=2.2.4 pkgrel=2 pkgdesc="A mindmapping tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.insilmaril.de/vym/" license=('GPL') depends=('qt4' 'unzip' 'zip') diff --git a/community/vyqchat/PKGBUILD b/community/vyqchat/PKGBUILD index 135ff8e63..1f353b46c 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 7d448d758..b1d710260 100644 --- a/community/w3cam/PKGBUILD +++ b/community/w3cam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=w3cam pkgver=0.7.2 pkgrel=11 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 9a35825f6..1e2330ba6 100644 --- a/community/warmux/PKGBUILD +++ b/community/warmux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=warmux pkgver=11.04.1 pkgrel=6 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/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD index 3c2b2d117..81ffa3f17 100644 --- a/community/warzone2100/PKGBUILD +++ b/community/warzone2100/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.1.0 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' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt4') makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') 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 76e858c53..99f741fd0 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 e15dba63e..e23bd81d8 100644 --- a/community/webfs/PKGBUILD +++ b/community/webfs/PKGBUILD @@ -9,7 +9,7 @@ pkgname=webfs pkgver=1.21 pkgrel=9 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 ca7636427..be6de20ac 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -8,7 +8,7 @@ pkgver=17 _realver=build17 pkgrel=7 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' 'lua51' 'glew' 'python2' 'boost-libs') diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD index f2bf963fc..7dec691b1 100644 --- a/community/windowlab/PKGBUILD +++ b/community/windowlab/PKGBUILD @@ -8,12 +8,12 @@ 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') source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar") -md5sums=('346f8c187838a446b4cbb2326d035577') +md5sums=('7fcf770b3da932ac7d252572974b0d54') build() { cd ${srcdir}/${pkgname}-${pkgver} 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..0824dcc66 100644 --- a/community/wmctrl/PKGBUILD +++ b/community/wmctrl/PKGBUILD @@ -5,10 +5,10 @@ pkgname=wmctrl pkgver=1.07 -pkgrel=3 +pkgrel=3.1 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 256912743..bc9808beb 100644 --- a/community/workrave/PKGBUILD +++ b/community/workrave/PKGBUILD @@ -6,7 +6,7 @@ pkgname=workrave pkgver=1.10 pkgrel=2 pkgdesc="a tool to help RSI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://workrave.org" depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice' diff --git a/community/wput/PKGBUILD b/community/wput/PKGBUILD index dfcfdba7d..1d747bbfc 100644 --- a/community/wput/PKGBUILD +++ b/community/wput/PKGBUILD @@ -5,9 +5,9 @@ pkgname=wput pkgver=0.6.2 -pkgrel=2 +pkgrel=2.1 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 b1fedfe20..67fe2ec4e 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -11,7 +11,7 @@ pkgver=3.3.0 _pkgver=3.3.0 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' 'libharu') 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/wxgtk2.9/PKGBUILD b/community/wxgtk2.9/PKGBUILD index 5012f7ba4..a90bb4f4e 100644 --- a/community/wxgtk2.9/PKGBUILD +++ b/community/wxgtk2.9/PKGBUILD @@ -5,7 +5,7 @@ pkgname=wxgtk2.9 pkgver=2.9.4 pkgrel=3 pkgdesc="GTK+ implementation of wxWidgets API for GUI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wxwidgets.org" license=('custom:wxWindows') depends=('gtk2' 'gstreamer0.10-base') diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index b5944718a..a81260f41 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wyrd pkgver=1.4.6 pkgrel=1 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 916d199b8..8694bac37 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xapian-core pkgver=1.2.15 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 57287a14e..ed5f38416 100644 --- a/community/xautomation/PKGBUILD +++ b/community/xautomation/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.05 pkgrel=3 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 178cdc1bd..70a0796f4 100644 --- a/community/xbindkeys/PKGBUILD +++ b/community/xbindkeys/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xbindkeys pkgver=1.8.5 pkgrel=3 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') diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD index 508523e77..e081f135d 100644 --- a/community/xboard/PKGBUILD +++ b/community/xboard/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xboard pkgver=4.7.0 pkgrel=1 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=('gnuchess' 'texinfo' 'xdg-utils' diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index 683a6c7ca..50b9ce992 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xcircuit pkgver=3.7.48 pkgrel=1 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=('efe537f908b12d30ef1aeebf77222fbf') 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 } diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index d35adfd72..45e32d541 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xdebug pkgver=2.2.2 pkgrel=2 pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" license=('GPL') depends=('php') @@ -28,7 +28,7 @@ build() { make cd debugclient - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } diff --git a/community/xdelta3/PKGBUILD b/community/xdelta3/PKGBUILD index fe78f2aab..58270c4a4 100644 --- a/community/xdelta3/PKGBUILD +++ b/community/xdelta3/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xdelta3 pkgver=3.0.6 pkgrel=1 pkgdesc="A diff utility which works with binary files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xdelta.org/" license=('GPL') depends=('xz') 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 06363e735..be88a817a 100644 --- a/community/xdotool/PKGBUILD +++ b/community/xdotool/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xdotool pkgver=2.20110530.1 pkgrel=2 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 fa128ba9d..8db1d4fe3 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xemacs pkgver=21.5.33 pkgrel=2 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/xfe/PKGBUILD b/community/xfe/PKGBUILD index 1a2dc07e6..ec0b832c1 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xfe pkgver=1.34 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 399f7423a..9aee44152 100644 --- a/community/xfmedia/PKGBUILD +++ b/community/xfmedia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xfmedia pkgver=0.9.2 pkgrel=12 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 54e33f731..9a11417c6 100644 --- a/community/xl2tpd/PKGBUILD +++ b/community/xl2tpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xl2tpd pkgver=1.3.1 pkgrel=1 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 3a4fa3b8f..3d0602889 100644 --- a/community/xloadimage/PKGBUILD +++ b/community/xloadimage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xloadimage pkgver=4.1 pkgrel=13 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 dfbdd8fa0..99406a5bc 100644 --- a/community/xlockmore/PKGBUILD +++ b/community/xlockmore/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xlockmore pkgver=5.42 pkgrel=1 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) optdepends=('fortune-mod') diff --git a/community/xml2/PKGBUILD b/community/xml2/PKGBUILD index 75cc5d49d..87457b8ee 100644 --- a/community/xml2/PKGBUILD +++ b/community/xml2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xml2 pkgver=0.5 pkgrel=1 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..a2a86362a 100644 --- a/community/xmldiff/PKGBUILD +++ b/community/xmldiff/PKGBUILD @@ -5,9 +5,9 @@ pkgname=xmldiff pkgver=0.6.10 -pkgrel=2 +pkgrel=2.1 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 7083d92a4..fd394728b 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -9,14 +9,14 @@ pkgver=1.33.03 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') makedepends=('libtool' 'setconf') options=('!makeflags' '!libtool' '!emptydirs') source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar") -sha256sums=('5e52978f4c96591c9732b4e7a336a4abb75550b1403ba0ed59fb3ddd49595309') +sha256sums=('89ee1a2cd7319fbb0940cb1e87c8592d17379659f05da231aec603d70bd1233a') build() { cd "$srcdir/advanced" diff --git a/community/xmlstarlet/PKGBUILD b/community/xmlstarlet/PKGBUILD index a701d2730..8793c80e5 100644 --- a/community/xmlstarlet/PKGBUILD +++ b/community/xmlstarlet/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xmlstarlet pkgver=1.4.2 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 fd6a5cb94..f23436741 100644 --- a/community/xmms-imms/PKGBUILD +++ b/community/xmms-imms/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmms-imms pkgver=3.1.0_rc10 pkgrel=1 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' 'sqlite' '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 bc5a8e13b..41b8529cc 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xmms2 pkgver=0.8DrO_o pkgrel=12 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') @@ -13,8 +13,9 @@ depends=('sqlite' 'libmad') makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout' 'libdiscid' 'libcdio-paranoia' - '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' @@ -36,9 +37,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 dbbbdc72d..fc660793d 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.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3') diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 30b913ea4..19c3f98bb 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad-contrib pkgver=0.11 pkgrel=7 pkgdesc="Add-ons for xmonad" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.3-1' 'xmonad=0.11-6' 'sh' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 'haskell-random=1.0.1.1-5') diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index 658c18cbd..08c578503 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad pkgver=0.11 pkgrel=6 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.3-1' 'gmp' 'haskell-x11=1.6.1.1-3' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-utf8-string=0.3.7-5' 'haskell-extensible-exceptions=0.1.1.4-5') diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD index 4e0136457..60c2f03f0 100644 --- a/community/xmoto/PKGBUILD +++ b/community/xmoto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmoto pkgver=0.5.10 pkgrel=4 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 0f3d3e5b7..d0c50f8a5 100644 --- a/community/xnc/PKGBUILD +++ b/community/xnc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xnc pkgver=5.0.4 pkgrel=7 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 } diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index a56b991be..81f912cbd 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnee pkgver=3.15 pkgrel=2 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' 'libxtst') diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index 89543cbeb..9222d0f85 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnoise pkgver=0.2.17 pkgrel=3 pkgdesc="Media player with a slick GUI, great speed and lots of features." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xnoise-media-player.com/" license=('GPL2') depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo' 'librsvg') diff --git a/community/xosd/PKGBUILD b/community/xosd/PKGBUILD index 675b532d9..c712242af 100644 --- a/community/xosd/PKGBUILD +++ b/community/xosd/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xosd pkgver=2.2.14 -pkgrel=5 +pkgrel=5.2 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..300054866 100644 --- a/community/xpad/PKGBUILD +++ b/community/xpad/PKGBUILD @@ -7,20 +7,23 @@ 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/" license=('GPL') install=xpad.install source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2 - xpad-gtk-2.20.patch) + xpad-gtk-2.20.patch + xpad-4.1-glib.patch) md5sums=('e37bfbe2331d810124c28150fdf30b3f' - '6a3d2952b469d65ec333714991ba8284') + '6a3d2952b469d65ec333714991ba8284' + '69a2792b9cf4791aa733d1034a28c84b') build() { cd $srcdir/$pkgname-$pkgver # patch -p1 <$srcdir/xpad-gtk-2.20.patch + patch -Np1 -i ${srcdir}/xpad-4.1-glib.patch ./configure --prefix=/usr /usr/bin/make /usr/bin/make DESTDIR=$pkgdir install diff --git a/community/xpad/xpad-4.1-glib.patch b/community/xpad/xpad-4.1-glib.patch new file mode 100644 index 000000000..c90f961c3 --- /dev/null +++ b/community/xpad/xpad-4.1-glib.patch @@ -0,0 +1,10 @@ +--- xpad-4.1.orig/src/xpad-undo.c 2011-11-15 12:17:05.000000000 -0500 ++++ xpad-4.1/src/xpad-undo.c 2013-01-03 02:30:45.683705231 -0500 +@@ -23,7 +23,6 @@ + #include "../config.h" + #include <stdlib.h> + #include <glib.h> +-#include <glib/glist.h> + #include "xpad-undo.h" + #include "xpad-text-buffer.h" + diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD index f8974de8e..ac2ff5123 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xplanet pkgver=1.3.0 pkgrel=2 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..df1f20755 100644 --- a/community/xrestop/PKGBUILD +++ b/community/xrestop/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xrestop pkgver=0.4 -pkgrel=4 +pkgrel=4.1 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..ca1976da9 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xsel pkgver=1.2.0 -pkgrel=5 +pkgrel=5.1 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 d314d7aa4..f9ead9d39 100644 --- a/community/xsettings-client/PKGBUILD +++ b/community/xsettings-client/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xsettings-client pkgver=0.10 -pkgrel=6 +pkgrel=6.1 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/xvkbd/PKGBUILD b/community/xvkbd/PKGBUILD index 7551fdb1e..bbdc4c545 100644 --- a/community/xvkbd/PKGBUILD +++ b/community/xvkbd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xvkbd pkgver=3.4a 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 81dfd7765..202946c61 100644 --- a/community/xwax/PKGBUILD +++ b/community/xwax/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xwax pkgver=1.3 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..44511d671 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') @@ -22,7 +22,7 @@ md5sums=('c2e5c7f3285033f0e26b358ef95a7c89' build() { cd "${srcdir}"/${pkgname} xmkmf - make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext -lXt -lXpm' + make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext -lXt -lXpm -lX11' } package() { diff --git a/community/yabause-gtk/PKGBUILD b/community/yabause-gtk/PKGBUILD index 64e3e1852..d902e0f26 100755 --- a/community/yabause-gtk/PKGBUILD +++ b/community/yabause-gtk/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yabause-gtk pkgver=0.9.12 pkgrel=2 pkgdesc='A Sega Saturn emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://yabause.org/" license=('GPL') depends=('freeglut' 'gtkglext' 'openal' 'sdl') diff --git a/community/yabause-qt/PKGBUILD b/community/yabause-qt/PKGBUILD index d8d2092f1..38b8f0a0a 100755 --- a/community/yabause-qt/PKGBUILD +++ b/community/yabause-qt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yabause-qt pkgver=0.9.12 pkgrel=1 pkgdesc='A Sega Saturn emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://yabause.org/" license=('GPL') depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl') diff --git a/community/yacpi/PKGBUILD b/community/yacpi/PKGBUILD index 81721db51..bec79ec8e 100644 --- a/community/yacpi/PKGBUILD +++ b/community/yacpi/PKGBUILD @@ -4,9 +4,9 @@ pkgname=yacpi pkgver=3.0.1 -pkgrel=3 +pkgrel=3.1 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 a810ad8c5..10844f3a5 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yagf pkgver=0.9.2 pkgrel=3 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=('qt4' 'aspell') diff --git a/community/yamdi/PKGBUILD b/community/yamdi/PKGBUILD index 1aa9f795d..d4ef6f03f 100644 --- a/community/yamdi/PKGBUILD +++ b/community/yamdi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=yamdi pkgver=1.9 pkgrel=1 pkgdesc="A metadata injector for FLV files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://yamdi.sourceforge.net/" license=('custom:BSD') depends=('glibc') diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD index c2fc7add7..47a77d7db 100644 --- a/community/yaml-cpp/PKGBUILD +++ b/community/yaml-cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.5.1 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' 'boost') source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz) diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD index 476fa519f..0b32e20c4 100644 --- a/community/yaws/PKGBUILD +++ b/community/yaws/PKGBUILD @@ -7,7 +7,7 @@ pkgname=yaws pkgver=1.96 pkgrel=1 pkgdesc='Yet Another Web Server, 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 81508b46b..1527540d1 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yaz pkgver=4.2.54 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 70fb348b7..8bdff37a9 100644 --- a/community/zathura-djvu/PKGBUILD +++ b/community/zathura-djvu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura-djvu pkgver=0.2.2 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-mupdf/PKGBUILD b/community/zathura-pdf-mupdf/PKGBUILD index 19bbf6f6e..d11cfdb2b 100644 --- a/community/zathura-pdf-mupdf/PKGBUILD +++ b/community/zathura-pdf-mupdf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura-pdf-mupdf pkgver=0.2.3 pkgrel=2 pkgdesc="Adds pdf support to zathura by using the mupdf library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/" license=('custom') depends=('mupdf>=1.1' 'zathura') diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD index c4c7a2337..e18440510 100644 --- a/community/zathura-pdf-poppler/PKGBUILD +++ b/community/zathura-pdf-poppler/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura-pdf-poppler pkgver=0.2.2 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 7e20349ea..a74eab3c6 100644 --- a/community/zathura-ps/PKGBUILD +++ b/community/zathura-ps/PKGBUILD @@ -6,7 +6,7 @@ pkgname=zathura-ps pkgver=0.2.1 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') diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 3bc552d46..65ea30a7d 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -7,7 +7,7 @@ pkgname=zathura pkgver=0.2.2 pkgrel=1 pkgdesc="a document viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pwmt.org/projects/zathura/" license=('custom') depends=('girara-gtk2' 'sqlite' 'desktop-file-utils') 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 6f3f66b54..c2aaa3fff 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zeromq pkgver=3.2.2 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/zile/PKGBUILD b/community/zile/PKGBUILD index 4ed801004..34665a8fb 100644 --- a/community/zile/PKGBUILD +++ b/community/zile/PKGBUILD @@ -6,7 +6,7 @@ pkgname=zile pkgver=2.4.9 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/zile/" license=('GPL3') depends=('acl' 'gc' 'ncurses') diff --git a/community/zinnia/PKGBUILD b/community/zinnia/PKGBUILD index 48784f97b..8318e4eff 100644 --- a/community/zinnia/PKGBUILD +++ b/community/zinnia/PKGBUILD @@ -6,7 +6,7 @@ pkgname=zinnia pkgver=0.06 pkgrel=2 pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://zinnia.sourceforge.net/" license=('BSD') depends=('gcc-libs') diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index b3edff7b1..0cbac9901 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 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=('libsasl') makedepends=('tcl' 'python' 'perl') optdepends=('tcl: modtcl module' |