diff options
Diffstat (limited to 'community')
1767 files changed, 3765 insertions, 12190 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index c619ab778..aa7df64cd 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=5 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" url="http://toxygen.net/6tunnel/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=() source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) md5sums=('74e02d4f0704b3083a01feda66033449') diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD index a38a266bd..4a40a0267 100644 --- a/community/9base/PKGBUILD +++ b/community/9base/PKGBUILD @@ -13,7 +13,7 @@ source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh) depends=(sh) conflicts=('plan9port' '9rc-devel') provides=('plan9') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') build() diff --git a/community/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 9f477998c..355f848fb 100644 --- a/community/acpid/PKGBUILD +++ b/community/acpid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=acpid pkgver=2.0.17 pkgrel=4 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 1d860b203..861adf798 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=3 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' 'libgee' '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/afpfs-ng/PKGBUILD b/community/afpfs-ng/PKGBUILD index f8dc2d6fc..4435ea05d 100644 --- a/community/afpfs-ng/PKGBUILD +++ b/community/afpfs-ng/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" license=('GPL') depends=('gmp' 'fuse' 'libgcrypt') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=(!libtool) source=( "http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" diff --git a/community/agave/PKGBUILD b/community/agave/PKGBUILD index 458e721c6..1c89f5c9b 100644 --- a/community/agave/PKGBUILD +++ b/community/agave/PKGBUILD @@ -8,7 +8,7 @@ pkgname=agave pkgver=0.4.7 pkgrel=4 pkgdesc="Colorscheme designer tool for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/colorscheme/" license=('GPL') depends=('libglademm' 'gconfmm' 'hicolor-icon-theme' 'xdg-utils') @@ -17,18 +17,20 @@ install=$pkgname.install source=("http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2" agave-0.4.7-mdv-fix-str-fmt.patch schemebox.patch - drop-libgnome.patch) + drop-libgnome.patch + agave-0.4.7-mips.patch) md5sums=('93097881f28dcae1eca2800a763f77c3' 'd96ddfe751d8fd4d13a443b94fafb0b6' 'c41adfd52ecbf837f4338e67693640fc' - '7419d23329f847dcde12baa467b52135') + '7419d23329f847dcde12baa467b52135' + 'a08f637b9aa3ba08275aba94f72b1684') build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch" # Fedora patch patch -Np1 -i "$srcdir/schemebox.patch" # gcs-schemebox patch patch -Np1 -i "$srcdir/drop-libgnome.patch" - + patch -Np1 -i "$srcdir/agave-0.4.7-mips.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-scrollkeeper --disable-gnome --disable-schemas-install \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas diff --git a/community/agave/agave-0.4.7-mips.patch b/community/agave/agave-0.4.7-mips.patch new file mode 100644 index 000000000..5b24c2cbc --- /dev/null +++ b/community/agave/agave-0.4.7-mips.patch @@ -0,0 +1,11 @@ +--- agave.orig/src/core/compat-round.cc 2006-09-30 16:55:58.000000000 -0500 ++++ agave/src/core/compat-round.cc 2012-10-16 11:49:05.823741281 -0500 +@@ -133,7 +133,7 @@ + } bits; + }; + #define compat_mask_nbit_l(u) ((u).bits.manh &= 0x7fffffff) +-#elif __ia64__ ++#elif __mips__ + union compat_IEEEl2bits { + long double e; + struct { diff --git a/community/agg/PKGBUILD b/community/agg/PKGBUILD index 7a50506a2..4ac0172da 100644 --- a/community/agg/PKGBUILD +++ b/community/agg/PKGBUILD @@ -5,7 +5,7 @@ pkgname=agg pkgver=2.5 pkgrel=4 pkgdesc="A High Quality Rendering Engine for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.antigrain.com/" license=('GPL') depends=('gcc-libs' 'sdl' 'freetype2') diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD index da0d64a16..bd27687d7 100644 --- a/community/agsync/PKGBUILD +++ b/community/agsync/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.2_pre _xpkgver=${pkgver/_/-} pkgrel=4 pkgdesc="AvantGo sync plugin" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://duskwood.lownewulf.com/" license=("GPL") depends=('synce-librapi') diff --git a/community/aide/PKGBUILD b/community/aide/PKGBUILD index 684526ddc..7c7e425d7 100644 --- a/community/aide/PKGBUILD +++ b/community/aide/PKGBUILD @@ -8,7 +8,7 @@ pkgname=aide pkgver=0.15.1 pkgrel=3 pkgdesc='A file integrity checker and intrusion detection program.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.tut.fi/~rammer/aide.html" license=('GPL') makedepends=('mhash' 'elfutils') @@ -20,15 +20,19 @@ md5sums=('d0b72535ff68b93a648e4d08b0ed7f07' build() { cd $srcdir/$pkgname-$pkgver + if [ "$CARCH" != "mips64el" ]; then + confflags="--with-posix-acl" + else + confflags="" + fi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --with-mhash \ - --with-posix-acl \ --with-prelink \ --with-xattr \ --with-zlib \ - --with-e2fsattrs + --with-e2fsattrs ${confflags} make } diff --git a/community/aircrack-ng/PKGBUILD b/community/aircrack-ng/PKGBUILD index c4c1e57b1..fab0fc395 100644 --- a/community/aircrack-ng/PKGBUILD +++ b/community/aircrack-ng/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=aircrack-ng pkgname=(aircrack-ng aircrack-ng-scripts) pkgver=1.1 pkgrel=8 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.aircrack-ng.org" license=('GPL2') source=("http://download.aircrack-ng.org/${pkgname}-${pkgver}.tar.gz") diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index e7631439a..125d0d192 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -8,7 +8,7 @@ pkgname=allegro pkgver=5.0.8 pkgrel=1 pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://alleg.sourceforge.net/' license=('custom') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index 9ff9a652a..b96cebe05 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.7.5.1dev pkgrel=1 pkgdesc="Drops any app in the tray." license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://alltray.trausch.us/" depends=('libxpm' 'libgtop' 'libwnck') options=('!libtool') diff --git a/community/almanah/PKGBUILD b/community/almanah/PKGBUILD index 36e6b4f35..da160f09d 100644 --- a/community/almanah/PKGBUILD +++ b/community/almanah/PKGBUILD @@ -5,7 +5,7 @@ pkgname=almanah pkgver=0.10.0 pkgrel=1 pkgdesc="Small GTK+ application to allow you to keep a diary of your life" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Almanah_Diary" license=('GPL') depends=('evolution-data-server>=3.6.0' 'gtkspell3' 'libcryptui' 'xdg-utils') diff --git a/community/alsa-tools/PKGBUILD b/community/alsa-tools/PKGBUILD deleted file mode 100644 index c49246f5d..000000000 --- a/community/alsa-tools/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 62752 2012-01-25 20:12:30Z seblu $ -#Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> -#Contributor: Jochen Immend�rfer <jochen dot immendoerfer at gmail dot com> - -pkgname=alsa-tools -pkgver=1.0.25 -pkgrel=1 -pkgdesc='ALSA tools package' -arch=('i686' 'x86_64') -url='http://alsa-project.org/' -license=('GPL2') -depends=('fltk' 'alsa-lib' 'gtk2') -options=('!libtool') -source=("ftp://ftp.alsa-project.org/pub/tools/$pkgname-$pkgver.tar.bz2") -md5sums=('57bfec98a814d12e0f7ab379aaeccd87') - -build() { - for f in $(find "$srcdir/$pkgname-$pkgver" -type f -name configure ); do - [[ -x $f ]] || continue - cd "${f%/*}" - [[ qlo10k1 = ${PWD##*/} ]] && continue - [[ hwmixvolume = ${PWD##*/} ]] && continue - msg2 "Building ${PWD##*/}" - ./configure --prefix=/usr --x-libraries=/usr/lib - make - done -} - -package() { - for f in $(find "$srcdir/$pkgname-$pkgver" -type f -name configure ); do - [[ -x $f ]] || continue - cd "${f%/*}" - [[ qlo10k1 = ${PWD##*/} ]] && continue - [[ hwmixvolume = ${PWD##*/} ]] && continue - msg2 "Installing ${PWD##*/}" - make "DESTDIR=$pkgdir" install - done -} - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD index 0db666fa2..bc710db00 100644 --- a/community/alure/PKGBUILD +++ b/community/alure/PKGBUILD @@ -5,7 +5,7 @@ pkgname=alure pkgver=1.2 pkgrel=2 pkgdesc='Utility library to help manage common tasks with OpenAL applications.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kcat.strangesoft.net/alure.html' license=('MIT') depends=('openal') @@ -16,12 +16,16 @@ optdepends=('libsndfile: for uncompressed audio support' 'mpg123: for MPEG support' 'dumb: for IT, XM, S3M and MOD support' 'fluidsynth: for SoundFont 2 support') -source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3088aba074ad02d95ea51e705053b9f5') +source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2" + 'unistd.patch') +md5sums=('3088aba074ad02d95ea51e705053b9f5' + '17d3f8b4dc423cac64772e5694739fce') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np0 -i "$srcdir/unistd.patch" + cmake . -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/community/alure/unistd.patch b/community/alure/unistd.patch new file mode 100644 index 000000000..6a145efee --- /dev/null +++ b/community/alure/unistd.patch @@ -0,0 +1,19 @@ +*** src/codec_fluidsynth.cpp 2011-07-29 10:37:48.000000000 +0200 +--- src/codec_fluidsynth2.cpp 2012-06-03 16:18:35.326640398 +0200 +*************** +*** 34,40 **** + #include <istream> + + #include <fluidsynth.h> +! + + #ifdef DYNLOAD + static void *fsynth_handle; +--- 34,40 ---- + #include <istream> + + #include <fluidsynth.h> +! #include <unistd.h> + + #ifdef DYNLOAD + static void *fsynth_handle; diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD index d13e19531..735feff9f 100644 --- a/community/amidi-plug/PKGBUILD +++ b/community/amidi-plug/PKGBUILD @@ -6,7 +6,7 @@ pkgname=amidi-plug pkgver=0.7 pkgrel=6 pkgdesc="A MIDI input plugin for XMMS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" license=('GPL2') depends=('xmms' 'fluidsynth') diff --git a/community/amsn/PKGBUILD b/community/amsn/PKGBUILD index 6a913e026..710f9437a 100644 --- a/community/amsn/PKGBUILD +++ b/community/amsn/PKGBUILD @@ -7,7 +7,7 @@ pkgname=amsn pkgver=0.98.9 pkgrel=2 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..260633c73 100644 --- a/community/antiword/PKGBUILD +++ b/community/antiword/PKGBUILD @@ -7,7 +7,7 @@ pkgname=antiword pkgver=0.37 pkgrel=3 pkgdesc="A free MS Word reader for Linux and RISC OS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.winfield.demon.nl/" license=('GPL') depends=('bash') diff --git a/community/anyfs-tools/PKGBUILD b/community/anyfs-tools/PKGBUILD index f0ff30bf5..b96198172 100644 --- a/community/anyfs-tools/PKGBUILD +++ b/community/anyfs-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=anyfs-tools pkgver=0.85.1c pkgrel=3 pkgdesc="unix-way toolset for recovering and converting filesystems" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://anyfs-tools.sourceforge.net/" license=('GPL') depends=(bzip2 e2fsprogs libmpeg2 xfsprogs fuse) diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index 26336fecb..129a0263a 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=apcupsd pkgver=3.14.10 pkgrel=3 pkgdesc="Power mangement and controlling most of APC's UPS models" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') @@ -28,7 +28,7 @@ sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032' build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ + ./configure --prefix=/usr --build=$CHOST --libexecdir=/usr/lib/$pkgname \ --enable-cgi --enable-usb --enable-net \ --with-upstype=usb --with-upscable=usb \ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ @@ -45,4 +45,4 @@ package() { chmod 755 "$pkgdir"/sbin/* install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin" mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin" -}
\ No newline at end of file +} diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD index e5a6a2f4e..6e55d72af 100644 --- a/community/apg/PKGBUILD +++ b/community/apg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=apg pkgver=2.2.3 pkgrel=3 pkgdesc="Automated Password Generator." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.adel.nursat.kz/apg/index.shtml" license=('custom') depends=('glibc') diff --git a/community/apper/PKGBUILD b/community/apper/PKGBUILD index 1dc3a6397..9740ac8aa 100644 --- a/community/apper/PKGBUILD +++ b/community/apper/PKGBUILD @@ -8,7 +8,7 @@ _pkgmainver=0.7 pkgver=0.7.2 pkgrel=5 pkgdesc="KDE tools for PackageKit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Apper?content=84745" license=('GPL') depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17') diff --git a/community/apvlv/PKGBUILD b/community/apvlv/PKGBUILD index a0bca90b3..af84629fa 100644 --- a/community/apvlv/PKGBUILD +++ b/community/apvlv/PKGBUILD @@ -8,7 +8,7 @@ pkgname=apvlv pkgver=0.1.4.20121023 pkgrel=1 pkgdesc='A PDF Viewer which behaves like Vim' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://naihe2010.github.com/apvlv/" license=('GPL') depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre') diff --git a/community/aqbanking/PKGBUILD b/community/aqbanking/PKGBUILD index 60dc5a9b5..85a76a355 100644 --- a/community/aqbanking/PKGBUILD +++ b/community/aqbanking/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.0.25 _dnrel=95 pkgrel=1 pkgdesc="A library for online banking and financial applications" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') options=('!libtool') url="http://www.aquamaniac.de/aqbanking" license=('GPL') diff --git a/community/arch/PKGBUILD b/community/arch/PKGBUILD index a39bf7740..9467e75cb 100644 --- a/community/arch/PKGBUILD +++ b/community/arch/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arch pkgver=1.3.5 pkgrel=9 pkgdesc='A modern and remarkable revision control system.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://regexps.srparish.net/www/#Gnu-arch' depends=('zlib' 'expat' 'krb5') diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 805882571..6d11c2b5a 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -9,7 +9,7 @@ pkgname=aria2 pkgver=1.16.3 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') diff --git a/community/ario/PKGBUILD b/community/ario/PKGBUILD index 03a344b4c..1673e6952 100644 --- a/community/ario/PKGBUILD +++ b/community/ario/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ario pkgver=1.5.1 pkgrel=2 pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ario-player.sourceforge.net/" license=('GPL') depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' 'libmpdclient' 'libnotify' 'libsoup' 'libunique' 'taglib' 'xdg-utils') diff --git a/community/arm-elf-binutils/PKGBUILD b/community/arm-elf-binutils/PKGBUILD index 15768e09e..d98a68cff 100644 --- a/community/arm-elf-binutils/PKGBUILD +++ b/community/arm-elf-binutils/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.23 pkgrel=1 _xprefix=/usr pkgdesc="A set of programs to assemble and manipulate binary and object files" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(GPL) options=(!libtool) url="http://sources.redhat.com/binutils" diff --git a/community/armagetronad/PKGBUILD b/community/armagetronad/PKGBUILD index 24e6db6e9..3c30de49d 100644 --- a/community/armagetronad/PKGBUILD +++ b/community/armagetronad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=armagetronad pkgver=0.2.8.3.2 pkgrel=3 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..baaab48c7 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arp-scan pkgver=1.8.1 pkgrel=2 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" -arch=('i686' 'x86_64') +arch=(mips64el) url="http://www.nta-monitor.com/tools/arp-scan/" license=('GPL') depends=('libpcap' 'perl-libwww') diff --git a/community/arpack/PKGBUILD b/community/arpack/PKGBUILD index 2914a1d2e..70bff7b10 100644 --- a/community/arpack/PKGBUILD +++ b/community/arpack/PKGBUILD @@ -5,8 +5,8 @@ pkgname=arpack pkgver=3.1.0 -pkgrel=2 -arch=('x86_64' 'i686') +pkgrel=2.1 +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 1a81aae7d..96f4e5e19 100644 --- a/community/arpwatch/PKGBUILD +++ b/community/arpwatch/PKGBUILD @@ -6,7 +6,7 @@ pkgname=arpwatch pkgver=2.1a15 pkgrel=8 pkgdesc="arpwatch and arpsnmp network monitoring tools" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="ftp://ftp.ee.lbl.gov/" license=("GPL") depends=(libpcap) diff --git a/community/ascii/PKGBUILD b/community/ascii/PKGBUILD index 608a6fb5d..d0cbc0503 100644 --- a/community/ascii/PKGBUILD +++ b/community/ascii/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ascii pkgver=3.11 pkgrel=2 pkgdesc="Utility for conversion between various byte representations and the ASCII character table" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.catb.org/~esr/ascii" license=('BSD') depends=('glibc') diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD index 4b3d2ebe1..bc4e820a6 100644 --- a/community/aspell-ca/PKGBUILD +++ b/community/aspell-ca/PKGBUILD @@ -6,7 +6,7 @@ pkgname=aspell-ca pkgver=2.3.0 pkgrel=1 pkgdesc="Catalan dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://aspell.net/" license=('GPL2') depends=('aspell') diff --git a/community/aspell-cs/PKGBUILD b/community/aspell-cs/PKGBUILD index 1e409e7bc..287ded396 100644 --- a/community/aspell-cs/PKGBUILD +++ b/community/aspell-cs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=aspell-cs pkgver=20040614 pkgrel=6 pkgdesc="Czech dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://aspell.net/" license=('GPL') depends=('aspell') diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD index 3b0df74f5..b46e38cd8 100644 --- a/community/aspell-pl/PKGBUILD +++ b/community/aspell-pl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=aspell-pl pkgver=20111117 pkgrel=1 pkgdesc="Polish dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sjp.pl/slownik/en/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') diff --git a/community/aspell-uk/PKGBUILD b/community/aspell-uk/PKGBUILD index a41ececd8..08a4999bd 100644 --- a/community/aspell-uk/PKGBUILD +++ b/community/aspell-uk/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.5 _ftpver=1.4.0 pkgrel=3 pkgdesc="Ukrainian dictionary for aspell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ispell-uk.sourceforge.net/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD index 6a5087a83..041cefb49 100644 --- a/community/assimp/PKGBUILD +++ b/community/assimp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=assimp pkgver=3.0.1270 pkgrel=1 pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('libxmu' 'zlib' 'freeglut') makedepends=('cmake' 'boost') diff --git a/community/astromenace/PKGBUILD b/community/astromenace/PKGBUILD index 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/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/audex/PKGBUILD b/community/audex/PKGBUILD index b189be46e..8bf86960c 100644 --- a/community/audex/PKGBUILD +++ b/community/audex/PKGBUILD @@ -8,7 +8,7 @@ pkgname=audex pkgver=0.77b1 pkgrel=1 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php?content=77125" license=('GPL') depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia') diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD index 11d84fd02..4a0459fd1 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.2 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..b19b3e230 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') @@ -17,6 +17,7 @@ md5sums=('82131019432ecf8102e1491610ad2dd1' build() { cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i ${srcdir}/augeas-0.10.0-gets.patch sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in ./configure --prefix=/usr make 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/avifile/PKGBUILD b/community/avifile/PKGBUILD index d9d575720..f04a93557 100644 --- a/community/avifile/PKGBUILD +++ b/community/avifile/PKGBUILD @@ -7,7 +7,7 @@ pkgname=avifile pkgver=0.7.45 pkgrel=9 pkgdesc="A library that allows you to read and write compressed AVI files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt3' 'sdl' 'freetype2' 'libpng' 'libjpeg' 'libvorbis' 'xvidcore' 'libxxf86dga' 'libxi' 'libxv') makedepends=('lame' 'v4l-utils' 'chrpath') diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index 01c20cae6..cb5a600a8 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.23 pkgrel=2 _pkgname=binutils pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/binutils/" license=('GPL') depends=('glibc>=2.16' 'zlib') diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index 9d71d347b..1786d8b8c 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -6,7 +6,7 @@ pkgname=avrdude pkgver=5.11.1 pkgrel=2 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/avrdude/" license=('GPL') depends=('libusb-compat' 'readline') diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 4d8d8f07b..45dc2b35c 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=awesome pkgver=3.5 pkgrel=2 pkgdesc='Highly configurable framework window manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://awesome.naquadah.org/' license=('GPL2') depends=( diff --git a/community/axel/PKGBUILD b/community/axel/PKGBUILD index 710a76841..9811003e1 100644 --- a/community/axel/PKGBUILD +++ b/community/axel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=axel pkgver=2.4 pkgrel=3 pkgdesc="Download accelerator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://axel.alioth.debian.org/" license=('GPL') depends=('glibc') diff --git a/community/balsa/PKGBUILD b/community/balsa/PKGBUILD index 77beb3d7f..6b8f4cb2f 100644 --- a/community/balsa/PKGBUILD +++ b/community/balsa/PKGBUILD @@ -8,7 +8,7 @@ pkgname=balsa pkgver=2.4.12 pkgrel=1 pkgdesc="An e-mail client for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pawsa.fedorapeople.org/balsa/' license=('GPL') depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme' 'desktop-file-utils') diff --git a/community/bam/PKGBUILD b/community/bam/PKGBUILD index fb6384301..849bd6271 100644 --- a/community/bam/PKGBUILD +++ b/community/bam/PKGBUILD @@ -4,7 +4,7 @@ pkgname=bam pkgver=0.4.0 pkgrel=1 pkgdesc="A fast and flexible build system using Lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=http://github.com/matricks/bam license=('ZLIB') source=("https://github.com/downloads/matricks/bam/${pkgname}-${pkgver}.tar.gz") diff --git a/community/barrage/PKGBUILD b/community/barrage/PKGBUILD index 69ab19226..2daf716e6 100644 --- a/community/barrage/PKGBUILD +++ b/community/barrage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=barrage pkgver=1.0.4 pkgrel=2 pkgdesc="A violent point-and-click shooting game with nice effects" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lgames.sourceforge.net/index.php?project=Barrage" license=('GPL') depends=('hicolor-icon-theme' 'sdl_mixer') diff --git a/community/bbpager/PKGBUILD b/community/bbpager/PKGBUILD index 43380e701..69b459b6b 100644 --- a/community/bbpager/PKGBUILD +++ b/community/bbpager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bbpager pkgver=0.4.7 pkgrel=4 pkgdesc="A dockable pager for Blackbox and other window managers" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bbtools.sourceforge.net/download.php?file=6" license=("GPL") depends=('gcc-libs' 'libxft' 'libxext') diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD index 807d3b561..3d655a809 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bbrun pkgver=1.6 pkgrel=4 pkgdesc="A run - component for blackbox window manager" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.darkops.net/bbrun/" license=('GPL') depends=('gtk2' 'libxpm') diff --git a/community/bcg729/PKGBUILD b/community/bcg729/PKGBUILD index 23cb66cf3..2e5613459 100644 --- a/community/bcg729/PKGBUILD +++ b/community/bcg729/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bcg729 pkgver=1.0.0 pkgrel=2 pkgdesc="g729 codec" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.linphone.org/eng/documentation/dev/bcg729.html" license=('GPL') depends=('mediastreamer') diff --git a/community/bchunk/PKGBUILD b/community/bchunk/PKGBUILD index 2a8ac0198..1cbafecce 100644 --- a/community/bchunk/PKGBUILD +++ b/community/bchunk/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.0 pkgrel=3 pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file" url="http://hes.iki.fi/bchunk/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('glibc') source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/beaver/PKGBUILD b/community/beaver/PKGBUILD index 810057f4b..924b6ea0f 100644 --- a/community/beaver/PKGBUILD +++ b/community/beaver/PKGBUILD @@ -9,7 +9,7 @@ pkgname=beaver pkgver=0.4.1 pkgrel=2 pkgdesc='Beaver is an Early AdVanced EditoR.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://beaver-editor.sourceforge.net/' license=('GPL2') depends=('gtk2' 'hicolor-icon-theme') diff --git a/community/beye/PKGBUILD b/community/beye/PKGBUILD index 2d4de199d..9b3800b68 100644 --- a/community/beye/PKGBUILD +++ b/community/beye/PKGBUILD @@ -7,7 +7,7 @@ pkgver=6.1.0 _lver=610 pkgrel=4 pkgdesc="A portable viewer of binary files, hexadecimal and disassembler modes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('slang' 'gpm') makedepends=('libx11') diff --git a/community/bin2iso/PKGBUILD b/community/bin2iso/PKGBUILD index cfd4f7098..c6d211426 100644 --- a/community/bin2iso/PKGBUILD +++ b/community/bin2iso/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.9b _dlver=${pkgver/./} pkgrel=3 pkgdesc="Converts RAW format (.bin/.cue) files to ISO/WAV format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://users.eastlink.ca/~doiron/bin2iso/" license=('GPL') depends=('glibc') diff --git a/community/bind-geodns/127.0.0.zone b/community/bind-geodns/127.0.0.zone deleted file mode 100644 index 509c311f6..000000000 --- a/community/bind-geodns/127.0.0.zone +++ /dev/null @@ -1,11 +0,0 @@ -$ORIGIN 0.0.127.in-addr.arpa. - -@ 1D IN SOA localhost. root.localhost. ( - 42 ; serial (yyyymmdd##) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum ttl - - 1D IN NS localhost. -1 1D IN PTR localhost. diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD deleted file mode 100644 index ae70a5b44..000000000 --- a/community/bind-geodns/PKGBUILD +++ /dev/null @@ -1,69 +0,0 @@ -# $Id: PKGBUILD 72130 2012-06-08 23:51:33Z dreisner $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=bind-geodns -pkgver=9.4.1 -_pkgver=9.4.1-P1 -pkgrel=6 -pkgdesc="bind named server with geoip patch can return ip depending on requester location" -arch=(i686 x86_64) -url="http://www.caraytech.com/geodns/" -license=('custom:ISC') -backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named) -depends=('openssl' 'geoip') -provides=('dns-server' 'bind' 'dnsutils') -conflicts=('bind' 'dnsutils') -options=('!libtool') -install=bind.install -source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz - bind.so_bsdcompat.diff \ - named.conf \ - localhost.zone \ - 127.0.0.zone - named \ - root.hint \ - named.logrotate \ - named.conf.d \ - http://www.caraytech.com/geodns/bind-9.4.1-geodns-patch.tar.gz) -md5sums=('44e0514e6105ddaa235394045d9aeb0c' - '447d58721cfee0e1e377b46f7d50b327' - 'f26d015142fa0a8226b42bbf9d490aa4' - 'ab5beef0b41eb6376c7f1f4ee233172b' - 'bdbdfe4990b0903984306dd14f98b951' - '94f8ae2b337a4207fda88cb64f79f302' - '8c212c0260d708f15f75d3adc71f0149' - '91b3463a181561deb845acc122713a2a' - '475fde63600d7d95980de991f02d6b6d' - 'd3d515bdef525f9a31787b36a105e690') - -build() { - export MAKEFLAGS="-j1" - cd $srcdir/bind-${_pkgver} - patch -Np0 -i $srcdir/bind.so_bsdcompat.diff - patch -Np1 -i $srcdir/bind-9.4.1-geodns-patch/patch.diff - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-libtool --enable-shared --disable-threads \ - --with-openssl=yes --disable-linux-caps --without-libxml2 - make LDFLAGS=-lGeoIP - make DESTDIR=$pkgdir install - install -D -m755 ../named $pkgdir/etc/rc.d/named - install -D -m640 ../named.conf $pkgdir/etc/named.conf - install -D -m600 ../127.0.0.zone $pkgdir/var/named/127.0.0.zone - install -D -m600 ../localhost.zone $pkgdir/var/named/localhost.zone - - #grabbed from ftp://ftp.rs.internic.net/domain/named.root - install -D -m600 ../root.hint $pkgdir/var/named/root.hint - install -D -m600 ../named.logrotate $pkgdir/etc/logrotate.d/named - install -D -m644 ../named.conf.d $pkgdir/etc/conf.d/named - install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # adjust ownerships (our named user will be uid/gid 40/40) - chmod 700 $pkgdir/var/named - chown root:40 $pkgdir/etc/named.conf - chown -R 40:40 $pkgdir/var/named - - mv $pkgdir/usr/man $pkgdir/usr/share/ - - # avoid conflict with filesystem>=2012.06 - rmdir "$pkgdir/var/run" -} diff --git a/community/bind-geodns/bind.install b/community/bind-geodns/bind.install deleted file mode 100644 index 39ae9f202..000000000 --- a/community/bind-geodns/bind.install +++ /dev/null @@ -1,28 +0,0 @@ -post_install() { - getent group named >/dev/null || usr/sbin/groupadd -g 40 named - getent passwd named >/dev/null || usr/sbin/useradd -u 40 -c "BIND DNS Server" -g named -d /var/named -s /bin/false named - usr/bin/passwd -l named &>/dev/null - - [ -f var/log/named.log ] || : >var/log/named.log - chown named.named var/log/named.log - # create an rndc.key if it doesn't already exist - if [ ! -s etc/rndc.key ]; then - usr/sbin/rndc-confgen -b 256 | head -n 5 >>etc/rndc.key - chown root.named etc/rndc.key - chmod 640 etc/rndc.key - fi -} - -post_upgrade() { - post_install $1 - # old versions of this package didn't have a named user - chown -R named:named var/named - # old versions of this package didn't set permissions correct - chown root:named etc/named.conf - chmod 640 etc/named.conf -} - -pre_remove() { - usr/sbin/userdel named &>/dev/null - usr/sbin/groupdel named &>/dev/null -} diff --git a/community/bind-geodns/bind.so_bsdcompat.diff b/community/bind-geodns/bind.so_bsdcompat.diff deleted file mode 100644 index 5d78031b7..000000000 --- a/community/bind-geodns/bind.so_bsdcompat.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/isc/unix/socket.c.orig 2005-11-03 17:08:42.000000000 -0600 -+++ ./lib/isc/unix/socket.c 2006-02-18 13:09:15.000000000 -0600 -@@ -245,6 +245,8 @@ - - #define SOCK_DEAD(s) ((s)->references == 0) - -+#undef SO_BSDCOMPAT -+ - static void - manager_log(isc_socketmgr_t *sockmgr, - isc_logcategory_t *category, isc_logmodule_t *module, int level, diff --git a/community/bind-geodns/localhost.zone b/community/bind-geodns/localhost.zone deleted file mode 100644 index e3ff9641c..000000000 --- a/community/bind-geodns/localhost.zone +++ /dev/null @@ -1,10 +0,0 @@ -$ORIGIN localhost. -@ 1D IN SOA @ root ( - 42 ; serial (yyyymmdd##) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum ttl - - 1D IN NS @ - 1D IN A 127.0.0.1 diff --git a/community/bind-geodns/named b/community/bind-geodns/named deleted file mode 100755 index f250907b9..000000000 --- a/community/bind-geodns/named +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -NAMED_ARGS= -[ -f /etc/conf.d/named ] && . /etc/conf.d/named - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=`pidof -o %PPID /usr/sbin/named` -case "$1" in - start) - stat_busy "Starting DNS" - - [ -d /var/run/named ] || { mkdir -p /var/run/named; chown 40:40 /var/run/named; } - [ -z "$PID" ] && /usr/sbin/named ${NAMED_ARGS} - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon named - stat_done - fi - ;; - stop) - stat_busy "Stopping DNS" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon named - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/bind-geodns/named.conf b/community/bind-geodns/named.conf deleted file mode 100644 index 862134326..000000000 --- a/community/bind-geodns/named.conf +++ /dev/null @@ -1,58 +0,0 @@ -// -// /etc/named.conf -// - -options { - directory "/var/named"; - pid-file "/var/run/named/named.pid"; - auth-nxdomain yes; - datasize default; - allow-recursion { 127.0.0.1; }; -// Uncomment these to enable IPv6 connections support -// IPv4 will still work -// listen-on { none; }; -// listen-on-v6 { any; }; -}; - -zone "localhost" IN { - type master; - file "localhost.zone"; - allow-update { none; }; - allow-transfer { any; }; -}; - -zone "0.0.127.in-addr.arpa" IN { - type master; - file "127.0.0.zone"; - allow-update { none; }; - allow-transfer { any; }; -}; - -zone "." IN { - type hint; - file "root.hint"; -}; - -//zone "example.org" IN { -// type slave; -// file "example.zone"; -// masters { -// 192.168.1.100; -// }; -// allow-query { any; }; -// allow-transfer { any; }; -//}; - -logging { - channel xfer-log { - file "/var/log/named.log"; - print-category yes; - print-severity yes; - print-time yes; - severity info; - }; - category xfer-in { xfer-log; }; - category xfer-out { xfer-log; }; - category notify { xfer-log; }; -}; - diff --git a/community/bind-geodns/named.conf.d b/community/bind-geodns/named.conf.d deleted file mode 100644 index aecbd2307..000000000 --- a/community/bind-geodns/named.conf.d +++ /dev/null @@ -1,4 +0,0 @@ -# -# Parameters to be passed to BIND -# -NAMED_ARGS="-u named" diff --git a/community/bind-geodns/named.logrotate b/community/bind-geodns/named.logrotate deleted file mode 100644 index ef1a2d032..000000000 --- a/community/bind-geodns/named.logrotate +++ /dev/null @@ -1,6 +0,0 @@ -/var/log/named.log { - missingok - postrotate - /bin/kill -HUP `cat /var/run/named/named.pid 2>/dev/null` 2>/dev/null || true - endscript -} diff --git a/community/bind-geodns/root.hint b/community/bind-geodns/root.hint deleted file mode 100644 index 4ed4c0b3a..000000000 --- a/community/bind-geodns/root.hint +++ /dev/null @@ -1,80 +0,0 @@ -; This file holds the information on root name servers needed to -; initialize cache of Internet domain name servers -; (e.g. reference this file in the "cache . <file>" -; configuration file of BIND domain name servers). -; -; This file is made available by InterNIC -; under anonymous FTP as -; file /domain/named.root -; on server FTP.INTERNIC.NET -; -OR- RS.INTERNIC.NET -; -; last update: Nov 01, 2007 -; related version of root zone: 2007110100 -; -; -; formerly NS.INTERNIC.NET -; -. 3600000 IN NS A.ROOT-SERVERS.NET. -A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 -; -; formerly NS1.ISI.EDU -; -. 3600000 NS B.ROOT-SERVERS.NET. -B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 -; -; formerly C.PSI.NET -; -. 3600000 NS C.ROOT-SERVERS.NET. -C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 -; -; formerly TERP.UMD.EDU -; -. 3600000 NS D.ROOT-SERVERS.NET. -D.ROOT-SERVERS.NET. 3600000 A 128.8.10.90 -; -; formerly NS.NASA.GOV -; -. 3600000 NS E.ROOT-SERVERS.NET. -E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10 -; -; formerly NS.ISC.ORG -; -. 3600000 NS F.ROOT-SERVERS.NET. -F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 -; -; formerly NS.NIC.DDN.MIL -; -. 3600000 NS G.ROOT-SERVERS.NET. -G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4 -; -; formerly AOS.ARL.ARMY.MIL -; -. 3600000 NS H.ROOT-SERVERS.NET. -H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 -; -; formerly NIC.NORDU.NET -; -. 3600000 NS I.ROOT-SERVERS.NET. -I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 -; -; operated by VeriSign, Inc. -; -. 3600000 NS J.ROOT-SERVERS.NET. -J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 -; -; operated by RIPE NCC -; -. 3600000 NS K.ROOT-SERVERS.NET. -K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 -; -; operated by ICANN -; -. 3600000 NS L.ROOT-SERVERS.NET. -L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42 -; -; operated by WIDE -; -. 3600000 NS M.ROOT-SERVERS.NET. -M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 -; End of File diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index b74b4e930..332b9fd78 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.9 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 6d0b07128..6b74d24b3 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.7.2 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'miniupnpc') conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD deleted file mode 100644 index 85a4b3c03..000000000 --- a/community/blender/PKGBUILD +++ /dev/null @@ -1,106 +0,0 @@ -# $Id: PKGBUILD 81415 2012-12-20 13:35:35Z svenstaro $ -# Contributor: John Sowiak <john@archlinux.org> -# Contributor: tobias <tobias@archlinux.org> -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> - -# Apparently, the blender guys refuse to release source tarballs for -# intermediate releases that deal mainly with binaries but incorporate tiny -# minor changes from svn. Since I'm sick and tired of the urges of users that -# look for release numbers only, we make a messy PKGBUILD that can checkout svn -# release if necessary. - -_svn=false - -pkgname=blender -true && pkgver=2.65a # Hack for svn -true && pkgrel=2 -epoch=6 -# We will have to keep increasing the epoch because the idiots at blender.org keep releasing -# versions that use letter suffixes that are normally used in alpha releases but are actually -# more recent than those without the suffix. -pkgdesc="A fully integrated 3D graphics creation suite" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.blender.org" -depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' - 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' - 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' - 'openimageio' 'libsndfile' 'jack' 'opencolorio') -makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa') -optdepends=('cuda: cycles renderer cuda support') -options=(!strip) -install=blender.install -if [[ $_svn = false ]]; then - source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz) - md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786') -else - source=() - md5sums=() -fi - -_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender" -_svnmod="blender" - -build() { -if [[ $_svn = true ]]; then - cd "$srcdir" - msg "Connecting to SVN server...." - - if [[ -d "$_svnmod/.svn" ]]; then - (cd "$_svnmod" && svn up ) - else - svn co "$_svntrunk" --config-dir ./ "$_svnmod" - fi - - msg "SVN checkout done or server timeout" - msg "Starting build..." - - rm -rf "$srcdir/$_svnmod-build" - cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build" - cd "$srcdir/$_svnmod-build" -else - cd "$srcdir/$pkgname-$pkgver" -fi - - mkdir build - cd build - - [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF" - - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DWITH_INSTALL_PORTABLE=OFF \ - -DWITH_PYTHON_INSTALL=OFF \ - -DWITH_OPENCOLLADA=ON \ - -DOPENIMAGEIO_ROOT_DIR=/usr \ - -DWITH_GAMEENGINE=ON \ - -DWITH_JACK=ON \ - -DWITH_PLAYER=ON \ - -DWITH_CODEC_FFMPEG=ON \ - -DWITH_CODEC_SNDFILE=ON \ - -DWITH_CYCLES=ON \ - -DWITH_CYCLES_CUDA_BINARIES=ON \ - -DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \ - -DWITH_FFTW3=ON \ - -DWITH_MOD_OCEANSIM=ON \ - -DPYTHON_VERSION=3.3 \ - -DPYTHON_LIBPATH=/usr/lib \ - -DPYTHON_LIBRARY=python3.3m \ - -DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \ - $ENABLESSE2 - - make $MAKEFLAGS - - make -} - -package() { - if [[ $_svn = true ]]; then - cd "$srcdir/$_svnmod-build/build" - else - cd "$srcdir/$pkgname-$pkgver/build" - fi - make DESTDIR="${pkgdir}" install - python -m compileall "${pkgdir}/usr/share/blender" -} diff --git a/community/blender/blender.install b/community/blender/blender.install deleted file mode 100644 index 724bfce00..000000000 --- a/community/blender/blender.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} 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 7abc25c16..0f0dc6315 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -6,7 +6,7 @@ pkgname=blueman pkgver=1.23 pkgrel=5 pkgdesc="GTK+ bluetooth manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://blueman-project.org" depends=('python2-notify' 'bluez' 'python2-dbus' 'gtk2' 'python2-gobject2' 'startup-notification' diff --git a/community/bomberclone/PKGBUILD b/community/bomberclone/PKGBUILD index 308374881..a127c664c 100644 --- a/community/bomberclone/PKGBUILD +++ b/community/bomberclone/PKGBUILD @@ -7,7 +7,7 @@ pkgname=bomberclone pkgver=0.11.9 pkgrel=2 pkgdesc='A clone of the game AtomicBomberMan.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bomberclone.de/" license=('GPL') depends=('sdl_mixer' 'sdl_image') @@ -23,7 +23,7 @@ build() { # add build fix extracted from upstream CVS (fixes FS#26942) patch -p0 -i ../bomberclone-0.11.9-build-fix.patch - + sed -i 's/-Werror//' configure ./configure --prefix=/usr make AM_CFLAGS=-lm } diff --git a/community/bonnie++/PKGBUILD b/community/bonnie++/PKGBUILD index 27e176e37..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/box2d/PKGBUILD b/community/box2d/PKGBUILD index 6aadfb8d3..7f748aced 100644 --- a/community/box2d/PKGBUILD +++ b/community/box2d/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" license=('zlib') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #depends=('freeglut') makedepends=('cmake') optdepends=() diff --git a/community/bsd-games/PKGBUILD b/community/bsd-games/PKGBUILD index 470e8a2f0..910754aec 100644 --- a/community/bsd-games/PKGBUILD +++ b/community/bsd-games/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.17 pkgrel=13 pkgdesc="A linux port for a collection of BSD command line games." url="ftp://ftp.ibiblio.org/pub/Linux/games/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=$pkgname.install license=('BSD') depends=(gcc-libs words sh) diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD index c7fedfdc4..008397bca 100644 --- a/community/bsdiff/PKGBUILD +++ b/community/bsdiff/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=7 pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files." url="http://www.daemonology.net/bsdiff/" license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('bzip2') source=(http://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz Makefile.patch) diff --git a/community/btanks/PKGBUILD b/community/btanks/PKGBUILD index 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 d20578341..6e11ac52a 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=busybox pkgver=1.20.2 pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://www.busybox.net" license=('GPL') makedepends=("make" "gcc" "sed" "ncurses") diff --git a/community/bwbar/PKGBUILD b/community/bwbar/PKGBUILD index 8f2620965..71dcf16d3 100644 --- a/community/bwbar/PKGBUILD +++ b/community/bwbar/PKGBUILD @@ -5,7 +5,7 @@ pkgname=bwbar pkgver=1.2.3 pkgrel=3 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) pkgdesc="Generates text and graphical readout of the current bandwidth usage." url="http://www.kernel.org/pub/software/web/bwbar/" license=("GPL") diff --git a/community/bwm-ng/PKGBUILD b/community/bwm-ng/PKGBUILD index f07d5b25a..5fe7bb1c7 100644 --- a/community/bwm-ng/PKGBUILD +++ b/community/bwm-ng/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bwm-ng pkgver=0.6 pkgrel=4 pkgdesc="A small and simple console-based live bandwidth monitor" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gropp.org/" license=('GPL') depends=('ncurses') diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD index fb5404502..73e21fb18 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=c++-gtk-utils pkgver=2.0.14 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cxx-gtk-utils.sourceforge.net/" license=('LGPL2.1') depends=('gtk3') diff --git a/community/cabextract/PKGBUILD b/community/cabextract/PKGBUILD index 07dca6cef..ba6680251 100644 --- a/community/cabextract/PKGBUILD +++ b/community/cabextract/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cabextract pkgver=1.4 pkgrel=2 pkgdesc="A program to extract Microsoft cabinet (.CAB) files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.cabextract.org.uk/" depends=('glibc') diff --git a/community/cadaver/PKGBUILD b/community/cadaver/PKGBUILD index da3c12e11..36e7d52ad 100644 --- a/community/cadaver/PKGBUILD +++ b/community/cadaver/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cadaver pkgver=0.23.3 pkgrel=3 pkgdesc="Command-line WebDAV client for Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.webdav.org/cadaver" license=('GPL') depends=('neon') diff --git a/community/cairo-clock/PKGBUILD b/community/cairo-clock/PKGBUILD index e646d62e1..8d0ef44e9 100644 --- a/community/cairo-clock/PKGBUILD +++ b/community/cairo-clock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cairo-clock pkgver=0.3.4 pkgrel=2 pkgdesc='An analog clock displaying the system-time.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://macslow.thepimp.net/?page_id=23' license=('GPL') depends=('cairo' 'libglade>=2.6.0' 'librsvg>=2.14.0') diff --git a/community/calc/PKGBUILD b/community/calc/PKGBUILD index 129fa3fc9..622528c4a 100644 --- a/community/calc/PKGBUILD +++ b/community/calc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=calc pkgver=2.12.4.4 pkgrel=1 pkgdesc="console calculator" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.isthe.com/chongo/tech/comp/calc/" license=('GPL') depends=(glibc) diff --git a/community/calcurse/PKGBUILD b/community/calcurse/PKGBUILD index 1fd680f17..be65222f7 100644 --- a/community/calcurse/PKGBUILD +++ b/community/calcurse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=calcurse pkgver=3.1.2 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 d1ff35fe2..c2a37de26 100644 --- a/community/canorus/PKGBUILD +++ b/community/canorus/PKGBUILD @@ -8,17 +8,20 @@ pkgname=canorus pkgver=0.7.R1002 pkgrel=4 pkgdesc="A free music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.canorus.org/" license=('GPL') depends=('qt' 'alsa-lib' 'python2' 'swig') 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 + patch -Np1 -i ${srcdir}/0006-Add-lz-and-lpthread-to-linker-flags.patch export QTDIR=/usr cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \ -DDEFAULT_DATA_DIR="/usr/share/canorus" \ diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 7f8b7c820..d063f4697 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cantata pkgver=0.9.2 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex') diff --git a/community/caph/PKGBUILD b/community/caph/PKGBUILD index 04307c8e5..31f310435 100644 --- a/community/caph/PKGBUILD +++ b/community/caph/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: jose <jose1711 [at] gmail (dot) com> pkgname=caph -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgver=1.1 pkgrel=2 pkgdesc="A sandbox game based on physics which uses doodles as a primary gameplay element" diff --git a/community/castget/PKGBUILD b/community/castget/PKGBUILD index cd2befc64..16b0ef03a 100644 --- a/community/castget/PKGBUILD +++ b/community/castget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=castget pkgver=1.1.0 pkgrel=2 pkgdesc="A simple, command-line based RSS enclosure downloader" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/castget/" license=('GPL') depends=('glib2' 'libxml2' 'curl' 'id3lib') diff --git a/community/catalyst-dkms/3.5-do_mmap.patch b/community/catalyst-dkms/3.5-do_mmap.patch deleted file mode 100644 index 04248eb7b..000000000 --- a/community/catalyst-dkms/3.5-do_mmap.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2012-06-15 18:30:13.483762070 +0200 -+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2012-06-17 17:47:36.543041869 +0200 -@@ -2106,6 +2106,12 @@ - } - } - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 5, 0) -+# define NO_DO_MMAP -+# define do_mmap(a,b,c,d,e,f) vm_mmap(a, b, c, d, e, f) -+# define do_munmap(a,b,c) vm_munmap(b, c) -+#endif -+ - unsigned long ATI_API_CALL KCL_MEM_AllocLinearAddrInterval( - KCL_IO_FILE_Handle file, - unsigned long addr, -@@ -2117,10 +2123,13 @@ - - flags = MAP_SHARED; - prot = PROT_READ|PROT_WRITE; -- -+#ifdef NO_DO_MMAP -+ vaddr = (void *) vm_mmap(file, 0, len, prot, flags, pgoff); -+#else - down_write(¤t->mm->mmap_sem); - vaddr = (void *) do_mmap(file, 0, len, prot, flags, pgoff); - up_write(¤t->mm->mmap_sem); -+#endif - if (IS_ERR(vaddr)) - return 0; - else -@@ -2131,7 +2140,9 @@ - { - int retcode = 0; - -+#ifndef NO_DO_MMAP - down_write(¤t->mm->mmap_sem); -+#endif - #ifdef FGL_LINUX_RHEL_MUNMAP_API - retcode = do_munmap(current->mm, - addr, -@@ -2142,7 +2153,9 @@ - addr, - len); - #endif -+#ifndef NO_DO_MMAP - up_write(¤t->mm->mmap_sem); -+#endif - return retcode; - } - diff --git a/community/catalyst-dkms/PKGBUILD b/community/catalyst-dkms/PKGBUILD deleted file mode 100644 index d48e8f2cd..000000000 --- a/community/catalyst-dkms/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# $Id: PKGBUILD 77694 2012-10-13 14:52:56Z lcarlier $ -# Maintainer: Laurent Carlier <lordheavym@gmail.com> -# Contributor: Vi0L0, wonder, Eduardo "kensai" Romero -# Contributor: aidanlinz, Rip-Rip, OvsInc, Sebastian Siebert - -pkgname=catalyst-dkms -pkgver=12.9 -pkgrel=1 -pkgdesc="AMD proprietary gpu kernel driver" -arch=('i686' 'x86_64') -url="http://www.amd.com" -license=('custom') -depends=('dkms') -optdepends=('linux-headers: build the module against Arch kernel' - 'linux-lts-headers: build the module against LTS Arch kernel') -replaces=('catalyst-lts-dkms') # useless -source=(#http://www2.ati.com/drivers/linux/amd-driver-installer-${pkgver/./-}-x86.x86_64.zip - https://launchpad.net/ubuntu/quantal/+source/fglrx-installer/2:9.000-0ubuntu1/+files/fglrx-installer_9.000.orig.tar.gz - dkms.conf) -md5sums=('2bb6e8193fdddff9bbd2e3d9f9e8f39b' - '972049dc247a74a7162f2227078abcb0') -install=catalyst.install - -package() { - depends=(${depends[@]} "catalyst-utils=${pkgver}") - - cd ${srcdir} - - if [ "${CARCH}" = "x86_64" ]; then - _archdir=x86_64 - else - _archdir=x86 - fi - - #sh ./amd-driver-installer*.run --extract fglrx-install - - #cd fglrx-install - #patch -Np1 -i ../3.5-do_mmap.patch - - install -dm755 "${pkgdir}/usr/lib/modprobe.d" - install -dm755 "${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}" - cp -r lib/modules/fglrx/build_mod/* "${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/" - cp "arch/${_archdir}"/lib/modules/fglrx/build_mod/libfglrx_ip.a "${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/" - cp ${srcdir}/dkms.conf "${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/" - sed -i -e "s/@VERSION@/${pkgver}-${pkgrel}/" "${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/dkms.conf" - - echo "blacklist radeon" >> "${pkgdir}/usr/lib/modprobe.d/catalyst.conf" - - # license - install -Dm644 "${srcdir}/usr/share/doc/fglrx/LICENSE.TXT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT" -} diff --git a/community/catalyst-dkms/catalyst.install b/community/catalyst-dkms/catalyst.install deleted file mode 100644 index 655468646..000000000 --- a/community/catalyst-dkms/catalyst.install +++ /dev/null @@ -1,18 +0,0 @@ -post_install() { - dkms install -m fglrx -v $1 -} - -pre_upgrade() { - local curver=$2 - # $2 is unset due to a bug. Query current version using pacman as fallback - [ -n "$curver" ] || curver=$(pacman -Qi catalyst-dkms | awk '/^Version/{print $3}') - pre_remove $curver -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - dkms remove -m fglrx -v $1 --all -} diff --git a/community/catalyst-dkms/dkms.conf b/community/catalyst-dkms/dkms.conf deleted file mode 100644 index 8d312da4f..000000000 --- a/community/catalyst-dkms/dkms.conf +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGE_NAME="fglrx" -PACKAGE_VERSION="@VERSION@" -CLEAN="rm -f *.*o" -BUILT_MODULE_NAME[0]="fglrx" -MAKE[0]="sh make.sh --nohints --uname_r=$kernelver --norootcheck" -DEST_MODULE_LOCATION[0]="/extramodules" -AUTOINSTALL="yes" diff --git a/community/catalyst-lts-dkms/PKGBUILD b/community/catalyst-lts-dkms/PKGBUILD deleted file mode 100644 index 2c0683df7..000000000 --- a/community/catalyst-lts-dkms/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# $Id: PKGBUILD 76980 2012-10-02 21:28:25Z lcarlier $ -# Maintainer: Laurent Carlier <lordheavym@gmail.com> -# Contributor: Vi0L0, wonder, Eduardo "kensai" Romero -# Contributor: aidanlinz, Rip-Rip, OvsInc, Sebastian Siebert - -pkgname=catalyst-lts-dkms -pkgver=12.8 -pkgrel=0.1 -pkgdesc="AMD proprietary gpu kernel driver" -arch=('i686' 'x86_64') -url="http://www.amd.com" -license=('custom') -depends=('linux-lts' 'linux-lts-headers' 'dkms') -source=(http://www2.ati.com/drivers/linux/amd-driver-installer-${pkgver/./-}-x86.x86_64.zip - dkms.conf) -md5sums=('41c5478322b13be6909eeb46412a3aa0' - '98d42443e84e91674ba79f0e6c38c572') -install=catalyst.install - -package() { - depends=(${depends[@]} "catalyst-utils=${pkgver}") - - cd ${srcdir} - - if [ "${CARCH}" = "x86_64" ]; then - _archdir=x86_64 - else - _archdir=x86 - fi - - sh ./amd-driver-installer*.run --extract fglrx-install - - cd fglrx-install - - install -dm755 "${pkgdir}/usr/lib/modprobe.d" - install -dm755 "${pkgdir}/usr/src/fglrx-lts-${pkgver}-${pkgrel}" - cp -r common/lib/modules/fglrx/build_mod/* "${pkgdir}/usr/src/fglrx-lts-${pkgver}-${pkgrel}/" - cp "arch/${_archdir}"/lib/modules/fglrx/build_mod/libfglrx_ip.a "${pkgdir}/usr/src/fglrx-lts-${pkgver}-${pkgrel}/" - cp ${srcdir}/dkms.conf "${pkgdir}/usr/src/fglrx-lts-${pkgver}-${pkgrel}/" - sed -i -e "s/@VERSION@/${pkgver}-${pkgrel}/" "${pkgdir}/usr/src/fglrx-lts-${pkgver}-${pkgrel}/dkms.conf" - - echo "blacklist radeon" >> "${pkgdir}/usr/lib/modprobe.d/catalyst-lts.conf" - - # license - install -Dm644 "${srcdir}/fglrx-install/LICENSE.TXT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT" -} diff --git a/community/catalyst-lts-dkms/catalyst.install b/community/catalyst-lts-dkms/catalyst.install deleted file mode 100644 index 021f3fc54..000000000 --- a/community/catalyst-lts-dkms/catalyst.install +++ /dev/null @@ -1,24 +0,0 @@ -post_install() -{ - dkms add -m fglrx-lts -v $1 - dkms build -m fglrx-lts -v $1 - dkms install -m fglrx-lts -v $1 -} - -pre_upgrade() -{ - dkms remove -m fglrx-lts -v $1 --all -} - -post_upgrade() -{ - dkms add -m fglrx-lts -v $1 - dkms build -m fglrx-lts -v $1 - dkms install -m fglrx-lts -v $1 -} - -pre_remove() -{ - dkms remove -m fglrx-lts -v $1 --all -} - diff --git a/community/catalyst-lts-dkms/dkms.conf b/community/catalyst-lts-dkms/dkms.conf deleted file mode 100644 index 64f81f832..000000000 --- a/community/catalyst-lts-dkms/dkms.conf +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGE_NAME="fglrx-lts" -PACKAGE_VERSION="@VERSION@" -CLEAN="rm -f *.*o" -BUILT_MODULE_NAME[0]="fglrx" -MAKE[0]="sh make.sh --nohints --uname_r=$kernelver --norootcheck" -DEST_MODULE_LOCATION[0]="/extramodules" -AUTOINSTALL="yes" diff --git a/community/catdoc/PKGBUILD b/community/catdoc/PKGBUILD index bad621899..8d0f91502 100644 --- a/community/catdoc/PKGBUILD +++ b/community/catdoc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=catdoc pkgver=0.94.3 pkgrel=1 pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.wagner.pp.ru/~vitus/software/catdoc/" license=('GPL') depends=('glibc') diff --git a/community/catdvi/PKGBUILD b/community/catdvi/PKGBUILD index cb8321332..834beee22 100644 --- a/community/catdvi/PKGBUILD +++ b/community/catdvi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=catdvi pkgver=0.14 pkgrel=5 pkgdesc="A DVI to plain text translator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://catdvi.sourceforge.net" license=('GPL') depends=('glibc' 'texlive-core') diff --git a/community/ccd2iso/PKGBUILD b/community/ccd2iso/PKGBUILD index c3a56f762..7b1868fac 100644 --- a/community/ccd2iso/PKGBUILD +++ b/community/ccd2iso/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ccd2iso pkgver=0.3 pkgrel=7 pkgdesc="Converts CCD/IMG CloneCD images to ISO format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/ccd2iso" license=('GPL') depends=('glibc') diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index 94aef2f6c..ffdf67f1d 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccid pkgver=1.4.9 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 e74af9746..08b64291c 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cclive pkgver=0.7.11 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..95df39a45 100644 --- a/community/ccmalloc/PKGBUILD +++ b/community/ccmalloc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccmalloc pkgver=0.4.0 pkgrel=2 pkgdesc="Track down memory related problems with C and C++ programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/ccmalloc" license=('GPL2') depends=('sh') diff --git a/community/ccrypt/PKGBUILD b/community/ccrypt/PKGBUILD index 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..57dd4d636 100644 --- a/community/ccze/PKGBUILD +++ b/community/ccze/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ccze pkgver=0.2.1 -pkgrel=6 +pkgrel=6.1 pkgdesc="Robust and modular log colorizer with many plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/ccze/" license=('GPL') depends=('ncurses' 'pcre') @@ -24,7 +24,7 @@ build() { sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in sed -e '/#undef error_t/d' -i system.h.in - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD index 8409adaa4..b2be5c5f5 100644 --- a/community/cdbxx/PKGBUILD +++ b/community/cdbxx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdbxx pkgver=0.0.1rc2 pkgrel=3 pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://cdbxx.sourceforge.net/" license=("GPL") depends=(gcc) diff --git a/community/cdcd/PKGBUILD b/community/cdcd/PKGBUILD index f9d78ad68..57338fc35 100644 --- a/community/cdcd/PKGBUILD +++ b/community/cdcd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdcd pkgver=0.6.6 pkgrel=6 pkgdesc="A commandline cd-player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libcdaudio' 'readline') url="http://libcdaudio.sourceforge.net/" license=('GPL2') diff --git a/community/cdck/PKGBUILD b/community/cdck/PKGBUILD index 4a3dc6f32..f5689fafd 100644 --- a/community/cdck/PKGBUILD +++ b/community/cdck/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cdck pkgver=0.7.0 pkgrel=4 pkgdesc="A simple program to verify CD/DVD quality" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://swaj.net/unix/" license=('GPL') depends=(gcc-libs) @@ -20,7 +20,7 @@ md5sums=('15029d54b99f2e5cf8aae28077669d3f') build() { cd "$srcdir/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST PATH="/usr/bin/core_perl:$PATH" make } diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD index 4862b1508..ca1d2a159 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdcover pkgver=0.7.4 pkgrel=5 pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdcover.sourceforge.net" license=('GPL') depends=('python2' 'tk') diff --git a/community/cddb-py/PKGBUILD b/community/cddb-py/PKGBUILD index 6d2359f9f..1767fc689 100644 --- a/community/cddb-py/PKGBUILD +++ b/community/cddb-py/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cddb-py pkgver=1.4 pkgrel=6 pkgdesc="CDDB-Server access from Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cddb-py.sourceforge.net" license=('GPL') depends=('python2') diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD index a3166b3a5..f31a9608a 100644 --- a/community/cdemu-client/PKGBUILD +++ b/community/cdemu-client/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cdemu-client pkgver=1.5.0 pkgrel=2 pkgdesc="Simple command-line client for controlling cdemu-daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') depends=('python2' 'dbus-python' 'cdemu-daemon') diff --git a/community/cdemu-daemon/PKGBUILD b/community/cdemu-daemon/PKGBUILD index 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/cdfs/PKGBUILD b/community/cdfs/PKGBUILD deleted file mode 100644 index a0cb76e27..000000000 --- a/community/cdfs/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 79176 2012-10-31 07:24:57Z tpowa $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar> - -pkgname=cdfs -pkgver=2.6.27 -pkgrel=33 -pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files." -arch=(i686 x86_64) -url="http://www.elis.UGent.be/~ronsse/cdfs/" -license=('GPL') -makedepends=('linux-headers') -install=cdfs.install -source=("http://www.elis.UGent.be/~ronsse/cdfs/download/$pkgname-$pkgver.tar.bz2" - "cdfs-3.0.patch" - "cdfs-3.2.patch" - "cdfs-3.4.patch") -md5sums=('ac64c014a90e3c488394832ea29605b3' - 'aba7da94a9dcbb8a93ea423cb6958fef' - 'e934407b3460257a301822ffc4ab3933' - '9215e7bdac728bd2f889fb525e543454') - -build() { - _kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -` - depends=("linux>=3.${_kernver}" "linux<3.`expr ${_kernver} + 1`") - _kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version` - - cd $srcdir/$pkgname-$pkgver - patch -p1 <$srcdir/cdfs-3.0.patch - patch -p1 <$srcdir/cdfs-3.2.patch - patch -p1 <$srcdir/cdfs-3.4.patch - make KDIR=/usr/lib/modules/${_kernverfull}/build - install -Dm0644 cdfs.ko $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/cdfs.ko - sed -i "s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH|" $startdir/cdfs.install -} diff --git a/community/cdfs/cdfs-3.0.patch b/community/cdfs/cdfs-3.0.patch deleted file mode 100644 index 20194b848..000000000 --- a/community/cdfs/cdfs-3.0.patch +++ /dev/null @@ -1,274 +0,0 @@ -diff -wbBur cdfs-2.6.27/cddata.c cdfs-2.6.27.my/cddata.c ---- cdfs-2.6.27/cddata.c 2009-12-21 17:04:03.000000000 +0300 -+++ cdfs-2.6.27.my/cddata.c 2011-07-24 21:18:44.000000000 +0400 -@@ -83,7 +83,7 @@ - #else - .mmap = generic_file_readonly_mmap, - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27) -- .sendfile = generic_file_sendfile -+// .sendfile = generic_file_sendfile - #else - .splice_read = generic_file_splice_read - #endif -diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c ---- cdfs-2.6.27/root.c 2009-12-21 16:38:31.000000000 +0300 -+++ cdfs-2.6.27.my/root.c 2011-07-25 13:16:59.000000000 +0400 -@@ -32,19 +30,14 @@ - * Added code to transform /proc/cdfs into a sequential synthetic file. * - *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ - -- - #include <linux/seq_file.h> -- --#ifndef OLD_KERNEL - #include <linux/statfs.h> --#endif -+#include <linux/sched.h> - - extern struct seq_operations cdfs_operations; - extern struct _track_info *dummy_track_p; - --#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,24) - struct inode *cdfs_iget(struct super_block *sp, unsigned long ino); --#endif - /*============================================================================* - * cdfs_open() * - * Description: * -@@ -115,15 +108,8 @@ - - /********************************************************************/ - --#ifdef OLD_KERNEL --static struct super_block * cdfs_mount(struct super_block *sb, void *data, int silent){ -- kdev_t dev = sb->s_dev; -- int i, j, t; -- struct cdrom_tochdr hdr; --#else - static int cdfs_fill_super(struct super_block *sb, void *data, int silent){ - int i, t; --#endif - struct cdrom_tocentry entry; - int no_audio=0, no_data=0; - cd * this_cd; -@@ -131,24 +117,13 @@ - - PRINT("cdfs_mount\n"); - --#ifdef OLD_KERNEL -- MOD_INC_USE_COUNT; -- -- set_blocksize(dev, CD_FRAMESIZE); // voor bread met ide-cd --#else - sb_set_blocksize(sb, CD_FRAMESIZE); // voor bread met ide-cd --#endif - - sb->s_blocksize = CD_FRAMESIZE; - sb->s_blocksize_bits = 11; - - if (!(this_cd = cdfs_info(sb) = kmalloc(sizeof(cd), GFP_KERNEL))){ --#ifdef OLD_KERNEL -- MOD_DEC_USE_COUNT; -- return NULL; --#else - return -ENOMEM; --#endif - } - - this_cd->mode = MODE; -@@ -160,13 +135,8 @@ - - // Initialize cache for maximum sector size - if (!(this_cd->cache = kmalloc(CD_FRAMESIZE_RAWER*CACHE_SIZE, GFP_KERNEL))) { --#ifdef OLD_KERNEL -- MOD_DEC_USE_COUNT; -- return NULL; --#else - kfree(cdfs_info(sb)); - return -ENOMEM; --#endif - } - - // Cache is still invalid -@@ -183,23 +153,13 @@ - if (this_cd->toc_scsi){ - if (cdfs_toc_read_full(sb)){ - printk("TOC read failed\n"); --#ifdef OLD_KERNEL -- MOD_DEC_USE_COUNT; -- return NULL; --#else - goto invalid; --#endif - } - } else { - //if (cdfs_ioctl(sb, CDROMREADTOCHDR, (unsigned long)&hdr)){ - if (cdfs_toc_read(sb)){ - printk("cdfs_toc_read failed\n"); --#ifdef OLD_KERNEL -- MOD_DEC_USE_COUNT; -- return NULL; --#else - goto invalid; --#endif - } - } - -@@ -365,11 +325,7 @@ - sb->s_flags |= MS_RDONLY; - sb->s_op = &cdfs_ops; - /* always get inode status */ --#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,24) - retinode=cdfs_iget(sb, 0); --#else -- retinode=iget(sb, 0); --#endif - if ( IS_ERR(retinode) ) - return PTR_ERR(retinode); - -@@ -379,16 +335,12 @@ - - cdfs_proc_cd = this_cd; - --#ifdef OLD_KERNEL -- return sb; --#else - return 0; - - invalid: - kfree(this_cd->cache); - kfree(cdfs_info(sb)); - return -EINVAL; --#endif - } - - /************************************************************************/ -@@ -410,27 +362,12 @@ - // Remove /proc entry - cdfs_proc_cd = NULL; - kfree(cdfs_info(sb)); -- --#ifdef OLD_KERNEL -- MOD_DEC_USE_COUNT; --#endif -- - } - - /************************************************************************/ - --#ifdef OLD_KERNEL --static int cdfs_statfs(struct super_block *sb, struct statfs *buf) { -- cd * this_cd = cdfs_info(sb); --#else --#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) - static int cdfs_statfs(struct dentry *d, struct kstatfs *buf) { - cd * this_cd = cdfs_info(d->d_sb); --#else --static int cdfs_statfs(struct super_block *sb, struct kstatfs *buf) { -- cd * this_cd = cdfs_info(sb); --#endif --#endif - PRINT("rmfs_statfs\n"); - - buf->f_type = CDFS_MAGIC; -@@ -460,11 +397,7 @@ - - /************************************************************************/ - --#ifdef OLD_KERNEL --static struct dentry * cdfs_lookup(struct inode *dir, struct dentry *dentry){ --#else - static struct dentry * cdfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd){ --#endif - struct inode * inode; - int i; - cd * this_cd = cdfs_info(dir->i_sb); -@@ -480,15 +413,9 @@ - /* Use goto and read inode with iget()/cdfs_iget() */ - /* Thanks to David Howells for patch and Master class in his mail */ - found: --#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,24) - inode = cdfs_iget(dir->i_sb, i); - if (IS_ERR(inode)) - return ERR_CAST(inode); --#else -- inode = iget(dir->i_sb, i); -- if (!inode) -- return ERR_PTR(-ENOMEM); --#endif - d_add(dentry, inode); - return NULL; - } -@@ -529,12 +456,8 @@ - i->i_fop = &cdfs_dir_operations; - } else { /* file */ - i->i_size = this_cd->track[i->i_ino].size; --#ifdef OLD_KERNEL -- i->i_mtime = i->i_atime = i->i_ctime = this_cd->track[i->i_ino].time; --#else - i->i_mtime.tv_sec = i->i_atime.tv_sec = i->i_ctime.tv_sec = this_cd->track[i->i_ino].time; - i->i_mtime.tv_nsec = i->i_atime.tv_nsec = i->i_ctime.tv_nsec = 0; --#endif - i->i_mode = this_cd->mode; - if ((this_cd->track[i->i_ino].type==DATA) && this_cd->track[i->i_ino].iso_size) { - i->i_fop = &cdfs_cddata_file_operations; -@@ -587,33 +510,21 @@ - /******************************************************************/ - - static struct super_operations cdfs_ops = { --#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25) -- .read_inode = cdfs_read_inode, --#endif - .put_super = cdfs_umount, - .statfs = cdfs_statfs - }; - --#ifdef OLD_KERNEL --static DECLARE_FSTYPE_DEV(cdfs_fs_type, FSNAME, cdfs_mount); --#else --#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) --static int cdfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) { -- return get_sb_bdev(fs_type, flags, dev_name, data, cdfs_fill_super, mnt); --#else --static struct super_block *cdfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) { -- return get_sb_bdev(fs_type, flags, dev_name, data, cdfs_fill_super); --#endif --} -+//static int cdfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) { -+// return get_sb_bdev(fs_type, flags, dev_name, data, cdfs_fill_super, mnt); -+//} - - static struct file_system_type cdfs_fs_type = { - .owner = THIS_MODULE, - .name = "cdfs", -- .get_sb = cdfs_get_sb, -+// .get_sb = cdfs_get_sb, - .kill_sb = kill_block_super, - .fs_flags = FS_REQUIRES_DEV - }; --#endif - - /******************************************************/ - -@@ -621,10 +532,6 @@ - MODULE_DESCRIPTION("CDfs: a CD filesystem"); - MODULE_LICENSE("GPL"); - --#ifdef OLD_KERNEL --EXPORT_NO_SYMBOLS; --#endif -- - /******************************************************************/ - - static int __init cdfs_init(void) { -@@ -676,11 +583,7 @@ - - if (!options) return; - --#ifdef OLD_KERNEL -- for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { --#else - while ((this_char = strsep(&options,",")) != NULL) { --#endif - - if (!strcmp(this_char,"single")) - this_cd->single=TRUE; diff --git a/community/cdfs/cdfs-3.2.patch b/community/cdfs/cdfs-3.2.patch deleted file mode 100644 index d3300bdbc..000000000 --- a/community/cdfs/cdfs-3.2.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c ---- cdfs-2.6.27/root.c 2009-12-21 16:38:31.000000000 +0300 -+++ cdfs-2.6.27.my/root.c 2012-01-18 11:23:03.000000000 +0400 -@@ -517,7 +517,7 @@ - - i->i_uid = this_cd->uid; - i->i_gid = this_cd->gid; -- i->i_nlink = 1; -+ i->__i_nlink = 1; - i->i_op = &cdfs_inode_operations; - i->i_fop = NULL; - i->i_data.a_ops = NULL; diff --git a/community/cdfs/cdfs-3.4.patch b/community/cdfs/cdfs-3.4.patch deleted file mode 100644 index 5c2cb9b24..000000000 --- a/community/cdfs/cdfs-3.4.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c ---- cdfs-2.6.27/root.c 2009-12-21 16:38:31.000000000 +0300 -+++ cdfs-2.6.27.my/root.c 2012-06-15 17:09:27.000000000 +0400 -@@ -375,7 +375,7 @@ - - PRINT("retinode = %ld\n", retinode->i_ino); - -- sb->s_root = d_alloc_root(retinode); -+ sb->s_root = d_make_root(retinode); - - cdfs_proc_cd = this_cd; - diff --git a/community/cdfs/cdfs.install b/community/cdfs/cdfs.install deleted file mode 100644 index 7d2ea4d31..000000000 --- a/community/cdfs/cdfs.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_upgrade() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_remove() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD index bdda55c8f..ca59ebaa3 100644 --- a/community/cdrtools/PKGBUILD +++ b/community/cdrtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cdrtools pkgver=3.01a11 pkgrel=1 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdrecord.berlios.de/private/cdrecord.html" license=('CDDL') depends=('acl') diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 584eec445..a52387492 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('cegui' 'cegui-docs') pkgver=0.7.7 pkgrel=5 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://crayzedsgui.sourceforge.net" #options=('!libtool') license=("MIT") diff --git a/community/cellwriter/PKGBUILD b/community/cellwriter/PKGBUILD index ebac22ee5..19ce811d5 100644 --- a/community/cellwriter/PKGBUILD +++ b/community/cellwriter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cellwriter pkgver=1.3.4 pkgrel=6 pkgdesc='A grid-entry natural handwriting input panel.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://v1.risujin.org/cellwriter/' depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme') diff --git a/community/celt-0.7/PKGBUILD b/community/celt-0.7/PKGBUILD index d55759b58..f22201bd7 100644 --- a/community/celt-0.7/PKGBUILD +++ b/community/celt-0.7/PKGBUILD @@ -8,7 +8,7 @@ _realname=celt pkgver=0.7.1 pkgrel=3 pkgdesc="Low-latency audio communication codec" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.celt-codec.org" license=('BSD') depends=('libogg') diff --git a/community/celt/PKGBUILD b/community/celt/PKGBUILD deleted file mode 100644 index e1f07e228..000000000 --- a/community/celt/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic < gostrc at gmail > -# Contributor: Lauri Niskanen <ape@ape3000.com> -# Contributor: Ray Rashif <schivmeister@gmail.com> - -pkgname=celt -pkgver=0.11.1 -pkgrel=4 -pkgdesc='Low-latency audio communication codec' -arch=('i686' 'x86_64') -url='http://www.celt-codec.org' -license=('BSD') -depends=('libogg') -options=('!libtool') -source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('94fe4acd241da8702c295bcd13a555e6') - -build() { - cd ${pkgname}-${pkgver} - - ./configure \ - --prefix=/usr \ - --enable-custom-modes - - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install - - install -D -m644 COPYING \ - ${pkgdir}/usr/share/licenses/${pkgname}/BSD -} 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 deb501fa5..b1660d650 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.1 _gitver=1.7.4 pkgrel=1 pkgdesc="A web interface for git written in plain C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hjemli.net/git/cgit" license=('GPL') depends=('openssl') diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD index f5bebd03e..f5ad9ee3c 100644 --- a/community/checkinstall/PKGBUILD +++ b/community/checkinstall/PKGBUILD @@ -6,7 +6,7 @@ pkgname=checkinstall pkgver=1.6.2 pkgrel=2 pkgdesc="spy for 'make install' and build rpm or deb" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://asic-linux.com.mx/~izto/checkinstall/" license=('GPL') backup=(etc/checkinstall/checkinstallrc) diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 1cb98a34a..9a6c0204e 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -8,7 +8,7 @@ pkgname=chicken pkgver=4.8.0.1 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/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 083591db7..40c0b3969 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chmsee pkgver=2.0 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') diff --git a/community/chntpw/PKGBUILD b/community/chntpw/PKGBUILD index 16c8f504c..6991ac9d9 100644 --- a/community/chntpw/PKGBUILD +++ b/community/chntpw/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chntpw pkgver=110511 pkgrel=2 pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user database file.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pogostick.net/~pnh/ntpasswd/' license=('GPL' 'LGPL') makedepends=('openssl') @@ -16,7 +16,7 @@ md5sums=('a3fb358d1adec589cd6bc8dedf68896c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - [ "$CARCH" = "x86_64" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" Makefile + [ "$CARCH" != "i686" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" Makefile make } diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index 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/chromaprint/PKGBUILD b/community/chromaprint/PKGBUILD deleted file mode 100644 index 6f7177ec3..000000000 --- a/community/chromaprint/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 75942 2012-09-06 00:10:52Z bisson $ -# Contributor: Wieland Hoffmann <the_mineo@web.de> -# Maintainer: Gaetan Bisson <bisson@archlinux.org> - -pkgname=chromaprint -pkgver=0.7 -pkgrel=1 -pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' -url='http://acoustid.org/chromaprint/' -arch=('i686' 'x86_64') -license=('LGPL') -depends=('ffmpeg') -makedepends=('cmake') -source=("https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXAMPLES=ON . - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} diff --git a/community/chromaprint/ffmpeg.patch b/community/chromaprint/ffmpeg.patch deleted file mode 100644 index 7c0b86d77..000000000 --- a/community/chromaprint/ffmpeg.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Naur old/examples/fpcalc.c new/examples/fpcalc.c ---- old/examples/fpcalc.c 2011-12-22 22:11:23.000000000 +1100 -+++ new/examples/fpcalc.c 2012-06-04 10:44:30.596604910 +1000 -@@ -28,7 +28,7 @@ - #endif - int16_t *buffer; - -- if (av_open_input_file(&format_ctx, file_name, NULL, 0, NULL) != 0) { -+ if (avformat_open_input(&format_ctx, file_name, NULL, NULL) != 0) { - fprintf(stderr, "ERROR: couldn't open the file\n"); - goto done; - } -@@ -71,9 +71,9 @@ - goto done; - } - -- if (codec_ctx->sample_fmt != SAMPLE_FMT_S16) { -+ if (codec_ctx->sample_fmt != AV_SAMPLE_FMT_S16) { - #ifdef HAVE_AV_AUDIO_CONVERT -- convert_ctx = av_audio_convert_alloc(SAMPLE_FMT_S16, codec_ctx->channels, -+ convert_ctx = av_audio_convert_alloc(AV_SAMPLE_FMT_S16, codec_ctx->channels, - codec_ctx->sample_fmt, codec_ctx->channels, NULL, 0); - if (!convert_ctx) { - fprintf(stderr, "ERROR: couldn't create sample format converter\n"); -@@ -133,7 +133,7 @@ - if (convert_ctx) { - const void *ibuf[6] = { buffer1 }; - void *obuf[6] = { buffer2 }; -- int istride[6] = { av_get_bits_per_sample_format(codec_ctx->sample_fmt) / 8 }; -+ int istride[6] = { av_get_bytes_per_sample(codec_ctx->sample_fmt) }; - int ostride[6] = { 2 }; - int len = buffer_size / istride[0]; - if (av_audio_convert(convert_ctx, obuf, ostride, ibuf, istride, len) < 0) { diff --git a/community/chromium-bsu/PKGBUILD b/community/chromium-bsu/PKGBUILD index 5637d2a22..2974d0fd9 100644 --- a/community/chromium-bsu/PKGBUILD +++ b/community/chromium-bsu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=chromium-bsu pkgver=0.9.15 pkgrel=3 pkgdesc="A fast paced top scrolling shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://chromium-bsu.sourceforge.net/" license=('custom:artistic') depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 'fontconfig' 'sdl_image') diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index 3c923f6ea..e009e9546 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -10,7 +10,7 @@ pkgname=chrony pkgver=1.27 pkgrel=1 pkgdesc='Lightweight NTP client and server' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://chrony.tuxfamily.org/" options=('strip') license=('GPL') diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD index 21bd8e3f0..89448b5c9 100644 --- a/community/chrootuid/PKGBUILD +++ b/community/chrootuid/PKGBUILD @@ -7,7 +7,7 @@ pkgname=chrootuid pkgver=1.3 pkgrel=5 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="Runs a command in a restricted environment." url="ftp://ftp.porcupine.org/pub/security/index.html" license=("BSD") diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD index c978d17a9..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/cksfv/PKGBUILD b/community/cksfv/PKGBUILD index 4365b3ed3..b8b4192d0 100644 --- a/community/cksfv/PKGBUILD +++ b/community/cksfv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cksfv pkgver=1.3.14 pkgrel=2 pkgdesc="SFV (Simple File Verification) Checker" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/" license=('GPL') depends=('glibc') diff --git a/community/cl/PKGBUILD b/community/cl/PKGBUILD deleted file mode 100644 index 714f8dd28..000000000 --- a/community/cl/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: kappa <kappacurve@gmail.com> - -pkgname=cl -pkgver=1.0 -pkgrel=1 -arch=('x86_64' 'i686') -pkgdesc="OpenCL binding for the Erlang programming language" -url="http://github.com/tonyrog/cl" -license=('custom:unknown') -depends=('erlang' 'libcl' 'bash') -makedepends=('opencl-headers') -source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/tonyrog/cl/tarball/master") -md5sums=('62960d4b8ce47be7d2e3898b99a30fd1') -_dirname='tonyrog-cl-bba7b77' - -build() { - cd "$srcdir/$_dirname" - - make - - cd c_src - rm config.* -} - -package() { - cd "$srcdir/$_dirname" - - mkdir -p "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver" - cp -r * "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver" - - #install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index ada02b3dc..ae887294d 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clamz pkgver=0.5 pkgrel=1 pkgdesc="Command-line program to download MP3 files from Amazon.com's music store." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/clamz/' license=('GPL3') depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils') diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD index d0e256484..88a9daad9 100644 --- a/community/clanlib/PKGBUILD +++ b/community/clanlib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=clanlib pkgver=2.3.6 pkgrel=4 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 45d19d83a..441d1f08b 100644 --- a/community/clearsilver/PKGBUILD +++ b/community/clearsilver/PKGBUILD @@ -7,7 +7,7 @@ pkgname=clearsilver pkgver=0.10.5 pkgrel=8 pkgdesc="clearsilver is a fast, powerful, and language-neutral HTML template system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.clearsilver.net' license=('custom') depends=('python2' 'perl' 'ruby' 'java-runtime') diff --git a/community/clewn/PKGBUILD b/community/clewn/PKGBUILD index f557aa50b..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 54794584f..4a069a29d 100644 --- a/community/clinica/PKGBUILD +++ b/community/clinica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clinica pkgver=0.2.1 pkgrel=5 pkgdesc="Simple medical records manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/clinica-project" license=('GPL3') depends=('libgee' 'libpeas' 'dconf') diff --git a/community/clipit/PKGBUILD b/community/clipit/PKGBUILD index bd39684a2..c81f2d53f 100644 --- a/community/clipit/PKGBUILD +++ b/community/clipit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clipit pkgver=1.4.2 pkgrel=4 pkgdesc="Lightweight GTK+ clipboard manager (fork of Parcellite)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gtkclipit.sourceforge.net/" license=('GPL3') depends=('gtk2' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'librsvg') diff --git a/community/clucene/PKGBUILD b/community/clucene/PKGBUILD deleted file mode 100644 index 405ebf7ee..000000000 --- a/community/clucene/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 62283 2012-01-19 00:04:00Z arodseth $ -# Maintainer: Alexander Rødseth -# Contributor: Alois Nespor <alois.nespor@gmail.com> -# Contributor: Tobias Powalowski <tpowa@archlinux.org> -pkgname=clucene -pkgver=2.3.3.4 -pkgrel=3 -pkgdesc="C++ port of the high-performance text search engine Lucene" -arch=('x86_64' 'i686') -url="http://clucene.sourceforge.net/" -license=('APACHE' 'LGPL') -depends=('gcc-libs' 'zlib' 'boost-libs') -makedepends=('cmake' 'boost') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz") -sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab') - -build() { - cd "$srcdir" - - sed 's:core:core -lclucene-shared:' \ - -i "$pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake" - - mkdir build - cd build - cmake "../$pkgname-core-$pkgver" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_ASCII_MODE=OFF \ - -DENABLE_PACKAGING=OFF \ - -DDISABLE_MULTITHREADING=OFF - make -} - -package() { - cd "$srcdir/build" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: 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..6debec44f 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -8,7 +8,7 @@ pkgname=codeblocks pkgver=12.11 pkgrel=2 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 a5d28a5ca..d4bffed52 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.2.0 pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 806cc23a9..9714ebb61 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -10,7 +10,7 @@ pkgname=commoncpp2 pkgver=1.8.1 pkgrel=3 pkgdesc="GNU Common C++ 2" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.gnu.org/software/commoncpp/' license=('GPL' 'custom') depends=('gcc-libs' 'zlib' 'sh') diff --git a/community/compiz-bcop/PKGBUILD b/community/compiz-bcop/PKGBUILD index b8af4d326..b4f3b7b5a 100644 --- a/community/compiz-bcop/PKGBUILD +++ b/community/compiz-bcop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-bcop pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz option code generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core>=0.8.8' 'libxslt') diff --git a/community/compiz-fusion-plugins-extra/PKGBUILD b/community/compiz-fusion-plugins-extra/PKGBUILD index 459d72d98..b006aea7b 100644 --- a/community/compiz-fusion-plugins-extra/PKGBUILD +++ b/community/compiz-fusion-plugins-extra/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-fusion-plugins-extra pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz Fusion Extra plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'compiz-bcop' 'compiz-fusion-plugins-main' 'libnotify') diff --git a/community/compiz-fusion-plugins-main/PKGBUILD b/community/compiz-fusion-plugins-main/PKGBUILD index b9d61b9ec..868d26369 100644 --- a/community/compiz-fusion-plugins-main/PKGBUILD +++ b/community/compiz-fusion-plugins-main/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compiz-fusion-plugins-main pkgver=0.8.8 pkgrel=2 pkgdesc="Compiz Fusion Main plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.compiz.org" license=('GPL') depends=('compiz-core' 'libjpeg>=7' 'librsvg' 'compiz-bcop' 'libxdamage' 'libxcomposite' diff --git a/community/compiz/PKGBUILD b/community/compiz/PKGBUILD index 2f930707a..177282ddd 100644 --- a/community/compiz/PKGBUILD +++ b/community/compiz/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=4 pkgdesc="Composite manager for Aiglx and Xgl" url="http://www.compiz.org/" license=('GPL' 'LGPL' 'MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') groups=('compiz' 'compiz-kde' 'compiz-gtk' 'compiz-fusion') makedepends=('intltool' 'gnome-control-center' 'libwnck' 'kdebase-workspace' 'startup-notification' 'librsvg' 'libgl' 'dbus' 'glu' 'libxslt' 'fuse' 'metacity') diff --git a/community/compizconfig-backend-gconf/PKGBUILD b/community/compizconfig-backend-gconf/PKGBUILD index 8b8c60cb8..43c8e29b7 100644 --- a/community/compizconfig-backend-gconf/PKGBUILD +++ b/community/compizconfig-backend-gconf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compizconfig-backend-gconf pkgver=0.8.8 pkgrel=2 pkgdesc="Compizconfig backend for gconf" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencompositing.org" license=('GPL') depends=('libcompizconfig' 'gconf') diff --git a/community/compizconfig-python/PKGBUILD b/community/compizconfig-python/PKGBUILD index d4d65ff95..6ae0eea50 100644 --- a/community/compizconfig-python/PKGBUILD +++ b/community/compizconfig-python/PKGBUILD @@ -7,7 +7,7 @@ pkgname=compizconfig-python pkgver=0.8.4 pkgrel=4 pkgdesc="Compizconfig bindings for python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencompositing.org" license=('GPL') depends=('compiz-core' 'libcompizconfig' 'glib2' 'python2' 'libxrandr') diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..14cc92378 100644 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -8,7 +8,7 @@ pkgname=confuse pkgver=2.7 pkgrel=2 pkgdesc="C-library for parsing configuration files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/confuse" license=('LGPL') depends=('glibc') diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD index c9091f03d..64f0775f6 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.11 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 c6dbe7a57..29fbfa561 100644 --- a/community/conntrack-tools/PKGBUILD +++ b/community/conntrack-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=conntrack-tools pkgver=1.4.0 pkgrel=2 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/contacts/0001-Fix-Makefile-whitespace.patch b/community/contacts/0001-Fix-Makefile-whitespace.patch deleted file mode 100644 index 3c6e3b5f9..000000000 --- a/community/contacts/0001-Fix-Makefile-whitespace.patch +++ /dev/null @@ -1,19 +0,0 @@ -From d69e65a87e58059fb7876987b4369d932ac35e17 Mon Sep 17 00:00:00 2001 -From: Joshua Lock <josh@linux.intel.com> -Date: Wed, 15 Dec 2010 14:06:44 +0000 -Subject: Fix Makefile whitespace for the new improved strict make 3.82 - -Signed-off-by: Joshua Lock <josh@linux.intel.com> ---- -diff --git a/Makefile.am b/Makefile.am -index 7c36d37..0a24f3d 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -11,4 +11,4 @@ DISTCLEANFILES = $(INTLTOOL_BUILT) - MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp $(INTLTOOL_BUILT:=.in) install-sh ltmain.sh mkinstalldirs Makefile.in missing - - snapshot: -- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` -+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` --- -cgit v0.9.0.2 diff --git a/community/contacts/PKGBUILD b/community/contacts/PKGBUILD deleted file mode 100644 index 638c9866d..000000000 --- a/community/contacts/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 69724 2012-04-23 09:06:34Z ibiru $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgname=contacts -pkgver=0.12 -pkgrel=6 -pkgdesc="Small, lightweight GTK+ address book app" -arch=('i686' 'x86_64') -url="http://pimlico-project.org/contacts.html" -license=('GPL') -depends=('gtk2' 'evolution-data-server' 'desktop-file-utils' 'xdg-utils') -makedepends=('intltool') -install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2 - 0001-Fix-Makefile-whitespace.patch) -sha256sums=('0993f34819b92e09ab64e8a90231afc3178a19a4a99cf02c3050f51a44850782' - 'f6e3879c1aacbb62e481d9c1c33679ae12f986a26a96b112ec4d7f5f3358efbf') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/0001-Fix-Makefile-whitespace.patch" - - autoreconf -fi - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-schemas-install --disable-gnome-vfs \ - --with-gconf-schema-file-dir=/usr/share/gconf/schemas - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install -} diff --git a/community/contacts/contacts.install b/community/contacts/contacts.install deleted file mode 100644 index f52f6a097..000000000 --- a/community/contacts/contacts.install +++ /dev/null @@ -1,24 +0,0 @@ -pkgname=contacts - -post_install() { - gconfpkg --install $pkgname - update-desktop-database -q - xdg-icon-resource forceupdate -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - gconfpkg --uninstall $pkgname -} - -post_remove() { - update-desktop-database -q - xdg-icon-resource forceupdate -} diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index e555b60e2..0c3f63fc5 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=converseen pkgver=0.5.2 pkgrel=2 pkgdesc="The batch image converter and resizer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://converseen.sourceforge.net/" license=('GPL3') depends=('imagemagick' 'qt' 'libwmf' 'openexr') diff --git a/community/corkscrew/PKGBUILD b/community/corkscrew/PKGBUILD index 0ca69f387..c080c9bd3 100644 --- a/community/corkscrew/PKGBUILD +++ b/community/corkscrew/PKGBUILD @@ -6,7 +6,7 @@ pkgname=corkscrew pkgver=2.0 pkgrel=5 pkgdesc="A tool for tunneling SSH through HTTP proxies" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.agroman.net/corkscrew/" license=('GPL') source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index c09195ce1..5e0b5eebf 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=couchdb pkgver=1.2.1 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/courier-authlib/PKGBUILD b/community/courier-authlib/PKGBUILD deleted file mode 100644 index 4e82387ec..000000000 --- a/community/courier-authlib/PKGBUILD +++ /dev/null @@ -1,77 +0,0 @@ -# $Id: PKGBUILD 72136 2012-06-09 00:24:01Z dreisner $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> - -pkgname=courier-authlib -pkgver=0.64.0 -pkgrel=2 -pkgdesc="Authentification library for the courier mailserver(s)" -arch=(i686 x86_64) -license=('GPL2') -url="http://courier-mta.org/authlib/" -backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \ - 'etc/authlib/authmysqlrc' 'etc/authlib/authpgsqlrc') -depends=('openssl' 'gdbm' 'perl' 'libtool' 'expect') -makedepends=('pam' 'expect' 'libldap' 'libmysqlclient' 'postgresql-libs>=8.3.0') -optdepends=('libmysqlclient' 'libldap' 'postgresql-libs') -conflicts=('courier-imap-mysql' 'courier-imap-pgsql' 'courier-imap-ldap') -provides=('courier-imap-mysql' 'courier-imap-pgsql' 'courier-imap-ldap') -options=(!libtool) -install=${pkgname}.install -source=(http://downloads.sourceforge.net/project/courier/authlib/${pkgver}/${pkgname}-${pkgver}.tar.bz2 - courier-authlib.tmpfiles - authdaemond.rc.d) -md5sums=('d946a76e81e45a139543305d310399f6' - 'bef189740e9516b0beaace4e8954ef14' - '7de75a9a74796f4fd2e81fd3ca16ed8d') - -build() { - #export MAKEFLAGS="-j1" - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libdir=/usr/lib \ - --libexecdir=/usr/lib \ - --with-db=gdbm \ - --with-mailuser=courier --with-mailgroup=courier \ - --with-authpam --with-authpwd --with-authshadow \ - --with-authldap --with-authmysql --with-authpgsql \ - --with-authuserdb --with-authcram --with-authdaemon \ - --with-authdaemonvar=/run/authdaemon - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - ############################################################################### - # post_installation ---- rename the config file and change ownerschip - for distfile in ${pkgdir}/etc/authlib/*.dist; do - chown 72:72 ${distfile} - mv ${distfile} ${pkgdir}/etc/authlib/`basename ${distfile} .dist` - done - # copy the .schema; mostly refered to as courier.schema -> rename it - install -Dm 444 authldap.schema \ - ${pkgdir}/etc/openldap/schema/courier.schema - ############################################################################### - # Install daemon, that wraps couriers bashscript - install -Dm 755 ${srcdir}/authdaemond.rc.d ${pkgdir}/etc/rc.d/authdaemond - #mkdir -p ${pkgdir}/var/spool/authdaemon - #chown -R 72:72 ${pkgdir}/var/spool/authdaemon - mkdir -p ${pkgdir}/var/spool/courier - chown -R 72:72 ${pkgdir}/var/spool/courier - # docs say we can remove .a files after make - find ${pkgdir} -name '*\.a' -exec rm -f {} \; - # Make libs available to /usr/lib - cd $pkgdir/usr/lib - for lib in courier-authlib/*.so; do - ln -s $lib . - done - - install -Dm644 "$srcdir/courier-authlib.tmpfiles" "$pkgdir/usr/lib/tmpfiles/courier-authlib.conf" - - # avoid conflict with filesystem>=2012.06 - rmdir "$pkgdir/run/authdaemon" -} diff --git a/community/courier-authlib/authdaemond.rc.d b/community/courier-authlib/authdaemond.rc.d deleted file mode 100644 index 791c3d122..000000000 --- a/community/courier-authlib/authdaemond.rc.d +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -start() { - [ -d /var/run/authdaemon ] || mkdir -p /var/run/authdaemon - chown courier:courier /var/run/authdaemon - - stat_busy "Starting Authdaemond" - /usr/sbin/authdaemond start &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon authdaemond - stat_done - fi -} - -stop() { - stat_busy "Stopping Authdaemond" - /usr/sbin/authdaemond stop &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm -f /var/run/authdaemon/{pid.lock,pid,socket} &> /dev/null - - # TODO: Take these out at some point, they're only cleanup for old way - rm -f /var/run/authdaemond.pid &> /dev/null - rm -f /var/spool/authdaemon/{pid.lock,pid,socket} &> /dev/null - - rm_daemon authdaemond - stat_done - fi -} - -case "$1" in - start) - start - ;; - stop) - stop - ;; - restart) - # calling 'stop' and 'start' without the $0 fails... - $0 stop - sleep 2 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-authlib/courier-authlib.install b/community/courier-authlib/courier-authlib.install deleted file mode 100644 index 7b29f845f..000000000 --- a/community/courier-authlib/courier-authlib.install +++ /dev/null @@ -1,26 +0,0 @@ -# arg 1: the new package version -post_install() { - # creates group and user on virgin systems - if ! getent group courier >/dev/null; then - groupadd -g 72 courier >/dev/null 2>&1 - fi - - if getent passwd courier >/dev/null; then - useradd -u 72 -d /var/spool/courier -g courier -s /bin/false courier >/dev/null 2>&1 - fi - - systemd-tmpfiles --create /usr/lib/tmpfiles/courier-authlib.conf -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 -} - -# arg 1: the old package version -pre_remove() { - userdel courier - groupdel courier -} >/dev/null 2>&1 - diff --git a/community/courier-authlib/courier-authlib.tmpfiles b/community/courier-authlib/courier-authlib.tmpfiles deleted file mode 100644 index 887303a4c..000000000 --- a/community/courier-authlib/courier-authlib.tmpfiles +++ /dev/null @@ -1 +0,0 @@ -d /run/authdaemon 0755 72 72 - diff --git a/community/courier-imap/PKGBUILD b/community/courier-imap/PKGBUILD deleted file mode 100644 index e1bb3f4f8..000000000 --- a/community/courier-imap/PKGBUILD +++ /dev/null @@ -1,94 +0,0 @@ -# $Id: PKGBUILD 60091 2011-12-05 02:57:32Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: tobias <tobias@archlinux.org> -# Committer: Manolis Tzanidakis <manolis@archlinux.org> - -pkgname=courier-imap -pkgver=4.10.0 -pkgrel=1 -pkgdesc="IMAP(s)/POP3(s) Server" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://www.courier-mta.org/imap/" -depends=('courier-maildrop>=2.5.0' 'gcc-libs' 'gamin' 'gdbm' 'openssl') -backup=('etc/courier-imap/imapd.cnf' 'etc/courier-imap/pop3d.cnf' \ - 'etc/courier-imap/imapd' 'etc/courier-imap/imapd-ssl' \ - 'etc/courier-imap/pop3d' 'etc/courier-imap/pop3d-ssl'\ - 'etc/conf.d/courier-imap') -conflicts=('courier-mta') -provides=('imap-server' 'pop3-server') -options=('!libtool') -install=$pkgname.install -source=(http://downloads.sourceforge.net/project/courier/imap/${pkgver}/${pkgname}-${pkgver}.tar.bz2 - courier-imap.conf.d - courier-imap.rc.d - imapd.rc.d - imapd-ssl.rc.d - pop3d.rc.d - pop3d-ssl.rc.d) -md5sums=('2f95c99b9ad1380b9f3ac733ccd741a2' - '3e08f017f6c5a52dea28f6f0dbd50b86' - '500c37831974f4676b67e650c67a59f6' - '6574c8046e44698efa7452c4b445d88e' - '437167a58efddc523f25180df284da20' - '1be23fb224bde93b23da6e771bd1cf01' - 'a326309b02fed3d7226d9aac88add7f2') - -# MIGRATION NOTE: -# In 2012, support for courier-imap.conf.d and courier-imap.rc.d will be removed. -# Remove those files and this note and also courier-imap.install - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # fix a tiny bug - sed -i -e \ - 's|--with-authchangepwdir=/var/tmp/dev/null|--with-authchangepwdir=$libexecdir/authlib|' \ - configure && chmod 755 configure - - ./configure --prefix=/usr \ - --sysconfdir=/etc/courier-imap \ - --libexecdir=/usr/lib/courier-imap \ - --localstatedir=/var/spool/courier-imap \ - --disable-root-check \ - --enable-unicode \ - --enable-workarounds-for-imap-client-bugs \ - --with-piddir=/var/run/courier \ - --with-trashquota \ - --with-db=gdbm \ - --with-trashquota \ - --with-mailuser=courier --with-mailgroup=courier - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install - - # cleanup - provided by courier-maildrop - rm ${pkgdir}/usr/bin/{deliverquota,maildirmake} - rm ${pkgdir}/usr/share/man/man1/maildirmake* - rm ${pkgdir}/usr/share/man/man8/deliverquota* - find ${pkgdir} -name '*\.a' -exec -rm -f {} \; - ############################################################################### - # this is what usually "make install-configure" does - # *.dist files get rid of "dist" - for distfile in ${pkgdir}/etc/courier-imap/*.dist; do - mv ${distfile} ${pkgdir}/etc/courier-imap/$(basename ${distfile} .dist) - done - sed -i 's|TLS_CERTFILE=/usr/share/|TLS_CERTFILE=/etc/courier-imap/|' \ - ${pkgdir}/etc/courier-imap/*-ssl - for pamfile in imap/*.pam; do - sed -i "s|/lib/security/||;s|pam_pwdb|pam_unix|" ${pamfile} - install -Dm 644 ${pamfile} \ - ${pkgdir}/etc/pam.d/$(basename ${pamfile} .pam | sed "s/d$//") - done - # install thingies - install -D -m 755 ${srcdir}/courier-imap.rc.d ${pkgdir}/etc/rc.d/courier-imap - install -D -m 755 ${srcdir}/imapd.rc.d ${pkgdir}/etc/rc.d/imapd - install -D -m 755 ${srcdir}/imapd-ssl.rc.d ${pkgdir}/etc/rc.d/imapd-ssl - install -D -m 755 ${srcdir}/pop3d.rc.d ${pkgdir}/etc/rc.d/pop3d - install -D -m 755 ${srcdir}/pop3d-ssl.rc.d ${pkgdir}/etc/rc.d/pop3d-ssl - install -D -m 644 ${srcdir}/courier-imap.conf.d ${pkgdir}/etc/conf.d/courier-imap -} diff --git a/community/courier-imap/courier-imap.conf.d b/community/courier-imap/courier-imap.conf.d deleted file mode 100644 index 66049470d..000000000 --- a/community/courier-imap/courier-imap.conf.d +++ /dev/null @@ -1,18 +0,0 @@ -# -# Parameters to be passed to courier-imap -# -# -# Select the service you want started with courier-imap -# -# Available options : -# imapd pop3d imapd-ssl pop3d-ssl -# -CI_DAEMONS="imapd pop3d imapd-ssl pop3d-ssl" - -# If you want authdaemond to be automatically started and -# stopped by courier-imap, set this to "true" -AUTO_AUTHDAEMON="false" - -# Courier will start this many seconds after autodaemond if -# AUTO_AUTHDAEMON is set to "true" -AUTO_AUTHDAEMON_LAG=2 diff --git a/community/courier-imap/courier-imap.install b/community/courier-imap/courier-imap.install deleted file mode 100644 index 9046777a7..000000000 --- a/community/courier-imap/courier-imap.install +++ /dev/null @@ -1,16 +0,0 @@ -post_upgrade() { - echo "Please migrate to the new daemon format:" - echo "/etc/rc.d/courier-imap has been split into separate daemons:" - echo " imapd, imads-ssl, pop3d, pop3d-ssl" - echo "This elimates the need for /etc/conf.d/courier-imap" - echo "Update your /etc/rc.conf and manually add the desired daemons. Make sure" - echo "you first start authdaemond before any other of these daemons." - echo "Example prior to this change:" - echo " DAEMONS=( ... courier-imap ...)" - echo "Example after this change:" - echo " DAEMONS=( ... authdaemond imapd imapd-ssl pop3d pop3d-ssl ... )" - echo "This allows better control over the daemons and will generate" - echo "correct entries in /run/daemons" - echo "An old configuration will keep working but please do migrate in time" - echo "as support for this will be removed some time in 2012." -} diff --git a/community/courier-imap/courier-imap.pam b/community/courier-imap/courier-imap.pam deleted file mode 100644 index fa52db541..000000000 --- a/community/courier-imap/courier-imap.pam +++ /dev/null @@ -1,5 +0,0 @@ -#%PAM-1.0 -auth required pam_unix.so nullok -account required pam_unix.so -password required pam_unix.so -session required pam_unix.so diff --git a/community/courier-imap/courier-imap.rc.d b/community/courier-imap/courier-imap.rc.d deleted file mode 100644 index 8876fe401..000000000 --- a/community/courier-imap/courier-imap.rc.d +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash - -CI_DAEMONS= -[ -f /etc/conf.d/courier-imap ] && . /etc/conf.d/courier-imap -[ -z $AUTO_AUTHDAEMON_LAG ] && AUTO_AUTHDAEMON_LAG=2 -[ -z $AUTO_AUTHDAEMON ] && AUTO_AUTHDAEMON="false" - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if [ "$AUTO_AUTHDAEMON" == "true" ]; then - /etc/rc.d/authdaemond start - sleep ${AUTO_AUTHDAEMON_LAG} - fi - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - for daemon in $CI_DAEMONS; do - stat_busy "Starting Courier ${daemon}" - /usr/lib/courier-imap/${daemon}.rc start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon $daemon - stat_done - fi - done - ;; - stop) - for daemon in $CI_DAEMONS; do - stat_busy "Stopping Courier ${daemon}" - /usr/lib/courier-imap/$daemon.rc stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon $daemon - stat_done - fi - done - if [ "$AUTO_AUTHDAEMON" == "true" ]; then - /etc/rc.d/authdaemond stop - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 -~ -~ diff --git a/community/courier-imap/imapd-ssl.rc.d b/community/courier-imap/imapd-ssl.rc.d deleted file mode 100644 index 6730d452c..000000000 --- a/community/courier-imap/imapd-ssl.rc.d +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier imapd-ssl" - /usr/lib/courier-imap/imapd-ssl.rc start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon imapd-ssl - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier imapd-ssl" - /usr/lib/courier-imap/imapd-ssl.rc stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon imapd-ssl - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 -~ -~ diff --git a/community/courier-imap/imapd.rc.d b/community/courier-imap/imapd.rc.d deleted file mode 100644 index 867b52b78..000000000 --- a/community/courier-imap/imapd.rc.d +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier imapd" - /usr/lib/courier-imap/imapd.rc start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon imapd - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier imapd" - /usr/lib/courier-imap/imapd.rc stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon imapd - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 -~ -~ diff --git a/community/courier-imap/pop3d-ssl.rc.d b/community/courier-imap/pop3d-ssl.rc.d deleted file mode 100644 index aab0f6a95..000000000 --- a/community/courier-imap/pop3d-ssl.rc.d +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier pop3d-ssl" - /usr/lib/courier-imap/pop3d-ssl.rc start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon pop3d-ssl - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier pop3d-ssl" - /usr/lib/courier-imap/pop3d-ssl.rc stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon pop3d-ssl - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 -~ -~ diff --git a/community/courier-imap/pop3d.rc.d b/community/courier-imap/pop3d.rc.d deleted file mode 100644 index 7b73c5a7a..000000000 --- a/community/courier-imap/pop3d.rc.d +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier pop3d" - /usr/lib/courier-imap/pop3d.rc start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon pop3d - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier pop3d" - /usr/lib/courier-imap/pop3d.rc stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon pop3d - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 -~ -~ diff --git a/community/courier-maildrop/PKGBUILD b/community/courier-maildrop/PKGBUILD deleted file mode 100644 index e11ea49ca..000000000 --- a/community/courier-maildrop/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# $Id: PKGBUILD 57086 2009-10-31 13:13:36Z allan $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> - -pkgname=courier-maildrop -_srcname=maildrop -pkgver=2.5.5 -pkgrel=2 -pkgdesc="mail delivery agent - procmail like but nicer syntax" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://courier-mta.org/maildrop/" -depends=('courier-authlib>=0.63.0' 'gamin' 'pcre' 'gdbm') -conflicts=('courier-mta') -options=(!libtool) -source=(http://downloads.sourceforge.net/project/courier/${_srcname}/${pkgver}/${_srcname}-${pkgver}.tar.bz2) -md5sums=('5d71455ab26096ecf4f624fbee0320cb') - -build() { - cd ${srcdir}/${_srcname}-${pkgver} - - ./configure --prefix=/usr \ - --sysconfdir=/etc/courier \ - --localstatedir=/var \ - --mandir=/usr/share/man \ - --with-db=gdbm \ - --with-devel - make LDFLAGS+=-lstdc++ -} - -package() { - cd ${srcdir}/${_srcname}-${pkgver} - - make DESTDIR=${pkgdir} install - chmod u+s ${pkgdir}/usr/bin/maildrop - cd ${pkgdir}/usr/share/maildrop/html - for files in *; do - install -Dm644 ${files} ${pkgdir}/usr/share/htmldoc/${files} - done - rm -rf ${pkgdir}/usr/share/maildrop - - # docs say we can remove .a files after make - cd ${pkgdir} - find ${pkgdir} -name '*\.a' -exec rm -f {} \; -} diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD deleted file mode 100644 index 12ddd047f..000000000 --- a/community/courier-mta/PKGBUILD +++ /dev/null @@ -1,145 +0,0 @@ -# $Id: PKGBUILD 71916 2012-06-03 14:33:16Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> - -# ----------- NOTE TO ALL USERS ------------ -# Go read http://www.courier-mta.org/install.html b4 running or building courier - -pkgname=courier-mta -pkgver=0.68.1 -pkgrel=1 -pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" -arch=(i686 x86_64) -license=('GPL2') -backup=('etc/courier/imapd.cnf' 'etc/courier/pop3d.cnf' \ - 'etc/courier/imapd' 'etc/courier/imapd-ssl' \ - 'etc/courier/pop3d' 'etc/courier/pop3d-ssl' \ - 'etc/courier/courierd' 'etc/courier/sqwebmaild' \ - 'etc/courier/esmtpd' 'etc/courier/esmtpd-ssl' \ - 'etc/courier/esmtpd.cnf' 'etc/courier/esmtpd-msa' \ - 'etc/courier/webadmin/password' 'etc/courier/esmtpauthclient' \ - 'etc/conf.d/courier-mta') -url="http://courier-mta.org" -depends=('courier-authlib>=0.63.0' 'gamin' 'gcc-libs' 'gdbm' 'pcre' 'mime-types' 'ca-certificates') -optdepends=('libldap') -makedepends=('apache' 'pam' 'expect' 'gnupg' 'libldap' 'gamin') -provides=('smtp-server' 'smtp-forwarder' 'imap-server' 'pop3-server' 'courier-imap' 'courier-maildrop') -conflicts=('courier-imap' 'smtp-forwarder' 'smtp-server' 'imap-server' 'courier-maildrop' 'ucspi-tcp') -options=('!libtool') -install=courier-mta.install -source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/courier-${pkgver}.tar.bz2 - courier.rc.d - courier-mta.rc.d - courier-mta.conf.d - esmtpd.rc.d - esmtpd-ssl.rc.d - esmtpd-msa.rc.d - imapd.rc.d - imapd-ssl.rc.d - pop3d.rc.d - pop3d-ssl.rc.d - webmaild.rc.d) -md5sums=('d894f57186933480e116350e7e0df8bc' - '9055ba622efd37603186ce1f37277224' - '5cbeb5c323706058e545f74ad7752ebe' - 'f3ff70b40c7a1f7a017e8c4cc4d92f4f' - 'caabce8c7b66296b602316aa5af5d4c5' - '1c8b1b66ebafa4ff09ffc0106a9dc82c' - 'dae6c7d5ff0cce0fba5729fedf2a9051' - 'd0cc5eab5d3e0ec33dadd0392421f63e' - '5873a96aa149edda281730010fb4db34' - 'faa09e06a5dc41ee89ab1f8fa6886b63' - '520501daa66c0a94f2e9844ce4919a09' - '33a93f400c3e87bcd207295b7d7333ca') - -# MIGRATION NOTE: -# In 2012, support for courier-mta.conf.d and courier-mta.rc.d will be removed. -# Remove those files and this note and also courier-mta.install - -build() { - cd ${srcdir}/courier-${pkgver} - - # fix a tiny bug - sed -i -e \ - 's|--with-authchangepwdir=/var/tmp/dev/null|--with-authchangepwdir=$libexecdir/authlib|' \ - configure && chmod 755 configure - - LDFLAGS+=",-L /usr/lib/courier-authlib -lcourierauth" - echo $LDFLAGS - # courier is more about configuring than compiling :-), lets start the mess - ./configure --prefix=/usr \ - --sysconfdir=/etc/courier \ - --libdir=/usr/lib \ - --libexecdir=/usr/lib \ - --localstatedir=/var/spool/courier \ - --disable-root-check \ - --enable-unicode \ - --enable-workarounds-for-imap-client-bugs \ - --enable-mimetypes=/etc/mime.types \ - --with-piddir=/var/run/courier \ - --with-locking-method=lockf \ - --with-trashquota \ - --with-db=gdbm \ - --with-trashquota \ - --with-random=/dev/urandom --without-ispell \ - --with-mailuser=courier --with-mailgroup=courier \ - --with-certdb=/etc/ssl/certs/ - make -} - -package() { - cd ${srcdir}/courier-${pkgver} - - #chown mail.mail ${pkgdir}/var/spool/courier - make DESTDIR=${pkgdir} install - # docs say we can get rid of those after make - find ${pkgdir} -name '*\.a' -exec -rm -f {} \; - # install the perftest-script for testings - install -Dm755 courier/perftest1 ${pkgdir}/usr/lib/courier/perftest1 - ############################################################################### - # this is what usually "make install-configure" does - # *.dist files get rid of "dist" - for distfile in ${pkgdir}/etc/courier/*.dist; do - mv ${distfile} ${pkgdir}/etc/courier/$(basename ${distfile} .dist) - done - # install pam files according to the layout used in Archlinux - for pamfile in ${pkgdir}/etc/courier/*.authpam; do - sed -i 's|/lib/security/pam_pwdb\.so|pam_unix.so|' ${pamfile} - #echo "password required pam_unix.so" >> $pamfile - install -Dm 644 ${pamfile} \ - ${pkgdir}/etc/pam.d/$(basename ${pamfile} .authpam | sed "s/d$//") - rm -f ${pamfile} - done - - ############################################################################### - # Arch Linux specific tweaks to make things easier for the user - # create passwordfile for webadmin -> standard archwebadmin - sed -i 's|/etc/courier/webadmin/password|$(DESTDIR)/etc/courier/webadmin/password|g' Makefile - yes "archwebadmin" | make DESTDIR=${pkgdir} install-webadmin-password - # arch specific scripts - install -Dm 644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/courier-mta - install -Dm 755 ${srcdir}/${pkgname}.rc.d ${pkgdir}/etc/rc.d/courier-mta - install -D -m 755 ${srcdir}/courier.rc.d ${pkgdir}/etc/rc.d/courier - install -D -m 755 ${srcdir}/imapd.rc.d ${pkgdir}/etc/rc.d/imapd - install -D -m 755 ${srcdir}/imapd-ssl.rc.d ${pkgdir}/etc/rc.d/imapd-ssl - install -D -m 755 ${srcdir}/pop3d.rc.d ${pkgdir}/etc/rc.d/pop3d - install -D -m 755 ${srcdir}/pop3d-ssl.rc.d ${pkgdir}/etc/rc.d/pop3d-ssl - install -D -m 755 ${srcdir}/esmtpd.rc.d ${pkgdir}/etc/rc.d/esmtpd - install -D -m 755 ${srcdir}/esmtpd-ssl.rc.d ${pkgdir}/etc/rc.d/esmtpd-ssl - install -D -m 755 ${srcdir}/esmtpd-msa.rc.d ${pkgdir}/etc/rc.d/esmtpd-msa - install -D -m 755 ${srcdir}/webmaild.rc.d ${pkgdir}/etc/rc.d/webmaild - #install -Dm 655 ${srcdir}/courier-webmail-cleancache.cron.hourly \ - # ${pkgdir}/etc/cron.hourly/courier-webmail-cleancache - # bug http://bugs.archlinux.org/task/5154 - find ${pkgdir}/usr/lib -name '*\.a' -exec rm -f {} \; - # fixing some permissions - chown -R courier:courier ${pkgdir}/usr/lib/courier/modules - rm -r ${pkgdir}/var/run - #chown -R courier:courier ${pkgdir}/var/run/courier - chown root:root ${pkgdir}/usr/{.,bin,lib,sbin,share} - # make a link to /usr/sbin/sendmail - install -dm 755 ${pkgdir}/usr/sbin - cd ${pkgdir}/usr/sbin - ln -s ../bin/sendmail ./sendmail -} diff --git a/community/courier-mta/courier-mta.conf.d b/community/courier-mta/courier-mta.conf.d deleted file mode 100644 index 5856a5cda..000000000 --- a/community/courier-mta/courier-mta.conf.d +++ /dev/null @@ -1,18 +0,0 @@ -# -# Parameters to be passed to courier-imap -# -# -# Select the service you want started with courier-imap -# -# Available options : -# esmtpd imapd pop3d esmtpd-ssl imapd-ssl pop3d-ssl webmaild -# -CI_DAEMONS="courier esmtpd imapd pop3d" - -# If you want authdaemond to be automatically started and -# stopped by courier-imap, set this to "true" -AUTO_AUTHDAEMON="false" - -# Courier will start this many seconds after autodaemond if -# AUTO_AUTHDAEMON is set to "true" -AUTO_AUTHDAEMON_LAG=2 diff --git a/community/courier-mta/courier-mta.install b/community/courier-mta/courier-mta.install deleted file mode 100644 index b0d827e43..000000000 --- a/community/courier-mta/courier-mta.install +++ /dev/null @@ -1,61 +0,0 @@ -# arg 1: the new package version -post_install() { - cat << EOM - --> if you are using LDAP services to provide lookup in sqwebmail or aliases - --> then you have to install: - libldap -EOM - # create the *.dat files - makealiases - makesmtpaccess -} - -pre_upgrade() { - pre_remove $1 -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 - echo "Please migrate to the new daemon format:" - echo "/etc/rc.d/courier-imap has been split into separate daemons:" - echo " imapd, imapd-ssl, pop3d, pop3d-ssl" - echo "This elimates the need for /etc/conf.d/courier-imap" - echo "Update your /etc/rc.conf and manually add the desired daemons. Make sure" - echo "you first start authdaemond before any other of these daemons." - echo "Example prior to this change:" - echo " DAEMONS=( ... courier-mta ...)" - echo "Example after this change:" - echo " DAEMONS=( ... authdaemond courier esmtpd esmtpd-ssl imapd imapd-ssl" - echo " pop3d pop3d-ssl webmaild ... )" - echo "This allows better control over the daemons and will generate" - echo "correct entries in /run/daemons" - echo "An old configuration will keep working but please do migrate in time" - echo "as support for this will be removed some time in 2012." -} - - -pre_remove() { - # manual backup, since courier is always processing the whole directory - # - so it would process "system" AND "system.pacsave" -> bad - [ ! -d /etc/courier/_backup ] && mkdir /etc/courier/_backup - cp /etc/courier/aliases/system /etc/courier/_backup/aliases.system - cp /etc/courier/smtpaccess/default /etc/courier/_backup/smtpaccess.default - cat << EOM - --> the /etc/courier/aliases/system and the /etc/courier/smtpaccess/default - --> files have been backed up to /etc/courier/_backup since the *.pacsave - --> files cannot stay in place. Read about couriers alias handling from the - --> documentation! -EOM -} - -# arg 1: the old package version -post_remove() { - /bin/true -} - -op=$1 -shift - -$op $* diff --git a/community/courier-mta/courier-mta.rc.d b/community/courier-mta/courier-mta.rc.d deleted file mode 100644 index 416946a5a..000000000 --- a/community/courier-mta/courier-mta.rc.d +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/bash - -# source application-specific settings -[ -f /etc/conf.d/courier-mta ] && . /etc/conf.d/courier-mta -[ -z $AUTO_AUTHDAEMON_LAG ] && AUTO_AUTHDAEMON_LAG=2 -[ -z $AUTO_AUTHDAEMON ] && AUTO_AUTHDAEMON="false" - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if [ "$AUTO_AUTHDAEMON" == "true" ]; then - /etc/rc.d/authdaemond start - sleep ${AUTO_AUTHDAEMON_LAG} - fi - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - for daemon in $CI_DAEMONS; do - stat_busy "Starting Courier ${daemon}" - /usr/sbin/${daemon} start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon $daemon - stat_done - fi - done - ;; - stop) - for daemon in $CI_DAEMONS; do - stat_busy "Stopping Courier ${daemon}" - /usr/sbin/${daemon} stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon $daemon - stat_done - fi - done - if [ "$AUTO_AUTHDAEMON" == "true" ]; then - /etc/rc.d/authdaemond stop - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/courier-webmail-cleancache.cron.hourly b/community/courier-mta/courier-webmail-cleancache.cron.hourly deleted file mode 100644 index 6c541321e..000000000 --- a/community/courier-mta/courier-webmail-cleancache.cron.hourly +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Cleans the cache of the sqwebmail server -if [ -x /usr/share/sqwebmail/cleancache.pl ]; then - su -c "/usr/share/sqwebmail/cleancache.pl" bin -fi diff --git a/community/courier-mta/courier.rc.d b/community/courier-mta/courier.rc.d deleted file mode 100644 index 7c581a24a..000000000 --- a/community/courier-mta/courier.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier daemon" - /usr/sbin/courier start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon courier - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier daemon" - /usr/sbin/courier stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon courier - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/esmtpd-msa.rc.d b/community/courier-mta/esmtpd-msa.rc.d deleted file mode 100644 index 31458aca8..000000000 --- a/community/courier-mta/esmtpd-msa.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier esmtpd-msa" - /usr/sbin/esmtpd-msa start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon esmtpd-msa - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier esmtpd-msa" - /usr/sbin/esmtpd-msa stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon esmtpd-msa - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/esmtpd-ssl.rc.d b/community/courier-mta/esmtpd-ssl.rc.d deleted file mode 100644 index 2a13be03f..000000000 --- a/community/courier-mta/esmtpd-ssl.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier esmtpd-ssl" - /usr/sbin/esmtpd-ssl start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon esmtpd-ssl - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier esmtpd-ssl" - /usr/sbin/esmtpd-ssl stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon esmtpd-ssl - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/esmtpd.rc.d b/community/courier-mta/esmtpd.rc.d deleted file mode 100644 index dbaa9d680..000000000 --- a/community/courier-mta/esmtpd.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier esmtpd" - /usr/sbin/esmtpd start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon esmtpd - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier esmtpd" - /usr/sbin/esmtpd stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon esmtpd - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/imapd-ssl.rc.d b/community/courier-mta/imapd-ssl.rc.d deleted file mode 100644 index 3dc74cfdf..000000000 --- a/community/courier-mta/imapd-ssl.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier imapd-ssl" - /usr/sbin/imapd-ssl start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon imapd-ssl - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier imapd-ssl" - /usr/sbin/imapd-ssl stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon imapd-ssl - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/imapd.rc.d b/community/courier-mta/imapd.rc.d deleted file mode 100644 index 8bce59f6c..000000000 --- a/community/courier-mta/imapd.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier imapd" - /usr/sbin/imapd start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon imapd - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier imapd" - /usr/sbin/imapd stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon imapd - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/pop3d-ssl.rc.d b/community/courier-mta/pop3d-ssl.rc.d deleted file mode 100644 index 6e7ae4e12..000000000 --- a/community/courier-mta/pop3d-ssl.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier pop3d-ssl" - /usr/sbin/pop3d-ssl start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon pop3d-ssl - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier pop3d-ssl" - /usr/sbin/pop3d-ssl stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon pop3d-ssl - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/pop3d.rc.d b/community/courier-mta/pop3d.rc.d deleted file mode 100644 index 25f8379ba..000000000 --- a/community/courier-mta/pop3d.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier pop3d" - /usr/sbin/pop3d start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon pop3d - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier pop3d" - /usr/sbin/pop3d stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon pop3d - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/courier-mta/webmaild.rc.d b/community/courier-mta/webmaild.rc.d deleted file mode 100644 index 835cc2bf0..000000000 --- a/community/courier-mta/webmaild.rc.d +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - - [ -d /var/run/courier ] || mkdir -p /var/run/courier - chown courier:courier /var/run/courier - - if ck_daemon authdaemond; then - echo "ERROR: authdaemond is not running" - stat_fail - exit 1 - fi - - stat_busy "Starting Courier webmaild" - /usr/sbin/webmaild start - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon webmaild - stat_done - fi - ;; - stop) - stat_busy "Stopping Courier webmaild" - /usr/sbin/webmaild stop > /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon webmaild - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index c6d4eb2f2..fb91a2a5e 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cppcheck pkgver=1.58 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') depends=('pcre' 'qt') diff --git a/community/cpuburn/PKGBUILD b/community/cpuburn/PKGBUILD index b64b7debd..c7f8e37d9 100644 --- a/community/cpuburn/PKGBUILD +++ b/community/cpuburn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cpuburn pkgver=1.4a pkgrel=3 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/ubuntu/+source/cpuburn/" license=('GPL') depends=() diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD index a8973bb03..2dc83fac1 100644 --- a/community/cpulimit/PKGBUILD +++ b/community/cpulimit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cpulimit pkgver=20120918 pkgrel=1 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cpulimit.sourceforge.net/" license=("GPL") depends=() diff --git a/community/credentials-preferences/PKGBUILD b/community/credentials-preferences/PKGBUILD index 5b4290781..18a7bf61e 100644 --- a/community/credentials-preferences/PKGBUILD +++ b/community/credentials-preferences/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=credentials-control-center pkgver=0.1.1 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/online-accounts-gnome-control-center" license=('GPL' 'LGPL') depends=('libaccounts-glib' 'libsignon-glib' 'gtk3') diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 848639171..261ae0239 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -8,7 +8,7 @@ _origname=CriticalMass pkgver=1.0.2 pkgrel=7 pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/criticalmass" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'libgl') diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD index 1f47c2772..0a28d763e 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -11,7 +11,7 @@ fi pkgrel=1 pkgdesc='C bindings for sfml' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('sfml') diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD index 0547eabfe..0c797fec9 100644 --- a/community/ctpl/PKGBUILD +++ b/community/ctpl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ctpl pkgver=0.3.3 pkgrel=3 pkgdesc="Template engine library written in C" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://ctpl.tuxfamily.org/" license=('GPL') depends=('glib2') diff --git a/community/cuda/PKGBUILD b/community/cuda/PKGBUILD deleted file mode 100644 index 5ff98a12d..000000000 --- a/community/cuda/PKGBUILD +++ /dev/null @@ -1,59 +0,0 @@ -# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -pkgname=cuda -pkgver=5.0.35 -pkgrel=3 -pkgdesc="NVIDIA's GPU programming toolkit" -arch=('i686' 'x86_64') -url="http://www.nvidia.com/object/cuda_home.html" -license=('custom') -depends=('gcc-libs' 'opencl-nvidia') -replaces=('cuda-toolkit' 'cuda-sdk') -provides=('cuda-toolkit' 'cuda-sdk') -optdepends=('gdb: for cuda-gdb') -options=(!strip) -if [ "$CARCH" = "i686" ]; then - _arch=32 - md5sums=('40c514acb750902c54656b97a6deded6' - '7e5990e03eea90075f5a500e91a0c3d3' - 'ffe1e6fb7f97b23da28fd94a5fd7356d') -else - _arch=64 - md5sums=('df796fb9ab66075b5c346b3fd0bf596b' - '7e5990e03eea90075f5a500e91a0c3d3' - 'ffe1e6fb7f97b23da28fd94a5fd7356d') -fi -install=cuda.install -source=(http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/cuda_${pkgver}_linux_${_arch}_fedora16-1.run - cuda.sh - cuda.conf) - -build() { - cd "$srcdir" -} - -package() { - sh cuda_${pkgver}_linux_${_arch}_fedora16-1.run -toolkitpath=$PWD -samplespath=$PWD -extract=$srcdir - ./cudatoolkit_${pkgver}_linux_${_arch}_fedora16.run -prefix=$pkgdir/opt/cuda -noprompt - ./cuda-samples_${pkgver}_linux.run -cudaprefix=$pkgdir/opt/cuda -prefix=$pkgdir/opt/cuda/samples -noprompt - - # allow gcc 4.7 to work - sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h - - # fix nvidia path fuckup - sed -i "s|/build/pkg||g" $pkgdir/opt/cuda/bin/nvvp - sed -i "s|/build/pkg||g" $pkgdir/opt/cuda/bin/nsight - - install -Dm755 $srcdir/cuda.sh $pkgdir/etc/profile.d/cuda.sh - install -Dm644 $srcdir/cuda.conf $pkgdir/etc/ld.so.conf.d/cuda.conf - install -Dm644 $pkgdir/opt/cuda/doc/EULA.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # correct cuda path in samples - cd $pkgdir/opt/cuda/samples - find . -type f | egrep -v '(ppm|pgm)' | xargs grep -lI "$pkgdir/opt/cuda" | xargs sed -i "s|$pkgdir/opt/cuda|/opt/cuda|g" - - # make cuda-gdk work - mkdir -p $pkgdir/usr/lib - cd $pkgdir/usr/lib - ln -s /usr/lib/libncurses.so.5 libtinfo.so.5 -} diff --git a/community/cuda/cuda.conf b/community/cuda/cuda.conf deleted file mode 100644 index 6161bb0da..000000000 --- a/community/cuda/cuda.conf +++ /dev/null @@ -1,2 +0,0 @@ -/opt/cuda/lib64 -/opt/cuda/lib diff --git a/community/cuda/cuda.install b/community/cuda/cuda.install deleted file mode 100644 index fb341b1dd..000000000 --- a/community/cuda/cuda.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - echo "The cuda binaries are in /opt/cuda/bin" - echo "The cuda samples are in /opt/cuda/samples" - echo "The cuda docs are in /opt/cuda/doc" - echo "You need to relogin in order for the cuda binaries to appear in your PATH" - post_upgrade -} - -post_upgrade() { - ldconfig -r . -} diff --git a/community/cuda/cuda.sh b/community/cuda/cuda.sh deleted file mode 100644 index 6de59ddd5..000000000 --- a/community/cuda/cuda.sh +++ /dev/null @@ -1 +0,0 @@ -export PATH=$PATH:/opt/cuda/bin 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 157bb1867..232bb124b 100644 --- a/community/cuneiform/PKGBUILD +++ b/community/cuneiform/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.0 _dpkgver=1.1 pkgrel=6 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/cuneiform-linux" license=('BSD') depends=('imagemagick') diff --git a/community/cupsddk/PKGBUILD b/community/cupsddk/PKGBUILD deleted file mode 100644 index d8bb0d7e8..000000000 --- a/community/cupsddk/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# $Id: PKGBUILD 65096 2012-02-20 03:38:12Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Georg Grabler (STiAT) <ggrabler@gmail.com> -# Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com> - -pkgname=cupsddk -pkgver=1.2.3 -pkgrel=4 -pkgdesc="CUPSD Development Kit" -url="http://cups.org" -license=("GPL") -depends=('libcups') -makedepends=('libcups' 'cups') -arch=('i686' 'x86_64') -options=('!emptydirs') -source=(http://ftp.easysw.com/pub/cupsddk/$pkgver/$pkgname-$pkgver-source.tar.bz2) -md5sums=('3ec52813bf12bf9b34d34f8a81bab508') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr - sed -i '1,1i#include <cups/ppd.h>' ppdc/ppdmerge.cxx - sed -i 's|mkdir images|mkdir -p images|' cups/Makefile* - make - make bindir=$pkgdir/usr/bin \ - datadir=$pkgdir/usr/share \ - docdir=$pkgdir/usr/share/cupsddk \ - mandir=$pkgdir/usr/share/man \ - prefix=$pkgdir/usr \ - CUPS_DATADIR=$pkgdir/`cups-config --datadir` \ - CUPS_SERVERBIN=$pkgdir/`cups-config --serverbin` \ - install - - rm -f $pkgdir/usr/include/cups/driver.h - rm -f $pkgdir/usr/bin/ppdc - rm -f $pkgdir/usr/bin/ppdhtml - rm -f $pkgdir/usr/bin/ppdi - rm -f $pkgdir/usr/bin/ppdmerge - rm -f $pkgdir/usr/bin/ppdpo - rm -f $pkgdir/usr/lib/cups/filter/commandtoescpx - rm -f $pkgdir/usr/lib/cups/filter/commandtopclx - rm -f $pkgdir/usr/lib/cups/filter/rastertoescpx - rm -f $pkgdir/usr/lib/cups/filter/rastertopclx - rm -f $pkgdir/usr/share/man/man1/ppdc.1.gz - rm -f $pkgdir/usr/share/man/man1/ppdhtml.1.gz - rm -f $pkgdir/usr/share/man/man1/ppdi.1.gz - rm -f $pkgdir/usr/share/man/man1/ppdmerge.1.gz - rm -f $pkgdir/usr/share/man/man1/ppdpo.1.gz - rm -f $pkgdir/usr/share/man/man5/ppdcfile.5.gz -} diff --git a/community/curlftpfs/PKGBUILD b/community/curlftpfs/PKGBUILD index efe80c5e6..f4442f467 100644 --- a/community/curlftpfs/PKGBUILD +++ b/community/curlftpfs/PKGBUILD @@ -11,7 +11,7 @@ url="http://curlftpfs.sourceforge.net/" license=('GPL') depends=('curl>=7.15.4' 'fuse' 'glib2') makedepends=('pkgconfig>=0.9.0') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz ioerror.patch) md5sums=('b452123f755114cd4461d56c648d9f12' diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index 80c13857f..5735de8e3 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cutter pkgver=1.03 pkgrel=5 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lowth.com/cutter/" license=('GPL') depends=(glibc) diff --git a/community/cuyo/PKGBUILD b/community/cuyo/PKGBUILD index f80aec17b..868d99392 100644 --- a/community/cuyo/PKGBUILD +++ b/community/cuyo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cuyo pkgver=2.1.2 pkgrel=1 pkgdesc="Tetris-style puzzle game for up to two players with a twist" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.karimmi.de/cuyo/" license=('GPL') depends=('desktop-file-utils' 'hicolor-icon-theme' 'sdl' 'sdl_mixer' 'sdl_image' 'xdg-utils') diff --git a/community/cwiid/PKGBUILD b/community/cwiid/PKGBUILD index a98abf2e5..c7fb65484 100644 --- a/community/cwiid/PKGBUILD +++ b/community/cwiid/PKGBUILD @@ -10,7 +10,7 @@ pkgname=cwiid pkgver=0.6.00 pkgrel=12 pkgdesc="Linux Nintendo Wiimote interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://abstrakraft.org/cwiid" depends=('bluez' 'gtk2') license=('GPL') diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index d90482aa5..1042e98e0 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=cython pkgver=0.18 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 bcc749245..07a3895da 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=darkhttpd pkgver=1.8 pkgrel=2 pkgdesc="A small, static webserver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dmr.ath.cx/net/darkhttpd/" license=('BSD') depends=('glibc') diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index b3e7e4114..93e4f2578 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=7 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' 'e2d9efc856201146e2abae145b4c5a1f' 'aa9a9effd1e8f08860afcd6439fc94c5') +options=(!makeflags !distcc) build() { cd $srcdir/darkstat-$pkgver diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index cf564b236..d5bacea73 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.1.2 _pkgver=1.1 pkgrel=2 pkgdesc="Utility to organize and develop raw images" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ license=('GPL3') depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib' diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD index 23688f4d4..b44c1be73 100644 --- a/community/datemath/PKGBUILD +++ b/community/datemath/PKGBUILD @@ -7,7 +7,7 @@ pkgname=datemath pkgver=2.0.10 pkgrel=4 pkgdesc="Command line date and time math utility." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.unixwiz.net/tools/datemath.html" license=("GPL") depends=('glibc') diff --git a/community/dates/0001-Fix-FTBFS-with-newer-GCC.patch b/community/dates/0001-Fix-FTBFS-with-newer-GCC.patch deleted file mode 100644 index 674ec2395..000000000 --- a/community/dates/0001-Fix-FTBFS-with-newer-GCC.patch +++ /dev/null @@ -1,39 +0,0 @@ -From f3e8719489fc5db5ae87dd03d39aad176d65762f Mon Sep 17 00:00:00 2001 -From: Paul Wise <pabs3@bonedaddy.net> -Date: Fri, 29 Apr 2011 13:10:15 +0800 -Subject: [PATCH] Fix FTBFS with newer GCC - ---- - configure.ac | 2 +- - src/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 7f009d9..0181292 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -17,7 +17,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) - AC_SUBST(GETTEXT_PACKAGE) - AM_GLIB_GNU_GETTEXT - --PKG_CHECK_MODULES(DATES, glib-2.0 gtk+-2.0 libecal-1.2 gconf-2.0) -+PKG_CHECK_MODULES(DATES, glib-2.0 gtk+-2.0 libecal-1.2 gconf-2.0 pango) - - PKG_CHECK_MODULES(GTK, gtk+-2.0) - AC_SUBST(GTK_CFLAGS) -diff --git a/src/Makefile.am b/src/Makefile.am -index 90c7049..3bb4f32 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -35,7 +35,7 @@ dates_SOURCES = $(platform) \ - gconf-bridge.h \ - gconf-bridge.c - --dates_LDADD = $(DATES_LIBS) libgtkdatesview.la -+dates_LDADD = libgtkdatesview.la -lm $(DATES_LIBS) - - if USE_OWL - dates_LDADD += $(top_builddir)/libowl/libowl.la --- -1.7.4.4 - diff --git a/community/dates/0001-Fix-Makefile-whitespace.patch b/community/dates/0001-Fix-Makefile-whitespace.patch deleted file mode 100644 index 9feda3915..000000000 --- a/community/dates/0001-Fix-Makefile-whitespace.patch +++ /dev/null @@ -1,20 +0,0 @@ -From bc98e2896682ac831cd27142c7e76fe0f8280bee Mon Sep 17 00:00:00 2001 -From: Joshua Lock <josh@linux.intel.com> -Date: Wed, 15 Dec 2010 14:07:50 +0000 -Subject: Fix Makefile whitespace for the new improved strict make 3.82 - -Signed-off-by: Joshua Lock <josh@linux.intel.com> ---- -diff --git a/Makefile.am b/Makefile.am -index e8a3c7f..51b4f1d 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -7,5 +7,5 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update - MAINTAINERCLEANFILES = $(DISTCLEANFILES) aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing - - snapshot: -- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` -+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` - --- -cgit v0.9.0.2 diff --git a/community/dates/0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch b/community/dates/0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch deleted file mode 100644 index e7fce46f3..000000000 --- a/community/dates/0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch +++ /dev/null @@ -1,155 +0,0 @@ -From 7771e0b3d75b4ba04756d6c6ffc03d644df2db5f Mon Sep 17 00:00:00 2001 -From: Lucas Hermann Negri <lucashnegri@gmail.com> -Date: Wed, 13 Oct 2010 18:49:20 -0300 -Subject: [PATCH] Replaced the calls to the deprecated functions e_source_{set,get}_color - with the new API (e_source_{set,peek}_color_spec). - ---- - src/dates_gtk.c | 40 ++++++++++++---------------------------- - src/dates_main.c | 2 +- - src/dates_view.c | 10 ++++------ - 3 files changed, 17 insertions(+), 35 deletions(-) - -diff --git a/src/dates_gtk.c b/src/dates_gtk.c -index 78e71bb..403bc25 100644 ---- a/src/dates_gtk.c -+++ b/src/dates_gtk.c -@@ -1016,7 +1016,6 @@ calendar_do_new_dialog (GtkWindow *parent, DatesData *d) - GtkTreeIter iter; - GError *error = NULL; - const gchar *relative_uri; -- guint32 new_colour; - - #ifdef WITH_HILDON - GdkColor *hildon_color; -@@ -1055,7 +1054,8 @@ calendar_do_new_dialog (GtkWindow *parent, DatesData *d) - source = e_source_new (name, relative_uri); - - #ifdef USE_OWL -- new_colour = owl_colour_button_get_colour (OWL_COLOUR_BUTTON (color_button)); -+ guint32 new_colour = owl_colour_button_get_colour (OWL_COLOUR_BUTTON (color_button)); -+ e_source_set_color (source, new_colour); - #else - - #ifdef WITH_HILDON -@@ -1063,17 +1063,11 @@ calendar_do_new_dialog (GtkWindow *parent, DatesData *d) - #else - gtk_color_button_get_color (GTK_COLOR_BUTTON(color_button), &colour); - #endif -- new_colour = (guint8)(colour.red >> 8); -- new_colour <<= 8; -- new_colour |= (guint8)(colour.green >> 8); -- new_colour <<= 8; -- new_colour |= (guint8)(colour.blue >> 8); -- new_colour <<= 8; -+ gchar *n_color = gdk_color_to_string (&colour); -+ e_source_set_color_spec (source, n_color); -+ g_free(n_color); - #endif - -- /* Set the colour */ -- e_source_set_color (source, new_colour); -- - /* Set the group for the source */ - e_source_set_group (source, group); - e_source_group_add_source (group, source, 0); -@@ -1169,7 +1163,6 @@ calendar_do_edit_dialog (GtkWindow *parent, ESource *source, DatesData *d) - ESourceGroup *group; - - GdkColor colour; -- guint32 raw_colour; - - const gchar *name = NULL; - const gchar *uri = NULL; -@@ -1335,12 +1328,8 @@ calendar_do_edit_dialog (GtkWindow *parent, ESource *source, DatesData *d) - gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); - - /* Get the colour from the the source */ -- e_source_get_color (source, &raw_colour); -- -- /* Munge this into something usable */ -- colour.red = (guint16)(((raw_colour & 0xff0000) >> 16) << 8); -- colour.green = (guint16)(((raw_colour & 0xff00) >> 8) << 8); -- colour.blue = (guint16)(((raw_colour & 0xff) << 8)); -+ const gchar* spec = e_source_peek_color_spec(source); -+ gdk_color_parse(spec, &colour); - - /* Now we need to allocate the colour */ - gdk_colormap_alloc_color (gdk_colormap_get_system (), &colour, TRUE, TRUE); -@@ -1440,26 +1429,21 @@ calendar_do_edit_dialog (GtkWindow *parent, ESource *source, DatesData *d) - * Next we need to pack the GDK colour into guint32 - * for eds - */ -- guint32 new_colour = 0; - - GError *error = NULL; - #ifdef USE_OWL -- new_colour = owl_colour_button_get_colour (OWL_COLOUR_BUTTON (color_button)); -+ guint32 new_colour = owl_colour_button_get_colour (OWL_COLOUR_BUTTON (color_button)); -+ e_source_set_color (source, new_colour); - #else - #ifdef WITH_HILDON - hildon_color_button_get_color (HILDON_COLOR_BUTTON(color_button), &colour); - #else - gtk_color_button_get_color (GTK_COLOR_BUTTON(color_button), &colour); - #endif -- new_colour = (guint8)(colour.red >> 8); -- new_colour <<= 8; -- new_colour |= (guint8)(colour.green >> 8); -- new_colour <<= 8; -- new_colour |= (guint8)(colour.blue >> 8); -- new_colour <<= 8; -+ gchar *n_color = gdk_color_to_string (&colour); -+ e_source_set_color_spec (source, n_color); -+ g_free(n_color); - #endif -- /* Update the colour */ -- e_source_set_color (source, new_colour); - - /* And the name */ - e_source_set_name (source, (gtk_entry_get_text (GTK_ENTRY (name_entry)))); -diff --git a/src/dates_main.c b/src/dates_main.c -index ce05fe8..1f7770d 100644 ---- a/src/dates_main.c -+++ b/src/dates_main.c -@@ -112,7 +112,7 @@ dates_load_calendars (DatesData *d) - system_source = e_source_new (_("Personal"), "system"); - - /* Default Evolution colour */ -- e_source_set_color (system_source, 0xBECEDD); -+ e_source_set_color_spec (system_source, "#BECEDD"); - - /* Set the group for the source and put it in the group */ - e_source_set_group (system_source, local_group); -diff --git a/src/dates_view.c b/src/dates_view.c -index d65db2f..9d28a15 100644 ---- a/src/dates_view.c -+++ b/src/dates_view.c -@@ -4846,7 +4846,6 @@ dates_view_add_calendar (DatesView *view, ECal *ecal) - DatesViewPrivate *priv = DATES_VIEW_GET_PRIVATE (view); - DatesViewCalendar *cal; - ESource *source; -- guint32 colour; - /* GError *error = NULL;*/ - - g_return_if_fail (E_IS_CAL (ecal)); -@@ -4876,12 +4875,11 @@ dates_view_add_calendar (DatesView *view, ECal *ecal) - cal->text_gc = gdk_gc_new ( - GDK_DRAWABLE (priv->main->window)); - -- if (e_source_get_color (source, &colour)) { -+ const gchar* spec = e_source_peek_color_spec (source); -+ if (spec) { - GdkColor gcolour, dgcolour, tgcolour; -- gcolour.red = ((colour & 0xFF0000) >> 16) * 0x101; -- gcolour.green = ((colour & 0xFF00) >> 8) * 0x101; -- gcolour.blue = (colour & 0xFF) * 0x101; -- -+ gdk_color_parse(spec, &gcolour); -+ - /* This is simplified sRGB -> LAB conversion; we do not need it - * entirely precise, as we are only going to chose between - * black or white text based on the L value. --- -1.7.3.1 - diff --git a/community/dates/PKGBUILD b/community/dates/PKGBUILD deleted file mode 100644 index 8c512cb21..000000000 --- a/community/dates/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 69802 2012-04-23 09:46:41Z ibiru $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgname=dates -pkgver=0.4.11 -pkgrel=5 -pkgdesc="Small, lightweight GTK+ calendar app" -arch=('i686' 'x86_64') -url="http://pimlico-project.org/dates.html" -license=('GPL') -depends=('gtk2' 'evolution-data-server' 'xdg-utils') -makedepends=('intltool') -options=('!emptydirs') -install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 - 0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch - 0001-Fix-Makefile-whitespace.patch - 0001-Fix-FTBFS-with-newer-GCC.patch) -sha256sums=('60b0cfe1fa6dee684e255c2a0cd02febafb9d16607ba4b05196e983cd8012c03' - '88ab8de4861253be1a8db1be4432f71307fcffa376be95e9495cff021b7ead62' - 'fc20f51200a78c74881b98f2b2ea9c3ba01f09393fcc2cf38ecab78ee54f4bb4' - '0e32c4d9ac4c604330bf8672e47e44c710ae56d9f6dc496e736166c536a4787e') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch" - patch -Np1 -i "$srcdir/0001-Fix-Makefile-whitespace.patch" - patch -Np1 -i "$srcdir/0001-Fix-FTBFS-with-newer-GCC.patch" - - autoreconf -fi - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-owl - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install -} diff --git a/community/dates/dates.install b/community/dates/dates.install deleted file mode 100644 index 2c455e952..000000000 --- a/community/dates/dates.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index 8f914ec9e..f036021e6 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dbmail pkgver=3.0.2 pkgrel=8 pkgdesc="Fast and scalable sql based mail services" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmime24' 'libzdb' 'mhash' 'libevent') makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 'postgresql-libs>=8.4.1' 'sqlite' 'libmysqlclient' 'libldap>=2.4.18' 'libsieve') diff --git a/community/dcron/PKGBUILD b/community/dcron/PKGBUILD index 959da3325..03c03a08c 100644 --- a/community/dcron/PKGBUILD +++ b/community/dcron/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dcron pkgver=4.5 pkgrel=4 pkgdesc="dillon's lightweight cron daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.jimpryor.net/linux/dcron.html" backup=('var/spool/cron/root' 'etc/conf.d/crond') diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 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 b0f6440a6..c8bd17aca 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dee pkgver=1.0.14 pkgrel=4 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 d33e77dd1..158a9ff8c 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -5,7 +5,7 @@ pkgname=deja-dup pkgver=24.0 pkgrel=2 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/deja-dup" license=('GPL') depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 'python2-gobject2' 'dconf' 'xdg-utils') diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD index 7fbf1b030..40a9833c3 100644 --- a/community/delegate/PKGBUILD +++ b/community/delegate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=delegate pkgver=9.9.7 pkgrel=2 pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.delegate.org/" license=('GPL') depends=('pam') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index 2fc7ef464..832be424c 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=denemo pkgver=0.9.6 pkgrel=1 pkgdesc="A music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.denemo.org" license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' diff --git a/community/devil/PKGBUILD b/community/devil/PKGBUILD index 94624a3e2..b29d7fcc8 100644 --- a/community/devil/PKGBUILD +++ b/community/devil/PKGBUILD @@ -7,7 +7,7 @@ pkgname=devil pkgver=1.7.8 pkgrel=14 pkgdesc="Library for reading several different image formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openil.sourceforge.net/" depends=('libpng' 'libmng' 'jasper' 'lcms' 'openexr') install=devil.install diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD index dde39f3b9..cc841c627 100644 --- a/community/dfm/PKGBUILD +++ b/community/dfm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dfm pkgver=0.99.9 pkgrel=3 pkgdesc="A graphical file manager including desktop icons" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk' 'imlib' 'libxpm') license=('GPL') source=(http://www.kaisersite.de/dfm/$pkgname-$pkgver.tar.gz) diff --git a/community/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 106c0ec9b..ed33f7837 100644 --- a/community/dia/PKGBUILD +++ b/community/dia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dia pkgver=0.97.2 pkgrel=3 pkgdesc="A GTK+ based diagram creation program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://live.gnome.org/Dia" install=dia.install @@ -17,13 +17,15 @@ makedepends=('intltool' 'python2' 'docbook-xsl') optdepends=('python2') options=('!libtool' 'docs' '!emptydirs') source=("ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.97/${pkgname}-${pkgver}.tar.xz" - "dia-overflow-fix.patch") + "dia-overflow-fix.patch" + "dia-0.97.2-glib.patch") md5sums=('1e1180a513fb567709b09bc19f12105e' - '8fd9a2ad35b5a6fd8c758d7c73dbfe66') + '8fd9a2ad35b5a6fd8c758d7c73dbfe66' + '430d39de524c112f39a4bd9801038b05') build() { cd "${srcdir}/${pkgname}-${pkgver}" - + patch -Np1 -i ${srcdir}/dia-0.97.2-glib.patch 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 13600444a..7b3b3cf66 100644 --- a/community/dillo/PKGBUILD +++ b/community/dillo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dillo pkgver=3.0.2 pkgrel=2 pkgdesc="A small, fast graphical web browser built on FLTK" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.dillo.org" license=('GPL') depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor' diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD index efd8ef9f6..a3bf85632 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=directfb pkgver=1.6.3 pkgrel=1 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.directfb.org" license=('LGPL') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2') diff --git a/community/discid/PKGBUILD b/community/discid/PKGBUILD index a40ba2e98..ddea4d450 100644 --- a/community/discid/PKGBUILD +++ b/community/discid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=discid pkgver=0.1.3 pkgrel=5 pkgdesc="A program to calculate the disc-ID for audio compact discs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://discid.sourceforge.net" license=("GPL") depends=(gcc-libs) diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 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 4cb58fc29..f13daa4d0 100644 --- a/community/djview4/PKGBUILD +++ b/community/djview4/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=2 pkgdesc='Portable DjVu viewer and browser plugin' url='http://djvu.sourceforge.net/djview4.html' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'djvulibre') source=("http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz") sha1sums=('266d207afb63a1ee63eed054190bf88888fda572') diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD index 9a45dd17f..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..eb985bb1c 100644 --- a/community/dnstracer/PKGBUILD +++ b/community/dnstracer/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc='Determines where a given DNS server gets its information from, and follows the chain of DNS servers' url='http://www.mavetju.org/unix/dnstracer.php' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.mavetju.org/download/${pkgname}-${pkgver}.tar.gz") sha1sums=('b8c60b281c0eb309acd1b1551c51cccb951685c7') diff --git a/community/docbook2x/PKGBUILD b/community/docbook2x/PKGBUILD index 4bc84cdc8..f79fa2062 100644 --- a/community/docbook2x/PKGBUILD +++ b/community/docbook2x/PKGBUILD @@ -6,7 +6,7 @@ pkgname=docbook2x pkgver=0.8.8 pkgrel=11 pkgdesc="A software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://docbook2x.sourceforge.net" license=("MIT") depends=('glibc' 'perl-sgmls' 'perlxml' 'perl-xml-sax' 'libxslt' 'jade') diff --git a/community/dopewars/PKGBUILD b/community/dopewars/PKGBUILD index a240c3a0a..c41d3f872 100644 --- a/community/dopewars/PKGBUILD +++ b/community/dopewars/PKGBUILD @@ -6,11 +6,11 @@ pkgname=dopewars pkgver=1.5.12 -pkgrel=6 +pkgrel=6.1 pkgdesc="A drug dealing game set in New York" url="http://dopewars.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2' 'alsa-lib' 'audiofile' 'sdl_mixer' 'ncurses') install='dopewars.install' source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") diff --git a/community/dos2unix/PKGBUILD b/community/dos2unix/PKGBUILD index 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 6ddcaeb2d..cdb129304 100644 --- a/community/dosbox/PKGBUILD +++ b/community/dosbox/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dosbox pkgver=0.74 pkgrel=3 pkgdesc="An emulator with builtin DOS for running DOS Games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dosbox.sourceforge.net/" license=('GPL') depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs') diff --git a/community/drbd/PKGBUILD b/community/drbd/PKGBUILD index d34757355..c6968ad89 100644 --- a/community/drbd/PKGBUILD +++ b/community/drbd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=drbd pkgver=8.3.13 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc='Userland tools for Distributed Replicated Block Device' url='http://www.drbd.org' license=('GPL2') diff --git a/community/drivel/PKGBUILD b/community/drivel/PKGBUILD index bbbf73516..16057a69d 100644 --- a/community/drivel/PKGBUILD +++ b/community/drivel/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.0.3 pkgrel=2 pkgdesc="GTK client for working with online journals (blogs)." url="http://www.dropline.net/drivel/index.php" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("GPL") depends=('curl' 'gtksourceview2' 'gtkspell' 'libgnomeui>=2.0.0' 'libsoup') makedepends=('perlxml' 'pkgconfig' 'intltool>=0.21' 'gnome-doc-utils>=0.3.2') diff --git a/community/dsniff/PKGBUILD b/community/dsniff/PKGBUILD index 8dea9cf86..d7bcb0f4a 100644 --- a/community/dsniff/PKGBUILD +++ b/community/dsniff/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.4b1 pkgrel=21 pkgdesc="Collection of tools for network auditing and penetration testing" url="http://www.monkey.org/~dugsong/dsniff/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('libpcap' 'openssl' 'libxmu' 'glib2' 'libnet' 'libnids') source=("http://www.monkey.org/~dugsong/${pkgname}/beta/$pkgname-$pkgver.tar.gz" diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD index 5baa8c294..030116559 100644 --- a/community/dspam/PKGBUILD +++ b/community/dspam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dspam pkgver=3.10.2 pkgrel=2 pkgdesc="A scalable, open-source statistical anti-spam filter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dspam.nuclearelephant.com/" backup=('etc/dspam/dspam.conf' 'srv/http/dspam/cgi-bin/admins' diff --git a/community/dtach/PKGBUILD b/community/dtach/PKGBUILD index 59adff7f3..dcf0617b4 100644 --- a/community/dtach/PKGBUILD +++ b/community/dtach/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dtach pkgver=0.8 pkgrel=5 pkgdesc="emulates the detach feature of screen" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dtach.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/dumb/PKGBUILD b/community/dumb/PKGBUILD index 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 41b82d6c8..fc9f7c083 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dunst pkgver=0.5.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=(dbus libxinerama libxft libxss libxdg-basedir) diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index 654d1a743..f7c359639 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -6,7 +6,7 @@ pkgname=duplicity pkgver=0.6.20 pkgrel=2 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python2-boto' 'python2-gnupginterface' 'python2-paramiko') diff --git a/community/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..c5cb315e2 100644 --- a/community/dvdisaster/PKGBUILD +++ b/community/dvdisaster/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dvdisaster pkgver=0.72.4 pkgrel=1 pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.dvdisaster.com/" license=('GPL') depends=('gtk2') diff --git a/community/dvdrtools/PKGBUILD b/community/dvdrtools/PKGBUILD index fe06cc790..3ce4f7354 100644 --- a/community/dvdrtools/PKGBUILD +++ b/community/dvdrtools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dvdrtools pkgver=0.3.1 pkgrel=3 pkgdesc="A fork of cdrtools, with the primary goal of supporting writable DVD drives" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/dvdrtools/" license=('GPL') depends=('file' 'bash') diff --git a/community/dvtm/PKGBUILD b/community/dvtm/PKGBUILD index a24a98dd8..8e2791853 100644 --- a/community/dvtm/PKGBUILD +++ b/community/dvtm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=dvtm pkgver=0.8 pkgrel=1 pkgdesc='Dynamic virtual terminal manager.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.brain-dump.org/projects/dvtm/' license=('MIT') depends=('ncurses') diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index 8414ae2b4..1ef73ad83 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2012.12.03 pkgrel=1 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index ef766763b..0925ec937 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dwdiff pkgver=2.0.4 pkgrel=3 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://os.ghalkes.nl/dwdiff.html" depends=('diffutils' 'icu') license=('GPL') diff --git a/community/dwm/PKGBUILD b/community/dwm/PKGBUILD index b2fceeb60..6fad2aa73 100644 --- a/community/dwm/PKGBUILD +++ b/community/dwm/PKGBUILD @@ -8,7 +8,7 @@ pkgver=6.0 pkgrel=1 pkgdesc="A dynamic window manager for X" url="http://dwm.suckless.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') options=(zipman) depends=('libx11' 'libxinerama') diff --git a/community/dxpc/PKGBUILD b/community/dxpc/PKGBUILD index 692b1ceba..03a6f1456 100644 --- a/community/dxpc/PKGBUILD +++ b/community/dxpc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dxpc pkgver=3.9.2 pkgrel=4 pkgdesc="Differential X Protocol Compressor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vigor.nu/dxpc/" license=('GPL') depends=('lzo2' 'gcc-libs') diff --git a/community/dynamite/PKGBUILD b/community/dynamite/PKGBUILD index f230ef92f..cb465fe15 100644 --- a/community/dynamite/PKGBUILD +++ b/community/dynamite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dynamite pkgver=0.1.1 pkgrel=3 pkgdesc="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") source=(http://downloads.sourceforge.net/sourceforge/synce/libdynamite-$pkgver.tar.gz) diff --git a/community/dzen2/PKGBUILD b/community/dzen2/PKGBUILD index c3e8b3a85..377c961a5 100644 --- a/community/dzen2/PKGBUILD +++ b/community/dzen2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dzen2 pkgver=0.9.5git pkgrel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="X notification utility" url="https://github.com/robm/dzen" license=("MIT") @@ -22,7 +22,6 @@ build() LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11" echo "CFLAGS=$CFLAGS" >>config.mk - echo "LIBS=$LIBS" >>config.mk echo "LDFLAGS=$LIBS" >>config.mk make X11INC=/usr/include X11LIB=/usr/lib diff --git a/community/e-modules-extra-svn/PKGBUILD b/community/e-modules-extra-svn/PKGBUILD deleted file mode 100755 index 81e2b1807..000000000 --- a/community/e-modules-extra-svn/PKGBUILD +++ /dev/null @@ -1,83 +0,0 @@ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=e-modules-extra-svn -pkgver=76479 -pkgrel=1 -pkgdesc="Extra gadgets for e17" -arch=('i686' 'x86_64') -groups=('e17-extra-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('e-svn' 'libxkbfile' 'libmpd' 'efreet-svn' 'e_dbus-svn' 'emprint-svn' 'xorg-setxkbmap') -makedepends=('subversion') -conflicts=('e-modules-extra') -provides=('e-modules-extra') -options=('!libtool') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA" -_svnmod="E-MODULES-EXTRA" - -build() { - cd $srcdir - - msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - for i in alarm comp-scale cpu diskio deskshow eektool \ - eenvader.fractal empris engage everything-aspell \ - everything-mpris everything-pidgin everything-places \ - everything-shotgun everything-tracker everything-wallpaper \ - everything-websearch execwatch flame iiirk itask mail mem \ - moon mpdule net photo places rain slideshow snow taskbar \ - winlist-ng winselector; do - - cd $i - ./autogen.sh --prefix=/usr - make - cd .. -done -} - -package() { - cd $srcdir/$_svnmod-build - - for i in alarm comp-scale cpu diskio deskshow eektool \ - eenvader.fractal empris engage everything-aspell \ - everything-mpris everything-pidgin everything-places \ - everything-shotgun everything-tracker everything-wallpaper \ - everything-websearch execwatch flame iiirk itask mail mem \ - moon mpdule net photo places rain slideshow snow taskbar \ - winlist-ng winselector; do - - cd $i - make DESTDIR=$pkgdir install - -# install license files - if [ -e $srcdir/$_svnmod-build/$i/COPYING ]; then - install -Dm644 $srcdir/$_svnmod-build/$i/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/$i/COPYING - fi - - if [ -e $srcdir/$_svnmod-build/$i/COPYING-PLAIN ]; then - install -Dm644 $srcdir/$_svnmod-build/$i/COPYING-PLAIN \ - $pkgdir/usr/share/licenses/$pkgname/$i/COPYING-PLAIN - fi - - cd .. - done - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/e-svn/PKGBUILD b/community/e-svn/PKGBUILD deleted file mode 100755 index e56382818..000000000 --- a/community/e-svn/PKGBUILD +++ /dev/null @@ -1,72 +0,0 @@ -# $Id: PKGBUILD 76290 2012-09-15 10:13:42Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=e-svn -pkgver=76686 -pkgrel=1 -pkgdesc="Enlightenment window manager DR17 (aka e17)" -arch=('i686' 'x86_64') -groups=('e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('e_dbus-svn' 'edje-svn' 'efreet-svn' 'alsa-lib' 'pm-utils' - 'pam' 'eeze-svn' 'eio-svn') -makedepends=('svn') -conflicts=('e') -provides=('e' 'notification-daemon') -backup=('etc/enlightenment/sysactions.conf') -options=('!libtool') -source=('e-applications.menu') -sha1sums=('e08cc63cb8a188a06705b42d03e032b9fcfa7ee5') - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/e" -_svnmod="e" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - # set default suspend/hibernate commands in config file -# patch -Np0 -i ${srcdir}/sysactions.patch - - ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-pam - make -} - -package() { - cd $srcdir/$_svnmod-build - - make DESTDIR=$pkgdir install - -# install license files - if [ -e $srcdir/$_svnmod-build/COPYING ]; then - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - fi - - if [ -e $srcdir/$_svnmod-build/COPYING-PLAIN ]; then - install -Dm644 $srcdir/$_svnmod-build/COPYING-PLAIN \ - $pkgdir/usr/share/licenses/$pkgname/COPYING-PLAIN - fi - - # install a default applications.menu file (mostly copy from gnome-menus) - install -Dm644 $srcdir/e-applications.menu \ - $pkgdir/etc/xdg/menus/e-applications.menu - - rm -r $srcdir/$_svnmod-build -} - - diff --git a/community/e-svn/e-applications.menu b/community/e-svn/e-applications.menu deleted file mode 100644 index 69456c1d5..000000000 --- a/community/e-svn/e-applications.menu +++ /dev/null @@ -1,154 +0,0 @@ -<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" - "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> - -<Menu> - - <Name>Applications</Name> - <Directory>X-E-Menu-Applications.directory</Directory> - - <!-- Scan legacy dirs first, as later items take priority --> - <KDELegacyDirs/> - <LegacyDir>/etc/X11/applnk</LegacyDir> - <LegacyDir>/usr/share/gnome/apps</LegacyDir> - - <!-- Read standard .directory and .desktop file locations --> - <DefaultAppDirs/> - <DefaultDirectoryDirs/> - - <!-- Read in overrides and child menus from applications-merged/ --> - <DefaultMergeDirs/> - - <!-- Accessories submenu --> - <Menu> - <Name>Accessories</Name> - <Directory>Utility.directory</Directory> - <Include> - <And> - <Category>Utility</Category> - <!-- Accessibility spec must have either the Utility or Settings - category, and we display an accessibility submenu already for - the ones that do not have Settings, so don't display accessibility - applications here --> - <Not><Category>Accessibility</Category></Not> - <Not><Category>System</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessories --> - - <!-- Accessibility submenu --> - <Menu> - <Name>Universal Access</Name> - <Directory>Utility-Accessibility.directory</Directory> - <Include> - <And> - <Category>Accessibility</Category> - <Not><Category>Settings</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessibility --> - - <!-- Development Tools --> - <Menu> - <Name>Development</Name> - <Directory>Development.directory</Directory> - <Include> - <And> - <Category>Development</Category> - </And> - <Filename>emacs.desktop</Filename> - </Include> - </Menu> <!-- End Development Tools --> - - <!-- Education --> - <Menu> - <Name>Education</Name> - <Directory>Education.directory</Directory> - <Include> - <And> - <Category>Education</Category> - </And> - </Include> - </Menu> <!-- End Education --> - - <!-- Games --> - <Menu> - <Name>Games</Name> - <Directory>Game.directory</Directory> - <Include> - <And> - <Category>Game</Category> - </And> - </Include> - </Menu> <!-- End Games --> - - <!-- Graphics --> - <Menu> - <Name>Graphics</Name> - <Directory>Graphics.directory</Directory> - <Include> - <And> - <Category>Graphics</Category> - </And> - </Include> - </Menu> <!-- End Graphics --> - - <!-- Internet --> - <Menu> - <Name>Internet</Name> - <Directory>Network.directory</Directory> - <Include> - <And> - <Category>Network</Category> - </And> - </Include> - </Menu> <!-- End Internet --> - - <!-- Multimedia --> - <Menu> - <Name>Multimedia</Name> - <Directory>AudioVideo.directory</Directory> - <Include> - <And> - <Category>AudioVideo</Category> - </And> - </Include> - </Menu> <!-- End Multimedia --> - - <!-- Office --> - <Menu> - <Name>Office</Name> - <Directory>Office.directory</Directory> - <Include> - <And> - <Category>Office</Category> - </And> - </Include> - </Menu> <!-- End Office --> - - <!-- System Tools--> - <Menu> - <Name>System</Name> - <Directory>System-Tools.directory</Directory> - <Include> - <And> - <Category>System</Category> - <Not><Category>Settings</Category></Not> - </And> - </Include> - </Menu> <!-- End System Tools --> - - <!-- Other --> - <Menu> - <Name>Other</Name> - <Directory>X-GNOME-Other.directory</Directory> - <OnlyUnallocated/> - <Include> - <And> - <Not><Category>Core</Category></Not> - <Not><Category>Settings</Category></Not> - <Not><Category>Screensaver</Category></Not> - </And> - </Include> - </Menu> <!-- End Other --> - -</Menu> <!-- End Applications --> diff --git a/community/e-svn/sysactions.patch b/community/e-svn/sysactions.patch deleted file mode 100644 index c8333f327..000000000 --- a/community/e-svn/sysactions.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- data/etc/sysactions.conf.bak 2011-02-25 18:25:13.210000005 +0100 -+++ data/etc/sysactions.conf 2011-02-25 18:25:18.160000006 +0100 -@@ -45,8 +45,8 @@ - - action: halt /sbin/shutdown -h now - action: reboot /sbin/shutdown -r now --action: suspend /etc/acpi/sleep.sh force --action: hibernate /etc/acpi/hibernate.sh force -+action: suspend /usr/sbin/pm-suspend -+action: hibernate /usr/sbin/pm-hibernate - - # on FreeBSD use this instead of the above. - #action suspend /usr/sbin/zzz diff --git a/community/e_dbus-svn/PKGBUILD b/community/e_dbus-svn/PKGBUILD deleted file mode 100755 index fd2f93b7a..000000000 --- a/community/e_dbus-svn/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 76288 2012-09-15 10:12:52Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=e_dbus-svn -pkgver=76526 -pkgrel=1 -pkgdesc="dbus abstraction layer for e17" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('ecore-svn' 'dbus-core' ) -makedepends=('svn') -conflicts=('e_dbus') -provides=('e_dbus') -replaces=('e_dbus-cvs') -options=('!libtool') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/e_dbus" -_svnmod="e_dbus" - -build() { - cd $srcdir - - msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package(){ - cd $srcdir/$_svnmod-build - - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index bf1cb5a39..a657d3cee 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -5,7 +5,7 @@ pkgname=easystroke pkgver=0.5.6 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=('gtkmm' '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/ecore-svn/PKGBUILD b/community/ecore-svn/PKGBUILD deleted file mode 100755 index 9512359b5..000000000 --- a/community/ecore-svn/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 76272 2012-09-15 10:07:18Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=ecore-svn -pkgver=76638 -pkgrel=1 -pkgdesc="Ecore is an abstraction layer for e17" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('libxp' 'curl' 'libxss' 'evas-svn' 'libxtst' 'libxcomposite' - 'libxrandr' 'libxinerama' 'libxcursor' 'eina-svn') -makedepends=('subversion') -conflicts=('ecore') -provides=('ecore') -options=('!libtool' '!emptydirs') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/ecore" -_svnmod="ecore" - -build() { - cd $srcdir - - if [ $NOEXTRACT -eq 0 ]; then - msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - fi - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - ./autogen.sh --prefix=/usr --enable-ecore-evas-opengl-x11 --enable-glib \ - --enable-inotify --enable-openssl --disable-gnutls --enable-ecore-con - make -} - -package(){ - cd $srcdir/$_svnmod-build - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index f90fe4a60..e0126243d 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ecryptfs-utils pkgver=101 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/edje-svn/PKGBUILD b/community/edje-svn/PKGBUILD deleted file mode 100755 index 4371c3fd6..000000000 --- a/community/edje-svn/PKGBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# $Id: PKGBUILD 76280 2012-09-15 10:10:05Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=edje-svn -pkgver=76688 -pkgrel=1 -pkgdesc="A graphical design and layout library based on Evas" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('ecore-svn' 'embryo-svn' 'lua' 'shared-mime-info') -optdepends=('python2: inkscape2edc') -makedepends=('svn') -conflicts=('edje') -provides=('edje') -install=edje.install -options=('!libtool') - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/edje" -_svnmod="edje" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - # python2 fix - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc - - ./autogen.sh --prefix=/usr --enable-amalgamation - make -} - -package(){ - cd $srcdir/$_svnmod-build - - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/edje-svn/edje.install b/community/edje-svn/edje.install deleted file mode 100644 index 8407f4576..000000000 --- a/community/edje-svn/edje.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install() { - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - - - - - diff --git a/community/eet-svn/PKGBUILD b/community/eet-svn/PKGBUILD deleted file mode 100755 index d8ecd8f71..000000000 --- a/community/eet-svn/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 76266 2012-09-15 10:04:51Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=eet-svn -pkgver=75994 -pkgrel=1 -pkgdesc="A data storage and compression library" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('libjpeg>=7' 'openssl' 'eina-svn') -makedepends=('subversion') -conflicts=('eet') -provides=('eet') -replaces=('eet-cvs') -options=(!libtool) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/eet" -_svnmod="eet" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr --enable-openssl --disable-gnutls \ - --enable-amalgamation - make -} - -package(){ - cd $srcdir/$_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} - diff --git a/community/eeze-svn/PKGBUILD b/community/eeze-svn/PKGBUILD deleted file mode 100644 index f6508270c..000000000 --- a/community/eeze-svn/PKGBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# $Id: PKGBUILD 76276 2012-09-15 10:08:48Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> -# Contributor: bluebugs - -pkgname=eeze-svn -pkgver=75994 -pkgrel=1 -pkgdesc="A data storage and compression library" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('ecore-svn' 'eina-svn' 'udev') -makedepends=('subversion') -conflicts=('eeze') -provides=('eeze') -options=(!libtool) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/eeze" -_svnmod="eeze" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package(){ - cd $_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} 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/efreet-svn/PKGBUILD b/community/efreet-svn/PKGBUILD deleted file mode 100755 index 1a2a47955..000000000 --- a/community/efreet-svn/PKGBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# $Id: PKGBUILD 76286 2012-09-15 10:12:12Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=efreet-svn -pkgver=75994 -pkgrel=1 -pkgdesc="freedesktop.org specifications for e17" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('ecore-svn') -makedepends=('svn') -conflicts=('efreet') -provides=('efreet') -options=('!libtool') -source=() -sha1sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/efreet" -_svnmod="efreet" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr --enable-icon-cache - make -} - -package(){ - cd $srcdir/$_svnmod-build - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build -} - - diff --git a/community/egoboo/PKGBUILD b/community/egoboo/PKGBUILD deleted file mode 100644 index 7db9c5a46..000000000 --- a/community/egoboo/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# $Id: PKGBUILD 71718 2012-06-01 18:47:50Z ebelanger $ -# Maintainer: Laurent Carlier <lordheavym@gmail.com> -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Arkham <arkham at archlinux dot us> -# Contributor: rabyte <rabyte*gmail> -# Contributor: Andres Blanc <andresblanc@gmail.com> - -pkgname=egoboo -pkgver=2.8.1 -pkgrel=4 -arch=('i686' 'x86_64') -license=('GPL') -pkgdesc="An open-source action RPG/dungeon crawling adventure with OpenGL 3D graphics" -url="http://egoboo.sourceforge.net/" -makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'physfs' 'enet' 'mesa') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - $pkgname.png - $pkgname.desktop) -md5sums=('e6f3130695d297dcd9fe74e50bd59b68' - '7019f17b607fd45acf0d48ade746326a' - 'b81e0c8f3e0b9d8640d0cfc9b6d320a8') - -build() { - cd "$srcdir/egoboo-$pkgver/src" - - # fix data paths - sed -i -e 's#egoboo-2.x#egoboo#g' \ - -e 's#share/games#share#g' \ - -e 's#etc#share#g' \ - -e 's#games#bin#g' \ - game/platform/file_linux.c - - # fix linking - sed -i -e 's#-lenet#-lenet -lm#g' game/Makefile - - make all -} - -package() { - depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'physfs' 'enet' 'mesa' 'egoboo-data>=2.8.1') - - cd "$srcdir/egoboo-$pkgver" - - install -Dm755 src/game/egoboo-2.x $pkgdir/usr/bin/egoboo - install -d $pkgdir/usr/share/doc - cp -rf doc/ $pkgdir/usr/share/doc/$pkgname/ - - # Install icon and desktop files - install -Dm 644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png - install -Dm 644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop -} - diff --git a/community/egoboo/egoboo.desktop b/community/egoboo/egoboo.desktop deleted file mode 100644 index b2f2870e4..000000000 --- a/community/egoboo/egoboo.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Egoboo -Exec=egoboo -Icon=egoboo -Type=Application -Comment=A 3D OpenGL dungeon-crawl -Categories=Game;AdventureGame;RolePlaying; diff --git a/community/egoboo/egoboo.png b/community/egoboo/egoboo.png Binary files differdeleted file mode 100644 index 984be247d..000000000 --- a/community/egoboo/egoboo.png +++ /dev/null diff --git a/community/eina-svn/PKGBUILD b/community/eina-svn/PKGBUILD deleted file mode 100755 index fc44852de..000000000 --- a/community/eina-svn/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# $Id: PKGBUILD 76264 2012-09-15 10:04:07Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=eina-svn -pkgver=76685 -pkgrel=1 -pkgdesc="E17 file chunk reading/writing library" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('LGPL2') -depends=('glibc') -makedepends=('subversion') -conflicts=('eina') -provides=('eina') -options=('!libtool' '!emptydirs') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/eina" -_svnmod="eina" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr --enable-amalgamation - make -} - -package(){ - cd $srcdir/$_svnmod-build - make DESTDIR=$pkgdir install - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/eio-svn/PKGBUILD b/community/eio-svn/PKGBUILD deleted file mode 100644 index d1d2ceb3f..000000000 --- a/community/eio-svn/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# $Id: PKGBUILD 76274 2012-09-15 10:08:08Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> - -pkgname=eio-svn -pkgver=76634 -pkgrel=1 -pkgdesc="Async IO library" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('ecore-svn') -makedepends=('subversion') -conflicts=('eio') -provides=('eio') -options=(!libtool) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/eio" -_svnmod="eio" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package(){ - cd $_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index 0f1d923d9..ff1108c9b 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ejabberd pkgver=2.1.11 pkgrel=8 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..6be35c0bc 100644 --- a/community/ekg2/PKGBUILD +++ b/community/ekg2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ekg2 pkgver=0.3.1 pkgrel=5 pkgdesc="ncurses based Jabber, Gadu-Gadu, Tlen and IRC client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ekg2.org/" license=('GPL') depends=('aspell' 'libjpeg' 'python2' 'libgadu' 'gnutls' 'gpm' 'libidn' 'giflib') diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD index 95ccd687a..172694a9a 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -5,7 +5,7 @@ pkgname=electricsheep pkgver=2.7b33 pkgrel=5 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/elementary-svn/PKGBUILD b/community/elementary-svn/PKGBUILD deleted file mode 100644 index a44492666..000000000 --- a/community/elementary-svn/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 76293 2012-09-15 10:19:50Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=elementary-svn -pkgver=76673 -pkgrel=1 -pkgdesc="Enlightenment's basic widget set" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('edje-svn' 'e_dbus-svn' 'efreet-svn') -makedepends=('subversion') -conflicts=('elementary') -provides=('elementary') -options=(!libtool !emptydirs) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/elementary" -_svnmod="elementary" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package(){ - cd $_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD index 6b6f6cd7a..52ecfc373 100644 --- a/community/elinks/PKGBUILD +++ b/community/elinks/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.13 _commit="9313aae9062e1d9ff084858fa6844259cd8237d6" pkgrel=11 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' 'js' diff --git a/community/emacs-nox/PKGBUILD b/community/emacs-nox/PKGBUILD index dc61fe518..6b01bbd4e 100644 --- a/community/emacs-nox/PKGBUILD +++ b/community/emacs-nox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=emacs-nox pkgver=24.2 pkgrel=1 pkgdesc="The Emacs Editor, without X11 support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') depends=('dbus-core' 'ncurses' 'perl') diff --git a/community/embryo-svn/PKGBUILD b/community/embryo-svn/PKGBUILD deleted file mode 100755 index 3634c459b..000000000 --- a/community/embryo-svn/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 76278 2012-09-15 10:09:27Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=embryo-svn -pkgver=76491 -pkgrel=1 -pkgdesc="implementation of a C like scripting language for e17" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('glibc' 'eina-svn') -makedepends=('svn') -conflicts=('embryo') -provides=('embryo') -replaces=('embryo-cvs') -options=('!libtool') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/embryo" -_svnmod="embryo" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - - make -} - -package(){ - cd $srcdir/$_svnmod-build - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} 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/emotion-svn/PKGBUILD b/community/emotion-svn/PKGBUILD deleted file mode 100644 index ead3edc5a..000000000 --- a/community/emotion-svn/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# $Id: PKGBUILD 70361 2012-05-05 07:40:39Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> - -pkgname=emotion-svn -pkgver=76438 -pkgrel=1 -pkgdesc="Library to easily integrate media playback into EFL applications" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('gstreamer0.10' 'edje-svn' 'eeze-svn') -makedepends=('subversion') -conflicts=('emotion') -provides=('emotion') -options=(!libtool) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/emotion" -_svnmod="emotion" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package(){ - cd $_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/emprint-svn/PKGBUILD b/community/emprint-svn/PKGBUILD deleted file mode 100755 index 364d058a0..000000000 --- a/community/emprint-svn/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 76291 2012-09-15 10:19:12Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=emprint-svn -pkgver=74533 -pkgrel=1 -pkgdesc="screenshot module for e17" -arch=('i686' 'x86_64') -groups=('e17-extra-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('edje-svn' 'imlib2') -makedepends=('svn') -conflicts=('emprint') -provides=('emprint') -replaces=('emprint-cvs') -options=('!libtool') -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/emprint" -_svnmod="emprint" - -build() { - cd $srcdir - - msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package() { - cd $srcdir/$_svnmod-build - - make DESTDIR=$pkgdir install - -# install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 9b735a2a8..347f59027 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=encfs pkgver=1.7.4 pkgrel=9 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 a1ee98aea..ddb73dc00 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=enet pkgver=1.3.6 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/PKGBUILD b/community/erlang/PKGBUILD index 09db3dde0..2cdfb1b27 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -10,13 +10,12 @@ pkgname=erlang pkgver=R15B03_1 pkgrel=2 pkgdesc='General-purpose concurrent functional programming language developed by Ericsson' -arch=('x86_64' 'i686') +arch=(i686 x86_64 mips64el) url='http://www.erlang.org/' license=('custom') depends=('ncurses' 'glu' 'wxgtk' 'openssl') makedepends=('perl' 'mesa' 'lksctp-tools') optdepends=('unixodbc: for database support' - 'java-environment: for Java support' 'lksctp-tools: for SCTP support') source=("http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz" "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz") diff --git a/community/erlang/PKGBUILD.mips64el b/community/erlang/PKGBUILD.mips64el new file mode 100644 index 000000000..aa5b12792 --- /dev/null +++ b/community/erlang/PKGBUILD.mips64el @@ -0,0 +1,71 @@ +# $Id: PKGBUILD 67366 2012-03-10 17:20:02Z tdziedzic $ +# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> +# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> +# Contributor: Tom Burdick <thomas.burdick@wrightwoodtech.com> + +pkgname=erlang +pkgver=R14B04 +pkgrel=2 +pkgdesc="A small concurrent functional programming language developed by Ericsson." +arch=(i686 x86_64 'mips64el') +url="http://www.erlang.org/index.html" +license=('custom') +depends=('ncurses' 'glibc') +makedepends=('perl' 'openssl' 'wxgtk' 'unixodbc>=2.3.1' 'mesa') +optdepends=('wxgtk: for wx support' 'unixodbc: database') + +options=('!makeflags') +source=(http://www.erlang.org/download/otp_src_${pkgver/./-}.tar.gz + http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz) +md5sums=('4b469729f103f52702bfb1fb24529dc0' + 'f31e72518daae4007f595c0b224dd59f') + +# please check these deps reported by namcap when you do the next build: +#erlang E: Dependency java-environment detected and not included (found class files usr/lib/erlang/lib/jinterface-1.5.4/priv/OtpErlang.jar, usr/lib/erlang/lib/ic-4.2.27/priv/ic.jar) +#erlang E: Dependency mesa detected and not included (libraries ['usr/lib/libGLU.so.1'] needed in files ['usr/lib/erlang/lib/wx-0.99/priv/erl_gl.so']) + + +build() { + cd "$srcdir/otp_src_${pkgver/./-}" + export ERTSVERSION=$(sed -n 's/^VSN[ ]*=[ ]*\([0-9.]\)/\1/p' < erts/vsn.mk) + export ERLINTERFACEVERSION=$(sed -n 's/^EI_VSN[ ]*=[ ]*\([0-9.]\)/\1/p' < lib/erl_interface/vsn.mk) + + sed -i '/SSL_DYNAMIC_ONLY=/s:no:yes:' erts/configure + + CFLAGS="${CFLAGS} -fno-strict-aliasing" ./configure --prefix=/usr --enable-smp-support --enable-threads -enable-native-libs + make +} + +package() { + cd "$srcdir/otp_src_${pkgver/./-}" + make INSTALL_PREFIX="$pkgdir" install + +# fix prefix + cd "$pkgdir" + for i in usr/lib/erlang/bin/erl \ + usr/lib/erlang/bin/start \ + usr/lib/erlang/erts-${ERTSVERSION}/bin/erl \ + usr/lib/erlang/erts-${ERTSVERSION}/bin/start \ + usr/lib/erlang/releases/RELEASES ;do + sed -i "s#$pkgdir##" $i + done + +# fix symlinks + cd "$pkgdir/usr/lib/erlang/bin" + ln -sf ../erts-${ERTSVERSION}/bin/epmd + + cd "$pkgdir/usr/bin" + for file in *; do + ln -sfv ../lib/erlang/bin/$file + done + + ln -s ../lib/erlang/lib/erl_interface-${ERLINTERFACEVERSION}/bin/erl_call "$pkgdir/usr/bin/erl_call" + +# install documentation + install -d "$pkgdir/usr/share/doc/erlang" + install -D -m644 "$srcdir"/{COPYRIGHT,PR.template,README} "$pkgdir/usr/share/doc/erlang" + cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang" + + install -Dm644 "$srcdir/otp_src_${pkgver/./-}/EPLICENCE" "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE" + +} diff --git a/community/esdl/PKGBUILD b/community/esdl/PKGBUILD deleted file mode 100644 index 8b03ebb5e..000000000 --- a/community/esdl/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: kappa <kappacurve@gmail.com> - -pkgname=esdl -pkgver=1.2 -pkgrel=3 -epoch=2 -arch=('x86_64' 'i686') -pkgdesc='SDL and OpenGL bindings for Erlang' -url='http://esdl.sourceforge.net/' -license=('custom') -depends=('erlang' 'sdl' 'glu') -source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/esdl/tar.gz/dgud/r15b-driver-compat") -sha256sums=('a14d695229b93401a304b773874e87c02c5b304d4b5b66f35cba75e140672086') -_dirname="$pkgname-dgud-r15b-driver-compat" - -build() { - cd "$srcdir/$_dirname" - - find -type f -print0 | xargs -0 chmod 644 - make -} - -package() { - cd "$srcdir/$_dirname" - - make INSTALLDIR="$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver" install - - ## An attempt to make wings3d compile with esdl 1.2 - #ln -s /usr/lib/erlang/lib/wx-0.99/include/glu.hrl \ - # "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver/include/glu.hrl" - #ln -s /usr/lib/erlang/lib/wx-0.99/include/gl.hrl \ - # "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver/include/gl.hrl" - - install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/esekeyd/PKGBUILD b/community/esekeyd/PKGBUILD deleted file mode 100644 index d3d8520a9..000000000 --- a/community/esekeyd/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 65669 2012-02-21 20:29:52Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> -# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: Evgenij Vdovin <evdovin@pochta.ru> - -pkgname=esekeyd -pkgver=1.2.7 -pkgrel=2 -pkgdesc="Multimedia keyboard driver for Linux" -arch=('i686' 'x86_64') -url="http://freshmeat.net/projects/esekeyd/" -license=('GPL') -depends=('glibc' 'sh') -source=(http://www.burghardt.pl/files/$pkgname-$pkgver.tar.gz - esekeyd.rc esekeyd.confd esekeyd.conf) -backup=('etc/conf.d/esekeyd' 'etc/esekeyd.conf') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -D -m755 "$srcdir/esekeyd.rc" "$pkgdir/etc/rc.d/esekeyd" - install -D -m644 "$srcdir/esekeyd.confd" "$pkgdir/etc/conf.d/esekeyd" - install -D -m644 "$srcdir/esekeyd.conf" "$pkgdir/etc/esekeyd.conf" -} -md5sums=('5937ad6d7815dbc6ab6983411a9f37d4' - '1c1b954265ad29de010b1dd750350ed2' - '5edf18376549251daacd49ae136ba984' - 'f16c1aefe84214856f3a7e49a1a866f3') diff --git a/community/esekeyd/esekeyd.conf b/community/esekeyd/esekeyd.conf deleted file mode 100644 index c391a9670..000000000 --- a/community/esekeyd/esekeyd.conf +++ /dev/null @@ -1,31 +0,0 @@ -# -# ESE Key Deamon 1.2.1 config file -# - -# Note: esekeyd runs all commands as root! -# In order to run commands as user you should call them this way: -#CALC:su -l username -c "/bin/bash -l -c 'DISPLAY=:0 gcalctool &'" -# -# Note that it is impossible to use xdg-utils and some Gnome/KDE applications -# because some vital environment variables are set after desktop session start, -# so shell session started via su won't have them - -#BACK: -#FORWARD: -#STOP: -#REFRESH: -#SEARCH: -#BOOKMARKS:/bin/sh -c "DISPLAY=:0 xterm &" -#WWW: -#MAIL: -#PREVIOUSSONG:mpc prev & -#STOPCD:mpc stop & -#PLAYPAUSE:mpc toggle & -#NEXTSONG:mpc next & -#VOLUMEDOWN:amixer set Master 5%- & -#VOLUMEUP:amixer set Master 5%+ & -#MUTE:amixer set Master toggle & -#MEDIA:mpc update & -#COMPUTER: -#CALC:/bin/sh -c "DISPLAY=:0 xcalc &" -#SLEEP:/bin/sh -c "DISPLAY=:0 xset dpms force standby &" diff --git a/community/esekeyd/esekeyd.confd b/community/esekeyd/esekeyd.confd deleted file mode 100644 index 1fd9a0940..000000000 --- a/community/esekeyd/esekeyd.confd +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG=/etc/esekeyd.conf -# set input device manually if it cannot be autodetected -# DEVICE=/dev/input/event1 -KEYCODES=('e00e:148' 'e00c:149') diff --git a/community/esekeyd/esekeyd.rc b/community/esekeyd/esekeyd.rc deleted file mode 100644 index 67dd42265..000000000 --- a/community/esekeyd/esekeyd.rc +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# Start/stop/restart the key daemon. -. /etc/rc.conf -. /etc/rc.d/functions - -keystune(){ - for keycode in "${KEYCODES[@]}"; do - key=`echo $keycode | cut -d: -f1` - code=`echo $keycode | cut -d: -f2` - setkeycodes $key $code - done -} - -# source application-specific settings -CONFIG= -KEYCODES= -DEVICE= -[ -f /etc/conf.d/esekeyd ] && . /etc/conf.d/esekeyd - -PID=`pidof -o %PPID /usr/sbin/esekeyd` -case "$1" in - start) - stat_busy "Starting esekeyd" - [ "$KEYCODES" ] && keystune - [ -z "$PID" ] && /usr/sbin/esekeyd $CONFIG $DEVICE &>/dev/null - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon esekeyd - stat_done - fi - ;; - stop) - stat_busy "Stopping esekeyd" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon esekeyd - stat_done - fi - ;; - restart) - $0 stop - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 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/ethumb-svn/PKGBUILD b/community/ethumb-svn/PKGBUILD deleted file mode 100644 index ea455b16c..000000000 --- a/community/ethumb-svn/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# $Id: PKGBUILD 76284 2012-09-15 10:11:32Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> - -pkgname=ethumb-svn -pkgver=75994 -pkgrel=1 -pkgdesc="Thumbnailing library" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('libexif' 'e_dbus-svn' 'emotion-svn') -makedepends=('subversion') -conflicts=('ethumb') -provides=('ethumb') -options=(!libtool) -source=() -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/ethumb" -_svnmod="ethumb" - -build() { - cd $srcdir - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr --libexecdir=/usr/lib - make -} - -package(){ - cd $_svnmod-build - make DESTDIR=$pkgdir install - - # install license files - install -Dm644 $srcdir/$_svnmod-build/COPYING \ - $pkgdir/usr/share/licenses/$pkgname/COPYING - - rm -r $srcdir/$_svnmod-build - -} 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 42456bae4..68ae89717 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') pkgver=0.7.5 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ettercap.github.com/ettercap/" license=('GPL') makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') diff --git a/community/evas-svn/PKGBUILD b/community/evas-svn/PKGBUILD deleted file mode 100755 index 183a3e5ed..000000000 --- a/community/evas-svn/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 76268 2012-09-15 10:05:31Z rvanharen $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=evas-svn -pkgver=76645 -pkgrel=1 -pkgdesc="A hardware-accelerated canvas API for X-Windows" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('giflib' 'librsvg' 'eet-svn' 'cairo' 'libjpeg' 'libxrender' 'mesa' - 'fribidi' 'fontconfig' 'evas_generic_loaders-svn') -makedepends=('subversion') -conflicts=('evas') -provides=('evas') -options=('!libtool' '!emptydirs') -md5sums=() - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/evas" -_svnmod="evas" - -build() { - cd "$srcdir" - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr --enable-fb --enable-xrender-x11 \ - --enable-gl-x11 --enable-fontconfig --enable-async-preload \ - --enable-async-events --enable-pipe-render --enable-async-render \ - --libexecdir=/usr/lib - make -} - -package() { - cd "$srcdir/$_svnmod-build" - make DESTDIR="$pkgdir" install - -# install license files - install -Dm644 "$srcdir/$_svnmod-build/COPYING" \ - "$pkgdir/usr/share/licenses/$pkgname/COPYING" - - rm -r "$srcdir/$_svnmod-build" - -} diff --git a/community/evas_generic_loaders-svn/PKGBUILD b/community/evas_generic_loaders-svn/PKGBUILD deleted file mode 100644 index 345c80acb..000000000 --- a/community/evas_generic_loaders-svn/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# $Id: PKGBUILD 78523 2012-10-20 09:32:58Z heftig $ -# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Ronald van Haren <ronald.archlinux.org> - -pkgname=evas_generic_loaders-svn -pkgver=75875 -pkgrel=2 -pkgdesc="Additional generic loaders for Evas" -arch=('i686' 'x86_64') -groups=('e17-libs-svn' 'e17-svn') -url="http://www.enlightenment.org" -license=('BSD') -depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina-svn') -makedepends=('subversion') -conflicts=('evas_generic_loaders') -provides=('evas_generic_loaders') -options=('!libtool' '!emptydirs') - -_svntrunk="http://svn.enlightenment.org/svn/e/trunk/evas_generic_loaders" -_svnmod="evas_generic_loaders" - -build() { - cd "$srcdir" - -msg "Connecting to $_svntrunk SVN server...." - if [ -d $_svnmod/.svn ]; then - (cd $_svnmod && svn up -r $pkgver) - else - svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod - fi - - msg "SVN checkout done or server timeout" - msg "Starting make..." - - cp -r $_svnmod $_svnmod-build - cd $_svnmod-build - - ./autogen.sh --prefix=/usr - make -} - -package() { - cd "$srcdir/$_svnmod-build" - make DESTDIR="$pkgdir" install - -# install license files - install -Dm644 "$srcdir/$_svnmod-build/COPYING" \ - "$pkgdir/usr/share/licenses/$pkgname/COPYING" - - rm -r "$srcdir/$_svnmod-build" -} 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 1bd7be9ad..2dd454fff 100644 --- a/community/expac/PKGBUILD +++ b/community/expac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=expac pkgver=1 pkgrel=2 pkgdesc="pacman database extraction utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/expac" license=('GPL') depends=('pacman') diff --git a/community/ext3grep/PKGBUILD b/community/ext3grep/PKGBUILD index f3ac6d1cd..f7056634d 100644 --- a/community/ext3grep/PKGBUILD +++ b/community/ext3grep/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ext3grep pkgver=0.10.2 pkgrel=2 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ext3grep/" license=('GPL') makedepends=('e2fsprogs' 'patch') diff --git a/community/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 0cfcb0613..a13168cf5 100644 --- a/community/extremetuxracer/PKGBUILD +++ b/community/extremetuxracer/PKGBUILD @@ -7,7 +7,7 @@ pkgname=extremetuxracer pkgver=0.4 pkgrel=5 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 ac5c0dc97..5335f5678 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fatrat pkgver=1.2.0_beta2 pkgrel=4 pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fatrat.dolezel.info/" license=('GPL') depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit') 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 66e75dacd..16ff78eaa 100644 --- a/community/fbgrab/PKGBUILD +++ b/community/fbgrab/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbgrab pkgver=1.0 pkgrel=6 pkgdesc="A framebuffer screenshot grabber" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://hem.bredband.net/gmogmo/fbgrab/" license=("GPL") depends=('libpng') diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD index 5edf5f2a1..97f7117cb 100644 --- a/community/fbpanel/PKGBUILD +++ b/community/fbpanel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fbpanel pkgver=6.1 pkgrel=3 pkgdesc="NetWM compliant desktop panel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fbpanel.sourceforge.net/" depends=('gtk2') license=('GPL') diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD index d5677b5fb..b6493861c 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbreader pkgver=0.99.4 pkgrel=1 pkgdesc="An e-book reader for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fbreader.org/" license=('GPL') depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite') diff --git a/community/fbshot/PKGBUILD b/community/fbshot/PKGBUILD index 489f897f8..3d52335d6 100644 --- a/community/fbshot/PKGBUILD +++ b/community/fbshot/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbshot pkgver=0.3 pkgrel=4 pkgdesc="Takes screenshots (PNG) from your framebuffer device (e.g. console)." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sfires.net/fbshot/" license=('GPL') depends=('libpng') diff --git a/community/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 a5043eaad..dcc9518c5 100644 --- a/community/fbv/PKGBUILD +++ b/community/fbv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fbv pkgver=1.0b pkgrel=5 pkgdesc="FrameBuffer image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://s-tech.elsat.net.pl/fbv/" license=('GPL') depends=('libpng' 'libungif' 'libjpeg') diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index 3d963df97..08764250c 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.0 pkgrel=2 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' '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 e5a83ca0a..f3d818fea 100644 --- a/community/fcgiwrap/PKGBUILD +++ b/community/fcgiwrap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.3 _gitrev='b9f03e6' pkgrel=4 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 875b3f05f..7209e0699 100644 --- a/community/fcitx-libpinyin/PKGBUILD +++ b/community/fcitx-libpinyin/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-libpinyin pkgver=0.2.1 pkgrel=3 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>=4.2.0' 'libpinyin>=0.3.0') 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 aa660d9e0..484c8671e 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.6.1187.102 _patchver=${pkgver}.3 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/mozc/" license=('custom') depends=('qt' 'fcitx' 'zinnia') diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD index 766697257..9af9fdc38 100644 --- a/community/fcitx-rime/PKGBUILD +++ b/community/fcitx-rime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fcitx-rime pkgver=0.2.0 pkgrel=1 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 e24627d9a..a67d97ea2 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -5,7 +5,7 @@ pkgname=fcitx-unikey pkgver=0.2.0 pkgrel=1 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 226224b23..afae00724 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt') pkgver=4.2.7 pkgrel=1 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' 'qt' 'icu' \ 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 5546042ad..a0bf2a771 100644 --- a/community/fdm/PKGBUILD +++ b/community/fdm/PKGBUILD @@ -5,11 +5,11 @@ pkgname=fdm pkgver=1.6 -pkgrel=3 +pkgrel=3.1 pkgdesc='Program to fetch and deliver mail' url='http://fdm.sourceforge.net/' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags') depends=('openssl' 'tdb' 'zlib') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz" @@ -20,6 +20,7 @@ sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../GNUmakefile.patch + sed -i 's/LIBS+= -lssl -ltdb -lz/LIBS+= -lssl -lcrypto -ltdb -lz/' GNUmakefile make } diff --git a/community/fdupes/PKGBUILD b/community/fdupes/PKGBUILD index 3ad9caa47..3b22f0e41 100644 --- a/community/fdupes/PKGBUILD +++ b/community/fdupes/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fdupes pkgver=1.40 pkgrel=6 pkgdesc="a program for identifying or deleting duplicate files residing within specified directories" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fdupes/" license=('MIT') depends=(glibc) diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD index 5291e8d0a..8805a74c2 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ffmpeg-compat pkgver=20120509 pkgrel=2 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ffmpeg.org/" license=('GPL') depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) diff --git a/community/ffmpeg2theora/PKGBUILD b/community/ffmpeg2theora/PKGBUILD index 7d1cf16c1..7cfa0b279 100644 --- a/community/ffmpeg2theora/PKGBUILD +++ b/community/ffmpeg2theora/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ffmpeg2theora pkgver=0.29 pkgrel=2 pkgdesc="Simple converter to create Ogg Theora files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.v2v.cc/~j/ffmpeg2theora/" license=('GPL') depends=('ffmpeg') diff --git a/community/fftw2/PKGBUILD b/community/fftw2/PKGBUILD deleted file mode 100644 index e46a44e49..000000000 --- a/community/fftw2/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# $Id: PKGBUILD 55583 2011-09-14 11:20:19Z andrea $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: damir <damir@archlinux.org> - -pkgname=fftw2 -pkgver=2.1.5 -pkgrel=5 -pkgdesc="A C subroutine library for computing the discrete Fourier transform (DFT)" -arch=('i686' 'x86_64') -url="http://www.fftw.org/" -license=('GPL2') -depends=('glibc') -makedepends=('gcc-fortran') -options=('!libtool') -source=("http://www.fftw.org/fftw-${pkgver}.tar.gz") -md5sums=('8d16a84f3ca02a785ef9eb36249ba433') - -build() { - cd "${srcdir}" - - cp -r fftw-${pkgver} fftw-${pkgver}-double - - # build single precision - cd fftw-${pkgver} - ./configure F77=gfortran --prefix=/usr \ - --enable-float \ - --enable-type-prefix \ - --enable-shared \ - --enable-threads \ - --infodir=/usr/share/info - make - cd ../ - - # build double precision - cd fftw-${pkgver}-double - ./configure F77=gfortran --prefix=/usr \ - --enable-type-prefix \ - --enable-shared \ - --enable-threads \ - --infodir=/usr/share/info - make -} - -package() { - # install single precision - cd "${srcdir}"/fftw-${pkgver} - make DESTDIR="${pkgdir}" install - - # install double precision - cd "${srcdir}"/fftw-${pkgver}-double - make DESTDIR="${pkgdir}" install -} diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index b09b1b38d..dbafcc916 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -6,7 +6,7 @@ pkgname=filezilla pkgver=3.6.0.2 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 fdfdabd1c..c3df5c8be 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -9,7 +9,7 @@ pkgname=fish pkgver=2.0b2 pkgrel=3 pkgdesc='Smart and user friendly shell intended mostly for interactive use' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ridiculousfish.com/shell/' license=('GPL2') depends=('python2') diff --git a/community/flac123/PKGBUILD b/community/flac123/PKGBUILD index e101e6f20..cb88cdcab 100644 --- a/community/flac123/PKGBUILD +++ b/community/flac123/PKGBUILD @@ -6,7 +6,7 @@ pkgname=flac123 pkgver=0.0.12 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') pkgdesc="A command-line program for playing FLAC audio files" url="http://flac-tools.sourceforge.net/" diff --git a/community/flam3/PKGBUILD b/community/flam3/PKGBUILD index 663f0f332..19006c9c9 100644 --- a/community/flam3/PKGBUILD +++ b/community/flam3/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flam3 pkgver=3.0.1 pkgrel=2 pkgdesc="Tools to create/display fractal flames: algorithmically generated images and animations" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://flam3.com/" license=('GPL3') depends=('libjpeg' 'libpng' 'libxml2') diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index 1b6db94b1..4e7399c63 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -9,10 +9,10 @@ pkgver=0.9.6.1 pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libftdi' 'pciutils') -optdepends=('dmidecode: for SMBIOS/DMI table decoder support') +[ "$CARCH" != "mips64el" ] && optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2") md5sums=('407e836c0a2b17ec76583cb6809f65e5') diff --git a/community/fldiff/PKGBUILD b/community/fldiff/PKGBUILD index 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 86fcf0017..1a287da02 100644 --- a/community/flickcurl/PKGBUILD +++ b/community/flickcurl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flickcurl pkgver=1.21 pkgrel=3 pkgdesc="C library for the Flickr API" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://librdf.org/flickcurl/" license=('GPL') depends=('raptor' 'curl') diff --git a/community/flobopuyo/PKGBUILD b/community/flobopuyo/PKGBUILD index 4531d93f9..aa55e4cf4 100644 --- a/community/flobopuyo/PKGBUILD +++ b/community/flobopuyo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=flobopuyo pkgver=0.20 pkgrel=6 pkgdesc="Clone of the famous PuyoPuyo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/$pkgname/" license=('GPL') depends=('libgl' 'sdl_image' 'sdl_mixer') diff --git a/community/flowcanvas/PKGBUILD b/community/flowcanvas/PKGBUILD index 39dee6da0..c709a7d92 100644 --- a/community/flowcanvas/PKGBUILD +++ b/community/flowcanvas/PKGBUILD @@ -7,7 +7,7 @@ pkgname=flowcanvas pkgver=0.7.1 pkgrel=3 pkgdesc="Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://drobilla.net/software/flowcanvas/" depends=('libgnomecanvasmm' 'graphviz') makedepends=('boost' 'python2') diff --git a/community/floyd/PKGBUILD b/community/floyd/PKGBUILD index bf88c40de..adedd0855 100644 --- a/community/floyd/PKGBUILD +++ b/community/floyd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=floyd pkgver=2.0.1 pkgrel=4 pkgdesc="displays system load with pulse of keyboard LED" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.asahi-net.or.jp/~pi9s-nnb/floyd/" license=("GPL") depends=() diff --git a/community/fltk2/PKGBUILD b/community/fltk2/PKGBUILD index 7600f7322..581d24d2d 100644 --- a/community/fltk2/PKGBUILD +++ b/community/fltk2/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.0 _pkgver=2.0.x-alpha-r9166 pkgrel=8 pkgdesc="Graphical user interface toolkit for X" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('LGPL') url="http://www.fltk.org/" depends=('libjpeg' 'libpng' 'gcc-libs' 'libxft' 'libxext' 'libxi' 'libxinerama') diff --git a/community/flumotion/PKGBUILD b/community/flumotion/PKGBUILD index 307d2e189..069ad5eab 100644 --- a/community/flumotion/PKGBUILD +++ b/community/flumotion/PKGBUILD @@ -6,7 +6,7 @@ pkgname=flumotion pkgver=0.10.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A streaming media server" url="http://www.flumotion.net" options=('!libtool') diff --git a/community/fonteditfs/PKGBUILD b/community/fonteditfs/PKGBUILD index 3e4cb610c..2a7ce6ba1 100644 --- a/community/fonteditfs/PKGBUILD +++ b/community/fonteditfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fonteditfs pkgver=1.2 pkgrel=3 pkgdesc="console font editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fonteditfs.sourceforge.net/" license=('GPL') depends=('ncurses') diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index 0f211e45d..1a0dfc363 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fox pkgver=1.6.47 pkgrel=1 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 33e3ceb53..2c9b5a6da 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -12,7 +12,7 @@ pkgver=2.6.0 _gdbver=7.5.1 pkgrel=4 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freepascal.org/" license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index ee93c4c3c..1714504ac 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -5,7 +5,7 @@ pkgname=freedroid pkgver=1.0.2 pkgrel=8 pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freedroid.sourceforge.net/" license=('GPL') depends=('glibc' 'sdl_image' 'sdl_mixer') diff --git a/community/freedroidrpg/PKGBUILD b/community/freedroidrpg/PKGBUILD index 38c9ce56d..750f9a1f9 100644 --- a/community/freedroidrpg/PKGBUILD +++ b/community/freedroidrpg/PKGBUILD @@ -5,7 +5,7 @@ pkgname='freedroidrpg' pkgver=0.15.1 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu') makedepends=('mesa') optdepends=('python2' 'espeak') diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD index 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 817429c57..c1d50fd01 100644 --- a/community/freeimage/PKGBUILD +++ b/community/freeimage/PKGBUILD @@ -8,7 +8,7 @@ pkgname=freeimage pkgver=3.15.3 pkgrel=2 pkgdesc="Library project for developers who would like to support popular graphics image formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom:FIPL') url="http://freeimage.sourceforge.net/" depends=('gcc-libs') @@ -17,6 +17,13 @@ source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distributio md5sums=('6c305b4086500ff8541c596ea6fc7cd7') build() { + if [ "$CARCH" != "i686" ] ; then + # The Makefile incorrectly assumes that only x86_64 shared + # libraries need PIC. + export CFLAGS="$CFLAGS -fPIC" + export CXXFLAGS="$CXXFLAGS -fPIC" + fi + cp -r FreeImage FreeImagefip export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS" diff --git a/community/freemat/PKGBUILD b/community/freemat/PKGBUILD index 02d57a273..36da22bf8 100644 --- a/community/freemat/PKGBUILD +++ b/community/freemat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freemat pkgver=4.1 pkgrel=6 pkgdesc="A free environment for rapid engineering, scientific prototyping and data processing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freemat.sourceforge.net" license=('GPL') depends=('qt' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu') diff --git a/community/freeradius-client/PKGBUILD b/community/freeradius-client/PKGBUILD index b7f90a711..2452bc9ed 100644 --- a/community/freeradius-client/PKGBUILD +++ b/community/freeradius-client/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freeradius-client pkgver=1.1.6 pkgrel=4 pkgdesc="FreeRADIUS Client Software" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wiki.freeradius.org/Radiusclient" license=('BSD') depends=('sh') diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 43586cdaf..f75a1fa80 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freeradius pkgver=2.2.0 pkgrel=3 pkgdesc="The premier open source RADIUS server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freeradius.org/" license=('GPL') depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient') diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD index a341880e9..0104917e1 100644 --- a/community/freerdp/PKGBUILD +++ b/community/freerdp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freerdp pkgver=1.0.2 pkgrel=1 pkgdesc="Free RDP client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freerdp.sourceforge.net" license=('GPL') depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage' diff --git a/community/freetalk/PKGBUILD b/community/freetalk/PKGBUILD index 1f0a93f26..26540364e 100644 --- a/community/freetalk/PKGBUILD +++ b/community/freetalk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=freetalk pkgver=3.2 pkgrel=5 pkgdesc="A console based Jabber client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/freetalk" license=('GPL') depends=('loudmouth' 'guile') diff --git a/community/freevo/PKGBUILD b/community/freevo/PKGBUILD index 086a863d0..1d7a95dea 100644 --- a/community/freevo/PKGBUILD +++ b/community/freevo/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=8 pkgdesc="An open-source home theatre PC platform" url="http://freevo.sourceforge.net/" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 'smpeg' 'pil' 'python-pysqlite-legacy' 'pyxml' 'lsdvd' 'twisted' 'python2-numpy' 'python-pygame' 'kaa-metadata' diff --git a/community/freewrl/PKGBUILD b/community/freewrl/PKGBUILD index ec562da65..2290488fd 100644 --- a/community/freewrl/PKGBUILD +++ b/community/freewrl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.22.13.1 _pkgver=1.22.13 pkgrel=3 pkgdesc="VRML viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freewrl.sourceforge.net/" license=('GPL') depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 'sox' diff --git a/community/frei0r-plugins/PKGBUILD b/community/frei0r-plugins/PKGBUILD index cd72b12c2..71094aa94 100644 --- a/community/frei0r-plugins/PKGBUILD +++ b/community/frei0r-plugins/PKGBUILD @@ -5,7 +5,7 @@ pkgname=frei0r-plugins pkgver=1.3 pkgrel=6 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/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 34e6edcb4..ae7574fdf 100644 --- a/community/fwbuilder/PKGBUILD +++ b/community/fwbuilder/PKGBUILD @@ -8,7 +8,7 @@ pkgver=5.1.0.3599 pkgrel=2 pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms" url="http://www.fwbuilder.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libxslt' 'net-snmp' 'qt') conflicts=('libfwbuilder') diff --git a/community/fxdesktop/PKGBUILD b/community/fxdesktop/PKGBUILD index 973311383..e75d296b8 100644 --- a/community/fxdesktop/PKGBUILD +++ b/community/fxdesktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxdesktop pkgver=0.1.12 pkgrel=6 pkgdesc="Lightweight Desktop Environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fxdesktop/" license=('GPL') depends=('fox>=1.6.0') diff --git a/community/fxprocessview/PKGBUILD b/community/fxprocessview/PKGBUILD index 260a3b3bd..d65db68df 100644 --- a/community/fxprocessview/PKGBUILD +++ b/community/fxprocessview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fxprocessview pkgver=0.5.0 pkgrel=5 pkgdesc="Process Viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('fox>=1.4.0') makedepends=('glu') diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD index a12fa1702..4ffa33cdf 100644 --- a/community/g2sc/PKGBUILD +++ b/community/g2sc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=g2sc pkgver=0.2 pkgrel=4 pkgdesc="Samba gtk2 client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/g2sc" license=('GPL') depends=('smbclient' 'gtk2') diff --git a/community/galago-daemon/PKGBUILD b/community/galago-daemon/PKGBUILD deleted file mode 100644 index 068e0482c..000000000 --- a/community/galago-daemon/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 65520 2012-02-21 08:41:22Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=galago-daemon -pkgver=0.5.1 -pkgrel=4 -pkgdesc="Galago presence daemon" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://www.galago-project.org" -depends=('libgalago') -source=(http://www.galago-project.org/files/releases/source/galago-daemon/galago-daemon-$pkgver.tar.gz) -md5sums=('fdb81f938f86f380b127158ebb542279') - -build() { - cd $srcdir/galago-daemon-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname --disable-tests - make - make DESTDIR=$pkgdir install -} diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index 0c5a273fd..813d5bf74 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=galculator pkgver=2.0.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 1fefecc1a..d3b3e70f7 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -17,7 +17,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba pkgver=3.3.4 pkgrel=3 pkgdesc="A free development environment based on a Basic interpreter." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gambas.sourceforge.net/" license=('GPL2') groups=('gambas3') diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index a876ba89c..cf50f6cf2 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gammu pkgver=1.32.0 pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wammu.eu/" license=('GPL') depends=('bluez' 'curl' 'libmysqlclient' diff --git a/community/garmindev/PKGBUILD b/community/garmindev/PKGBUILD index cac38b54a..5934b338e 100644 --- a/community/garmindev/PKGBUILD +++ b/community/garmindev/PKGBUILD @@ -6,7 +6,7 @@ pkgname=garmindev pkgver=0.3.4 pkgrel=5 pkgdesc="Garmin Device Drivers for QlandkarteGT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qlandkarte.org/" license=('GPL') depends=('libusb') diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD index 5af667871..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 4093e87b1..a3eb291c0 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdal pkgver=1.9.1 pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gdal.org/" license=('custom') depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmysqlclient' 'postgresql-libs') diff --git a/community/gdesklets/PKGBUILD b/community/gdesklets/PKGBUILD index 197781d7c..959b9d38a 100644 --- a/community/gdesklets/PKGBUILD +++ b/community/gdesklets/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdesklets pkgver=0.36.3 pkgrel=4 pkgdesc="System for bringing mini programs (desklets) onto your desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gdesklets.de/" license=('GPL') depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 'xdg-utils') diff --git a/community/gdk-pixbuf/PKGBUILD b/community/gdk-pixbuf/PKGBUILD index 7b0059d51..d4289b1c8 100644 --- a/community/gdk-pixbuf/PKGBUILD +++ b/community/gdk-pixbuf/PKGBUILD @@ -5,9 +5,9 @@ pkgname=gdk-pixbuf pkgver=0.22.0 -pkgrel=9 +pkgrel=9.1 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 97746241d..35c7e297d 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geany-plugins pkgver=1.22 pkgrel=5 pkgdesc='Combined plugins release for Geany' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://plugins.geany.org/' license=('GPL') depends=('geany=1.22' 'lua51' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 90c379711..2ebf57afe 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -9,7 +9,7 @@ pkgname=geany pkgver=1.22 pkgrel=3 pkgdesc='Fast and lightweight IDE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils') diff --git a/community/gebabbel/PKGBUILD b/community/gebabbel/PKGBUILD index 82174dd00..322843866 100644 --- a/community/gebabbel/PKGBUILD +++ b/community/gebabbel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gebabbel pkgver=0.4 pkgrel=5 pkgdesc="GUI for gpsbabel" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gebabbel.sourceforge.net/" license=('GPL2') depends=('qt' 'gpsbabel') diff --git a/community/gecko-mediaplayer/PKGBUILD b/community/gecko-mediaplayer/PKGBUILD index 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..d68b0fe6b 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') @@ -15,12 +15,15 @@ optdepends=('python2: for two of the commands (garchive, tragesym)' 'gawk: for sw2asc') replaces=('geda-suite' 'geda-libs') install=geda-gaf.install -source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73') +source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz + geda-1.6.2-correct_glib_include.patch) +md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73' + 'af28867b393e0351b97d5d23cdefc812') build () { cd "$srcdir/$pkgname-$pkgver/" + patch -Np1 -i ${srcdir}/geda-1.6.2-correct_glib_include.patch ./configure --prefix=/usr --disable-update-xdg-database make } diff --git a/community/geda-gaf/geda-1.6.2-correct_glib_include.patch b/community/geda-gaf/geda-1.6.2-correct_glib_include.patch new file mode 100644 index 000000000..a8cfa96be --- /dev/null +++ b/community/geda-gaf/geda-1.6.2-correct_glib_include.patch @@ -0,0 +1,13 @@ +--- geda-gaf-1.6.2.orig/libgeda/src/s_path.c ++++ geda-gaf-1.6.2/libgeda/src/s_path.c +@@ -37,9 +37,7 @@ + #include <stdlib.h> + #include <string.h> + +-#include <glib/gmem.h> +-#include <glib/gmessages.h> +-#include <glib/gtypes.h> ++#include <glib.h> + + #include "libgeda_priv.h" + diff --git a/community/gedit-plugins/PKGBUILD b/community/gedit-plugins/PKGBUILD index 9db934a71..4389b442f 100644 --- a/community/gedit-plugins/PKGBUILD +++ b/community/gedit-plugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gedit-plugins pkgver=3.6.1 pkgrel=1 pkgdesc="Plugins for gedit" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') url="http://live.gnome.org/GeditPlugins" depends=('gedit' 'dbus-python') diff --git a/community/gen2shp/PKGBUILD b/community/gen2shp/PKGBUILD index ce863bc74..f164dda17 100644 --- a/community/gen2shp/PKGBUILD +++ b/community/gen2shp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gen2shp pkgver=0.3.1 pkgrel=6 pkgdesc='Converts ArcInfo generate format to shapefile format' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.intevation.de/~jan/gen2shp/' license=('GPL') depends=('shapelib') diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index 552278470..7e8122199 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geos pkgver=3.3.6 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/ghemical/PKGBUILD b/community/ghemical/PKGBUILD index a4dc7cb38..718b4823a 100644 --- a/community/ghemical/PKGBUILD +++ b/community/ghemical/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.0 pkgrel=2 pkgdesc="Computational chemistry package." license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bioinformatics.org/ghemical/ghemical/" depends=('libghemical>=3.0' 'liboglappth>=1.0' 'libglade' 'gtkglext' 'openbabel') makedepends=('pkgconfig' 'intltool>=0.40.0' 'gettext') diff --git a/community/gigedit/PKGBUILD b/community/gigedit/PKGBUILD index 179d5aa46..bd05aa9bf 100644 --- a/community/gigedit/PKGBUILD +++ b/community/gigedit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gigedit pkgver=0.2.0 pkgrel=2 pkgdesc="Gigasampler instrument editor" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.linuxsampler.org/" license=('GPL') depends=('linuxsampler' 'gtkmm' 'libsigc++') diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD index dc22aa950..3f043f65a 100644 --- a/community/giggle/PKGBUILD +++ b/community/giggle/PKGBUILD @@ -6,7 +6,7 @@ pkgname=giggle pkgver=0.7 pkgrel=1 pkgdesc="Git repository viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/giggle" license=('GPL') depends=('git' 'gtksourceview3' 'vte3') 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 e1dc19fd4..ab89aab6b 100644 --- a/community/gimp-plugin-mathmap/PKGBUILD +++ b/community/gimp-plugin-mathmap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-plugin-mathmap pkgver=1.3.5 pkgrel=2 pkgdesc="A GIMP plug-in which allows distortion of images specified by mathematical formulae" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.complang.tuwien.ac.at/schani/mathmap/" license=('GPL') depends=('gimp' 'gsl' 'gtksourceview2' 'fftw' 'giflib') diff --git a/community/gimp-plugin-wavelet-decompose/PKGBUILD b/community/gimp-plugin-wavelet-decompose/PKGBUILD index 02c20524d..f6c3d9595 100644 --- a/community/gimp-plugin-wavelet-decompose/PKGBUILD +++ b/community/gimp-plugin-wavelet-decompose/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gimp-plugin-wavelet-decompose pkgver=0.1.2 pkgrel=2 pkgdesc="Wavelet decompose plugin for Gimp" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://registry.gimp.org/node/11742" license=('GPL') depends=('gimp') diff --git a/community/gimp-plugin-wavelet-denoise/PKGBUILD b/community/gimp-plugin-wavelet-denoise/PKGBUILD index 9e17c8bfe..d58f9edd2 100644 --- a/community/gimp-plugin-wavelet-denoise/PKGBUILD +++ b/community/gimp-plugin-wavelet-denoise/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gimp-plugin-wavelet-denoise pkgver=0.3.1 pkgrel=2 pkgdesc="Tool to reduce noise in each channel of an image separately" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://registry.gimp.org/node/4235" license=('GPL') depends=('gimp') diff --git a/community/gimp-refocus/PKGBUILD b/community/gimp-refocus/PKGBUILD index 5cc3b5703..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 1bb606e4e..53f0c8ac6 100644 --- a/community/gitg/PKGBUILD +++ b/community/gitg/PKGBUILD @@ -10,7 +10,7 @@ pkgname=gitg pkgver=0.2.5 pkgrel=1 pkgdesc='A GIT repository viewer based on GTK+' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://trac.novowork.com/gitg/' license=('GPL') depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \ diff --git a/community/gkrellm/PKGBUILD b/community/gkrellm/PKGBUILD index 7feef83b4..f1293632c 100644 --- a/community/gkrellm/PKGBUILD +++ b/community/gkrellm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gkrellm pkgver=2.3.5 pkgrel=3 pkgdesc="System monitor package for GTK2" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html" license=('GPL3') depends=('gtk2' 'libsm' 'lm_sensors') diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD index 6dd2488b9..03d7820c6 100644 --- a/community/gl-117/PKGBUILD +++ b/community/gl-117/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gl-117 pkgver=1.3.2 pkgrel=6 pkgdesc="An action flight simulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.heptargon.de/gl-117/gl-117.html" license=("GPL") depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu') diff --git a/community/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 ca0b404fb..928cb04b8 100644 --- a/community/glee/PKGBUILD +++ b/community/glee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=glee pkgver=5.4 pkgrel=4 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=('BSD') depends=('gcc-libs' 'libgl') @@ -17,7 +17,7 @@ md5sums=('0bd03db136dbc075488b6c6e83f326ae') build() { cd "$srcdir" - [ "$CARCH" = 'x86_64' ] && export CXXFLAGS="$CXXFLAGS -fPIC" + [ "$CARCH" != 'i686' ] && export CXXFLAGS="$CXXFLAGS -fPIC" ./configure --prefix=/usr make diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index de84ce1e3..3624620f9 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -10,7 +10,7 @@ pkgname=glfw pkgver=2.7.7 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 be833ed8f..16945df94 100644 --- a/community/glitz/PKGBUILD +++ b/community/glitz/PKGBUILD @@ -4,7 +4,7 @@ pkgname=glitz pkgver=0.5.6 pkgrel=3 pkgdesc="OpenGL image compositing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cairographics.org/" license=('BSD') depends=('libgl') diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD index 157adabfb..d46a77e9e 100644 --- a/community/gliv/PKGBUILD +++ b/community/gliv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gliv pkgver=1.9.7 pkgrel=2 pkgdesc="OpenGL image viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guichaz.free.fr/gliv/" license=('GPL') depends=('gtkglext') diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index ecb9b7f0a..3d9858279 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=glob2 pkgver=0.9.4.4 pkgrel=15 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 f778b0e78..64b1f3e54 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -8,7 +8,7 @@ pkgname=glom pkgver=1.22.0 pkgrel=3 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/glpng/PKGBUILD b/community/glpng/PKGBUILD index 0c604e544..bcb6d09be 100644 --- a/community/glpng/PKGBUILD +++ b/community/glpng/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glpng pkgver=1.45 pkgrel=5 pkgdesc="Toolkit for loading PNG images as OpenGL textures" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fifi.org/doc/libglpng-dev/glpng.html" license=('custom') depends=('libpng' 'libgl') diff --git a/community/gluon/PKGBUILD b/community/gluon/PKGBUILD index 12d20a320..78b666d40 100644 --- a/community/gluon/PKGBUILD +++ b/community/gluon/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.71.0 _pkgver=0.71 pkgrel=4 pkgdesc="A free and open source platform for creating and distributing games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gluon.gamingfreedom.org/" license=('LGPL') depends=('kdelibs' 'libsndfile' 'alure') diff --git a/community/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-avdecoder/PKGBUILD b/community/gmerlin-avdecoder/PKGBUILD index cc0981f3c..114bf9e46 100644 --- a/community/gmerlin-avdecoder/PKGBUILD +++ b/community/gmerlin-avdecoder/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmerlin-avdecoder pkgver=1.2.0 pkgrel=2 pkgdesc="Media decoding library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gmerlin.sourceforge.net/avdec_frame.html" license=('GPL') depends=('gmerlin' 'openjpeg' 'flac' 'smbclient' 'libmad' 'libmpcdec' 'speex' diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD index 6abb45988..bc20723c3 100644 --- a/community/gmerlin/PKGBUILD +++ b/community/gmerlin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gmerlin pkgver=1.2.0 pkgrel=2 pkgdesc="Multimedia architecture for Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia' diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index 2ac6fc73a..56e2f337c 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=gmic pkgname=("gmic" "gimp-plugin-gmic" "zart") pkgver=1.5.3.0 pkgrel=1 -arch=("i686" "x86_64") +arch=('i686' 'x86_64' 'mips64el') url="http://gmic.sourceforge.net" license=("custom:CeCILL") makedepends=("gimp" "qt" "fftw" "openexr" "opencv") diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD deleted file mode 100644 index 5ea89e2ca..000000000 --- a/community/gmime22/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 65526 2012-02-21 08:43:50Z spupykin $ -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Ben <ben@benmazer.net> - -pkgname=gmime22 -pkgver=2.2.26 -pkgrel=2 -pkgdesc="Core mime parsing library" -arch=(i686 x86_64) -license=('GPL') -url="http://spruce.sourceforge.net/gmime/" -depends=('glib2' 'zlib') -makedepends=('pkgconfig') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.2/gmime-${pkgver}.tar.bz2) -md5sums=('fed7c1beab58f5e5f4831c266fe974aa') - -build() { - # get rid of that .wapi errors in fakeroot - export MONO_SHARED_DIR="${srcdir}/weird" - mkdir -p "${MONO_SHARED_DIR}" - - cd ${srcdir}/gmime-${pkgver} - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --disable-mono - make - make DESTDIR=${pkgdir} install - - # These are gmime alternatives for the same shareutils tools - rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share - mv ${pkgdir}/usr/bin/gmime-config ${pkgdir}/usr/bin/gmime22-config -} diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD index d72951ccf..48573dffa 100644 --- a/community/gmime24/PKGBUILD +++ b/community/gmime24/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gmime24 pkgver=2.4.32 pkgrel=1 pkgdesc="Core mime parsing library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="http://spruce.sourceforge.net/gmime/" depends=('glib2' 'zlib') diff --git a/community/gmrun/PKGBUILD b/community/gmrun/PKGBUILD index ea5fd9c70..5e35d38a1 100644 --- a/community/gmrun/PKGBUILD +++ b/community/gmrun/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gmrun pkgver=0.9.2 pkgrel=4 pkgdesc="A simple program which provides a run program window" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sf.net/projects/gmrun" license=('GPL') depends=('gtk2' 'popt') diff --git a/community/gmtk/PKGBUILD b/community/gmtk/PKGBUILD index 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 ef6b9b56c..bd3f7d791 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=6 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.gnu.org/software/gnash/" license=(GPL3) makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index 6ca662aec..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 2d101a133..34d54730a 100644 --- a/community/gnome-packagekit/PKGBUILD +++ b/community/gnome-packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnome-packagekit pkgver=3.6.0 pkgrel=1 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME desktop' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.packagekit.org/' license=('GPL') depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify' diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD index 27a6fbf9b..b30fd2467 100644 --- a/community/gnome-ppp/PKGBUILD +++ b/community/gnome-ppp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnome-ppp pkgver=0.3.23 pkgrel=8 pkgdesc="A GNOME 2 WvDial frontend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnomefiles.org/app.php?soft_id=41" license=('GPL2') depends=('libglade' 'wvdial') diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD index e4125e240..1480326d9 100644 --- a/community/gnome-settings-daemon-updates/PKGBUILD +++ b/community/gnome-settings-daemon-updates/PKGBUILD @@ -6,7 +6,7 @@ pkgname=$_pkgname-updates pkgver=3.6.4 pkgrel=2 pkgdesc="Updates plugin for the GNOME Settings daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gnome-packagekit' "$_pkgname") makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 'xf86-input-wacom') diff --git a/community/gnome-web-photo/PKGBUILD b/community/gnome-web-photo/PKGBUILD index ee29c7b08..42cd5b9f2 100644 --- a/community/gnome-web-photo/PKGBUILD +++ b/community/gnome-web-photo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnome-web-photo pkgver=0.10.6 pkgrel=1 pkgdesc="Generate full-size image files and thumbnails from HTML files and web pages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/gnome-web-photo/" license=('LGPL') depends=('libwebkit3') diff --git a/community/gnomesu/PKGBUILD b/community/gnomesu/PKGBUILD index ed183e16a..bf26c6a3f 100644 --- a/community/gnomesu/PKGBUILD +++ b/community/gnomesu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnomesu pkgver=0.3.1 pkgrel=7 pkgdesc="A program that allows a user to su to root in a Gnome environment." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gtkfiles.org/app.php/GnomeSu" license=("GPL") depends=('libgnomeui' 'libzvt') @@ -22,7 +22,7 @@ build() { sed -i 's/gsu/gnomesu/' xsu.desktop.in sed -i 's/gnome-warning/dialog-warning/' xsu.desktop.in sed -i 's|gnome-warning|/usr/share/icons/gnome/16x16/status/dialog-warning|' src/xsu.c - ./configure --prefix=/usr --mandir=/usr/share + ./configure --prefix=/usr --mandir=/usr/share --build=$CHOST make CFLAGS+=-Wl,-export-dynamic make DESTDIR=$pkgdir install install -D -m644 xsu.desktop $pkgdir/usr/share/applications/gnomesu.desktop 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 761cdf404..b94941c8e 100644 --- a/community/gnote/PKGBUILD +++ b/community/gnote/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnote pkgver=3.6.2 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 ab77e7855..ee192edc3 100644 --- a/community/gnuchess/PKGBUILD +++ b/community/gnuchess/PKGBUILD @@ -4,10 +4,10 @@ pkgname=gnuchess pkgver=6.0.2 -pkgrel=1 +pkgrel=1.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') source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig}) 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 c579825ee..913043f8a 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet pkgver=0.9.5 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 b059ca4a3..dd375db38 100644 --- a/community/gnustep-back/PKGBUILD +++ b/community/gnustep-back/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-back pkgver=0.22.0 pkgrel=3 pkgdesc="The GNUstep GUI Backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=('LGPL') depends=(libgl libxmu gcc-libs freetype2 cairo) diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD index 827afcf48..7c4689184 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -5,9 +5,9 @@ pkgname=gnustep-base pkgver=1.24.0 -pkgrel=3 +pkgrel=3.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) diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index dc648ba02..0d17ce958 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gnustep-gui pkgver=0.22.0 pkgrel=3 pkgdesc="The GNUstep GUI class library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" license=('LGPL') depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao') diff --git a/community/gnustep-make/PKGBUILD b/community/gnustep-make/PKGBUILD new file mode 100644 index 000000000..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/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 1a8d60138..4b712698a 100644 --- a/community/gocr/PKGBUILD +++ b/community/gocr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gocr pkgver=0.49 pkgrel=2 pkgdesc="Open-source character recognition (OCR)" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://jocr.sourceforge.net/index.html" license=('GPL') depends=('glibc' 'netpbm') diff --git a/community/gogglesmm/PKGBUILD b/community/gogglesmm/PKGBUILD index 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 0d3796329..728d5407c 100644 --- a/community/goldendict/PKGBUILD +++ b/community/goldendict/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goldendict pkgver=1.0.1 pkgrel=5 pkgdesc="Feature-rich dictionary lookup program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goldendict.berlios.de/" license=('GPL3') depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qt' 'qtwebkit' 'phonon') @@ -14,15 +14,17 @@ makedepds=('patch') provides=('stardict') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2 - $pkgname-paths.diff) + $pkgname-paths.diff + goldendict-1.0.1-gcc-4.7.patch) sha256sums=('b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6' - '1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589') + '1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589' + 'd61d95f464e82ed83493cbb5ded3ecc59a34eb879eb9c7140d801ee6e0c4454e') build(){ cd ${srcdir} patch -Np0 -i ${srcdir}/$pkgname-paths.diff - + patch -Np1 -i ${srcdir}/goldendict-1.0.1-gcc-4.7.patch qmake make qmake 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 191467d22..79957b933 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=goobox pkgver=3.0.1 pkgrel=2 pkgdesc="CD player and ripper for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils') diff --git a/community/goocanvas/PKGBUILD b/community/goocanvas/PKGBUILD index 143df9b60..a17ddf0c6 100644 --- a/community/goocanvas/PKGBUILD +++ b/community/goocanvas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=goocanvas pkgver=2.0.1 pkgrel=2 pkgdesc="A cairo canvas widget for GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://live.gnome.org/GooCanvas" options=('!libtool' 'docs') license=("LGPL") diff --git a/community/goocanvas1/PKGBUILD b/community/goocanvas1/PKGBUILD index 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 ad1ce8ab6..34c643492 100644 --- a/community/google-gadgets/PKGBUILD +++ b/community/google-gadgets/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.11.2 _sover=1.0 _sobump=0.0.0 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/google-gadgets-for-linux/" license=('APACHE') makedepends=('gstreamer0.10-base-plugins' 'libwebkit' @@ -20,9 +20,13 @@ makedepends=('gstreamer0.10-base-plugins' 'libwebkit' 'zip' 'flex') options=('!libtool') source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2" - "wifi-types.patch") + "wifi-types.patch" + "google-gadgets-0.11.2-glib-2.31.patch" + "google-gadgets-0.11.2-gcc-4.7.patch") md5sums=('279305553bcbf74f3e3615f6abc36a5e' - 'f0df71c60a174e9d629db87b8bd9e102') + 'f0df71c60a174e9d629db87b8bd9e102' + '1b9c7769d6659ea77069e9c22592797a' + 'b62bc8592b5a44cb34cb7a7e4a6cf62e') build() { cd "$srcdir/$_realname-$pkgver" @@ -32,7 +36,8 @@ build() { # # xulrunner 2.0 is incompatible; # we build without smjs-script/browser-element - + patch -Np1 -i ${srcdir}/google-gadgets-0.11.2-glib-2.31.patch + patch -Np1 -i ${srcdir}/google-gadgets-0.11.2-gcc-4.7.patch patch -p1 <$srcdir/wifi-types.patch ./configure --prefix=/usr \ --disable-werror \ diff --git a/community/google-gadgets/google-gadgets-0.11.2-gcc-4.7.patch b/community/google-gadgets/google-gadgets-0.11.2-gcc-4.7.patch new file mode 100644 index 000000000..2e77e10fd --- /dev/null +++ b/community/google-gadgets/google-gadgets-0.11.2-gcc-4.7.patch @@ -0,0 +1,325 @@ +Author: Pino Toscano <pino@debian.org> +Description: Fix building with GCC 4.7 + This patch fixes the two kinds of issues that arise with GCC 4.7: + - include <unistd.h> for functions like access(), fork(), readlink(), etc + - fix argument-dependent lookup issues by qualifying the lookup of functions +Forwarded: no +Last-Update: 2012-04-04 + +--- a/ggadget/scriptable_enumerator.h ++++ b/ggadget/scriptable_enumerator.h +@@ -68,22 +68,22 @@ + + protected: + virtual void DoClassRegister() { +- RegisterMethod("atEnd", ++ this->RegisterMethod("atEnd", + NewSlot(&E::AtEnd, + &ScriptableEnumerator<E, Wrapper, Param, ClassId> + ::enumerator_)); +- RegisterMethod("moveFirst", ++ this->RegisterMethod("moveFirst", + NewSlot(&E::MoveFirst, + &ScriptableEnumerator<E, Wrapper, Param, ClassId> + ::enumerator_)); +- RegisterMethod("moveNext", ++ this->RegisterMethod("moveNext", + NewSlot(&E::MoveNext, + &ScriptableEnumerator<E, Wrapper, Param, ClassId> + ::enumerator_)); +- RegisterMethod("item", ++ this->RegisterMethod("item", + NewSlot(&ScriptableEnumerator<E, Wrapper, Param, ClassId> + ::GetItem)); +- RegisterProperty("count", ++ this->RegisterProperty("count", + NewSlot(&E::GetCount, + &ScriptableEnumerator<E, Wrapper, Param, ClassId> + ::enumerator_), +--- a/ggadget/uuid.cc ++++ b/ggadget/uuid.cc +@@ -24,6 +24,7 @@ + #include <cstdlib> + #include <cstring> + #include <ctime> ++#include <unistd.h> + + #include "string_utils.h" + +--- a/ggadget/xml_dom.cc ++++ b/ggadget/xml_dom.cc +@@ -1327,15 +1327,15 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterProperty("data", NewSlot(&DOMCharacterData::GetData), ++ this->RegisterProperty("data", NewSlot(&DOMCharacterData::GetData), + NewSlot(&DOMCharacterData::SetData)); +- RegisterProperty("length", NewSlot(&DOMCharacterData::GetLength), NULL); +- RegisterMethod("substringData", ++ this->RegisterProperty("length", NewSlot(&DOMCharacterData::GetLength), NULL); ++ this->RegisterMethod("substringData", + NewSlot(&DOMCharacterData::ScriptSubstringData)); +- RegisterMethod("appendData", NewSlot(&DOMCharacterData::AppendData)); +- RegisterMethod("insertData", NewSlot(&DOMCharacterData::ScriptInsertData)); +- RegisterMethod("deleteData", NewSlot(&DOMCharacterData::ScriptDeleteData)); +- RegisterMethod("replaceData", ++ this->RegisterMethod("appendData", NewSlot(&DOMCharacterData::AppendData)); ++ this->RegisterMethod("insertData", NewSlot(&DOMCharacterData::ScriptInsertData)); ++ this->RegisterMethod("deleteData", NewSlot(&DOMCharacterData::ScriptDeleteData)); ++ this->RegisterMethod("replaceData", + NewSlot(&DOMCharacterData::ScriptReplaceData)); + } + +@@ -1377,20 +1377,20 @@ + private: + UTF16String ScriptSubstringData(size_t offset, size_t count) { + UTF16String result; +- CheckException(SubstringData(offset, count, &result)); ++ this->CheckException(SubstringData(offset, count, &result)); + return result; + } + + void ScriptInsertData(size_t offset, const UTF16String &arg) { +- CheckException(InsertData(offset, arg)); ++ this->CheckException(InsertData(offset, arg)); + } + + void ScriptDeleteData(size_t offset, size_t count) { +- CheckException(DeleteData(offset, count)); ++ this->CheckException(DeleteData(offset, count)); + } + + void ScriptReplaceData(size_t offset, size_t count, const UTF16String &arg) { +- CheckException(ReplaceData(offset, count, arg)); ++ this->CheckException(ReplaceData(offset, count, arg)); + } + + DOMCharacterDataImpl impl_; +@@ -1417,10 +1417,10 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterProperty("name", NewSlot(&DOMAttr::GetName), NULL); ++ this->RegisterProperty("name", NewSlot(&DOMAttr::GetName), NULL); + // Our DOMAttrs are always specified, because we don't support DTD for now. +- RegisterConstant("specified", true); +- RegisterProperty("value", NewSlot(&DOMAttr::GetValue), ++ this->RegisterConstant("specified", true); ++ this->RegisterProperty("value", NewSlot(&DOMAttr::GetValue), + NewSlot(&DOMAttr::SetValue)); + // ownerElement is a DOM2 property, so not registered for now. + } +@@ -1516,19 +1516,19 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterProperty("tagName", NewSlot(&DOMElement::GetTagName), NULL); +- RegisterMethod("getAttribute", NewSlot(&DOMElement::GetAttribute)); +- RegisterMethod("setAttribute", ++ this->RegisterProperty("tagName", NewSlot(&DOMElement::GetTagName), NULL); ++ this->RegisterMethod("getAttribute", NewSlot(&DOMElement::GetAttribute)); ++ this->RegisterMethod("setAttribute", + NewSlot(&DOMElement::ScriptSetAttribute)); +- RegisterMethod("removeAttribute", ++ this->RegisterMethod("removeAttribute", + NewSlot(&DOMElement::RemoveAttribute)); +- RegisterMethod("getAttributeNode", ++ this->RegisterMethod("getAttributeNode", + NewSlot(&DOMElement::GetAttributeNodeNotConst)); +- RegisterMethod("setAttributeNode", ++ this->RegisterMethod("setAttributeNode", + NewSlot(&DOMElement::ScriptSetAttributeNode)); +- RegisterMethod("removeAttributeNode", ++ this->RegisterMethod("removeAttributeNode", + NewSlot(&DOMElement::ScriptRemoveAttributeNode)); +- RegisterMethod("getElementsByTagName", ++ this->RegisterMethod("getElementsByTagName", + NewSlot(&Super::GetElementsByTagNameNotConst)); + } + +@@ -1696,16 +1696,16 @@ + } + + virtual void DoClassRegister() { +- RegisterProperty("length", NewSlot(&AttrsNamedMap::GetLength), NULL); +- RegisterMethod("getNamedItem", ++ this->RegisterProperty("length", NewSlot(&AttrsNamedMap::GetLength), NULL); ++ this->RegisterMethod("getNamedItem", + NewSlot(&AttrsNamedMap::GetNamedItemNotConst)); +- RegisterMethod("setNamedItem", ++ this->RegisterMethod("setNamedItem", + NewSlot(&AttrsNamedMap::ScriptSetNamedItem)); +- RegisterMethod("removeNamedItem", ++ this->RegisterMethod("removeNamedItem", + NewSlot(&AttrsNamedMap::ScriptRemoveNamedItem)); +- RegisterMethod("item", NewSlot(&AttrsNamedMap::GetItemNotConst)); ++ this->RegisterMethod("item", NewSlot(&AttrsNamedMap::GetItemNotConst)); + // Microsoft compatibility. +- RegisterMethod("", NewSlot(&AttrsNamedMap::GetItemNotConst)); ++ this->RegisterMethod("", NewSlot(&AttrsNamedMap::GetItemNotConst)); + } + + virtual DOMNodeInterface *GetNamedItem(const std::string &name) { +@@ -1875,7 +1875,7 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterMethod("splitText", NewSlot(&DOMText::ScriptSplitText)); ++ this->RegisterMethod("splitText", NewSlot(&DOMText::ScriptSplitText)); + } + + virtual NodeType GetNodeType() const { return TEXT_NODE; } +@@ -2060,9 +2060,9 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterProperty("target", ++ this->RegisterProperty("target", + NewSlot(&DOMProcessingInstruction::GetTarget), NULL); +- RegisterProperty("data", NewSlot(&DOMProcessingInstruction::GetData), ++ this->RegisterProperty("data", NewSlot(&DOMProcessingInstruction::GetData), + NewSlot(&DOMProcessingInstruction::SetData)); + } + +@@ -2109,7 +2109,7 @@ + DEFINE_CLASS_ID(0xd23149a89cf24e12, DOMImplementationInterface); + + virtual void DoClassRegister() { +- RegisterMethod("hasFeature", NewSlot(&DOMImplementation::HasFeature)); ++ this->RegisterMethod("hasFeature", NewSlot(&DOMImplementation::HasFeature)); + } + + virtual bool HasFeature(const char *feature, const char *version) const { +@@ -2129,13 +2129,13 @@ + void SetCode(int code) { code_ = code; } + + virtual void DoClassRegister() { +- RegisterProperty("errorCode", NewSlot(&ParseError::GetCode), NULL); +- RegisterConstant("filepos", 0); +- RegisterConstant("line", 0); +- RegisterConstant("linepos", 0); +- RegisterConstant("reason", ""); +- RegisterConstant("srcText", ""); +- RegisterConstant("url", ""); ++ this->RegisterProperty("errorCode", NewSlot(&ParseError::GetCode), NULL); ++ this->RegisterConstant("filepos", 0); ++ this->RegisterConstant("line", 0); ++ this->RegisterConstant("linepos", 0); ++ this->RegisterConstant("reason", ""); ++ this->RegisterConstant("srcText", ""); ++ this->RegisterConstant("url", ""); + } + + private: +@@ -2180,45 +2180,45 @@ + + virtual void DoClassRegister() { + Super::DoClassRegister(); +- RegisterConstant("doctype", static_cast<ScriptableInterface *>(NULL)); +- RegisterConstant("implementation", &dom_implementation_); +- RegisterProperty("documentElement", ++ this->RegisterConstant("doctype", static_cast<ScriptableInterface *>(NULL)); ++ this->RegisterConstant("implementation", &dom_implementation_); ++ this->RegisterProperty("documentElement", + NewSlot(&DOMDocument::GetDocumentElementNotConst), NULL); +- RegisterMethod("loadXML", NewSlot(&DOMDocument::LoadXML)); +- RegisterMethod("createElement", ++ this->RegisterMethod("loadXML", NewSlot(&DOMDocument::LoadXML)); ++ this->RegisterMethod("createElement", + NewSlot(&DOMDocument::ScriptCreateElement)); +- RegisterMethod("createDocumentFragment", ++ this->RegisterMethod("createDocumentFragment", + NewSlot(&DOMDocument::CreateDocumentFragment)); +- RegisterMethod("createTextNode", ++ this->RegisterMethod("createTextNode", + NewSlot(&DOMDocument::CreateTextNode)); +- RegisterMethod("createComment", NewSlot(&DOMDocument::CreateComment)); +- RegisterMethod("createCDATASection", ++ this->RegisterMethod("createComment", NewSlot(&DOMDocument::CreateComment)); ++ this->RegisterMethod("createCDATASection", + NewSlot(&DOMDocument::CreateCDATASection)); +- RegisterMethod("createProcessingInstruction", ++ this->RegisterMethod("createProcessingInstruction", + NewSlot(&DOMDocument::ScriptCreateProcessingInstruction)); +- RegisterMethod("createAttribute", ++ this->RegisterMethod("createAttribute", + NewSlot(&DOMDocument::ScriptCreateAttribute)); +- RegisterMethod("createEntityReference", ++ this->RegisterMethod("createEntityReference", + NewSlot(&DOMDocument::ScriptCreateEntityReference)); +- RegisterMethod("getElementsByTagName", ++ this->RegisterMethod("getElementsByTagName", + NewSlot(&Super::GetElementsByTagNameNotConst)); +- RegisterMethod("importNode", NewSlot(&DOMDocument::ScriptImportNode)); ++ this->RegisterMethod("importNode", NewSlot(&DOMDocument::ScriptImportNode)); + // Compatibility with Microsoft DOM. +- RegisterProperty("parsed", NewFixedGetterSlot(true), NULL); +- RegisterProperty("parseError", NewSlot(&DOMDocument::GetParseError), NULL); +- RegisterProperty("resolveExternals", NULL, NewSlot(&DummySetter)); +- RegisterProperty("validateOnParse", NULL, NewSlot(&DummySetter)); +- RegisterProperty("preserveWhiteSpace", ++ this->RegisterProperty("parsed", NewFixedGetterSlot(true), NULL); ++ this->RegisterProperty("parseError", NewSlot(&DOMDocument::GetParseError), NULL); ++ this->RegisterProperty("resolveExternals", NULL, NewSlot(&DummySetter)); ++ this->RegisterProperty("validateOnParse", NULL, NewSlot(&DummySetter)); ++ this->RegisterProperty("preserveWhiteSpace", + NewSlot(&DOMDocument::PreservesWhiteSpace), + NewSlot(&DOMDocument::SetPreserveWhiteSpace)); +- RegisterMethod("getProperty", NewSlot(DummyGetProperty)); +- RegisterMethod("setProperty", NewSlot(DummySetProperty)); ++ this->RegisterMethod("getProperty", NewSlot(DummyGetProperty)); ++ this->RegisterMethod("setProperty", NewSlot(DummySetProperty)); + // Compatibility with Microsoft DOM: XMLHttpRequest functions. +- RegisterProperty("async", NewSlot(&DOMDocument::IsAsync), ++ this->RegisterProperty("async", NewSlot(&DOMDocument::IsAsync), + NewSlot(&DOMDocument::SetAsync)); +- RegisterProperty("readyState", NewSlot(&DOMDocument::GetReadyState), NULL); +- RegisterMethod("load", NewSlot(&DOMDocument::Load)); +- RegisterClassSignal("onreadystatechange", ++ this->RegisterProperty("readyState", NewSlot(&DOMDocument::GetReadyState), NULL); ++ this->RegisterMethod("load", NewSlot(&DOMDocument::Load)); ++ this->RegisterClassSignal("onreadystatechange", + &DOMDocument::onreadystatechange_signal_); + } + +--- a/ggadget/xdg/icon_theme.cc ++++ b/ggadget/xdg/icon_theme.cc +@@ -16,6 +16,7 @@ + #include <sys/time.h> + #include <time.h> + #include <cstdlib> ++#include <unistd.h> + + #include <map> + #include <vector> +--- a/extensions/qt_system_framework/qt_system_framework.cc ++++ b/extensions/qt_system_framework/qt_system_framework.cc +@@ -32,6 +32,7 @@ + #include <ggadget/xdg/desktop_entry.h> + #include <ggadget/xdg/icon_theme.h> + #include <ggadget/xdg/utilities.h> ++#include <unistd.h> + + #define Initialize qt_system_framework_LTX_Initialize + #define Finalize qt_system_framework_LTX_Finalize +--- a/extensions/linux_system_framework/process.cc ++++ b/extensions/linux_system_framework/process.cc +@@ -17,6 +17,7 @@ + #include <sys/types.h> + #include <dirent.h> + #include <cstdlib> ++#include <unistd.h> + + #ifdef HAVE_X11 + #include <X11/Xlib.h> +--- a/gadgets/designer/designer_script_utils.cc ++++ b/gadgets/designer/designer_script_utils.cc +@@ -39,6 +39,7 @@ + #include <ggadget/system_utils.h> + #include <ggadget/uuid.h> + #include <ggadget/view_interface.h> ++#include <unistd.h> + + namespace ggadget { + namespace designer { diff --git a/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch b/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch new file mode 100644 index 000000000..912f47235 --- /dev/null +++ b/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch @@ -0,0 +1,25 @@ +--- google-gadgets-for-linux-0.11.2.orig/ggadget/gtk/main_loop.cc 2009-12-28 05:39:59.000000000 -0500 ++++ google-gadgets-for-linux-0.11.2/ggadget/gtk/main_loop.cc 2012-12-03 19:27:35.160966552 -0500 +@@ -16,9 +16,8 @@ + + #include <fcntl.h> + #include <stdint.h> +-#include <glib/ghash.h> ++#include <glib.h> + #include <gtk/gtk.h> +-#include <glib/gthread.h> + #include <ggadget/common.h> + #include "main_loop.h" + #include "utilities.h" + +--- google-gadgets-for-linux-0.11.2.orig/hosts/gtk/main.cc 2009-09-22 04:12:00.000000000 -0500 ++++ google-gadgets-for-linux-0.11.2/hosts/gtk/main.cc 2012-12-01 03:56:37.320907813 -0500 +@@ -15,7 +15,7 @@ + */ + + #include <gtk/gtk.h> +-#include <glib/gthread.h> ++#include <glib.h> + #include <locale.h> + #include <signal.h> + #include <unistd.h> 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 752ac5939..e04878246 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.39 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 65daa5607..72e242bb4 100644 --- a/community/gpac/PKGBUILD +++ b/community/gpac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gpac pkgver=4065 pkgrel=2 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpac.sourceforge.net" license=('LGPL') depends=('ffmpeg' 'libjpeg' 'libpng' 'glu') diff --git a/community/gpg-crypter/PKGBUILD b/community/gpg-crypter/PKGBUILD index 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 8bd94d706..81d1cfd2e 100644 --- a/community/gphpedit/PKGBUILD +++ b/community/gphpedit/PKGBUILD @@ -7,18 +7,21 @@ pkgname=gphpedit pkgver=0.9.98RC1 pkgrel=3 pkgdesc="a scintilla/gnome based editor specialized on php-files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') depends=('libgnomeui>=2.18.1-2' 'libgtkhtml>=2.11.0' 'desktop-file-utils' 'libwebkit') makedepends=('intltool') 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* + patch -Np1 -i ${srcdir}/gphpedit-0.9.98RC1-gmodule.patch ./autogen.sh LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make 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 9ffb08e33..ddff78f8b 100644 --- a/community/gpsbabel/PKGBUILD +++ b/community/gpsbabel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpsbabel pkgver=1.4.4 pkgrel=1 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gpsbabel.org" license=('GPL') depends=('libusb-compat' 'expat') diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD index e6fd25a96..e3d57b2b4 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.11 _pkgver=20120928 pkgrel=15 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 a34ddd3a9..312c95c5d 100644 --- a/community/gpsmanshp/PKGBUILD +++ b/community/gpsmanshp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gpsmanshp pkgver=1.2.1 pkgrel=2 pkgdesc="A Tcl package to read and write shapefiles" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpsmanshp.sourceforge.net/" license=('GPL') depends=('glibc' 'shapelib' 'tcl') diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index 0ca635b09..6ea946bc2 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gputils pkgver=0.14.2 pkgrel=1 pkgdesc="PIC Programming Utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gputils.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD index 2f91bca12..0f4c9e28e 100644 --- a/community/gq/PKGBUILD +++ b/community/gq/PKGBUILD @@ -10,13 +10,16 @@ url="http://sourceforge.net/projects/gqclient" license=("GPL") depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 'libgpg-error' 'libgcrypt') makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') install=gq.install -source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz) -md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e') +source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz + glib-includes.patch) +md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e' + 'fa7d0f5f40953324dba108993d004807') build() { cd $srcdir/$pkgname-$pkgver + patch -p1 -i "$srcdir/glib-includes.patch" LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb make make DESTDIR=$pkgdir install diff --git a/community/gq/glib-includes.patch b/community/gq/glib-includes.patch new file mode 100644 index 000000000..f47418cf0 --- /dev/null +++ b/community/gq/glib-includes.patch @@ -0,0 +1,112 @@ +diff -ru gq-1.3.4.orig/src/glib-helpers.c gq-1.3.4/src/glib-helpers.c +--- gq-1.3.4.orig/src/glib-helpers.c 2012-08-28 16:44:00.844858395 +0200 ++++ gq-1.3.4/src/glib-helpers.c 2012-08-28 16:45:32.832447086 +0200 +@@ -23,8 +23,7 @@ + + #include "glib-helpers.h" + +-#include <glib/gmessages.h> +-#include <glib/gunicode.h> ++#include <glib.h> + + GList* + g_list_copy_reversed(GList* list) { +diff -ru gq-1.3.4.orig/src/glib-helpers.h gq-1.3.4/src/glib-helpers.h +--- gq-1.3.4.orig/src/glib-helpers.h 2012-08-28 16:44:00.816659875 +0200 ++++ gq-1.3.4/src/glib-helpers.h 2012-08-28 16:45:32.796191846 +0200 +@@ -24,7 +24,7 @@ + #ifndef GLIB_HELPERS_H + #define GLIB_HELPERS_H + +-#include <glib/glist.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-hash.h gq-1.3.4/src/gq-hash.h +--- gq-1.3.4.orig/src/gq-hash.h 2012-08-28 16:44:00.784432994 +0200 ++++ gq-1.3.4/src/gq-hash.h 2012-08-28 16:45:32.699511206 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_ENCRYPTION_H + #define GQ_ENCRYPTION_H + +-#include <glib/garray.h> ++#include <glib.h> + #include "gq-utilities.h" + + G_BEGIN_DECLS +diff -ru gq-1.3.4.orig/src/gq-main-loop.h gq-1.3.4/src/gq-main-loop.h +--- gq-1.3.4.orig/src/gq-main-loop.h 2012-08-28 16:44:00.812631515 +0200 ++++ gq-1.3.4/src/gq-main-loop.h 2012-08-28 16:45:32.788135126 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_MAIN_LOOP_H + #define GQ_MAIN_LOOP_H + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-stack.c gq-1.3.4/src/gq-stack.c +--- gq-1.3.4.orig/src/gq-stack.c 2012-08-28 16:44:00.824716595 +0200 ++++ gq-1.3.4/src/gq-stack.c 2012-08-28 16:45:32.808276926 +0200 +@@ -23,9 +23,7 @@ + + #include "gq-stack.h" + +-#include <glib/gmem.h> +-#include <glib/gmessages.h> +-#include <glib/glist.h> ++#include <glib.h> + + #undef DEBUG_STACK + +diff -ru gq-1.3.4.orig/src/gq-stack.h gq-1.3.4/src/gq-stack.h +--- gq-1.3.4.orig/src/gq-stack.h 2012-08-28 16:44:00.832773315 +0200 ++++ gq-1.3.4/src/gq-stack.h 2012-08-28 16:45:32.816333646 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_STACK_H + #define GQ_STACK_H + +-#include <glib/gtypes.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/gq-tab.h gq-1.3.4/src/gq-tab.h +--- gq-1.3.4.orig/src/gq-tab.h 2012-08-28 16:44:00.844858395 +0200 ++++ gq-1.3.4/src/gq-tab.h 2012-08-28 16:45:32.828418726 +0200 +@@ -24,7 +24,7 @@ + #ifndef GQ_TAB_H + #define GQ_TAB_H + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + +diff -ru gq-1.3.4.orig/src/state.c gq-1.3.4/src/state.c +--- gq-1.3.4.orig/src/state.c 2012-08-28 16:44:00.804574794 +0200 ++++ gq-1.3.4/src/state.c 2012-08-28 16:45:32.780078406 +0200 +@@ -35,8 +35,8 @@ + #include <fcntl.h> + #include <errno.h> + + #include <glib/gi18n.h> +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtk/gtk.h> + + #include "configfile.h" +diff -ru gq-1.3.4.orig/src/syntax.h gq-1.3.4/src/syntax.h +--- gq-1.3.4.orig/src/syntax.h 2012-08-28 16:44:00.877085275 +0200 ++++ gq-1.3.4/src/syntax.h 2012-08-28 16:45:32.840503807 +0200 +@@ -27,7 +27,7 @@ + #ifndef GQ_SYNTAX_H_INCLUDED + #define GQ_SYNTAX_H_INCLUDED + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + diff --git a/community/grace/PKGBUILD b/community/grace/PKGBUILD index 1cb307dee..9298a82f0 100644 --- a/community/grace/PKGBUILD +++ b/community/grace/PKGBUILD @@ -7,7 +7,7 @@ pkgname=grace pkgver=5.1.23 pkgrel=1 pkgdesc="2D plotting tool" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://plasma-gate.weizmann.ac.il/Grace/" depends=('libjpeg' 'libpng' 'lesstif' 't1lib' 'netcdf') makedepends=('netcdf' 'fftw') diff --git a/community/grsync/PKGBUILD b/community/grsync/PKGBUILD index 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/gsasl/PKGBUILD b/community/gsasl/PKGBUILD deleted file mode 100644 index 26e7a259e..000000000 --- a/community/gsasl/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 71612 2012-05-31 08:51:27Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Orivej Desh <smpuj@bk.ru> -# Maintainer: Orivej Desh <smpuj@bk.ru> - -pkgname=gsasl -pkgver=1.8.0 -pkgrel=2 -pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" -arch=("i686" "x86_64") -url="http://josefsson.org/gsasl/" -license=("GPL") -depends=('gnutls' 'libidn' 'krb5' 'libgcrypt') -source=("ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz") -md5sums=('982fe54a20016aa46a871c084c990c36') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --with-gssapi-impl=mit - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - rm "$pkgdir/usr/share/info/dir" "$pkgdir/usr/lib/libgsasl.la" -} 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 5ed813a1d..3047069fd 100644 --- a/community/gsmartcontrol/PKGBUILD +++ b/community/gsmartcontrol/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gsmartcontrol pkgver=0.8.7 pkgrel=2 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" license=('GPL3') depends=('smartmontools' 'pcre' 'gtkmm' 'libglademm' 'glib2' 'xorg-xmessage') diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index dfa853405..6dc801d68 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.8.13 pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom') depends=('openssl' 'zlib' 'gcc-libs') makedepends=('autoconf' 'automake') diff --git a/community/gsql/PKGBUILD b/community/gsql/PKGBUILD index be3937b83..a9127c50a 100644 --- a/community/gsql/PKGBUILD +++ b/community/gsql/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="Integrated database development tool for GNOME" url="http://gsql.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2>=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf' 'desktop-file-utils' 'libnotify') makedepends=('libmysqlclient' 'postgresql-libs' 'libssh') diff --git a/community/gstreamermm/PKGBUILD b/community/gstreamermm/PKGBUILD index 9f53179a5..921304117 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++') @@ -17,7 +17,7 @@ sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6') build() { cd ${srcdir}/${pkgname}-${pkgver} - + patch -Np1 -i ${srcdir}/gstreamermm-0.10.10-glib.patch ./configure --prefix=/usr make } diff --git a/community/gstreamermm/gstreamermm-0.10.10-glib.patch b/community/gstreamermm/gstreamermm-0.10.10-glib.patch new file mode 100644 index 000000000..f21dea635 --- /dev/null +++ b/community/gstreamermm/gstreamermm-0.10.10-glib.patch @@ -0,0 +1,12 @@ +--- gstreamermm-0.10.10.orig/gstreamer/gstreamermm/wrap.cc 2010-02-11 16:32:18.000000000 -0500 ++++ gstreamermm-0.10.10/gstreamer/gstreamermm/wrap.cc 2013-01-05 18:43:27.815010415 -0500 +@@ -20,8 +20,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +-#include <glib/gtypes.h> +-#include <glib/gmacros.h> ++#include <glib.h> + + #include <vector> + #include <gstreamermm/miniobject.h> diff --git a/community/gsynaptics/PKGBUILD b/community/gsynaptics/PKGBUILD index 137235be1..78919e90e 100644 --- a/community/gsynaptics/PKGBUILD +++ b/community/gsynaptics/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gsynaptics pkgver=0.9.16 pkgrel=2 pkgdesc="A settings tool for Synaptics touchpad driver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gsynaptics.sourceforge.jp/" license=('GPL') depends=('libgnomeui' 'synaptics') diff --git a/community/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..b1dae6d08 100644 --- a/community/gtk-aurora-engine/PKGBUILD +++ b/community/gtk-aurora-engine/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtk-aurora-engine pkgver=1.5.1 pkgrel=3 pkgdesc="gtk-engine: latest member of the clearlooks family" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" license=('GPL') depends=('gtk2') diff --git a/community/gtk-chtheme/PKGBUILD b/community/gtk-chtheme/PKGBUILD index fbce248ad..51bd47548 100644 --- a/community/gtk-chtheme/PKGBUILD +++ b/community/gtk-chtheme/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk-chtheme pkgver=0.3.1 pkgrel=7 pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better alternative to switch2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://plasmasturm.org/programs/gtk-chtheme/" depends=('gtk2') diff --git a/community/gtk-engine-murrine/PKGBUILD b/community/gtk-engine-murrine/PKGBUILD index ead92660a..04a3dec25 100644 --- a/community/gtk-engine-murrine/PKGBUILD +++ b/community/gtk-engine-murrine/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gtk-engine-murrine pkgver=0.98.2 pkgrel=1 pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cimitan.com/murrine/project/murrine" license=('LGPL3') depends=('gtk2') diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD index 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-kde4/PKGBUILD b/community/gtk-kde4/PKGBUILD index 367b79207..9891313ae 100644 --- a/community/gtk-kde4/PKGBUILD +++ b/community/gtk-kde4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtk-kde4 pkgver=0.9.5b pkgrel=2 pkgdesc='Allows you to change style, icons, font of GTK applications in KDE4.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kde-look.org/content/show.php?content=74689' license=('GPL') depends=('kdebase-workspace' 'gtk-engines') diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD index 78087c508..604c6241e 100644 --- a/community/gtk-theme-switch2/PKGBUILD +++ b/community/gtk-theme-switch2/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.1.0 pkgrel=2 pkgdesc="Gtk2 theme switcher" url="http://muhri.net/nav.php3?node=gts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('gtk2') source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz) diff --git a/community/gtk2+extra/PKGBUILD b/community/gtk2+extra/PKGBUILD index b380bfe1d..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 7200e9d62..25d8c3a1b 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 208e12cbb..772cdf873 100644 --- a/community/gtksourceviewmm/PKGBUILD +++ b/community/gtksourceviewmm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gtksourceviewmm pkgver=3.2.0 pkgrel=2 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 35929803e..a7dcee2f6 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -10,7 +10,7 @@ _pkgver=3.0.0~hg20110814 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool') diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD index d7a20adce..e61a9cd9d 100644 --- a/community/gtkwave/PKGBUILD +++ b/community/gtkwave/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtkwave pkgver=3.3.40 pkgrel=1 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://gtkwave.sourceforge.net' license=('GPL' 'MIT') depends=('bzip2' 'xz' 'gtk2') diff --git a/community/gtranslator/PKGBUILD b/community/gtranslator/PKGBUILD index a1a397598..061476cc2 100644 --- a/community/gtranslator/PKGBUILD +++ b/community/gtranslator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtranslator pkgver=2.91.6 pkgrel=1 pkgdesc="An enhanced gettext po file editor for the GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/gtranslator/" license=('GPL') depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'dconf') diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD index 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/guichan/PKGBUILD b/community/guichan/PKGBUILD index 032274d45..d948c2b66 100644 --- a/community/guichan/PKGBUILD +++ b/community/guichan/PKGBUILD @@ -7,7 +7,7 @@ pkgname=guichan pkgver=0.8.2 pkgrel=3 pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://guichan.sourceforge.net/" license=('BSD') makedepends=('sdl_image' 'allegro4' 'libgl' 'glut') diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD index f89cc9268..94a0683b9 100644 --- a/community/guifications/PKGBUILD +++ b/community/guifications/PKGBUILD @@ -6,7 +6,7 @@ pkgname=guifications pkgver=2.16 pkgrel=3 pkgdesc="A set of GUI popup notifications for pidgin" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://plugins.guifications.org/trac/wiki/Guifications" license=("GPL") depends=('pidgin') diff --git a/community/gummi/PKGBUILD b/community/gummi/PKGBUILD index 69a8ac95c..ed9b420d0 100644 --- a/community/gummi/PKGBUILD +++ b/community/gummi/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gummi pkgver=0.6.5 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://gummi.midnightcoding.org/' license=('MIT') depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') diff --git a/community/gupnp-dlna/PKGBUILD b/community/gupnp-dlna/PKGBUILD index cbb30c5ef..dba60702f 100644 --- a/community/gupnp-dlna/PKGBUILD +++ b/community/gupnp-dlna/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gupnp-dlna pkgver=0.6.6 pkgrel=1 pkgdesc="Library to ease DLNA-related bits for applications using gupnp" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gupnp.org/" license=('LGPL') depends=('gstreamer0.10-base-plugins') diff --git a/community/guvcview/PKGBUILD b/community/guvcview/PKGBUILD index d70407130..cae37825b 100644 --- a/community/guvcview/PKGBUILD +++ b/community/guvcview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=guvcview pkgver=1.6.1 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 925fe53ea..24b5f89d8 100644 --- a/community/gwenhywfar/PKGBUILD +++ b/community/gwenhywfar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.3.3 _dnrel=67 pkgrel=1 pkgdesc="OS abstraction functions for various projects" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.aquamaniac.de" options=('!libtool') license=("LGPL") diff --git a/community/gwget/PKGBUILD b/community/gwget/PKGBUILD index ff888ec34..f14aa9a4d 100644 --- a/community/gwget/PKGBUILD +++ b/community/gwget/PKGBUILD @@ -9,7 +9,7 @@ pkgname=gwget pkgver=1.0.4 pkgrel=5 pkgdesc="Download manager for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/gwget/" license=('GPL') depends=('gtk2' 'gconf' 'libnotify') diff --git a/community/gwibber/PKGBUILD b/community/gwibber/PKGBUILD index cfdf36be0..476a1c3e2 100644 --- a/community/gwibber/PKGBUILD +++ b/community/gwibber/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gwibber pkgver=3.6.0 pkgrel=2 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=('libgee' '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/hacburn/PKGBUILD b/community/hacburn/PKGBUILD index 2c4ea446e..42d7a1eb0 100644 --- a/community/hacburn/PKGBUILD +++ b/community/hacburn/PKGBUILD @@ -4,7 +4,7 @@ pkgname=hacburn pkgver=0.3.5 pkgrel=4 pkgdesc="HacBurn is a script written in perl to aid in writing CDs. It is a graphical interface (using gtk+) to cdrtools, mpg321 and ogg123." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hacburn.sourceforge.net/" license=('GPL') depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg321' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame') diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD index 89d4c74ac..6caf4144d 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Tool for generating documentation for Haskell libraries' url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') makedepends=('alex' 'happy') depends=('ghc=7.6.1-1' 'haskell-xhtml=3000.2.1-2' 'haskell-ghc-paths=0.1.0.8-9') install=$pkgname.install diff --git a/community/hardlink/PKGBUILD b/community/hardlink/PKGBUILD index edf5d6973..018471415 100644 --- a/community/hardlink/PKGBUILD +++ b/community/hardlink/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hardlink pkgver=0.2.0 pkgrel=1 pkgdesc='Replace file copies using hardlinks' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://jak-linux.org/projects/hardlink/' license=('custom: MIT') depends=('glibc' 'pcre') diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD index d171ada31..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-binary/PKGBUILD b/community/haskell-binary/PKGBUILD deleted file mode 100644 index f3651c935..000000000 --- a/community/haskell-binary/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# $Id: PKGBUILD 67046 2012-03-03 16:09:33Z tdziedzic $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Vesa Kaihlavirta <vesa@archlinux.org> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> - -pkgname=haskell-binary -pkgver=0.5.1.0 -pkgrel=1 -pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings" -url="http://hackage.haskell.org/package/binary" -license=('custom:BSD3') -arch=('x86_64' 'i686') -depends=(ghc=7.4.1 sh) -options=('strip') -source=("http://hackage.haskell.org/packages/archive/binary/$pkgver/binary-$pkgver.tar.gz") -install=haskell-binary.install -sha256sums=('2ad477b47e9158d61517689f5f0c7b0240ff891059418d6758879020800351a3') - -build() { - cd "$srcdir/binary-$pkgver" - - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir="/usr/share/doc/$pkgname" \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd "$srcdir/binary-$pkgver" - - install -Dm 744 register.sh \ - "$pkgdir/usr/share/haskell/$pkgname/register.sh" - install -m 744 unregister.sh \ - "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" - install -dm 755 "$pkgdir/usr/share/doc/ghc/html/libraries" - ln -s "/usr/share/doc/$pkgname/html" \ - "$pkgdir/usr/share/doc/ghc/html/libraries/binary" - runhaskell Setup copy --destdir="$pkgdir" - install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/haskell-binary/haskell-binary.install b/community/haskell-binary/haskell-binary.install deleted file mode 100644 index 844b8a67c..000000000 --- a/community/haskell-binary/haskell-binary.install +++ /dev/null @@ -1,24 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-binary - -pre_upgrade() { - ${HS_DIR}/unregister.sh -} - -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} - -post_upgrade() { - ${HS_DIR}/register.sh - post_remove -} - -post_install() { - post_upgrade -} - -pre_remove() { - pre_upgrade -} - -# vim:set ts=2 sw=2 et: diff --git a/community/haskell-dataenc/PKGBUILD b/community/haskell-dataenc/PKGBUILD index 758f25719..34a0373b3 100644 --- a/community/haskell-dataenc/PKGBUILD +++ b/community/haskell-dataenc/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="Data encoding library" url="http://hackage.haskell.org/package/dataenc" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' sh) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz '0001-update-build-deps-for-ghc-7.6.1.patch') diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index 1e23d3c10..8afbfc68f 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -8,6 +8,7 @@ pkgrel=9 pkgdesc="Knowledge of GHC's installation directories" url="http://hackage.haskell.org/package/ghc-paths" license=('custom:BSD3') +arch=('i686' 'x86_64' 'mips64el') arch=('x86_64' 'i686') depends=('ghc=7.6.1-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD index d0089aa8c..403cb1a18 100644 --- a/community/haskell-haskeline/PKGBUILD +++ b/community/haskell-haskeline/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc="A command-line interface for user input, written in Haskell." url="http://hackage.haskell.org/package/haskeline" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh' 'haskell-utf8-string=0.3.7-3' 'haskell-mtl=2.1.2-1' 'haskell-terminfo=0.3.2.5-1') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index d5998b124..a0fcbab1b 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index 573b5188d..e7e830647 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Reading, writing and manipulating tar archive files" url="http://hackage.haskell.org/package/tar" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1') source=("http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz") install=haskell-tar.install diff --git a/community/haskell-terminfo/PKGBUILD b/community/haskell-terminfo/PKGBUILD index 1576e8dd8..974779c1e 100644 --- a/community/haskell-terminfo/PKGBUILD +++ b/community/haskell-terminfo/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Haskell bindings to the terminfo library." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/haskell-utf8-string/PKGBUILD b/community/haskell-utf8-string/PKGBUILD index 0c5cc75d0..d167aa9d2 100644 --- a/community/haskell-utf8-string/PKGBUILD +++ b/community/haskell-utf8-string/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc="Support for reading and writing UTF8 Strings" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'sh') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) diff --git a/community/haskell-x11-xft/PKGBUILD b/community/haskell-x11-xft/PKGBUILD index 97ee3a2ed..bb4e05077 100644 --- a/community/haskell-x11-xft/PKGBUILD +++ b/community/haskell-x11-xft/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=5 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-utf8-string=0.3.7' 'libxft') options=('strip') install=haskell-x11-xft.install diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index e03a1fb93..5d4c3a7bb 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -8,7 +8,7 @@ pkgname=haskell-x11 pkgver=1.6.0.2 pkgrel=1 pkgdesc="A Haskell binding to the X11 graphics library." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') diff --git a/community/hatari/PKGBUILD b/community/hatari/PKGBUILD index 50acbc0da..41f3358d0 100644 --- a/community/hatari/PKGBUILD +++ b/community/hatari/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hatari pkgver=1.6.2 pkgrel=1 pkgdesc='An Atari ST and STE emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://hatari.sourceforge.net/' license=('GPL') depends=('sdl' 'libpng') diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index 696272a4d..7ffbf42ff 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -7,7 +7,7 @@ pkgname=haveged pkgver=1.6 pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.issihosts.com/haveged' license=('GPL') depends=('glibc') @@ -31,3 +31,9 @@ package() { install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/haveged install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service } +md5sums=('c1f34be00c3f438ec83862e90e192e4b' + '264b725be5271288b40f363d7cfc6b68' + 'fc62a480f520377364503aca9efff0b0') +md5sums=('5a386a530e89bfbc6c8d22717b16e2a8' + '264b725be5271288b40f363d7cfc6b68' + 'fc62a480f520377364503aca9efff0b0') diff --git a/community/hawknl/PKGBUILD b/community/hawknl/PKGBUILD index f10df654a..7c140f823 100644 --- a/community/hawknl/PKGBUILD +++ b/community/hawknl/PKGBUILD @@ -8,7 +8,7 @@ pkgname=hawknl pkgver=1.68 pkgrel=3 pkgdesc="An open source game oriented network API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hawksoft.com/hawknl/" license=('LGPL') depends=('glibc') diff --git a/community/hdapsd/PKGBUILD b/community/hdapsd/PKGBUILD index 74aa528f0..7d8b4922f 100644 --- a/community/hdapsd/PKGBUILD +++ b/community/hdapsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hdapsd pkgver=20090401 pkgrel=5 pkgdesc='HDAPS userspace hard drive protection daemon' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/hdaps/' license=('GPL') depends=('glibc') diff --git a/community/hedgewars/PKGBUILD b/community/hedgewars/PKGBUILD index 5b28b10c8..c6d953b6a 100644 --- a/community/hedgewars/PKGBUILD +++ b/community/hedgewars/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hedgewars pkgver=0.9.18 pkgrel=4 pkgdesc="Free Worms-like turn based strategy game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hedgewars.org" license=('GPL' 'custom') depends=('qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51') 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 cea8e9b78..da325b4b5 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.13 pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(qt 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 e030c1e09..95fdf5673 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hostapd pkgver=2.0 pkgrel=1 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..a37160586 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -4,9 +4,9 @@ pkgname=hping pkgver=3.0.0 -pkgrel=2 +pkgrel=2.1 pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.hping.org' license=('GPL2' 'BSD') depends=('libpcap') diff --git a/community/hsetroot/PKGBUILD b/community/hsetroot/PKGBUILD index e6b8b4992..eb1f3ac85 100644 --- a/community/hsetroot/PKGBUILD +++ b/community/hsetroot/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='A tool which allows you to compose wallpapers for X.' url='http://www.thegraveyard.org/hsetroot.php' license=('GPL') depends=('imlib2' 'xorg-server') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.thegraveyard.org/files/${pkgname}-${pkgver}.tar.gz") md5sums=('f599770a6411dcfe216c37b280fad9bc') diff --git a/community/hsolink/PKGBUILD b/community/hsolink/PKGBUILD index e72d0eee6..947c64859 100644 --- a/community/hsolink/PKGBUILD +++ b/community/hsolink/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hsolink pkgver=1.0.118 pkgrel=8 pkgdesc="HSO command line connection utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/hsolinkcontrol.html" license=('GPL2') depends=('ozerocdoff' 'net-tools') diff --git a/community/ht/PKGBUILD b/community/ht/PKGBUILD index 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..0a418b15b 100644 --- a/community/html2text/PKGBUILD +++ b/community/html2text/PKGBUILD @@ -7,7 +7,7 @@ pkgname=html2text pkgver=1.3.2a pkgrel=9 pkgdesc="A HTML to text converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mbayer.de/html2text" license=('GPL2') depends=('gcc-libs') diff --git a/community/htmldoc/PKGBUILD b/community/htmldoc/PKGBUILD index 9df1f9197..a83e59bb8 100644 --- a/community/htmldoc/PKGBUILD +++ b/community/htmldoc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=htmldoc pkgver=1.9.0svn1700 pkgrel=1 pkgdesc="Produce PDF or Postscript from HTML documents including TOCs and Indices" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.htmldoc.org" license=('GPL') depends=('libjpeg' 'libpng' 'openssl' 'fltk' 'gcc' 'libxft' 'libxpm') diff --git a/community/httperf/PKGBUILD b/community/httperf/PKGBUILD index c9b072988..99320a4df 100644 --- a/community/httperf/PKGBUILD +++ b/community/httperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httperf pkgver=0.9.0 pkgrel=5 pkgdesc='A tool for measuring web server performance.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://code.google.com/p/httperf' depends=('openssl') diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD index dad2e7b9a..1d923e6de 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httptunnel pkgver=3.3 pkgrel=3 pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP requests" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nocrew.org/software/httptunnel" license=('GPL2') depends=('glibc') diff --git a/community/hubbub/PKGBUILD b/community/hubbub/PKGBUILD index 5510e5d13..5b24c72be 100644 --- a/community/hubbub/PKGBUILD +++ b/community/hubbub/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hubbub pkgver=0.1.2 pkgrel=1 pkgdesc="HTML5 compliant parsing library" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/hubbub/" license=('MIT') depends=('libparserutils') diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index 1da0199a3..4035112ac 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -12,7 +12,7 @@ pkgver=20.0 _subver=1.4 pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://download.opensuse.org/source/factory/repo/oss/suse/src/' license=('GPL2') depends=('perl' 'libx86emu') diff --git a/community/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 071f832f3..318020e6a 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -6,7 +6,7 @@ _pkgsourcename=i3 pkgver=4.4 pkgrel=2 pkgdesc="An improved dynamic tiling window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://i3wm.org/" license=('BSD') replaces=("i3" "i3bar") diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index 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 e845b85b7..91a799014 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -5,7 +5,7 @@ pkgname=i3status pkgver=2.6 pkgrel=1 pkgdesc="Generates status bar to use with dzen2 or xmobar" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://i3.zekjur.net/i3status/" license=('BSD') groups=('i3') diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 2095a37d2..a168569bc 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iasl pkgver=20121018 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://acpica.org" license=('custom') depends=('glibc') diff --git a/community/iat/PKGBUILD b/community/iat/PKGBUILD index c458937fa..475ba9630 100644 --- a/community/iat/PKGBUILD +++ b/community/iat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iat pkgver=0.1.7 pkgrel=4 pkgdesc="Detects and converts DVD/CD images from BIN/MDF/PDI/CDI/NRG/B5I to ISO-9660" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://iat.berlios.de/" license=('GPL') depends=('glibc') diff --git a/community/ibam/PKGBUILD b/community/ibam/PKGBUILD index 6f72fb3dc..f5a1b9c1d 100644 --- a/community/ibam/PKGBUILD +++ b/community/ibam/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibam pkgver=0.5.2 pkgrel=5 pkgdesc="An intelligent battery monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ibam.sourceforge.net/" license=('GPL') depends=('gcc-libs') diff --git a/community/ibus-anthy/PKGBUILD b/community/ibus-anthy/PKGBUILD index 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 151ca40c4..0f9c45631 100644 --- a/community/ibus-libpinyin/PKGBUILD +++ b/community/ibus-libpinyin/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ibus-libpinyin pkgver=1.4.93 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" depends=('ibus>=1.4' '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 9b320aed4..3a573ba6a 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-qt pkgver=1.3.1 pkgrel=7 pkgdesc='IBus qt library and IBus qt input method plugin' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url='http://ibus.googlecode.com' depends=('qt' 'ibus' 'icu>=50') diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index 9ef07caed..ef36434f7 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ibus-rime pkgver=0.9.8 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.8' '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-table/PKGBUILD b/community/ibus-table/PKGBUILD index a6e95cf1a..404d48e59 100644 --- a/community/ibus-table/PKGBUILD +++ b/community/ibus-table/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ibus-table pkgver=1.4.99.20121112 pkgrel=1 pkgdesc='The IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ibus/" license=('LGPL') depends=('python2-pyenchant' 'ibus' 'aspell-en') diff --git a/community/ibus-unikey/PKGBUILD b/community/ibus-unikey/PKGBUILD index f1e78b64e..fb0f50524 100644 --- a/community/ibus-unikey/PKGBUILD +++ b/community/ibus-unikey/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ibus-unikey pkgver=0.6.1 pkgrel=2 pkgdesc='IBus module for Vietnamese Keyboard' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://code.google.com/p/ibus-unikey/' depends=('ibus') diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD deleted file mode 100644 index 88e1233e9..000000000 --- a/community/ibus/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 78196 2012-10-17 10:24:17Z allan $ -# Contributor: Rainy <rainylau(at)gmail(dot)com> -# Contributor: Lee.MaRS <leemars at gmail dot com> -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> -# Maintainer: Brad Fanella <bradfanella@archlinux.us> - -pkgname=ibus -pkgver=1.4.2 -pkgrel=2 -pkgdesc="Next Generation Input Bus for Linux" -arch=('i686' 'x86_64') -url="http://ibus.googlecode.com" -license=('LGPL') -depends=('python2-dbus' 'gconf' 'dconf' 'python2-xdg' \ - 'iso-codes' 'librsvg' 'python2-notify' 'hicolor-icon-theme') -makedepends=('intltool' 'gobject-introspection') -optdepends=('notification-daemon') -options=('!libtool') -install=ibus.install -source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -sha1sums=('a2d11d8bb64761691df918e9e50f0b35c711760d') - -build() { - cd ${pkgname}-${pkgver} - export PYTHON=python2 - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/ibus \ - --sysconfdir=/etc \ - --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ - --enable-gtk3 - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -d "${pkgdir}/etc/xdg/autostart" - ln -s /usr/share/applications/ibus.desktop "${pkgdir}/etc/xdg/autostart/ibus.desktop" -} diff --git a/community/ibus/ibus-1389-dbus-address.patch b/community/ibus/ibus-1389-dbus-address.patch deleted file mode 100644 index e6b18bdb2..000000000 --- a/community/ibus/ibus-1389-dbus-address.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ibus-1.4.99.20120317/src/ibusshare.c.orig 2012-04-26 12:24:55.922072674 +0900 -+++ ibus-1.4.99.20120317/src/ibusshare.c 2012-04-26 13:10:44.301421547 +0900 -@@ -44,7 +44,11 @@ ibus_get_local_machine_id (void) - if (!g_file_get_contents ("/var/lib/dbus/machine-id", - &machine_id, - NULL, -- &error)) { -+ &error) && -+ !g_file_get_contents ("/etc/machine-id", -+ &machine_id, -+ NULL, -+ NULL)) { - g_warning ("Unable to load /var/lib/dbus/machine-id: %s", error->message); - g_error_free (error); - machine_id = "machine-id"; diff --git a/community/ibus/ibus.install b/community/ibus/ibus.install deleted file mode 100644 index f44e3be1d..000000000 --- a/community/ibus/ibus.install +++ /dev/null @@ -1,29 +0,0 @@ -post_install() { - gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules - - gconfpkg --install ibus - gtk-update-icon-cache -fq -t usr/share/icons/hicolor - - # update for gkt3 - gtk-query-immodules-3.0 --update-cache -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - gconfpkg --uninstall ibus -} - -post_remove() { - gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules - gtk-update-icon-cache -fq -t usr/share/icons/hicolor - - # update for gkt3 - gtk-query-immodules-3.0 --update-cache -} diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD index a9b3ce358..94fffe4e2 100644 --- a/community/icecast/PKGBUILD +++ b/community/icecast/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icecast pkgver=2.3.3 pkgrel=2 pkgdesc='Streaming audio over the Internet' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.icecast.org/' depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora') diff --git a/community/icewm-utils/PKGBUILD b/community/icewm-utils/PKGBUILD index aed8df1b0..af2251d13 100644 --- a/community/icewm-utils/PKGBUILD +++ b/community/icewm-utils/PKGBUILD @@ -19,7 +19,7 @@ _mergeprefsver=0.5 pkgrel=6 pkgdesc="Suite of tools for IceWM" -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') license=("GPL") url="http://icecc.sourceforge.net/" depends=('qt3' 'python2') diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD index ac06c0ef4..2c006dc97 100644 --- a/community/ico2xpm/PKGBUILD +++ b/community/ico2xpm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ico2xpm pkgver=1.3 pkgrel=1 pkgdesc="A utility which converts Windows icons into X pixmaps" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ico2xpm.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz) diff --git a/community/icoutils/PKGBUILD b/community/icoutils/PKGBUILD index 50156744e..2ebfec26b 100644 --- a/community/icoutils/PKGBUILD +++ b/community/icoutils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icoutils pkgver=0.30.0 pkgrel=1 pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.nongnu.org/icoutils/' depends=('libpng>=1.0.0' 'perl-libwww>=5.64') diff --git a/community/id3lib-rcc/PKGBUILD b/community/id3lib-rcc/PKGBUILD index cb62b1ef9..c31ea657a 100644 --- a/community/id3lib-rcc/PKGBUILD +++ b/community/id3lib-rcc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=id3lib-rcc pkgver=3.8.3 pkgrel=7 pkgdesc="id3lib with librcc patch" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://id3lib.sourceforge.net/" license=('GPL') depends=('libxml2' 'librcc' 'gcc-libs') diff --git a/community/idesk/PKGBUILD b/community/idesk/PKGBUILD index bd870bcfa..b84f8768b 100644 --- a/community/idesk/PKGBUILD +++ b/community/idesk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=idesk pkgver=0.7.5 pkgrel=4 pkgdesc="iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, windowsmaker...) icons on their desktop" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://idesk.sourceforge.net/wiki/index.php" license=('GPL') depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs') diff --git a/community/iec16022/PKGBUILD b/community/iec16022/PKGBUILD index 0924cbbce..18f1015fd 100644 --- a/community/iec16022/PKGBUILD +++ b/community/iec16022/PKGBUILD @@ -5,7 +5,7 @@ pkgname=iec16022 pkgver=0.2.4 pkgrel=1 pkgdesc="Produce 2D barcodes often also referenced as DataMatrix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://datenfreihafen.org/projects/iec16022.html" license=('GPL') depends=('popt' 'zlib') diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD index 18c013068..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 bcdf2b502..04ec13ca0 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.2 pkgrel=2 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' url='http://libimobiledevice.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libimobiledevice' 'fuse') source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") diff --git a/community/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/iksemel/PKGBUILD b/community/iksemel/PKGBUILD index 9034cbbe1..eab6eb7bf 100644 --- a/community/iksemel/PKGBUILD +++ b/community/iksemel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iksemel pkgver=1.4 pkgrel=2 pkgdesc="XML parser library for Jabber applications in ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/iksemel/" license=('LGPL') depends=('glibc') diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD index 2980e6df1..8d51f7b5b 100644 --- a/community/imdbpy/PKGBUILD +++ b/community/imdbpy/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python bindings for the Internet Movie Database (IMDb)" url="http://imdbpy.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('python2') makedepends=('python2-distribute') diff --git a/community/incron/PKGBUILD b/community/incron/PKGBUILD index 32778331c..6f526c274 100644 --- a/community/incron/PKGBUILD +++ b/community/incron/PKGBUILD @@ -7,7 +7,7 @@ pkgname=incron pkgver=0.5.10 pkgrel=3 pkgdesc="Like the regular cron but is driven by filesystem events instead of time periods" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://incron.aiken.cz/" license=('GPL') depends=('gcc-libs' 'bash') diff --git a/community/iniparser/PKGBUILD b/community/iniparser/PKGBUILD index b5cfb92e6..efb922b14 100644 --- a/community/iniparser/PKGBUILD +++ b/community/iniparser/PKGBUILD @@ -7,7 +7,7 @@ pkgname=iniparser pkgver=3.1 pkgrel=2 pkgdesc="A free stand-alone ini file parsing library written in portable ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ndevilla.free.fr/iniparser/" license=('MIT') depends=() diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD index 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..8736a5a43 100644 --- a/community/inotify-tools/PKGBUILD +++ b/community/inotify-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inotify-tools pkgver=3.14 pkgrel=2 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://inotify-tools.sourceforge.net/" license=('GPL') depends=(glibc) diff --git a/community/inputattach/PKGBUILD b/community/inputattach/PKGBUILD index ea6fca2b6..e084af3bc 100644 --- a/community/inputattach/PKGBUILD +++ b/community/inputattach/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inputattach pkgver=1.24 pkgrel=6 pkgdesc="Attach serial mice, keyboards and other input devices to the kernel input system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linuxconsole.sourceforge.net/" license=('GPL') depends=('bash') diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD index 1a118f518..1a2676f90 100644 --- a/community/instead-launcher/PKGBUILD +++ b/community/instead-launcher/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead-launcher pkgver=0.6.1 pkgrel=2 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' 'qt') diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 738cebc2a..1ed42894c 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead pkgver=1.8.3 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/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD deleted file mode 100644 index da92c34d0..000000000 --- a/community/intel-tbb/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 76482 2012-09-18 21:17:25Z stephane $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Denis Martinez <deuns.martinez AT gmail.com> - -pkgname=intel-tbb -pkgver=4.1_20120718 -pkgrel=1 -pkgdesc='High level abstract threading library' -arch=('i686' 'x86_64') -url='http://www.threadingbuildingblocks.org/' -license=('GPL') -depends=('gcc-libs') -source=("http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz") -sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d') - -build() { - cd "${srcdir}"/tbb${pkgver/\./}oss - - make -} - -package() { - cd "${srcdir}"/tbb${pkgver/\./}oss - - install -d "${pkgdir}"/usr/lib - install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib - - install -d "${pkgdir}"/usr/include - cp -a include/tbb "${pkgdir}"/usr/include -} diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 8d50ca537..d73e1f951 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -5,7 +5,7 @@ pkgver=12.0.3 _pkgver=123.155 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 ba3c746bb..bf47cf2b2 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipsec-tools pkgver=0.8.0 pkgrel=6 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 b9835f0e9..93dfedb16 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ipset pkgver=6.16.1 pkgrel=2 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/ircii-pana/PKGBUILD b/community/ircii-pana/PKGBUILD deleted file mode 100644 index 376391591..000000000 --- a/community/ircii-pana/PKGBUILD +++ /dev/null @@ -1,60 +0,0 @@ -# $Id: PKGBUILD 68217 2012-03-19 12:39:02Z lfleischer $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Jaroslav Lichtblau <dragonlord@seznam.cz> -# inspired by Gentoo: http://kambing.ui.edu/gentoo-portage/net-irc/bitchx/files/ - -pkgname=ircii-pana -pkgver=1.1 -pkgrel=5 -pkgdesc='A console-based IRC client - AKA BitchX.' -arch=('i686' 'x86_64') -url='http://www.bitchx.org' -license=('GPL2') -depends=('ncurses') -makedepends=('patch') -source=("http://downloads.sourceforge.net/bitchx/${pkgname}-${pkgver}-final.tar.gz" \ - "bitchx-${pkgver}-gcc43.diff" \ - "bitchx-${pkgver}-inline.diff" \ - "bitchx-${pkgver}-freenode.diff" \ - "bitchx-${pkgver}-latin1.diff" \ - "bitchx-${pkgver}-64bit.diff" - "bitchx-${pkgver}-open_missing_mode.patch") - -md5sums=('611d2dda222f00c10140236f4c331572' - 'e1efc5e52658e6651918e07a116bce18' - '4824ffd55d51099dd9ee035f4b78d6bf' - '741e91dd6267d3436c43756429342217' - '9316105f23a67a9bb7ecfc7485dcd098' - 'c86f7758db7f438d726fd447dd4a83b0' - 'a80f431488bf3e0e9f0d650d23a08aba') - -build() { - cd "${srcdir}/BitchX" - - patch -Np1 -i "${srcdir}/bitchx-${pkgver}-gcc43.diff" - patch -Np1 -i "${srcdir}/bitchx-${pkgver}-inline.diff" - patch -Np1 -i "${srcdir}/bitchx-${pkgver}-freenode.diff" - patch -Np1 -i "${srcdir}/bitchx-${pkgver}-latin1.diff" - - # add build fix (needed when building with "-D_FORTIFY_SOURCE=2") - patch -Np0 -i "${srcdir}/bitchx-${pkgver}-open_missing_mode.patch" - - [ "$CARCH" == "x86_64" ] && patch -Np1 -i "${srcdir}/bitchx-${pkgver}-64bit.diff" - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/BitchX" - - make prefix="${pkgdir}/usr" install - - # we don't want to link to ${pkgdir}, correcting it then - cd "${pkgdir}/usr/bin" - rm -f BitchX && ln -s "BitchX-${pkgver}-final" BitchX - - # correcting man page - rm -rf "${pkgdir}/usr/man" - install -Dm644 "${srcdir}/BitchX/doc/BitchX.1" "${pkgdir}/usr/share/man/man1/BitchX.1" -} diff --git a/community/ircii-pana/bitchx-1.1-64bit.diff b/community/ircii-pana/bitchx-1.1-64bit.diff deleted file mode 100644 index ec3155f04..000000000 --- a/community/ircii-pana/bitchx-1.1-64bit.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN BitchX-orig/include/module.h BitchX/include/module.h ---- BitchX-orig/include/module.h 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/include/module.h 2008-10-04 19:28:13.000000000 +0200 -@@ -15,7 +15,7 @@ - - #include "struct.h" - --typedef int (*Function_ptr)(); -+typedef long (*Function_ptr)(); - - #ifdef WANT_DLL - #ifdef HPUX -diff -ruN BitchX-orig/include/modval.h BitchX/include/modval.h ---- BitchX-orig/include/modval.h 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/include/modval.h 2008-10-04 19:28:13.000000000 +0200 -@@ -318,7 +318,7 @@ - #define show_window(x) ((void) (global[SHOW_WINDOW]((Window *)x))) - #define get_status_by_refnum(x, y) ((char *) (global[GET_STATUS_BY_REFNUM]((unsigned int)x, (unsigned int)y))) - #define get_visible_by_refnum(x) ((int) (global[GET_VISIBLE_BY_REFNUM]((char *)x))) --#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned int)x))) -+#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned long)x))) - #define get_window_by_refnum(x) ((Window *) (global[GET_WINDOW_BY_REFNUM]((unsigned int)x))) - #define get_window_by_name(x) ((Window *) (global[GET_WINDOW_BY_NAME]((char *)x))) - #define next_window(x, y) ((void) (global[FUNC_NEXT_WINDOW]((char)x, (char *)y))) diff --git a/community/ircii-pana/bitchx-1.1-freenode.diff b/community/ircii-pana/bitchx-1.1-freenode.diff deleted file mode 100644 index 1040b598f..000000000 --- a/community/ircii-pana/bitchx-1.1-freenode.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -ruN BitchX-orig/include/config.h BitchX/include/config.h ---- BitchX-orig/include/config.h 2003-07-26 09:00:32.000000000 +0200 -+++ BitchX/include/config.h 2008-10-04 19:25:45.000000000 +0200 -@@ -37,7 +37,26 @@ - * - * List last updated: 03/24/01. -dialtone. - */ --#define DEFAULT_SERVER "[efnet] "\ -+#define DEFAULT_SERVER "[freenode] "\ -+ "irc.freenode.net "\ -+ "vinge.freenode.net "\ -+ "truong.freenode.net "\ -+ "stephenson.freenode.net "\ -+ "orwell.freenode.net "\ -+ "leguin.freenode.net "\ -+ "kornbluth.freenode.net "\ -+ "jordan.freenode.net "\ -+ "herbert.freenode.net "\ -+ "goethe.freenode.net "\ -+ "gibson.freenode.net "\ -+ "gerrold.freenode.net "\ -+ "carter.freenode.net "\ -+ "carneiro.freenode.net "\ -+ "capek.freenode.net "\ -+ "calkins.freenode.net "\ -+ "brin.freenode.net "\ -+ "adams.freenode.net "\ -+ "[efnet] "\ - "irc.foxlink.net "\ - "irc.weblook2k.com "\ - "irc.wh.verio.net "\ diff --git a/community/ircii-pana/bitchx-1.1-gcc43.diff b/community/ircii-pana/bitchx-1.1-gcc43.diff deleted file mode 100644 index b83ccfd45..000000000 --- a/community/ircii-pana/bitchx-1.1-gcc43.diff +++ /dev/null @@ -1,118 +0,0 @@ -diff -ruN BitchX-orig/dll/aim/toc/server.c BitchX/dll/aim/toc/server.c ---- BitchX-orig/dll/aim/toc/server.c 2003-04-11 03:09:06.000000000 +0200 -+++ BitchX/dll/aim/toc/server.c 2008-10-04 19:17:25.000000000 +0200 -@@ -7,14 +7,14 @@ - #include <unistd.h> - #include "toc.h" - --static time_t lastsent = 0; -+time_t lastsent = 0; - time_t login_time = 0; - int my_evil; - int is_idle = 0; - int lag_ms = 0; - int time_to_idle = 600; - int is_away = 0; --static struct timeval lag_tv; -+struct timeval lag_tv; - - void serv_add_buddy(char *name) - { -diff -ruN BitchX-orig/dll/aim/toc/toc.c BitchX/dll/aim/toc/toc.c ---- BitchX-orig/dll/aim/toc/toc.c 2003-04-11 03:09:06.000000000 +0200 -+++ BitchX/dll/aim/toc/toc.c 2008-10-04 19:17:25.000000000 +0200 -@@ -39,9 +39,9 @@ - #include "toc.h" - - /* descriptor for talking to TOC */ --static int toc_fd; --static int seqno; --static unsigned int peer_ver=0; -+int toc_fd; -+int seqno; -+unsigned int peer_ver=0; - int state; - /* static int inpa=-1; */ - int permdeny = PERMIT_PERMITALL; -diff -ruN BitchX-orig/include/modval.h BitchX/include/modval.h ---- BitchX-orig/include/modval.h 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/include/modval.h 2008-10-04 19:17:25.000000000 +0200 -@@ -650,7 +650,7 @@ - #define start_time ((time_t) *((time_t *)global[START_TIME])) - #define idle_time() ((time_t) *((time_t *)global[IDLE_TIME]())) - --#define loading_global ((int) *((int *)global[LOADING_GLOBAL])) -+#define loading_global (*((int *)global[LOADING_GLOBAL])) - #define target_window (*((Window **)global[TARGET_WINDOW])) - #define current_window (*((Window **)global[CURRENT_WINDOW])) - #define invisible_list (*((Window **)global[INVISIBLE_LIST])) -@@ -665,12 +665,12 @@ - #define dll_variable (*((IrcVariableDll **)global[DLL_VARIABLE])) - #define dll_ctcp (*((CtcpEntryDll **)global[DLL_CTCP])) - #define dll_window (*((WindowDll **)global[DLL_WINDOW])) --#define window_display ((int) *((int *)global[WINDOW_DISPLAY])) --#define status_update_flag ((int) *((int *)global[STATUS_UPDATE_FLAG])) -+#define window_display (*((int *)global[WINDOW_DISPLAY])) -+#define status_update_flag (*((int *)global[STATUS_UPDATE_FLAG])) - #define tabkey_array (*((NickTab **)global[TABKEY_ARRAY])) - #define autoreply_array (*((NickTab *)global[AUTOREPLY_ARRAY])) --#define identd ((int) *((int *)global[IDENTD_SOCKET])) --#define doing_notice ((int) *((int *)global[DOING_NOTICE])) -+#define identd (*((int *)global[IDENTD_SOCKET])) -+#define doing_notice (*((int *)global[DOING_NOTICE])) - #define last_sent_msg_body (*((char **)global[LAST_SENT_MSG_BODY])) - #define sent_nick (*((char **)global[SENT_NICK])) - -@@ -698,9 +698,9 @@ - #ifdef GUI - #ifndef MAIN_SOURCE - #define lastclicklinedata ((char *) *global[LASTCLICKLINEDATA]) --#define contextx ((int) *((int *)global[CONTEXTX])) --#define contexty ((int) *((int *)global[CONTEXTY])) --#define guiipc ((int) *((int *)global[GUIIPC])) -+#define contextx (*((int *)global[CONTEXTX])) -+#define contexty (*((int *)global[CONTEXTY])) -+#define guiipc (*((int *)global[GUIIPC])) - #endif - #define gui_mutex_lock() ((void (*)(void)) global[GUI_MUTEX_LOCK])() - #define gui_mutex_unlock() ((void (*)(void))global[GUI_MUTEX_UNLOCK])() -diff -ruN BitchX-orig/source/ctcp.c BitchX/source/ctcp.c ---- BitchX-orig/source/ctcp.c 2003-05-27 09:00:22.000000000 +0200 -+++ BitchX/source/ctcp.c 2008-10-04 19:17:25.000000000 +0200 -@@ -176,7 +176,7 @@ - - /* CDE do ops and unban logging */ - --static char *ctcp_type[] = -+char *ctcp_type[] = - { - "PRIVMSG", - "NOTICE" -diff -ruN BitchX-orig/source/term.c BitchX/source/term.c ---- BitchX-orig/source/term.c 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/source/term.c 2008-10-04 19:17:25.000000000 +0200 -@@ -91,8 +91,10 @@ - #define Tgetflag(x) tgetflag(x.tname) - #endif - --extern char *getenv(); --extern char *tparm(); -+extern char *getenv(const char *name); -+#ifndef TPARM_DECLARED -+extern char *tparm(char *str, ...); -+#endif - - /* - * The old code assumed termcap. termcap is almost always present, but on -diff -ruN BitchX-orig/source/timer.c BitchX/source/timer.c ---- BitchX-orig/source/timer.c 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/source/timer.c 2008-10-04 19:17:25.000000000 +0200 -@@ -148,7 +148,7 @@ - * This is put here on purpose -- we dont want any of the above functions - * to have any knowledge of this struct. - */ --static TimerList *PendingTimers; -+TimerList *PendingTimers; - static char *schedule_timer (TimerList *ntimer); - - static char *current_exec_timer = empty_string; diff --git a/community/ircii-pana/bitchx-1.1-inline.diff b/community/ircii-pana/bitchx-1.1-inline.diff deleted file mode 100644 index 0ad417678..000000000 --- a/community/ircii-pana/bitchx-1.1-inline.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN BitchX-orig/include/irc_std.h BitchX/include/irc_std.h ---- BitchX-orig/include/irc_std.h 2003-04-11 03:09:07.000000000 +0200 -+++ BitchX/include/irc_std.h 2008-10-04 19:27:29.000000000 +0200 -@@ -98,7 +98,7 @@ - # define __N - # define __inline__ - #else --# if (__GNUC__ >= 2) && (__GNUC_MINOR__ >= 7) -+# if (__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)) - # define __A(x) __attribute__ ((format (printf, x, x + 1))) - # define __N __attribute__ ((noreturn)) - # else diff --git a/community/ircii-pana/bitchx-1.1-latin1.diff b/community/ircii-pana/bitchx-1.1-latin1.diff deleted file mode 100644 index 2a1532daa..000000000 --- a/community/ircii-pana/bitchx-1.1-latin1.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN BitchX-orig/include/config.h BitchX/include/config.h ---- BitchX-orig/include/config.h 2003-07-26 09:00:32.000000000 +0200 -+++ BitchX/include/config.h 2008-10-04 19:46:29.000000000 +0200 -@@ -330,7 +330,7 @@ - * - * Is here there any solution to use both fonts nethertheless ? - */ --#undef LATIN1 -+#define LATIN1 - - /* - * If you use LINUX and non ISO8859-1 fonts with custom screen mapping, diff --git a/community/ircii-pana/bitchx-1.1-open_missing_mode.patch b/community/ircii-pana/bitchx-1.1-open_missing_mode.patch deleted file mode 100644 index 3ae432979..000000000 --- a/community/ircii-pana/bitchx-1.1-open_missing_mode.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- source/commands2.c.orig 2012-03-19 13:10:06.802575691 +0100 -+++ source/commands2.c 2012-03-19 13:10:26.401100927 +0100 -@@ -2575,7 +2575,7 @@ unsigned short port = 0; - { - char buf[BIG_BUFFER_SIZE+1]; - sprintf(buf, socket_path, port); -- if ((u = open(buf, O_CREAT|O_WRONLY)) != -1) -+ if ((u = open(buf, O_CREAT|O_WRONLY, 0644)) != -1) - { - chmod(buf, SOCKMODE); - chown(buf, getuid(), getgid()); ---- source/dcc.c.orig 2012-03-19 13:18:43.390562273 +0100 -+++ source/dcc.c 2012-03-19 13:17:23.729859849 +0100 -@@ -2273,7 +2273,7 @@ char *nick; - tmp = m_strdup(new->filename); - if (!(fullname = expand_twiddle(tmp))) - malloc_strcpy(&fullname, tmp); -- if ((new->file = open(fullname, O_WRONLY | O_CREAT | O_BINARY)) != -1) -+ if ((new->file = open(fullname, O_WRONLY | O_CREAT | O_BINARY, 0644)) != -1) - { - if ((new = dcc_create(nick, new->filename, passwd, 0, port? atol(port) : 0, DCC_REFILEREAD, (tdcc?DCC_TDCC:0) | DCC_TWOCLIENTS|DCC_OFFER, start_dcc_get))) - new->blocksize = blocksize; diff --git a/community/ircservices/PKGBUILD b/community/ircservices/PKGBUILD deleted file mode 100644 index 1aeb512e1..000000000 --- a/community/ircservices/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 65578 2012-02-21 09:05:04Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=ircservices -pkgver=5.1.24 -pkgrel=2 -pkgdesc="Services for IRC (NickServ, ChanServ, MemoServ)" -arch=(i686 x86_64) -url="http://www.ircservices.za.net/" -license=('GPL') -depends=('glibc') -makedepends=('patch') -options=('!makeflags' 'emptydirs') -install=ircservices.install -#source=(http://www.ircservices.za.net/download/ircservices-$pkgver.tar.gz -source=(http://achurch.org/services/tarballs/ircservices-$pkgver.tar.gz - path-patch.patch - ircservices) -md5sums=('d4f531537aeed230026cf5560f221ecb' - '7e4bbf6fb398323afc8e85656ec82c13' - 'd5d6409ab04b3a715f9adc29a4fb8a2d') - -build() { - cd $srcdir/$pkgname-$pkgver - patch -Np0 <../path-patch.patch - ./configure -prefix /usr - sed -i 's#getline#xgetline#' lang/langcomp.c - make - sed -i "s#DATDEST=/usr/lib/ircservices#DATDEST=$pkgdir/usr/lib/ircservices#" ./Makefile.inc - sed -i "s#BINDEST=/usr/sbin#BINDEST=$pkgdir/usr/sbin#" ./Makefile.inc -} - -package() { - cd $srcdir/$pkgname-$pkgver - install -d -m 0755 $pkgdir/usr/sbin - install -d -m 0755 $pkgdir/usr/lib - install -d -m 0755 $pkgdir/etc/ircd - make DESTDIR=$pkgdir install - - install -D -m 0755 $srcdir/ircservices $pkgdir/etc/rc.d/ircservices - cd $pkgdir && chmod -R ugo+r * && chmod 0755 ./usr/sbin/ircservices - find -type d -exec chmod 0755 {} \; - install -d -m 0755 $pkgdir/var/lib/ircd - cd ./var/lib/ircd - ln -s /usr/lib/ircservices/modules modules - ln -s /usr/lib/ircservices/languages languages - ln -s /usr/lib/ircservices/helpfiles helpfiles - ln -s /etc/ircd/ircservices.conf ircservices.conf - ln -s /etc/ircd/modules.conf modules.conf - - mkdir -p $pkgdir/var/log/ircd - mv $pkgdir/usr/lib/ircservices/*.conf $pkgdir/etc/ircd/ -} diff --git a/community/ircservices/ircservices b/community/ircservices/ircservices deleted file mode 100755 index 9acd2a6c6..000000000 --- a/community/ircservices/ircservices +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -get_pid() { - pidof /usr/sbin/ircservices -} - -case "$1" in - start) - stat_busy "Starting IRC services" - - [ -d /var/run/ircd ] || mkdir -p /var/run/ircd - [ -f /var/run/ircd/ircservices.pid ] && rm -f /var/run/ircd/ircservices.pid - chown -R ircd.irc /var/run/ircd - PID=`get_pid` - if [ -z "$PID" ]; then - su -c '/usr/sbin/ircservices -dir=/var/lib/ircd/ -remote=127.0.0.1:6667 -log=/var/log/ircd/ircservices.log' ircd 1>>/var/log/ircd/stdout.log 2>>/var/log/ircd/sterr.log - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - add_daemon ircservices - stat_done - fi - else - stat_fail - exit 1 - fi - ;; - - stop) - stat_busy "Stopping IRC services" - PID=`get_pid` - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - rm -f /var/run/ircd/ircservices.pid &> /dev/null - rm_daemon ircservices - stat_done - fi - ;; - - restart) - $0 stop - sleep 3 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/ircservices/ircservices.install b/community/ircservices/ircservices.install deleted file mode 100644 index a6d3fa1ab..000000000 --- a/community/ircservices/ircservices.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - groupadd irc - useradd -G irc ircd - chown -R ircd.irc /var/log/ircd - chown -R ircd.irc /var/lib/ircd -} - -post_upgrade() { - chown -R ircd.irc /var/log/ircd - chown -R ircd.irc /var/lib/ircd -} - -post_remove() { - echo "-- Don't forget to remove ircd user and irc group if you do not use it" -} diff --git a/community/ircservices/path-patch.patch b/community/ircservices/path-patch.patch deleted file mode 100644 index b7dd78a61..000000000 --- a/community/ircservices/path-patch.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- defs.h.org 2009-02-26 12:49:16.000000000 +0000 -+++ defs.h 2009-02-26 12:50:04.000000000 +0000 -@@ -17,10 +17,10 @@ - /******* General configuration *******/ - - /* Name of configuration file (in Services directory) */ --#define IRCSERVICES_CONF PROGRAM ".conf" -+#define IRCSERVICES_CONF "/etc/ircd/" PROGRAM ".conf" - - /* Name of module configuration file (in Services directory) */ --#define MODULES_CONF "modules.conf" -+#define MODULES_CONF "/etc/ircd/modules.conf" - - /* Maximum number of parameters for a configuration directive */ - #define CONFIG_MAXPARAMS 8 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/isomaster/PKGBUILD b/community/isomaster/PKGBUILD index 44cacda89..5e32e9ac9 100644 --- a/community/isomaster/PKGBUILD +++ b/community/isomaster/PKGBUILD @@ -7,7 +7,7 @@ pkgname=isomaster pkgver=1.3.9 pkgrel=1 pkgdesc="CD image editor written in GTK2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://littlesvr.ca/isomaster" license=('GPL2') depends=('gtk2' 'desktop-file-utils') diff --git a/community/jabberd14/PKGBUILD b/community/jabberd14/PKGBUILD deleted file mode 100644 index 5fdb75f88..000000000 --- a/community/jabberd14/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 64996 2012-02-19 13:18:38Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=jabberd14 -pkgver=1.6.1.1 -pkgrel=11 -pkgdesc="old (1.4) jabber server branch" -arch=(i686 x86_64) -url="http://jabberd.org/" -license=("GPL") -depends=(pth libidn expat popt gnutls) -optdepends=(libmysqlclient) -conflicts=(jabberd) -backup=(etc/jabberd/jabber.xml) -options=('!libtool') -source=(http://download.jabberd.org/jabberd14/jabberd14-$pkgver.tar.gz - build-fix.patch - jabberd) -md5sums=('597c7ee14518ba22b1cee883b4737d87' - 'ad795626f26c01700a23515e0e75d654' - '5869169394d70977858320648075c7a6') - -build() { - cd $srcdir/jabberd14-$pkgver - export LDFLAGS="$LDFLAGS -lgcrypt" - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --enable-ssl --enable-legacy --sysconfdir=/etc/jabberd --localstatedir=/var - echo "#undef HAVE_GNUTLS_EXTRA" >>config.h - [ $NOEXTRACT -eq 1 ] || patch -Rp1 <$srcdir/build-fix.patch - make -j1 - make DESTDIR=$pkgdir install - install -D -m 0755 $srcdir/jabberd $pkgdir/etc/rc.d/jabberd - rm -rf $pkgdir/var/run -} diff --git a/community/jabberd14/build-fix.patch b/community/jabberd14/build-fix.patch deleted file mode 100644 index 4f39b523e..000000000 --- a/community/jabberd14/build-fix.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -wbBur /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/lib/xmlnode.cc jabberd14-1.6.1.1/jabberd/lib/xmlnode.cc ---- /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/lib/xmlnode.cc 2011-08-09 00:37:29.000000000 +0400 -+++ jabberd14-1.6.1.1/jabberd/lib/xmlnode.cc 2007-04-07 23:43:18.000000000 +0400 -@@ -910,8 +910,8 @@ - } - - /* separate this step from the next one, and check for a predicate in this step */ -- start_predicate = strchr((char*)path, '['); -- next_step = strchr((char*)path, '/'); -+ start_predicate = strchr(path, '['); -+ next_step = strchr(path, '/'); - if (start_predicate == NULL && next_step == NULL) { - this_step = pstrdup(p, path); - } else if (start_predicate == NULL || start_predicate > next_step && next_step != NULL) { -@@ -1833,8 +1833,7 @@ - if (lang != NULL && strchr(lang, '-') != NULL) { - snprintf(general_lang, sizeof(general_lang), "%s", lang); - if (strchr(lang, '-') != NULL) { -- char *tmp = strchr((char*)lang, '-'); -- tmp[0] = 0; -+ strchr(lang, '-')[0] = 0; - } else { - general_lang[0] = 0; - } -diff -wbBur /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/log.cc jabberd14-1.6.1.1/jabberd/log.cc ---- /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/log.cc 2011-08-09 00:37:29.000000000 +0400 -+++ jabberd14-1.6.1.1/jabberd/log.cc 2007-07-20 17:56:59.000000000 +0400 -@@ -86,7 +86,7 @@ - char *pos, c = '\0'; - if(zone != NULL && debug__zones != NULL) - { -- pos = strchr((char*)zone,'.'); -+ pos = strchr(zone,'.'); - if(pos != NULL) - { - c = *pos; -diff -wbBur /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/mio_tls.cc jabberd14-1.6.1.1/jabberd/mio_tls.cc ---- /mnt/temp/builds/staging-i686/sergej/build/src/jabberd14-1.6.1.1/jabberd/mio_tls.cc 2011-08-09 00:53:55.000000000 +0400 -+++ jabberd14-1.6.1.1/jabberd/mio_tls.cc 2007-07-17 03:20:44.000000000 +0400 -@@ -43,7 +43,6 @@ - #include <vector> - #include <list> - #include <iostream> --#include <gnutls/openpgp.h> - - // Tell gcrypt that we are using libpth - had to move this to a plain C file - extern "C" void mio_tls_gcrypt_init(void); -@@ -613,8 +612,7 @@ - } - - // load OpenPGP key/certificate --// ret = gnutls_certificate_set_openpgp_key_file(current_credentials, pubfile, privfile); -- ret = gnutls_certificate_set_openpgp_key_file(current_credentials, pubfile, privfile, GNUTLS_OPENPGP_FMT_BASE64); -+ ret = gnutls_certificate_set_openpgp_key_file(current_credentials, pubfile, privfile); - if (ret < 0) { - log_error(NULL, "Error loading OpenPGP key pub=%s/priv=%s: %s", pubfile, privfile, gnutls_strerror(ret)); - continue; -@@ -633,8 +631,7 @@ - } - - // load the OpenPGP keyring --// ret = gnutls_certificate_set_openpgp_keyring_file(current_credentials, file); -- ret = gnutls_certificate_set_openpgp_keyring_file(current_credentials, file, GNUTLS_OPENPGP_FMT_BASE64); -+ ret = gnutls_certificate_set_openpgp_keyring_file(current_credentials, file); - if (ret < 0) { - log_error(NULL, "Error loading OpenPGP keyring %s: %s", file, gnutls_strerror(ret)); - continue; -@@ -643,8 +640,6 @@ - continue; - } - -- --/* - // load GnuPG trustdb - if (j_strcmp(xmlnode_get_localname(cur), "trustdb") == 0) { - char const *const file = xmlnode_get_data(cur); -@@ -661,7 +656,6 @@ - continue; - } - } --*/ - - // setup protocols to use - if (j_strcmp(xmlnode_get_localname(cur), "protocols") == 0) { diff --git a/community/jabberd14/jabberd b/community/jabberd14/jabberd deleted file mode 100644 index afbe6ef69..000000000 --- a/community/jabberd14/jabberd +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -get_pid() { - pidof /usr/bin/jabberd -} - -case "$1" in - start) - stat_busy "Starting Jabber daemon" - - [ -d /var/run/jabberd ] || mkdir -p /var/run/jabberd - [ -f /var/run/jabberd/jabber.pid ] && rm -f /var/run/jabberd/jabber.pid - PID=`get_pid` - if [ -z "$PID" ]; then - /usr/bin/jabberd -c /etc/jabberd/jabber.xml -B >/dev/null 2>/dev/null - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - sleep 1 # wait on children - echo `get_pid` > /var/run/jabberd/jabberd.pid - add_daemon jabberd - sleep 1 - stat_done - fi - else - stat_fail - exit 1 - fi - ;; - - stop) - stat_busy "Stopping Jabber daemon" - PID=`get_pid` - [ ! -z "$PID" ] && kill $PID &> /dev/null - sleep 2 - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - rm -f /var/run/jabberd/jabberd.pid &> /dev/null - rm_daemon jabberd - stat_done - fi - ;; - - restart) - $0 stop - sleep 3 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/jack2/PKGBUILD b/community/jack2/PKGBUILD index 6a7b489f7..26d285379 100644 --- a/community/jack2/PKGBUILD +++ b/community/jack2/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('jack2' 'jack2-dbus') _tarname=jack pkgver=1.9.9.5 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://jackaudio.org/" backup=(etc/security/limits.d/99-audio.conf) license=('GPL') @@ -29,6 +29,11 @@ _pyfix() { } _wafconf() { + if [ "$CARCH" = "mips64el" ]; then + firewire="" + else + firewire=--firewire + fi python2 waf configure --prefix=/usr \ --alsa \ --firewire $@ @@ -83,6 +88,9 @@ package_jack2() { optdepends=('libffado: FireWire support' 'dbus-core: jackdbus' 'python2: jack_control') +[ "$CARCH" = "mips64el" ] && \ + optdepends=('dbus-core: jackdbus' + 'python2: jack_control') conflicts=('jack') provides=('jack' 'jackmp' 'jackdmp' 'jackdbus') @@ -109,6 +117,8 @@ package_jack2-dbus() { depends=('libsamplerate' 'celt' 'dbus-core') optdepends=('libffado: FireWire support' 'python2: jack_control') +[ "$CARCH" = "mips64el" ] && \ + optdepends=('python2: jack_control') conflicts=('jack' 'jack2') provides=('jack' 'jack2' 'jackmp' 'jackdmp' 'jackdbus') diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index db43bce92..e5803b06d 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jansson pkgver=2.4 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.digip.org/jansson/' depends=('glibc') license=('MIT') diff --git a/community/javasqlite/PKGBUILD b/community/javasqlite/PKGBUILD index 74e548fa0..7a630833e 100644 --- a/community/javasqlite/PKGBUILD +++ b/community/javasqlite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=javasqlite pkgver=20120209 pkgrel=1 pkgdesc="Java support for SQLite database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ch-werner.de/javasqlite/" license=('custom:BSD-style') depends=('java-runtime' 'sqlite') diff --git a/community/jbig2dec/PKGBUILD b/community/jbig2dec/PKGBUILD index 9ea255b4b..32432afb0 100644 --- a/community/jbig2dec/PKGBUILD +++ b/community/jbig2dec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jbig2dec pkgver=0.11 pkgrel=5 pkgdesc="decoder implementation of the JBIG2 image compression format" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://jbig2dec.sourceforge.net/" license=('GPL3') depends=('glibc' 'libpng') diff --git a/community/jbigkit/PKGBUILD b/community/jbigkit/PKGBUILD index 363c57193..d78b3fbeb 100644 --- a/community/jbigkit/PKGBUILD +++ b/community/jbigkit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=jbigkit pkgver=2.0 pkgrel=3 pkgdesc="Data compression library/utilities for bi-level high-resolution images" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" license=('GPL') depends=('glibc') diff --git a/community/jhead/PKGBUILD b/community/jhead/PKGBUILD index 3b217dd63..9619fd27a 100644 --- a/community/jhead/PKGBUILD +++ b/community/jhead/PKGBUILD @@ -4,10 +4,10 @@ pkgname=jhead pkgver=2.96 -pkgrel=1 +pkgrel=1.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..43470d592 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.7.9 pkgrel=7 _jumbover=7 pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.openwall.com/$pkgname/" license=('GPL2' 'custom') depends=('openssl') @@ -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..4ad02f728 100644 --- a/community/judy/PKGBUILD +++ b/community/judy/PKGBUILD @@ -5,7 +5,7 @@ pkgname=judy pkgver=1.0.5 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="C library creating and accessing dynamic arrays" makedepends=(gcc) options=(!strip) diff --git a/community/jwm/PKGBUILD b/community/jwm/PKGBUILD index 2caf2a506..28e0c4aca 100644 --- a/community/jwm/PKGBUILD +++ b/community/jwm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jwm pkgver=2.1.0 pkgrel=2 pkgdesc="A lightweight window manager for the X11 Window System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://joewing.net/programs/jwm/" license=('GPL2') depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng') diff --git a/community/kaa-base/PKGBUILD b/community/kaa-base/PKGBUILD index 89c535bc2..596acfc0a 100644 --- a/community/kaa-base/PKGBUILD +++ b/community/kaa-base/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA base package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('python2' 'glib2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8') diff --git a/community/kaa-imlib2/PKGBUILD b/community/kaa-imlib2/PKGBUILD index bd6f33915..9fa2cf127 100644 --- a/community/kaa-imlib2/PKGBUILD +++ b/community/kaa-imlib2/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA imlib2 package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('imlib2' 'python2' 'kaa-base') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('64828ede785ab0dd2d3c1f2f36c99342') diff --git a/community/kaa-metadata/PKGBUILD b/community/kaa-metadata/PKGBUILD index 29be1626d..2b127ab53 100644 --- a/community/kaa-metadata/PKGBUILD +++ b/community/kaa-metadata/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="KAA metadata package" url="http://freevo.sourceforge.net/" license=('GPL2') depends=('libdvdread' 'python2' 'kaa-base') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('4bca23a0c695b4281ae2220022cdeb77') diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index c4ce385b7..a3a29e6ae 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kadu pkgver=0.12.3 pkgrel=2 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/kcheckers/PKGBUILD b/community/kcheckers/PKGBUILD index b99753db4..d0cd583ab 100644 --- a/community/kcheckers/PKGBUILD +++ b/community/kcheckers/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kcheckers pkgver=0.8.1 pkgrel=7 pkgdesc="Qt4-based checkers boardgame" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qcheckers.sourceforge.net/" license=('GPL') depends=('qt') diff --git a/community/kchmviewer/PKGBUILD b/community/kchmviewer/PKGBUILD index 952d56834..d929dc729 100644 --- a/community/kchmviewer/PKGBUILD +++ b/community/kchmviewer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kchmviewer pkgver=6.0 pkgrel=2 pkgdesc="A .chm files (MS HTML help file format) viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kchmviewer.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'qt' 'xdg-utils') diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index e3ba19b79..b999708f9 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kcm-fcitx pkgver=0.4.2 pkgrel=1 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-qt') diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index 086be73dd..2f99878f7 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -8,7 +8,7 @@ pkgname=kdbg pkgver=2.5.2 pkgrel=1 pkgdesc="A gdb GUI for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kdbg.org" license=('GPL') depends=('kdebase-runtime' 'gdb') diff --git a/community/kde4-kio-rapip/PKGBUILD b/community/kde4-kio-rapip/PKGBUILD index d014800a4..424ca7690 100644 --- a/community/kde4-kio-rapip/PKGBUILD +++ b/community/kde4-kio-rapip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kde4-kio-rapip pkgver=0.2 pkgrel=2 pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synce.sourceforge.net/" license="MIT" depends=('kdelibs' 'synce-libsynce' 'synce-librapi') diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index ff0ea2752..5a3305dc1 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kdenlive pkgver=0.9.4 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 4ccc62899..6600013ce 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=keepassx pkgver=0.4.3 pkgrel=3 pkgdesc='Password manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keepassx.org' license=('GPL2') depends=('libxtst' 'qt' '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/kid3/PKGBUILD b/community/kid3/PKGBUILD index a68228b58..d61da8a27 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kid3 pkgver=2.2.1 pkgrel=1 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kid3.sourceforge.net/" license=('GPL') depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime') diff --git a/community/kiwi/PKGBUILD b/community/kiwi/PKGBUILD index 9319a8395..d9e7ffd20 100644 --- a/community/kiwi/PKGBUILD +++ b/community/kiwi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=kiwi pkgver=1.9.29 pkgrel=2 pkgdesc="A set of classes and wrappers for PyGTK" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.async.com.br/projects/kiwi" license=("LGPL") depends=('pygtk') diff --git a/community/klavaro/PKGBUILD b/community/klavaro/PKGBUILD index 50adc778a..d330f0c0b 100644 --- a/community/klavaro/PKGBUILD +++ b/community/klavaro/PKGBUILD @@ -4,7 +4,7 @@ pkgname=klavaro pkgver=1.9.6 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 d33df7be1..3adb00505 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=knemo pkgver=0.7.6 pkgrel=1 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' '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 fee341d22..1012a35ad 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.3 pkgrel=1 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('kdebase-runtime' 'libkipi' 'libkdcraw') makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs') diff --git a/community/kpovmodeler/PKGBUILD b/community/kpovmodeler/PKGBUILD index ef0506a54..ebe6882e7 100644 --- a/community/kpovmodeler/PKGBUILD +++ b/community/kpovmodeler/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.3 _kdever=4.1.1 pkgrel=4 pkgdesc="A graphical editor for povray scenes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://kpovmodeler.org' license=('GPL' 'LGPL' 'FDL') depends=('kdebase-runtime' 'povray') diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD index 3328af055..f8301f1a8 100644 --- a/community/krecipes/PKGBUILD +++ b/community/krecipes/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.0beta2 _pkgver=2.0-beta2 pkgrel=2 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://extragear.kde.org/apps/krecipes/" license=('GPL') depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') diff --git a/community/krename/PKGBUILD b/community/krename/PKGBUILD index f3a23e350..e7fdfe295 100644 --- a/community/krename/PKGBUILD +++ b/community/krename/PKGBUILD @@ -5,7 +5,7 @@ pkgname=krename pkgver=4.0.9 pkgrel=2 pkgdesc="A very powerfull batch file renamer for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.krename.net" license=('GPL') depends=('kdebase-runtime' 'taglib') diff --git a/community/ksshaskpass/PKGBUILD b/community/ksshaskpass/PKGBUILD index 63a0198c7..4ecd121e4 100644 --- a/community/ksshaskpass/PKGBUILD +++ b/community/ksshaskpass/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration' url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('kdelibs') makedepends=('cmake' 'automoc4') provides=('x11-ssh-askpass') diff --git a/community/ktikz/PKGBUILD b/community/ktikz/PKGBUILD index d20dfbdcb..b28b2e0ec 100644 --- a/community/ktikz/PKGBUILD +++ b/community/ktikz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ktikz pkgver=0.10 pkgrel=4 pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/" license=("GPL") depends=('poppler-qt' 'kdelibs') diff --git a/community/ktoblzcheck/PKGBUILD b/community/ktoblzcheck/PKGBUILD index 22fa63751..e34dd78f6 100644 --- a/community/ktoblzcheck/PKGBUILD +++ b/community/ktoblzcheck/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ktoblzcheck pkgver=1.40 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 9d1246a33..f1ce496a5 100644 --- a/community/kvirc/PKGBUILD +++ b/community/kvirc/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Qt-based IRC client" url="http://www.kvirc.net" depends=('python2' 'qt' 'libxss' 'qtwebkit') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=('cmake') license=('GPL') options=("!libtool") diff --git a/community/kvpnc/PKGBUILD b/community/kvpnc/PKGBUILD index 3566fd889..2c532795a 100644 --- a/community/kvpnc/PKGBUILD +++ b/community/kvpnc/PKGBUILD @@ -6,18 +6,24 @@ pkgname=kvpnc pkgver=0.9.6a pkgrel=2 pkgdesc="A KDE Desktop Environment frontend for various vpn clients" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://home.gna.org/kvpnc/" license=("GPL") depends=('kdelibs' 'hicolor-icon-theme') makedepends=('cmake' 'automoc4') 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() { export LDFLAGS=-lX11 - + cd $srcdir/$pkgname-$pkgver-kde4 + patch -Np1 -i ${srcdir}/kvpnc-0.9.6a-scriptsec.patch + patch -Np1 -i ${srcdir}/kvpnc-0.9.6a-gcc47.patch cd $srcdir mkdir build cd build 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 34cb5c73a..a46e0fcfd 100644 --- a/community/kyotocabinet/PKGBUILD +++ b/community/kyotocabinet/PKGBUILD @@ -5,9 +5,9 @@ pkgname=kyotocabinet pkgver=1.2.76 -pkgrel=1 +pkgrel=1.1 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>=3.1' '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..5e9c66475 100644 --- a/community/lash/PKGBUILD +++ b/community/lash/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.6.0~rc2 _relver=0.6.0.594 pkgrel=6 pkgdesc="A session management system for JACK and ALSA" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') #url="http://lash-audio.org" url="http://lash.nongnu.org/" @@ -26,7 +26,7 @@ build() { export PYTHON="python2" sed -i "s#env python#&2#" clients/lash_control - ./configure --prefix=/usr + ./configure --prefix=/usr LIBS=-lm make } diff --git a/community/launchy/PKGBUILD b/community/launchy/PKGBUILD index d73c2fbbf..cb13e6510 100644 --- a/community/launchy/PKGBUILD +++ b/community/launchy/PKGBUILD @@ -5,7 +5,7 @@ pkgname=launchy pkgver=2.5 pkgrel=2 pkgdesc="Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.launchy.net/" license=('GPL') depends=('qt' 'xdg-utils') diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index 505c1689e..2b6b6df37 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -10,7 +10,7 @@ _pkgsubver=0 pkgrel=1 url='http://www.lazarus.freepascal.org/' license=('GPL2' 'MPL' 'custom:LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD index 5be60f7df..1eb7bf8fb 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -5,7 +5,7 @@ pkgname=leafnode pkgver=1.11.8 pkgrel=5 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://leafnode.sourceforge.net/" depends=('pcre' 'xinetd') license=('GPL') diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index 779130797..87c697e4d 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=leptonica pkgver=1.69 pkgrel=5 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 a59c2817c..093562a04 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua-lgi) pkgver=0.6.2 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/lib32-libphobos-ldc/PKGBUILD b/community/lib32-libphobos-ldc/PKGBUILD deleted file mode 100644 index d33790daf..000000000 --- a/community/lib32-libphobos-ldc/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -pkgname=lib32-libphobos-ldc -pkgver=20120917 -pkgrel=1 -pkgdesc="libphobos for ldc (32-bit)" -arch=('x86_64') -url="http://www.dsource.org/projects/ldc" -license=('BSD') -depends=('llvm' 'libconfig') -makedepends=('git' 'cmake') -source=() -md5sums=() - -_gitroot=git://github.com/ldc-developers/ldc.git -_gitname=ldc -_gitbranch=master - -build() { - cd "$srcdir" - msg "Connecting to GIT server...." - - if [[ -d "$_gitname" ]]; then - cd "$_gitname" && git pull origin - msg "The local files are updated." - else - git clone --branch "$_gitbranch" "$_gitroot" "$_gitname" - fi - - msg "GIT checkout done or server timeout" - msg "Starting build..." - - rm -rf "$srcdir/$_gitname-build" - git clone --recursive "$srcdir/$_gitname" "$srcdir/$_gitname-build" - cd "$srcdir/$_gitname-build" - - mkdir build && cd build - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \ - -DMULTILIB=ON \ - .. - make -} - -package() { - cd "$srcdir/$_gitname-build" - - cd build - make DESTDIR=$pkgdir install - cd .. - - # We don't want anything but the 32-bit libs - rm -rf $pkgdir/usr/{share,lib,include,bin} $pkgdir/etc - - install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} diff --git a/community/lib32-mpg123/PKGBUILD b/community/lib32-mpg123/PKGBUILD deleted file mode 100644 index 80a486faa..000000000 --- a/community/lib32-mpg123/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 73581 2012-07-10 16:06:46Z svenstaro $ -# Maintainer: Hugo Doria <hugo@archlinux.org> -# Contributor: Giovanni Scafora <giovanni@archlinux.org> - -_pkgbasename=mpg123 -pkgname=lib32-$_pkgbasename -pkgver=1.14.3 -pkgrel=1 -pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bit)" -arch=('x86_64') -url="http://sourceforge.net/projects/mpg123" -license=('GPL2' 'LGPL2.1') -depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename) -makedepends=('lib32-sdl' gcc-multilib libtool-multilib) -optdepends=('lib32-sdl: for additional audio support') -options=('libtool') -source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2) -md5sums=('443473ffae67b57bbf95c8ed63f0c7c9') - -build() { - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - - cd "${srcdir}/${_pkgbasename}-${pkgver}" - - ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 --libdir=/usr/lib32 - make -} - -package() { - cd "${srcdir}/${_pkgbasename}-${pkgver}" - make DESTDIR="${pkgdir}" install - - rm -rf "${pkgdir}"/usr/{include,share,bin} -} diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD index f44f6c6ce..b966dc92f 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libaccounts-glib pkgver=1.6 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 b38459ad6..eaf192c81 100644 --- a/community/libaccounts-qt/PKGBUILD +++ b/community/libaccounts-qt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('libaccounts-qt' 'libaccounts-qt-doc') pkgver=1.4 pkgrel=1 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=('qt' '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..fd6c170ac 100644 --- a/community/libalkimia/PKGBUILD +++ b/community/libalkimia/PKGBUILD @@ -10,7 +10,7 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4' 'doxygen') url=('http://kde-apps.org/content/show.php/libalkimia?content=137323') license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2") md5sums=('8d7b529c7be5f72ae1cbb02e818e9b79') diff --git a/community/libbsd/PKGBUILD b/community/libbsd/PKGBUILD index 86850d37f..60a62913c 100644 --- a/community/libbsd/PKGBUILD +++ b/community/libbsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libbsd pkgver=0.4.2 pkgrel=1 pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libbsd.freedesktop.org" license=('custom') depends=('glibc') diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index e959ef944..2e45d9b3f 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libcec pkgver=2.0.5 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/libconfig/PKGBUILD b/community/libconfig/PKGBUILD deleted file mode 100644 index 901b7e443..000000000 --- a/community/libconfig/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 55398 2011-09-11 21:17:02Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Roman Kyrylych <roman@archlinux.org> -# Contributor: scippio <scippio@seznam.cz> - -pkgname=libconfig -pkgver=1.4.8 -pkgrel=1 -pkgdesc="C/C++ Configuration File Library" -arch=('i686' 'x86_64') -url="http://hyperrealm.com/libconfig/libconfig.html" -license=('LGPL') -depends=('gcc-libs' 'texinfo') -install=libconfig.install -options=('!libtool' '!emptydirs' 'zipman') -source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz) -md5sums=('36788da452e9fcfc8efb7661ef5d31ef') - -build() { - cd ${srcdir}/$pkgname-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=${pkgdir} install - rm ${pkgdir}/usr/share/info/dir -} diff --git a/community/libconfig/libconfig.install b/community/libconfig/libconfig.install deleted file mode 100644 index c03d5f7fa..000000000 --- a/community/libconfig/libconfig.install +++ /dev/null @@ -1,18 +0,0 @@ -infodir=/usr/share/info -filelist=(libconfig.info.gz) - -post_install() { - for file in ${filelist[@]}; do - install-info $infodir/$file $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - for file in ${filelist[@]}; do - install-info --delete $infodir/$file $infodir/dir 2> /dev/null - done -} diff --git a/community/libcryptui/PKGBUILD b/community/libcryptui/PKGBUILD index 6e0e849f2..335780a1d 100644 --- a/community/libcryptui/PKGBUILD +++ b/community/libcryptui/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcryptui pkgver=3.6.0 pkgrel=1 pkgdesc="Library for OpenPGP prompts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/libcryptui/" license=('GPL') depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf') diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD index eb4ab2817..db7543522 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,11 +7,11 @@ pkgname=libcss pkgver=0.1.2 pkgrel=2 pkgdesc="CSS parser and selection engine" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libcss/" license=('MIT') depends=('libparserutils>=0.1.1' 'libwapcaplet>=0.1.1') -source=("http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz") +source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz") sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e') build() { diff --git a/community/libcuefile/PKGBUILD b/community/libcuefile/PKGBUILD index 92654aec4..7d20e122b 100644 --- a/community/libcuefile/PKGBUILD +++ b/community/libcuefile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcuefile pkgver=475 pkgrel=1 pkgdesc="A library to work with CUE files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.musepack.net/index.php?pg=src" license=('GPL2') depends=('glibc') diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD index 79dfc3f2a..83cc6f1b7 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libdaq pkgver=1.1.1 pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org/' license=('GPL') depends=('libpcap') diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD index 4dc9e4d5d..142ee9da8 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)" url="http://libdbi-drivers.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libdbi') makedepends=('postgresql-libs' 'libmysqlclient' 'sqlite2' 'sqlite3') optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql " diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index 317215e4e..33d422607 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') options=(!libtool) install=libdbi.install diff --git a/community/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..c7dd280e1 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libdnet pkgver=1.12 pkgrel=6 pkgdesc="A simplified, portable interface to several low-level networking routines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=(python2) optdepends=(python2) license=("BSD") diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD index 147342e9d..bea44e452 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.4.1 pkgrel=1 pkgdesc="event expression library inspired by CEE" url="http://www.libee.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libestr' 'glibc') makedepends=() diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD index 76c54991e..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 3d494274e..d779bb0f1 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.4 pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=() options=(!libtool) diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD index f9179c39e..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 60b3103ae..3b9916ac0 100644 --- a/community/libexosip2/PKGBUILD +++ b/community/libexosip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libexosip2 pkgver=3.6.0 pkgrel=1 pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/exosip/" license=('GPL') depends=('libosip2>=3.6.0' 'openssl') diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 349f8578a..99c911799 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libextractor pkgver=1.0.1 pkgrel=2 pkgdesc="A library used to extract meta-data from files of arbitrary type" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://gnunet.org/libextractor/" depends=('libltdl') diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD index 9c88316ce..8e19da917 100644 --- a/community/libfakekey/PKGBUILD +++ b/community/libfakekey/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libfakekey pkgver=0.1 pkgrel=5 pkgdesc='X virtual keyboard library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://matchbox-project.org/' license=('GPL') depends=('libxtst') diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD index 447f4b364..1ed0c439f 100644 --- a/community/libfaketime/PKGBUILD +++ b/community/libfaketime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libfaketime pkgver=0.9.1 pkgrel=1 pkgdesc='Report fake dates and times to programs without having to change the system-wide time.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.code-wizards.com/projects/libfaketime/' license=('GPL2') source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index d6f1237d9..113c5ab6b 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -6,10 +6,10 @@ pkgname=libfm pkgver=1.1.0 -pkgrel=3 +pkgrel=3.1 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') diff --git a/community/libgalago-gtk/PKGBUILD b/community/libgalago-gtk/PKGBUILD deleted file mode 100644 index dc3e5e24f..000000000 --- a/community/libgalago-gtk/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 66197 2012-02-23 03:08:10Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=libgalago-gtk -pkgver=0.5.0 -pkgrel=4 -pkgdesc="GTK+ widgets for the Galago presence framework" -arch=(i686 x86_64) -url="http://www.galago-project.org" -options=('!libtool') -license=('LGPL') -depends=('gtk2' 'libgalago') -source=(http://www.galago-project.org/files/releases/source/libgalago-gtk/libgalago-gtk-$pkgver.tar.gz) -md5sums=('810f7922ac37ca87d61a0fb0cd830b8b') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install - rm -rf $pkgdir/usr/share/autopackage -} diff --git a/community/libgalago/PKGBUILD b/community/libgalago/PKGBUILD deleted file mode 100644 index d97329825..000000000 --- a/community/libgalago/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 66196 2012-02-23 03:07:22Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=libgalago -pkgver=0.5.2 -pkgrel=4 -pkgdesc="The Galago presence library" -arch=(i686 x86_64) -url="http://www.galago-project.org" -options=('!libtool') -license=("LGPL") -depends=('dbus-glib') -source=(http://www.galago-project.org/files/releases/source/libgalago/libgalago-$pkgver.tar.gz - libgalago-mkinstalldirs.patch) -md5sums=('7ec92f2ecba1309ac4b71b4b4d8d0a0d' - '3b38fecc5421ca338363b9ae1d218b7e') - -build() { - cd $srcdir/libgalago-$pkgver - patch -p0 -i ../libgalago-mkinstalldirs.patch - ./configure --prefix=/usr --disable-tests - make - make DESTDIR=$pkgdir install - rm -rf $pkgdir/usr/share/autopackage -} diff --git a/community/libgalago/libgalago-mkinstalldirs.patch b/community/libgalago/libgalago-mkinstalldirs.patch deleted file mode 100644 index 87c42fc00..000000000 --- a/community/libgalago/libgalago-mkinstalldirs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.org 2007-01-25 15:14:01.000000000 +0300 -+++ po/Makefile.in.in 2007-01-25 15:15:11.000000000 +0300 -@@ -29,7 +29,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @MKINSTALLDIRS@ --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` -+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - - CC = @CC@ - GMSGFMT = @GMSGFMT@ diff --git a/community/libgda3/PKGBUILD b/community/libgda3/PKGBUILD deleted file mode 100644 index aa94f5f82..000000000 --- a/community/libgda3/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 61951 2012-01-11 15:22:01Z stephane $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=libgda3 -pkgver=3.1.5 -pkgrel=11 -pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers" -arch=('i686' 'x86_64') -url="http://www.gnome-db.org/Download" -license=('GPL') -depends=('glib2' 'libxslt' 'popt' 'rarian' 'db' 'gnome-vfs' - 'libmysqlclient' 'postgresql-libs>=8.4.1' 'libldap' 'unixodbc' 'sqlite3') -makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'util-linux-ng') -options=('!libtool' '!distcc') -source=(http://ftp.acc.umu.se/pub/GNOME/sources/libgda/3.1/libgda-$pkgver.tar.bz2) -md5sums=('eb7da5286a112e7cff3111c89fba4456') - -build() { - cd "$srcdir/libgda-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -package(){ - cd "$srcdir/libgda-$pkgver" - make DESTDIR=$pkgdir install - cd "$pkgdir" && find -name \*..so -exec rename '..so' '.a' {} \; -} diff --git a/community/libgdamm/PKGBUILD b/community/libgdamm/PKGBUILD index 2d421f932..d9e1dd036 100644 --- a/community/libgdamm/PKGBUILD +++ b/community/libgdamm/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=libgdamm pkgname=(libgdamm libgdamm-docs) pkgver=4.99.6 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs') url="http://www.gtkmm.org/" license=('LGPL') diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD index 67e2632a7..fe4316fc1 100644 --- a/community/libgeotiff/PKGBUILD +++ b/community/libgeotiff/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libgeotiff pkgver=1.4.0 pkgrel=1 pkgdesc="A TIFF based interchange format for georeferenced raster imagery" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remotesensing.org/geotiff" license=('custom') depends=('libtiff' 'proj' 'libjpeg>=7') diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index 0ee1f9d67..e44c6fb7c 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgexiv2 pkgver=0.5.0 pkgrel=1 pkgdesc="GObject-based wrapper around the Exiv2 library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://redmine.yorba.org/projects/gexiv2" license=('GPL2') depends=('exiv2' 'glib2') diff --git a/community/libghemical/PKGBUILD b/community/libghemical/PKGBUILD index 1514a9674..c94b7e300 100644 --- a/community/libghemical/PKGBUILD +++ b/community/libghemical/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.0 pkgrel=1 pkgdesc="Library containing computational chemistry facility of ghemical" license=("GPL") -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://bioinformatics.org/ghemical/libghemical/" depends=('gcc-libs') makedepends=('openbabel' 'intltool>=0.40.0') diff --git a/community/libgig/PKGBUILD b/community/libgig/PKGBUILD index 49d7ed254..fe4509612 100644 --- a/community/libgig/PKGBUILD +++ b/community/libgig/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libgig pkgver=3.3.0 pkgrel=2 pkgdesc="C++ library for loading Gigasampler and DLS files" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.linuxsampler.org/libgig/" license=('GPL') depends=('gcc-libs' 'util-linux-ng' 'libsndfile') diff --git a/community/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..c7725410f 100644 --- a/community/libgoom2/PKGBUILD +++ b/community/libgoom2/PKGBUILD @@ -4,9 +4,9 @@ pkgname=libgoom2 pkgver=2k4 -pkgrel=2 +pkgrel=2.1 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 a9c611216..ad2ea0a95 100644 --- a/community/libgtksourceviewmm2/PKGBUILD +++ b/community/libgtksourceviewmm2/PKGBUILD @@ -4,20 +4,22 @@ pkgname=libgtksourceviewmm2 pkgver=2.10.1 -pkgrel=2 +pkgrel=2.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') makedepends=('doxygen' 'glibmm-docs') options=('!libtool' '!emptydirs') -source=("http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.bz2") -md5sums=('83d1b3dc061f02f4ff1766b37302058e') +source=("http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.bz2" + "libgtksourceviewmm2-2.10.1-glib.patch") +md5sums=('83d1b3dc061f02f4ff1766b37302058e' + '266f8102e5cc4727ca565796f0254f76') build() { cd gtksourceviewmm-${pkgver} - + patch -Np1 -i ${srcdir}/libgtksourceviewmm2-2.10.1-glib.patch ./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 31e0e4887..6100ef2aa 100644 --- a/community/libharu/PKGBUILD +++ b/community/libharu/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.1 pkgrel=3 pkgdesc="C/C++ library for generating PDF documents" url="http://libharu.org/wiki/Main_Page" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:ZLIB') depends=('libpng' 'gcc-libs') options=(!libtool) diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD index a93de18fe..e43bb8af0 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -7,7 +7,7 @@ pkgname='libhx' pkgver=3.14 pkgrel=1 pkgdesc='A library providing queue, tree, I/O and utility functions' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url=('http://libhx.sourceforge.net/') license=('GPL') depends=() diff --git a/community/libident/PKGBUILD b/community/libident/PKGBUILD index db678c3d8..8567024bb 100644 --- a/community/libident/PKGBUILD +++ b/community/libident/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libident pkgver=0.32 pkgrel=3 pkgdesc="New libident C library" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remlab.net/libident/" license=('custom') options=('!libtool') diff --git a/community/libinfinity/PKGBUILD b/community/libinfinity/PKGBUILD index a64c2129a..420451b09 100644 --- a/community/libinfinity/PKGBUILD +++ b/community/libinfinity/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libinfinity pkgver=0.5.2 pkgrel=1 pkgdesc="An implementation of the Infininote protocol written in GObject-based C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de" license=('GPL') depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0' 'gtk2') diff --git a/community/libiptcdata/PKGBUILD b/community/libiptcdata/PKGBUILD index 88fd20f62..083775c8e 100644 --- a/community/libiptcdata/PKGBUILD +++ b/community/libiptcdata/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libiptcdata pkgver=1.0.4 pkgrel=2 pkgdesc="Library for manipulating the IPTC metadata" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libiptcdata.sourceforge.net/" license=('GPL') depends=('glibc') diff --git a/community/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..9429a7d50 100644 --- a/community/liblockfile/PKGBUILD +++ b/community/liblockfile/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.08_4 _basever=1.08 pkgrel=2 pkgdesc="a library with NFS-safe locking functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://packages.debian.org/unstable/libs/liblockfile1" depends=('glibc') diff --git a/community/libmaa/PKGBUILD b/community/libmaa/PKGBUILD index 5a35a9a5d..ea5a4e14e 100644 --- a/community/libmaa/PKGBUILD +++ b/community/libmaa/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Provides many low-level data structures which are helpful for writing compilers" url="http://sourceforge.net/projects/dict/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') makedepends=('flex') options=('!libtool') diff --git a/community/libmatchbox/PKGBUILD b/community/libmatchbox/PKGBUILD index 7024885ce..6eed5ba11 100644 --- a/community/libmatchbox/PKGBUILD +++ b/community/libmatchbox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmatchbox pkgver=1.9 pkgrel=5 pkgdesc="Base library for Matchbox WM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext') options=('!libtool') diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 1ee757598..df42830cd 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libmatio pkgver=1.5.0 pkgrel=1 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://sourceforge.net/projects/matio" depends=('zlib') diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index ab2c866f7..0522a68cb 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmediainfo pkgver=0.7.61 pkgrel=1 pkgdesc="shared library for mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=( 'curl' 'libmms' 'libzen') diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD index 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 c71d2a0fb..6de777534 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -9,7 +9,7 @@ pkgname=libmicrohttpd pkgver=0.9.25 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/libnet/PKGBUILD b/community/libnet/PKGBUILD deleted file mode 100644 index dbab7bf3d..000000000 --- a/community/libnet/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 78620 2012-10-22 09:19:25Z spupykin $ -# Maintainer: -# Contributor: damir <damir@archlinux.org> - -pkgname=libnet -pkgver=1.1.6 -pkgrel=1 -pkgdesc="A library which provides API for commonly used low-level net functions" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libnet-dev/" -license=('BSD') -depends=('glibc' 'sh') -options=('!libtool') -source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz") -md5sums=('710296fe424a49344e5fcc0d09e53317') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make CFLAGS="${CFLAGS} -fPIC" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 doc/COPYING \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/community/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD index 3ab673656..c2b21f98c 100644 --- a/community/libnetfilter_acct/PKGBUILD +++ b/community/libnetfilter_acct/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_acct pkgver=1.0.1 pkgrel=1 pkgdesc='userspace library providing interface to extended accounting infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netfilter.org/projects/libnetfilter_acct/index.html" license=('GPL') depends=('libnfnetlink' 'libmnl') diff --git a/community/libnetfilter_conntrack/PKGBUILD b/community/libnetfilter_conntrack/PKGBUILD index 1592d9027..84a8ced75 100644 --- a/community/libnetfilter_conntrack/PKGBUILD +++ b/community/libnetfilter_conntrack/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnetfilter_conntrack pkgver=1.0.2 pkgrel=1 pkgdesc='Library providing an API to the in-kernel connection tracking state table' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libnfnetlink' 'libmnl') url='http://www.netfilter.org/projects/libnetfilter_conntrack/' license=('GPL') diff --git a/community/libnetfilter_cthelper/PKGBUILD b/community/libnetfilter_cthelper/PKGBUILD index 0cca5f479..fbbe5992d 100644 --- a/community/libnetfilter_cthelper/PKGBUILD +++ b/community/libnetfilter_cthelper/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnetfilter_cthelper pkgver=1.0.0 pkgrel=1 pkgdesc='Library for the connection tracking helper infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_cthelper/' license=('GPL2') depends=('libmnl') diff --git a/community/libnetfilter_cttimeout/PKGBUILD b/community/libnetfilter_cttimeout/PKGBUILD index 1c3211c32..fb0f4d967 100644 --- a/community/libnetfilter_cttimeout/PKGBUILD +++ b/community/libnetfilter_cttimeout/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnetfilter_cttimeout pkgver=1.0.0 pkgrel=3 pkgdesc='Library for the connection tracking timeout infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_cttimeout/' license=('GPL2') depends=('libmnl') diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD index 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 3719e587e..8dc497fb9 100644 --- a/community/libnewt/PKGBUILD +++ b/community/libnewt/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.52.12 _tclver=8.6 pkgrel=5 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.redhat.com/' license=('GPL') depends=('slang' 'popt' 'gpm') diff --git a/community/libnfnetlink/PKGBUILD b/community/libnfnetlink/PKGBUILD index 5bb6c345d..cd0661983 100644 --- a/community/libnfnetlink/PKGBUILD +++ b/community/libnfnetlink/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libnfnetlink pkgver=1.0.1 pkgrel=1 pkgdesc='Low-level library for netfilter related kernel/userspace communication' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnfnetlink/' license=('GPL') depends=('glibc') diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index eaef7ac71..6f3bbd140 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnfs pkgver=1.3.0 pkgrel=1 pkgdesc="client library for accessing NFS shares" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD index 50877bae2..c690d59d0 100644 --- a/community/libnids/PKGBUILD +++ b/community/libnids/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnids pkgver=1.24 pkgrel=2 pkgdesc="An implementation of an E-component of Network Intrusion Detection System." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libnids.sourceforge.net/" license=('GPL') depends=('libnet' 'libpcap' 'glib2') diff --git a/community/libnoise/PKGBUILD b/community/libnoise/PKGBUILD index 6c863acf9..0d4ecbcf1 100644 --- a/community/libnoise/PKGBUILD +++ b/community/libnoise/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnoise pkgver=1.0.0 pkgrel=2 pkgdesc="A portable, open-source, coherent noise-generating library for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libnoise.sourceforge.net/" license=('LGPL') makedepends=('cmake' 'unzip') diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD index 8193e85dd..87fdc09fb 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -6,22 +6,22 @@ pkgname=libnsbmp pkgver=0.0.3 pkgrel=3 pkgdesc="Decoding library for BMP and ICO image file formats" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libnsbmp/" license=('MIT') depends=('glibc') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") -md5sums=('52eef940713a4c8a7afbb6888583057c') +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") +md5sums=('b418fd3f73a42190046e4e1ab98d799e') build() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr COMPONENT_TYPE="lib-shared" make PREFIX=/usr COMPONENT_TYPE="lib-static" } package() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static" diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD index b31fff221..b13722707 100644 --- a/community/libnsgif/PKGBUILD +++ b/community/libnsgif/PKGBUILD @@ -6,15 +6,15 @@ pkgname=libnsgif pkgver=0.0.3 pkgrel=3 pkgdesc="Decoding library for the GIF image file format" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libnsgif/" license=('MIT') depends=('glibc') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") -md5sums=('d4fa9679939e9b1b243799d6a0623cec') +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") +md5sums=('1f9efcdbbf0096eee639dc1e263b20dc') build() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" CFLAGS="$CFLAGS -fno-strict-aliasing" make PREFIX=/usr COMPONENT_TYPE="lib-shared" @@ -22,7 +22,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver-src" + cd "$srcdir/$pkgname-$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared" make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static" diff --git a/community/liboggz/PKGBUILD b/community/liboggz/PKGBUILD index 01aec1fc9..ac73928d6 100644 --- a/community/liboggz/PKGBUILD +++ b/community/liboggz/PKGBUILD @@ -8,7 +8,7 @@ pkgname=liboggz pkgver=1.1.1 pkgrel=3 pkgdesc="A simple programming interface for reading and writing Ogg files and streams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xiph.org/oggz/" license=('custom:BSD') depends=('libogg' 'sh') diff --git a/community/liboglappth/PKGBUILD b/community/liboglappth/PKGBUILD index 950e171d6..fd9809fb2 100644 --- a/community/liboglappth/PKGBUILD +++ b/community/liboglappth/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=1 pkgdesc="Library containing computational chemistry facility of ghemical" license=("GPL") -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') url="http://bioinformatics.org/ghemical/libghemical/" depends=('gcc-libs') makedepends=('mesa') diff --git a/community/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD index 3d6834987..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..ee0568597 100644 --- a/community/liboping/PKGBUILD +++ b/community/liboping/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=1 pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"' url='http://verplant.org/liboping/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') options=('!libtool') depends=('libcap') diff --git a/community/libosip2/PKGBUILD b/community/libosip2/PKGBUILD index e881de22b..ee400283b 100644 --- a/community/libosip2/PKGBUILD +++ b/community/libosip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libosip2 pkgver=3.6.0 pkgrel=1 pkgdesc="oSIP is an implementation of SIP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/osip/" license=('LGPL') depends=(glibc) diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD index 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 a082bb807..5dea780d8 100644 --- a/community/libparserutils/PKGBUILD +++ b/community/libparserutils/PKGBUILD @@ -8,12 +8,12 @@ pkgname=libparserutils pkgver=0.1.1 pkgrel=2 pkgdesc="Library for building efficient parsers" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libparserutils" license=('MIT') source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") depends=('glibc') -sha256sums=('8b79ba58d6fa63fa9c74b71482d93f2c5b2c22badac77265f3cc47f3f603f87d') +sha256sums=('2d3f1887d3027b7df1fcacd5f74aba16d3c22a86c169816cd712857a1be0aaf3') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD index 5fa6043b9..9ee1c424e 100644 --- a/community/libpinyin/PKGBUILD +++ b/community/libpinyin/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libpinyin pkgver=0.8.0 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/libquvi/PKGBUILD b/community/libquvi/PKGBUILD deleted file mode 100644 index c9a3cffac..000000000 --- a/community/libquvi/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 70444 2012-05-07 08:28:44Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> - -pkgname=libquvi -pkgver=0.4.1 -pkgrel=1 -pkgdesc='Library for parsing video download links.' -arch=('i686' 'x86_64') -url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('libquvi-scripts' 'curl' 'lua') -conflicts=('quvi<0.4.0') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('a5fa8860c23655a529b3166f6e25c83a' - 'cc7f15518f8ab2fc134bc64f0e9d584b') - -build() { - cd "${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 35d7c9317..50a78c5e4 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libraw pkgver=0.14.7 pkgrel=1 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libraw.org/" license=('CDDL' 'LGPL' 'custom') depends=('lcms') diff --git a/community/librcc/PKGBUILD b/community/librcc/PKGBUILD index 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/librep/PKGBUILD b/community/librep/PKGBUILD deleted file mode 100644 index 54eb5000d..000000000 --- a/community/librep/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 70025 2012-04-28 09:24:16Z allan $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: stefan-husmann@t-online.de -# Contributor: Juergen Hoetzel <juergen@archlinux.org> - -pkgname=librep -pkgver=0.92.2 -pkgrel=2 -pkgdesc="Lisp system for Sawfish" -license=('GPL2') -arch=('x86_64' 'i686') -url="http://sawfish.wikia.com/wiki/Librep" -depends=('gmp' 'gdbm' 'libffi') -install=$pkgname.install -options=('!emptydirs' '!libtool') -source=("http://download.tuxfamily.org/$pkgname/$pkgname-$pkgver.tar.xz") -sha256sums=('a54422b42a34bc9d659130b83d2315ae3c3cb74ab6c2a6052459011d05f38740') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --disable-static \ - --prefix=/usr \ - --libexecdir="/usr/lib/$pkgname" \ - --with-readline - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/librep/librep.install b/community/librep/librep.install deleted file mode 100644 index 7e1b990bf..000000000 --- a/community/librep/librep.install +++ /dev/null @@ -1,18 +0,0 @@ -info_dir=usr/share/info -info_files=(librep.info) - -post_install() { - for f in ${info_files[@]}; do - install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null - done -} - -post_upgrade() { - post_install -} - -pre_remove() { - for f in ${info_files[@]}; do - install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null - done -} 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 d42d90f85..2e0957917 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -7,7 +7,7 @@ pkgname=librime pkgver=0.9.8 pkgrel=1 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-cpp0.3') 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 26129d496..eecc73f66 100644 --- a/community/librtfcomp/PKGBUILD +++ b/community/librtfcomp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=librtfcomp pkgver=1.1 pkgrel=5 pkgdesc="SynCE librtfcomp library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://www.synce.org/" depends=(pyrex) diff --git a/community/libshairport/PKGBUILD b/community/libshairport/PKGBUILD index d6e406c41..0e1b81faa 100644 --- a/community/libshairport/PKGBUILD +++ b/community/libshairport/PKGBUILD @@ -8,7 +8,7 @@ _commithash='aeb4987' pkgver=${_version} pkgrel=2 pkgdesc="emulates an AirPort Express" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://github.com/amejia1/libshairport' license=('GPL') depends=('openssl' 'libao') diff --git a/community/libsieve/PKGBUILD b/community/libsieve/PKGBUILD index b9e1477b8..cc8a4d6f8 100644 --- a/community/libsieve/PKGBUILD +++ b/community/libsieve/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsieve pkgver=2.3.1 pkgrel=1 pkgdesc="sieve interpretator lib" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://libsieve.sourceforge.net/" license=('GPL') options=('!libtool') diff --git a/community/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD index ff348042c..18b2d0d2d 100644 --- a/community/libsignon-glib/PKGBUILD +++ b/community/libsignon-glib/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsignon-glib pkgver=1.8 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/libtlen/PKGBUILD b/community/libtlen/PKGBUILD index a0f312c33..04cb44677 100644 --- a/community/libtlen/PKGBUILD +++ b/community/libtlen/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libtlen pkgver=20041113 pkgrel=5 pkgdesc="A Tlen.pl protocol library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libtlen.sourceforge.net/" license=("GPL") depends=(glibc) diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..c8e835202 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2" 'libtommath-0.42.0-makefile.patch') md5sums=('7380da904b020301be7045cb3a89039b' diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index 6c6402a93..69383dcda 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://libtorrent.rakshasa.no/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libsigc++2.0' 'openssl') options=('!libtool') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") diff --git a/community/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 eb779f259..6b3a0f420 100644 --- a/community/libuser/PKGBUILD +++ b/community/libuser/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libuser pkgver=0.58 pkgrel=1 pkgdesc='A standardized interface for manipulating and administering user and group accounts.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url='https://fedorahosted.org/libuser/' depends=('python2' 'glib2' 'popt') diff --git a/community/libview/PKGBUILD b/community/libview/PKGBUILD deleted file mode 100644 index 0386a33a4..000000000 --- a/community/libview/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 66207 2012-02-23 03:21:57Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=libview -pkgver=0.6.6 -pkgrel=2 -pkgdesc="A collection of widgets that were developed at VMware" -arch=('i686' 'x86_64') -url="http://view.sourceforge.net" -options=('!libtool') -license=('MIT') -depends=('gtkmm' 'libsigc++') -source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz) -md5sums=('f50f7cb04a4918e52a1707014dde47d2') - -build() { - cd $srcdir/libview-$pkgver - ./autogen.sh --prefix=/usr - make - make DESTDIR=$pkgdir install - install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index baa038c17..c98646495 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libvirt pkgver=1.0.2 pkgrel=2 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libvirt.org/" license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' @@ -19,8 +19,8 @@ optdepends=('bridge-utils: for briged networking (default)' 'kvm' 'openbsd-netcat: for remote management over ssh' 'qemu' - 'radvd' - 'dmidecode') + 'radvd') +[ "$CARCH" != "mips64el" ] && optdepends+=('dmidecode') options=('emptydirs' '!libtool') backup=('etc/conf.d/libvirtd' 'etc/conf.d/libvirtd-guests' diff --git a/community/libvisual-projectm/PKGBUILD b/community/libvisual-projectm/PKGBUILD deleted file mode 100644 index 76635d757..000000000 --- a/community/libvisual-projectm/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 62640 2012-01-23 02:32:15Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Alexander Baldeck <alexander@archlinux.org> - -pkgname=libvisual-projectm -pkgver=2.0.1 -pkgrel=3 -pkgdesc='ProjectM XMMS plugin.' -arch=('i686' 'x86_64') -url='http://projectm.sourceforge.net/' -license=('GPL') -depends=('projectm>=2.0.1' 'libvisual' 'sdl') -makedepends=('pkgconfig' 'cmake' 'libxext') -options=('!libtool') -source=("http://downloads.sourceforge.net/projectm/projectM_libvisual-${pkgver}-Source.tar.gz" - 'libvisual-projectm-gcc-4.6.patch') -md5sums=('35e09b09210d48b437e3574bd00b15a8' - 'a1fa2fd4fc85b1f27e32d400e17a3196') - -build() { - cd "${srcdir}" - - # fix build failure with GCC 4.6 (taken from SVN, revision 1355) - (cd "projectM_libvisual-${pkgver}-Source" && patch -p3 -i ../libvisual-projectm-gcc-4.6.patch) - - mkdir build && cd build - - cmake "../projectM_libvisual-${pkgver}-Source" \ - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} diff --git a/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch b/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch deleted file mode 100644 index 0e1234f83..000000000 --- a/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trunk/src/projectM-libvisual/actor_projectM.cpp 2009/02/20 19:07:44 1210 -+++ trunk/src/projectM-libvisual/actor_projectM.cpp 2011/05/06 12:04:58 1355 -@@ -209,7 +209,7 @@ - * we aren't with projectm, so just ignore :) */ - extern "C" VisPalette *lv_projectm_palette (VisPluginData *plugin) - { -- return NULL; -+ return (VisPalette *) NULL; - } - - /* This is where the real rendering happens! This function is what we call, many times diff --git a/community/libwapcaplet/PKGBUILD b/community/libwapcaplet/PKGBUILD index 62c641f11..2d3485874 100644 --- a/community/libwapcaplet/PKGBUILD +++ b/community/libwapcaplet/PKGBUILD @@ -7,10 +7,10 @@ pkgname=libwapcaplet pkgver=0.1.1 pkgrel=1 pkgdesc="String internment library with rapid string comparison" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libwapcaplet/" license=('MIT') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") sha256sums=('cf05159d7d515523697ce07228cff6a6339dc6bdcfec3e02e3b72d8b773f5258') build() { diff --git a/community/libwebp/PKGBUILD b/community/libwebp/PKGBUILD deleted file mode 100644 index 299f774e9..000000000 --- a/community/libwebp/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Jon Nordby <jononor@gmail.com> - -pkgname=libwebp -pkgver=0.2.0 -pkgrel=1 -pkgdesc="WebP library and conversion tools" -arch=('x86_64' 'i686') -url="http://code.google.com/intl/en/speed/webp/" -license=('BSD') -depends=('libpng' 'libjpeg') -options=('!libtool') -source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} - -# vim:set ts=2 sw=2 et: 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 c44dd0733..5119d2c21 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libzdb pkgver=2.11.1 pkgrel=1 pkgdesc="Zild Database Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tildeslash.com/libzdb/" license=('GPL') depends=('postgresql-libs' 'sqlite' 'libmysqlclient') diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index 5f009b9b0..322ca3466 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libzen pkgver=0.4.28 pkgrel=1 pkgdesc="shared library for libmediainfo and mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('BSD') depends=('gcc-libs') diff --git a/community/lilv/PKGBUILD b/community/lilv/PKGBUILD deleted file mode 100644 index 89af2303f..000000000 --- a/community/lilv/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id: PKGBUILD 72423 2012-06-14 07:57:59Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=lilv -pkgver=0.14.2 -pkgrel=1 -pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications." -arch=(i686 x86_64) -url="http://drobilla.net/software/$pkgname/" -license=('custom:ISC') -depends=('python2' 'sratom' 'jack') -makedepends=('swig') -optdepends=('bash-completion: auto-complete words') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('1aea6761f3e44007c0fb4eb20630655d') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - export PYTHON="/usr/bin/python2" - - # remove ldconfig - sed -i "/ldconfig/d" wscript - - python2 ./waf configure --prefix=/usr \ - --mandir=/usr/share/man \ - --configdir=/etc \ - --dyn-manifest \ - --bindings - python2 ./waf -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - DESTDIR="$pkgdir" python2 ./waf install - - # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: 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 0a90be013..000000000 --- a/community/linux-tools/PKGBUILD +++ /dev/null @@ -1,165 +0,0 @@ -# $Id: PKGBUILD 83836 2013-02-05 15:22:21Z seblu $ -# Maintainer: Sébastien Luttringer - -pkgbase=linux-tools -pkgname=('linux-tools-meta' - 'libtraceevent' - 'perf' - 'cpupower' - 'x86_energy_perf_policy' - 'usbip') -pkgver=3.7 -pkgrel=7 -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') -md5sums=('21223369d682bcf44bcdfe1521095983' - 'ec61c44f37585a768d41c0439101ef9c' - '56883c159381ba89e50ab8ea65efec77' - '7e0710c2f31c1eb1e1417a7972e676b1' - '2450e8ff41b30eb58d43b5fffbfde1f4' - 'a8fb0c6159bee1b9e345a87cabb3ba27') - -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.conf b/community/linux-tools/cpupower.conf deleted file mode 100644 index b5c522ea1..000000000 --- a/community/linux-tools/cpupower.conf +++ /dev/null @@ -1,29 +0,0 @@ -# Define CPUs governor -# valid governors: ondemand, performance, powersave, conservative, userspace. -#governor='ondemand' - -# Limit frequency range -# Valid suffixes: Hz, kHz (default), MHz, GHz, THz -#min_freq="2.25GHz" -#max_freq="3GHz" - -# Specific frequency to be set. -# Requires userspace governor to be available. -# Do not set governor field if you use this one. -#freq= - -# Utilizes cores in one processor package/socket first before processes are -# scheduled to other processor packages/sockets. -# See man (1) CPUPOWER-SET for additional details. -#mc_scheduler= - -# Utilizes thread siblings of one processor core first before processes are -# scheduled to other cores. See man (1) CPUPOWER-SET for additional details. -#smp_scheduler= - -# Sets a register on supported Intel processore which allows software to convey -# its policy for the relative importance of performance versus energy savings to -# the processor. See man (1) CPUPOWER-SET for additional details. -#perf_bias= - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.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.pmutils b/community/linux-tools/cpupower.pmutils deleted file mode 100644 index fb93cd7c1..000000000 --- a/community/linux-tools/cpupower.pmutils +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash - -[[ -x /usr/bin/cpupower ]] || exit $NA - -CPUPOWER_GOVERNOR_AC=${CPUPOWER_GOVERNOR_AC:-ondemand} -CPUPOWER_GOVERNOR_BAT=${CPUPOWER_GOVERNOR_BAT:-conservative} - -help() { - cat <<EOF --------- -$0: Select cpupower frequency governor. - -Parameters: -CPUPOWER_GOVERNOR_AC = Governor to use on AC. -Defaults to ondemand. - -CPUPOWER_GOVERNOR_BAT = Governor to use on battery. -Defaults to conservative. - -EOF -} - -cpupow() { - printf 'Setting cpupower frequency governor to %s...' "$1" - cpupower -c all frequency-set -g "$1" -} - -case $1 in - true) cpupow "$CPUPOWER_GOVERNOR_BAT" ;; - false) cpupow "$CPUPOWER_GOVERNOR_AC" ;; - help) help;; - *) exit $NA ;; -esac - -exit 0 - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.rc b/community/linux-tools/cpupower.rc deleted file mode 100644 index 88edaf791..000000000 --- a/community/linux-tools/cpupower.rc +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start|restart) - status 'Setting cpupower rules' /usr/lib/systemd/scripts/cpupower || exit 1 - ;; - *) - echo "usage: ${0##*/} {start|restart}" >&2 - exit 1 - ;; -esac - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/cpupower.service b/community/linux-tools/cpupower.service deleted file mode 100644 index aaeba2b08..000000000 --- a/community/linux-tools/cpupower.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Apply cpupower configuration - -[Service] -Type=oneshot -ExecStart=/usr/lib/systemd/scripts/cpupower -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target diff --git a/community/linux-tools/cpupower.systemd b/community/linux-tools/cpupower.systemd deleted file mode 100644 index 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.conf b/community/linux-tools/usbipd.conf deleted file mode 100644 index 5990b857a..000000000 --- a/community/linux-tools/usbipd.conf +++ /dev/null @@ -1,3 +0,0 @@ -# vim:set ts=2 sw=2 ft=sh noet: - -DAEMON_OPTS='' diff --git a/community/linux-tools/usbipd.rc b/community/linux-tools/usbipd.rc deleted file mode 100644 index 15a1bcf00..000000000 --- a/community/linux-tools/usbipd.rc +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions -. /etc/conf.d/${0##*/} - -DAEMON=/usr/sbin/usbipd -PID=$(pidof -o %PPID $DAEMON) -DAEMON_OPTS="--daemon $DAEMON_OPTS" - -case "$1" in - start) - stat_busy "Starting ${0##*/} daemon" - [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon ${0##*/} && stat_done && exit 0 - stat_fail - ;; - stop) - stat_busy "Stopping ${0##*/} daemon" - [[ $PID ]] && kill $PID &> /dev/null && rm_daemon ${0##*/} && stat_done && exit 0 - stat_fail - ;; - restart) - $0 stop - $0 start - exit 0 - ;; - *) - echo "usage: ${0##*/} {start|stop|restart}" >&2 - ;; -esac - -exit 1 - -# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/linux-tools/usbipd.service b/community/linux-tools/usbipd.service deleted file mode 100644 index 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 8df17f34f..9ac4b38d3 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lksctp-tools pkgver=1.0.13 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 4d514aa6c..e278ff74d 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lmms pkgver=0.4.13 pkgrel=2 pkgdesc='The Linux MultiMedia Studio.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://lmms.sourceforge.net/' license=('GPL') depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound' diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD index 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 78f97d413..8d2b6c30f 100644 --- a/community/lockfile-progs/PKGBUILD +++ b/community/lockfile-progs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lockfile-progs pkgver=0.1.15 pkgrel=2 pkgdesc="programs for locking and unlocking files and mailboxes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://packages.debian.org/unstable/misc/lockfile-progs" depends=('glibc') diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD index 21bfddf37..8bfe31720 100644 --- a/community/log4cpp/PKGBUILD +++ b/community/log4cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=log4cpp pkgver=1.0 pkgrel=6 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://log4cpp.hora-obscura.de/" license=('LGPL') depends=('gcc-libs') diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD index fc8ca5598..806e93064 100644 --- a/community/lomoco/PKGBUILD +++ b/community/lomoco/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Logitech USB mouse configuration program" license=('GPL') depends=('libusb-compat') replaces=('lmctl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=(!libtool) backup=(etc/udev/lomoco_mouse.conf) source=(http://www.lomoco.org/${pkgname}-${pkgver}.tar.gz diff --git a/community/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/lshw/PKGBUILD b/community/lshw/PKGBUILD index 9f7e91070..2ae65f146 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 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-sec/PKGBUILD b/community/lua-sec/PKGBUILD deleted file mode 100644 index e930bf140..000000000 --- a/community/lua-sec/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# $Id: PKGBUILD 81161 2012-12-12 13:10:36Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Dwayne Bent <dbb.1@liqd.org> -# Contributor: Paul-Sebastian Manole <brokenthorn@gmail.com> - -pkgbase=lua-sec -pkgname=(lua-sec lua51-sec) -pkgver=0.4.1 -pkgrel=2 -pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.' -arch=('i686' 'x86_64') -url='http://luasec.luaforge.net/' -license=('MIT') -makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket') -conflicts=('luasec') -replaces=('luasec') -source=("http://www.inf.puc-rio.br/~brunoos/luasec/download/luasec-$pkgver.tar.gz") -md5sums=('b8a5fde3b3fdb6174f54cd51d7f53e12') - -build() { - cp -a luasec-$pkgver luasec-$pkgver-51 - msg2 'Building with lua 5.2' - cd luasec-$pkgver - make linux - msg2 'Building with lua 5.1' - cd ../luasec-$pkgver-51 - make INCDIR=-I/usr/include/lua5.1 linux -} - -package_lua-sec() { - depends=('openssl' 'lua' 'lua-socket') - - install -dm755 "$pkgdir/usr/lib/lua/5.2" - cd luasec-$pkgver - make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install - install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_lua51-sec() { - depends=('openssl' 'lua51' 'lua51-socket') - - install -dm755 "$pkgdir/usr/lib/lua/5.1" - cd luasec-$pkgver-51 - make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" install - install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=4 sw=4 et: diff --git a/community/lua-socket/PKGBUILD b/community/lua-socket/PKGBUILD deleted file mode 100644 index f4be7a699..000000000 --- a/community/lua-socket/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# $Id: PKGBUILD 81162 2012-12-12 13:10:55Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Anders Bergh <anders1@gmail.com> - -pkgbase=lua-socket -pkgname=(lua-socket lua51-socket) -pkgver=2.0.2 -pkgrel=2 -pkgdesc='Networking support library for the Lua language' -arch=('i686' 'x86_64') -url='http://www.cs.princeton.edu/~diego/professional/luasocket/' -license=('MIT') -replaces=('luasocket') -conflicts=('luasocket') -makedepends=('lua' 'lua51') -source=(http://luaforge.net/frs/download.php/2664/luasocket-$pkgver.tar.gz - luasocket-unixsocket.patch - lua52.patch) -md5sums=('41445b138deb7bcfe97bff957503da8e' - '8d116bb70bd7a2fa15cbe949d4cfc35e' - '6f9c6416dd70a7bc1a867003f08c2752') - -build() { - msg2 'Building with lua 5.2' - cp -a luasocket-$pkgver luasocket-$pkgver-52 - cd luasocket-$pkgver-52 - patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" - patch -Np1 -i "$srcdir/lua52.patch" - make - msg2 'Building with lua 5.1' - cd ../luasocket-$pkgver - patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" - make LUAINC=-I/usr/include/lua5.1 -} - -package_lua-socket() { - depends=('lua') - cd luasocket-$pkgver - make DESTDIR="$pkgdir/" \ - INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \ - INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install - install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_lua51-socket() { - depends=('lua51') - cd luasocket-$pkgver - make DESTDIR="$pkgdir/" \ - INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \ - INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install - install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} diff --git a/community/lua-socket/lua52.patch b/community/lua-socket/lua52.patch deleted file mode 100644 index 4eef574ee..000000000 --- a/community/lua-socket/lua52.patch +++ /dev/null @@ -1,168 +0,0 @@ -diff -wbBur luasocket-2.0.2/src/auxiliar.c luasocket-2.0.2.my/src/auxiliar.c ---- luasocket-2.0.2/src/auxiliar.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/auxiliar.c 2012-11-14 18:23:14.000000000 +0400 -@@ -24,7 +24,7 @@ - * Creates a new class with given methods - * Methods whose names start with __ are passed directly to the metatable. - \*-------------------------------------------------------------------------*/ --void auxiliar_newclass(lua_State *L, const char *classname, luaL_reg *func) { -+void auxiliar_newclass(lua_State *L, const char *classname, luaL_Reg *func) { - luaL_newmetatable(L, classname); /* mt */ - /* create __index table to place methods */ - lua_pushstring(L, "__index"); /* mt,"__index" */ -diff -wbBur luasocket-2.0.2/src/auxiliar.h luasocket-2.0.2.my/src/auxiliar.h ---- luasocket-2.0.2/src/auxiliar.h 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/auxiliar.h 2012-11-14 18:23:42.000000000 +0400 -@@ -35,7 +35,7 @@ - #include "lauxlib.h" - - int auxiliar_open(lua_State *L); --void auxiliar_newclass(lua_State *L, const char *classname, luaL_reg *func); -+void auxiliar_newclass(lua_State *L, const char *classname, luaL_Reg *func); - void auxiliar_add2group(lua_State *L, const char *classname, const char *group); - void auxiliar_setclass(lua_State *L, const char *classname, int objidx); - void *auxiliar_checkclass(lua_State *L, const char *classname, int objidx); -diff -wbBur luasocket-2.0.2/src/except.c luasocket-2.0.2.my/src/except.c ---- luasocket-2.0.2/src/except.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/except.c 2012-11-14 18:23:23.000000000 +0400 -@@ -21,7 +21,7 @@ - static int do_nothing(lua_State *L); - - /* except functions */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"newtry", global_newtry}, - {"protect", global_protect}, - {NULL, NULL} -diff -wbBur luasocket-2.0.2/src/inet.c luasocket-2.0.2.my/src/inet.c ---- luasocket-2.0.2/src/inet.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/inet.c 2012-11-14 18:23:47.000000000 +0400 -@@ -21,7 +21,7 @@ - static int inet_global_gethostname(lua_State *L); - - /* DNS functions */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - { "toip", inet_global_toip }, - { "tohostname", inet_global_tohostname }, - { "gethostname", inet_global_gethostname}, -diff -wbBur luasocket-2.0.2/src/luasocket.c luasocket-2.0.2.my/src/luasocket.c ---- luasocket-2.0.2/src/luasocket.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/luasocket.c 2012-11-14 18:23:26.000000000 +0400 -@@ -47,7 +47,7 @@ - /*-------------------------------------------------------------------------*\ - * Modules and functions - \*-------------------------------------------------------------------------*/ --static const luaL_reg mod[] = { -+static const luaL_Reg mod[] = { - {"auxiliar", auxiliar_open}, - {"except", except_open}, - {"timeout", timeout_open}, -@@ -59,7 +59,7 @@ - {NULL, NULL} - }; - --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"skip", global_skip}, - {"__unload", global_unload}, - {NULL, NULL} -diff -wbBur luasocket-2.0.2/src/mime.c luasocket-2.0.2.my/src/mime.c ---- luasocket-2.0.2/src/mime.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/mime.c 2012-11-14 18:23:31.000000000 +0400 -@@ -48,7 +48,7 @@ - static size_t qppad(UC *input, size_t size, luaL_Buffer *buffer); - - /* code support functions */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - { "dot", mime_global_dot }, - { "b64", mime_global_b64 }, - { "eol", mime_global_eol }, -diff -wbBur luasocket-2.0.2/src/select.c luasocket-2.0.2.my/src/select.c ---- luasocket-2.0.2/src/select.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/select.c 2012-11-14 18:23:35.000000000 +0400 -@@ -27,7 +27,7 @@ - static int global_select(lua_State *L); - - /* functions in library namespace */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"select", global_select}, - {NULL, NULL} - }; -diff -wbBur luasocket-2.0.2/src/tcp.c luasocket-2.0.2.my/src/tcp.c ---- luasocket-2.0.2/src/tcp.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/tcp.c 2012-11-14 18:23:38.000000000 +0400 -@@ -38,7 +38,7 @@ - static int meth_dirty(lua_State *L); - - /* tcp object methods */ --static luaL_reg tcp[] = { -+static luaL_Reg tcp[] = { - {"__gc", meth_close}, - {"__tostring", auxiliar_tostring}, - {"accept", meth_accept}, -@@ -73,7 +73,7 @@ - }; - - /* functions in library namespace */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"tcp", global_create}, - {NULL, NULL} - }; -diff -wbBur luasocket-2.0.2/src/timeout.c luasocket-2.0.2.my/src/timeout.c ---- luasocket-2.0.2/src/timeout.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/timeout.c 2012-11-14 18:23:21.000000000 +0400 -@@ -33,7 +33,7 @@ - static int timeout_lua_gettime(lua_State *L); - static int timeout_lua_sleep(lua_State *L); - --static luaL_reg func[] = { -+static luaL_Reg func[] = { - { "gettime", timeout_lua_gettime }, - { "sleep", timeout_lua_sleep }, - { NULL, NULL } -diff -wbBur luasocket-2.0.2/src/udp.c luasocket-2.0.2.my/src/udp.c ---- luasocket-2.0.2/src/udp.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/udp.c 2012-11-14 18:23:44.000000000 +0400 -@@ -43,7 +43,7 @@ - static int meth_dirty(lua_State *L); - - /* udp object methods */ --static luaL_reg udp[] = { -+static luaL_Reg udp[] = { - {"__gc", meth_close}, - {"__tostring", auxiliar_tostring}, - {"close", meth_close}, -@@ -76,7 +76,7 @@ - }; - - /* functions in library namespace */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"udp", global_create}, - {NULL, NULL} - }; -diff -wbBur luasocket-2.0.2/src/unix.c luasocket-2.0.2.my/src/unix.c ---- luasocket-2.0.2/src/unix.c 2007-10-15 08:21:05.000000000 +0400 -+++ luasocket-2.0.2.my/src/unix.c 2012-11-14 18:23:17.000000000 +0400 -@@ -39,7 +39,7 @@ - static const char *unix_trybind(p_unix un, const char *path); - - /* unix object methods */ --static luaL_reg un[] = { -+static luaL_Reg un[] = { - {"__gc", meth_close}, - {"__tostring", auxiliar_tostring}, - {"accept", meth_accept}, -@@ -71,7 +71,7 @@ - }; - - /* our socket creation function */ --static luaL_reg func[] = { -+static luaL_Reg func[] = { - {"unix", global_create}, - {NULL, NULL} - }; diff --git a/community/lua-socket/luasocket-unixsocket.patch b/community/lua-socket/luasocket-unixsocket.patch deleted file mode 100644 index 07c9401fa..000000000 --- a/community/lua-socket/luasocket-unixsocket.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -wbBur luasocket-2.0.2/makefile luasocket-2.0.2.my/makefile ---- luasocket-2.0.2/makefile 2007-10-15 04:21:05.000000000 +0000 -+++ luasocket-2.0.2.my/makefile 2011-03-09 12:00:54.000000000 +0000 -@@ -10,6 +10,8 @@ - INSTALL_SOCKET_LIB=$(INSTALL_TOP_LIB)/socket - INSTALL_MIME_SHARE=$(INSTALL_TOP_SHARE)/mime - INSTALL_MIME_LIB=$(INSTALL_TOP_LIB)/mime -+# -+INSTALL_UNIX_LIB=$(INSTALL_SOCKET_LIB) - - all clean: - cd src; $(MAKE) $@ -@@ -45,6 +47,8 @@ - #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE) - cd src; mkdir -p $(INSTALL_MIME_LIB) - cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT) -+ cd src; mkdir -p $(INSTALL_UNIX_LIB) -+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_UNIX_LIB)/$(UNIX_SO) - - #------ - # End of makefile -diff -wbBur luasocket-2.0.2/src/makefile luasocket-2.0.2.my/src/makefile ---- luasocket-2.0.2/src/makefile 2007-10-15 04:21:05.000000000 +0000 -+++ luasocket-2.0.2.my/src/makefile 2011-03-09 12:02:25.000000000 +0000 -@@ -47,7 +47,7 @@ - usocket.o \ - unix.o - --all: $(SOCKET_SO) $(MIME_SO) -+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO) - - $(SOCKET_SO): $(SOCKET_OBJS) - $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS) diff --git a/community/lua-zlib/PKGBUILD b/community/lua-zlib/PKGBUILD index 0d67dc101..ce7b21d48 100644 --- a/community/lua-zlib/PKGBUILD +++ b/community/lua-zlib/PKGBUILD @@ -8,7 +8,7 @@ _gitver=8d07669 _luaver=5.2 url="http://github.com/brimworks/lua-zlib" pkgdesc='Simple streaming interface to zlib for Lua.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('lua' 'zlib') makedepends=('cmake') diff --git a/community/luabind/PKGBUILD b/community/luabind/PKGBUILD deleted file mode 100644 index 15b9e9888..000000000 --- a/community/luabind/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Jakob Gruber <jakob.gruber@gmail.com> -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: rayte <rabyte.at.gmail.dot.com> - -pkgname=luabind -pkgver=0.9.1 -pkgrel=2 -pkgdesc="A library that helps you create bindings between C++ and Lua" -arch=('i686' 'x86_64') -url="http://www.rasterbar.com/products/luabind.html" -license=('MIT') -makedepends=('unzip' 'boost' 'boost-build') -depends=('lua' 'gcc-libs') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" - "luabind_boost.patch") - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - patch -Np1 -i ${srcdir}/luabind_boost.patch - - # build luabind - bjam release --prefix=${pkgdir}/usr/ link=static,shared -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - bjam release --prefix=${pkgdir}/usr/ link=static,shared install - - # copy license - install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \ - ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} - -md5sums=('8a323fb51d07dad5cfdb12c432793d55' - 'd62ae6fc635300bc659df9dbb587ac53') diff --git a/community/luabind/luabind_boost.patch b/community/luabind/luabind_boost.patch deleted file mode 100644 index 92e32828a..000000000 --- a/community/luabind/luabind_boost.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff --git luabind-0.9.1/luabind/detail/call_function.hpp luabind-0.9.1-fixed/luabind/detail/call_function.hpp -index 1b45ec1..8f5afff 100644 ---- luabind-0.9.1/luabind/detail/call_function.hpp -+++ luabind-0.9.1-fixed/luabind/detail/call_function.hpp -@@ -323,7 +323,8 @@ namespace luabind - - #endif // LUABIND_CALL_FUNCTION_HPP_INCLUDED - --#elif BOOST_PP_ITERATION_FLAGS() == 1 -+#else -+#if BOOST_PP_ITERATION_FLAGS() == 1 - - #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * - #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n -@@ -440,4 +441,5 @@ namespace luabind - - - #endif -+#endif - -diff --git luabind-0.9.1/luabind/detail/call_member.hpp luabind-0.9.1-fixed/luabind/detail/call_member.hpp -index de8d563..e63555b 100644 ---- luabind-0.9.1/luabind/detail/call_member.hpp -+++ luabind-0.9.1-fixed/luabind/detail/call_member.hpp -@@ -316,7 +316,8 @@ namespace luabind - - #endif // LUABIND_CALL_MEMBER_HPP_INCLUDED - --#elif BOOST_PP_ITERATION_FLAGS() == 1 -+#else -+#if BOOST_PP_ITERATION_FLAGS() == 1 - - #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * - #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n -@@ -360,4 +361,5 @@ namespace luabind - #undef LUABIND_TUPLE_PARAMS - - #endif -+#endif - -diff --git luabind-0.9.1/luabind/wrapper_base.hpp luabind-0.9.1-fixed/luabind/wrapper_base.hpp -index d54c668..0f88cc5 100755 ---- luabind-0.9.1/luabind/wrapper_base.hpp -+++ luabind-0.9.1-fixed/luabind/wrapper_base.hpp -@@ -89,7 +89,8 @@ namespace luabind - - #endif // LUABIND_WRAPPER_BASE_HPP_INCLUDED - --#elif BOOST_PP_ITERATION_FLAGS() == 1 -+#else -+#if BOOST_PP_ITERATION_FLAGS() == 1 - - #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * - #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n -@@ -188,3 +189,4 @@ namespace luabind - #undef N - - #endif -+#endif 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 d523e7815..d2221f378 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -6,9 +6,9 @@ pkgname=luajit pkgver=2.0.0 -pkgrel=3 +pkgrel=3.1 pkgdesc='Just-in-time compiler and replacement for Lua 5.1' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') @@ -17,7 +17,10 @@ md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad') build() { cd $srcdir/LuaJIT-$pkgver - make amalg PREFIX=/usr + + [ "$CARCH" = "mips64el" ] && extra="XCFLAGS=-DLUAJIT_DISABLE_JIT" + + 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/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index f82ecf63a..2c710e072 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luarocks pkgver=2.0.10 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://luarocks.org/" depends=('lua' 'unzip' 'zip' 'curl') optdepends=('cvs: for fetching sources from CVS repositories' diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD index 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-mysql/PKGBUILD b/community/luasql-mysql/PKGBUILD deleted file mode 100644 index 54aff4c20..000000000 --- a/community/luasql-mysql/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 61380 2011-12-29 16:34:45Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Anders Bergh <anders1@gmail.com> - -pkgname=luasql-mysql -pkgver=2.2.0 -pkgrel=1 -pkgdesc="MySQL module for Lua" -arch=('i686' 'x86_64') -url="http://www.keplerproject.org/luasql/" -license=('MIT') -depends=('lua' 'libmysqlclient') -source=(https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz) -md5sums=('59d72db444c6369c936d4f03694db6b7') - -build() { - cd "$srcdir/luasql-$pkgver" - make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \ - DRIVER_INCS="$(mysql_config --include) -fPIC" - install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.1/luasql/mysql.so - install -Dm644 doc/us/license.html $pkgdir/usr/share/licenses/$pkgname/license.html -} diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD index 3ccee6241..a52f2da10 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=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.keplerproject.org/luasql/' license=('MIT') makedepends=('lua' 'libmysqlclient' 'postgresql-libs' 'sqlite') diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index bd8037b50..3ccb9e0fc 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -7,7 +7,7 @@ pkgname=luminancehdr pkgver=2.3.0 pkgrel=4 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://qtpfsgui.sourceforge.net/' license=('GPL') depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt' 'qtwebkit') diff --git a/community/lwm/PKGBUILD b/community/lwm/PKGBUILD index 7ea15078c..31e705bb3 100644 --- a/community/lwm/PKGBUILD +++ b/community/lwm/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lwm pkgver=1.2.2 pkgrel=3 pkgdesc="a very light weight window manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.jfc.org.uk/software/lwm.html" license=('GPL') depends=('xorg-server' 'libxext' 'libsm') diff --git a/community/lwp/PKGBUILD b/community/lwp/PKGBUILD index 445d5a001..8035e127b 100644 --- a/community/lwp/PKGBUILD +++ b/community/lwp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lwp pkgver=2.6 pkgrel=2 pkgdesc="Light weight process library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" options=('!libtool') license=("LGPL") diff --git a/community/lxappearance-obconf/PKGBUILD b/community/lxappearance-obconf/PKGBUILD index 92b47b7fb..c3e345a74 100644 --- a/community/lxappearance-obconf/PKGBUILD +++ b/community/lxappearance-obconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lxappearance-obconf pkgver=0.2.0 pkgrel=1 pkgdesc='A plugin for LXAppearance to configure Openbox' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 322e4c7d6..7964cbfec 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxappearance pkgver=0.5.2 pkgrel=1 pkgdesc="Feature-rich GTK+ theme switcher of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index d891e2d6d..618c70728 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.8.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') license=('LGPL') diff --git a/community/lxde-common/PKGBUILD b/community/lxde-common/PKGBUILD index 808afbf1f..2bf03bb55 100644 --- a/community/lxde-common/PKGBUILD +++ b/community/lxde-common/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxde-common pkgver=0.5.5 pkgrel=1 pkgdesc="Common files of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') groups=('lxde') depends=('libx11' 'glib2' 'lxde-icon-theme') diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index f7958abdd..ac04031fa 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lxdm pkgver=0.4.1 pkgrel=18 pkgdesc='Lightweight X11 Display Manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lxdm/" license=('GPL') groups=('lxde') diff --git a/community/lxinput/PKGBUILD b/community/lxinput/PKGBUILD index 7ed91636f..145d298d7 100644 --- a/community/lxinput/PKGBUILD +++ b/community/lxinput/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxinput pkgver=0.3.2 pkgrel=2 pkgdesc="A small program to configure keyboard and mouse for LXDE." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') diff --git a/community/lxlauncher/PKGBUILD b/community/lxlauncher/PKGBUILD index 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..342dcd481 100644 --- a/community/lxnm/PKGBUILD +++ b/community/lxnm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxnm pkgver=0.2.2 pkgrel=3 pkgdesc="A Network Manager (Part of LXDE)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org" depends=('glib2') diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD index 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..fc6aec61a 100644 --- a/community/lxtask/PKGBUILD +++ b/community/lxtask/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxtask pkgver=0.1.4 -pkgrel=3 +pkgrel=3.1 pkgdesc="Task manager of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') diff --git a/community/lxterminal/PKGBUILD b/community/lxterminal/PKGBUILD index 9751bc21a..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 75d158809..4d9b37ea1 100644 --- a/community/macchanger/PKGBUILD +++ b/community/macchanger/PKGBUILD @@ -6,7 +6,7 @@ pkgname=macchanger pkgver=1.5.0 pkgrel=6 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 22f3a5697..2a6cc72c7 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..882035c9d 100644 --- a/community/makedev/PKGBUILD +++ b/community/makedev/PKGBUILD @@ -7,7 +7,7 @@ pkgname=makedev pkgver=3.23_1 pkgrel=1 pkgdesc='The ubiquitous script to create static device nodes' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://people.redhat.com/nalin/MAKEDEV/' source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz") @@ -15,6 +15,7 @@ md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f') build() { cd ${pkgname^^*}-${pkgver/_*} + sed -ri 's/^OPTFLAGS.*/& '"$CFLAGS"'/' Makefile make } diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index db4dddbff..0f39e4a93 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mapnik pkgver=2.1.0 pkgrel=7 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mapnik.org/" license=('LGPL') depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2' diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD index 6dfd64c16..91f998f70 100644 --- a/community/mashup/PKGBUILD +++ b/community/mashup/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.5 pkgrel=2 pkgdesc="Adjusting images on a sheet of paper for printing" url="http://kornelix.squarespace.com/$pkgname" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('gtk3') replaces=('printoxx') diff --git a/community/matchbox-desktop/PKGBUILD b/community/matchbox-desktop/PKGBUILD index 3af5a9717..17c4bb82a 100644 --- a/community/matchbox-desktop/PKGBUILD +++ b/community/matchbox-desktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-desktop pkgver=2.0 pkgrel=3 pkgdesc="A PDA style application launcher or 'item browser'." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2') url="http://matchbox-project.org/" diff --git a/community/matchbox-keyboard/PKGBUILD b/community/matchbox-keyboard/PKGBUILD index a2a6e34cf..9ab673e54 100644 --- a/community/matchbox-keyboard/PKGBUILD +++ b/community/matchbox-keyboard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-keyboard pkgver=0.1 pkgrel=4 pkgdesc="An on screen virtual keyboard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('cairo' 'libfakekey' 'libxft') url="http://matchbox-project.org/" license=('GPL') diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD index 81d0eb80d..6739273e6 100644 --- a/community/matchbox-panel/PKGBUILD +++ b/community/matchbox-panel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-panel pkgver=0.9.3 pkgrel=5 pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng') url="http://matchbox-project.org/" diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD index 888dc2d37..6bb34ac29 100644 --- a/community/matchbox-window-manager/PKGBUILD +++ b/community/matchbox-window-manager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=matchbox-window-manager pkgver=1.2 pkgrel=3 pkgdesc="A pretty much unique X window manager with a classic PDA management policy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm') url="http://matchbox-project.org/" diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 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/mc/PKGBUILD b/community/mc/PKGBUILD deleted file mode 100644 index d4b163434..000000000 --- a/community/mc/PKGBUILD +++ /dev/null @@ -1,69 +0,0 @@ -# $Id: PKGBUILD 81754 2012-12-28 13:52:45Z schuay $ -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> -# Maintainer: schuay <jakob.gruber@gmail.com> - -pkgname=mc -pkgver=4.8.7 -pkgrel=1 -pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" -arch=('i686' 'x86_64') -url="http://www.ibiblio.org/mc/" -license=('GPL') -depends=( - 'e2fsprogs' - 'glib2' - 'gpm' - 'libssh2' - 'pcre' - 'slang') -makedepends=('libxt' 'libx11') -optdepends=( - 'cabextract: ucab extfs' - 'cdparanoia: audio extfs' - 'cdrkit: iso9660 extfs' - 'gawk: hp48+ extfs' - 'aspell: spelling corrections' - 'cvs: CVS support' - 'mtools: a+ extfs' - 'perl: needed by several extfs scripts' - 'python2-boto: s3+ extfs' - 'python2-pytz: s3+ extfs' - 'smb: VFS support' - 'unace: uace extfs' - 'unarj: uarj extfs' - 'unrar: urar extfs' - 'zip: uzip extfs' - 'p7zip: support for 7zip archives') -options=('!emptydirs' '!makeflags') -backup=('etc/mc/edit.indent.rc' - 'etc/mc/filehighlight.ini' - 'etc/mc/mcedit.menu' - 'etc/mc/mc.ext' - 'etc/mc/mc.keymap' - 'etc/mc/mc.menu' - 'etc/mc/sfs.ini') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2") - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ - --with-x --libexecdir=/usr/lib - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - # Fix FS#15177 - sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ - -i "${pkgdir}/usr/lib/mc/extfs.d/uzip" - - sed 's#/usr/bin/env python#/usr/bin/python2#' \ - -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" -} - -md5sums=('b113e50682293a953141134969dba785') diff --git a/community/mc/changeset_8607bcc1.diff b/community/mc/changeset_8607bcc1.diff deleted file mode 100644 index 071d6159e..000000000 --- a/community/mc/changeset_8607bcc1.diff +++ /dev/null @@ -1,22 +0,0 @@ -Index: src/vfs/cpio/cpio.c
-===================================================================
---- src/vfs/cpio/cpio.c (revision 764cdf2497ac1fe79b4237e9c75d600f7d868351)
-+++ src/vfs/cpio/cpio.c (revision 8607bcc103ce2f9449b6b9736a9709cdb62a7178)
-@@ -250,5 +250,5 @@
- mc_close (fd);
- s = g_strconcat (super->name, decompress_extension (type), (char *) NULL);
-- tmp_vpath = vfs_path_from_str (s);
-+ tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
- fd = mc_open (tmp_vpath, O_RDONLY);
- vfs_path_free (tmp_vpath);
-Index: src/vfs/tar/tar.c
-===================================================================
---- src/vfs/tar/tar.c (revision 764cdf2497ac1fe79b4237e9c75d600f7d868351)
-+++ src/vfs/tar/tar.c (revision 8607bcc103ce2f9449b6b9736a9709cdb62a7178)
-@@ -317,5 +317,5 @@
- mc_close (result);
- s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL);
-- tmp_vpath = vfs_path_from_str (s);
-+ tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
- result = mc_open (tmp_vpath, O_RDONLY);
- vfs_path_free (tmp_vpath);
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/mcelog/PKGBUILD b/community/mcelog/PKGBUILD index daf096264..6de98e94e 100644 --- a/community/mcelog/PKGBUILD +++ b/community/mcelog/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=5 pkgdesc="Print machine check event log from x86-64 kernel" url="http://freshmeat.net/projects/mcelog/" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('docs') backup=('etc/mcelog/mcelog.conf') #source=("ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/${pkgname}-${pkgver}.tar.gz" diff --git a/community/mdf2iso/PKGBUILD b/community/mdf2iso/PKGBUILD index b58c51413..26762014a 100644 --- a/community/mdf2iso/PKGBUILD +++ b/community/mdf2iso/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mdf2iso pkgver=0.3.0 pkgrel=5 pkgdesc="Converts Alcohol 120% .mdf files to .iso files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://mdf2iso.berlios.de/" license=('GPL') depends=('glibc') diff --git a/community/me-tv/PKGBUILD b/community/me-tv/PKGBUILD index eb15b07a1..aa0223965 100644 --- a/community/me-tv/PKGBUILD +++ b/community/me-tv/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.4.0.12 pkgrel=1 epoch=1 pkgdesc="A GTK desktop application for watching digital television services that use the DVB standard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/me-tv" license=('GPL') depends=('glibmm' 'gtkmm' 'gconfmm' 'glib2' 'xine-lib' 'sqlite' 'linuxtv-dvb-apps' 'libunique' 'libxml++' 'vlc' 'gstreamer0.10-base') diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index 369ab9284..e4c12194e 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo-gui pkgver=0.7.61 pkgrel=1 pkgdesc="GUI for mediainfo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo' 'wxgtk') diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index 96971bee7..ed5af89c5 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mediainfo pkgver=0.7.61 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo') diff --git a/community/mediaproxy/PKGBUILD b/community/mediaproxy/PKGBUILD index 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 f7bac3aa8..930e27f90 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -6,7 +6,7 @@ pkgname=megaglest pkgver=3.7.1 pkgrel=1 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 bf77c8e12..1c6e9ad24 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -7,7 +7,7 @@ pkgname=menu-cache pkgver=0.4.0 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://lxde.org/' groups=('lxde') diff --git a/community/metakit/PKGBUILD b/community/metakit/PKGBUILD index 289776b18..87a34ad2c 100644 --- a/community/metakit/PKGBUILD +++ b/community/metakit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=metakit pkgver=2.4.9.7 pkgrel=5 pkgdesc='MetaKit is an efficient database library with a small footprint' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.equi4.com/metakit/' makedepends=('tcl' 'python2') license=('BSD') diff --git a/community/metamail/PKGBUILD b/community/metamail/PKGBUILD index 71922cd14..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 1e5300fca..e9053918c 100644 --- a/community/metapixel/PKGBUILD +++ b/community/metapixel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=metapixel pkgver=1.0.2 pkgrel=3 pkgdesc='A program for generating photomosaics.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.complang.tuwien.ac.at/schani/metapixel/' license=('GPL') depends=('giflib' 'libjpeg' 'libpng' 'perl') diff --git a/community/mezogis/PKGBUILD b/community/mezogis/PKGBUILD index ec459f9fd..f9c1e3759 100644 --- a/community/mezogis/PKGBUILD +++ b/community/mezogis/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mezogis pkgver=0.1.5 pkgrel=6 pkgdesc="A GIS application to query and analyse spatial data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mezogis.org" license=('GPL') depends=('pygtk' 'python2-geotypes' 'postgis') diff --git a/community/mfs/PKGBUILD b/community/mfs/PKGBUILD index f7370e8e6..ded698166 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.26 pkgrel=1 pkgdesc='MooseFS, fault tolerant, network distributed file system' license=('GPL3') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') options=('!libtool') depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs') url='http://www.moosefs.com/' diff --git a/community/mftrace/PKGBUILD b/community/mftrace/PKGBUILD index 8d8d7ba9c..7a17a5166 100644 --- a/community/mftrace/PKGBUILD +++ b/community/mftrace/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mftrace pkgver=1.2.18 pkgrel=1 pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lilypond.org/mftrace/" license=("GPL") depends=('python2' 'potrace' 't1utils') diff --git a/community/mg/PKGBUILD b/community/mg/PKGBUILD index be271595b..7254bc6eb 100644 --- a/community/mg/PKGBUILD +++ b/community/mg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mg pkgver=20110905 pkgrel=1 pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homepage.boetes.org/software/mg/" depends=('ncurses') license=('custom') @@ -20,13 +20,17 @@ md5sums=('2de35316fa8ebafe6003efaae70b723e' build() { cd $srcdir/$pkgname-$pkgver - unset CFLAGS patch -p1 <$srcdir/cleanup.patch + + # The scripts building this package won't see and fix the warnings, + # even if they make the build fail. + sed -ri '/^CFLAGS\+=/d' Makefile.in + ./configure make prefix=/usr mkdir -p $pkgdir/usr/bin - make install INSTALL=/bin/install prefix=$pkgdir/usr + make install prefix=$pkgdir/usr mkdir -p $pkgdir/usr/share/ mv $pkgdir/usr/man $pkgdir/usr/share/ diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD index 72587c724..6c3e654e2 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -10,7 +10,7 @@ pkgname=midori pkgver=0.4.8 pkgrel=1 pkgdesc='Lightweight web browser based on Gtk WebKit' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.twotoasts.de/index.php?/pages/midori_summary.html' license=('LGPL2.1') install=midori.install diff --git a/community/milkytracker/PKGBUILD b/community/milkytracker/PKGBUILD index d869a8a31..8d427a35b 100644 --- a/community/milkytracker/PKGBUILD +++ b/community/milkytracker/PKGBUILD @@ -7,7 +7,7 @@ pkgname=milkytracker pkgver=0.90.85 pkgrel=7 pkgdesc="Fast Tracker II inspired music tracker" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://www.milkytracker.org/" license=('GPL3') depends=('sdl>=1.2.0' 'alsa-lib' 'zlib' 'gcc-libs' 'setconf' 'gendesk') diff --git a/community/mimetex/PKGBUILD b/community/mimetex/PKGBUILD index 234f2e4c4..52aedb0a3 100644 --- a/community/mimetex/PKGBUILD +++ b/community/mimetex/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mimetex pkgver=1.70 pkgrel=3 pkgdesc="tex to gif converter" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.forkosh.com/mimetex.html" license=('GPL') depends=() diff --git a/community/minbif/PKGBUILD b/community/minbif/PKGBUILD index 96fb69a40..f34717346 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -6,7 +6,7 @@ pkgname=minbif pkgver=1.0.5 pkgrel=2 pkgdesc='An IRC gateway to IM networks that uses libpurple.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://minbif.im/' license=('GPL2') depends=('gnutls' 'libcaca' 'libpurple') diff --git a/community/ming/PKGBUILD b/community/ming/PKGBUILD index 9cffc5ea9..ec36251a7 100644 --- a/community/ming/PKGBUILD +++ b/community/ming/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ming pkgver=0.4.4 pkgrel=1 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 d9cd1809b..b72d9c712 100644 --- a/community/minidlna/PKGBUILD +++ b/community/minidlna/PKGBUILD @@ -9,7 +9,7 @@ pkgname=minidlna pkgver=1.0.25 pkgrel=4 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..ef95aa934 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -6,7 +6,7 @@ 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') 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 a24857462..590db4288 100644 --- a/community/mixxx/PKGBUILD +++ b/community/mixxx/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mixxx pkgver=1.10.1 pkgrel=1 pkgdesc="Free, open source software for digital DJ'ing." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.mixxx.org' license=('GPL') depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 'portaudio' 'portmidi' diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD index 061dd423b..460532db8 100644 --- a/community/mksh/PKGBUILD +++ b/community/mksh/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 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') install=mksh.install source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz" 'https://www.mirbsd.org/TaC-mksh.txt') diff --git a/community/mktorrent/PKGBUILD b/community/mktorrent/PKGBUILD index 495ea2b59..77c48b811 100644 --- a/community/mktorrent/PKGBUILD +++ b/community/mktorrent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mktorrent pkgver=1.0 pkgrel=3 pkgdesc='Simple command line utility to create BitTorrent metainfo files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://mktorrent.sourceforge.net/' license='GPL' depends=('openssl') diff --git a/community/mldonkey/PKGBUILD b/community/mldonkey/PKGBUILD deleted file mode 100644 index b4345c6ef..000000000 --- a/community/mldonkey/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 75327 2012-08-19 20:51:39Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> -# Contributor: Corrado Primier <bardo@aur.archlinux.org> -# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> - -pkgname=mldonkey -pkgver=3.1.3 -pkgrel=1 -pkgdesc="A multi-network P2P client" -arch=('i686' 'x86_64') -url="http://mldonkey.sourceforge.net/" -license=('GPL') -depends=('desktop-file-utils' 'file' 'gd' 'bzip2') -makedepends=('lablgtk2' 'librsvg' 'ocaml') -optdepends=('librsvg: GUI support' - 'libx11: GUI support') -backup=('etc/conf.d/mldonkey') -install=mldonkey.install -source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2 - mldonkeyd - mldonkey.conf) -md5sums=('671f60467a918a9b7c2affef63ff5c25' - '9e90003a012cf17b548dcc647961ffa6' - '1f86d92db51c62cded0e6f3833057dee') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --enable-gui=newgui2 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - install -Dm644 "$srcdir/$pkgname-$pkgver/icons/rsvg/type_source_normal.svg" \ - "$pkgdir/usr/share/icons/mldonkey.svg" - - install -Dm755 "$srcdir/mldonkeyd" "$pkgdir/etc/rc.d/mldonkey" - install -Dm644 "$srcdir/mldonkey.conf" "$pkgdir/etc/conf.d/mldonkey" - install -Dm644 "distrib/mldonkey.desktop" \ - "$pkgdir/usr/share/applications/mldonkey.desktop" -} diff --git a/community/mldonkey/mldonkey.conf b/community/mldonkey/mldonkey.conf deleted file mode 100644 index 24a25af74..000000000 --- a/community/mldonkey/mldonkey.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Username under which the daemon will run (mandatory) -MLDUSER="" - -# Parameters to be passed to the daemon (default is empty) -PARAMS="" diff --git a/community/mldonkey/mldonkey.install b/community/mldonkey/mldonkey.install deleted file mode 100644 index dd8ea0407..000000000 --- a/community/mldonkey/mldonkey.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - if [ -f /etc/mldonkey.conf ]; then - mv /etc/mldonkey.conf /etc/conf.d/mldonkey - cat << EOM - -==> mldonkey post upgrade message: -==> /etc/mldonkey.conf has been moved in /etc/conf.d/mldonkey - -EOM - fi -} - -# vim:set ts=2 sw=2 et: diff --git a/community/mldonkey/mldonkeyd b/community/mldonkey/mldonkeyd deleted file mode 100644 index 533aa751c..000000000 --- a/community/mldonkey/mldonkeyd +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions -. /etc/conf.d/mldonkey - -if [ -z $MLDUSER ] ; then - echo "Unable to run MLDonkey. You must set a user in /etc/conf.d/mldonkey ." - exit 2 -fi - -if [ -z "$(getent passwd "$MLDUSER")" ]; then - # Perhaps we should create the account for the user? - echo "You must create the account $MLDUSER in order to run mldonkey." - echo "Please create the account manually, and try again." - exit 2 -fi - -MLDGROUPID=$(getent passwd "$MLDUSER" |cut -d':' -f4) -MLDGROUP=$(getent group $MLDGROUPID |cut -d':' -f1) -USERDIR=$(getent passwd $MLDUSER | cut -d: -f6) - -if [ ! -d $USERDIR ]; then - echo "Unable to run MLDonkey. Home directory for ${MLDUSER} does not exist." - exit 2 -fi - -PIDDIR="/var/run/mldonkey" -PIDFILE="$PIDDIR/mlnet.pid" - -getPID() { - echo $(pgrep -u "$MLDUSER" mlnet 2>/dev/null); -} - -case "$1" in - start) - stat_busy "Starting MLDonkey" - if [ ! -d $PIDDIR ]; then - install -d -m755 -o "$MLDUSER" -g "$MLDGROUP" $PIDDIR - fi - if [ "$(stat -c %U $PIDDIR)" != "$MLDUSER" ]; then - chown -R "$MLDUSER:$MLDGROUP" $PIDDIR - fi - [ -z $PID ] && su $MLDUSER -s /bin/sh -c "/usr/bin/mlnet -pid $PIDDIR $PARAMS -log_to_syslog true &> /tmp/mldonkey.log &" - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon mldonkey - stat_done - fi - ;; - stop) - stat_busy "Stopping MLDonkey" - if [ ! -z "$(getPID)" ]; then - timeo=30 - kill $(getPID) &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - exit 1 - fi - while [ ! -z "$(getPID)" -a $timeo -gt 0 ]; do - sleep 1 - let timeo=${timeo}-1 - done - if [ -z "$(getPID)" ]; then - rm -f $PIDFILE &>/dev/null - rm_daemon mldonkey - stat_done - else - stat_fail - exit 1 - fi - else - stat_fail - exit 1 - fi - ;; - restart) - $0 stop - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index 4eb4cd9b2..0b7b7f60a 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('mlt' 'mlt-python-bindings') pkgver=0.8.8 pkgrel=1 pkgdesc="An open source multimedia framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.mltframework.org" license=('GPL') makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg' diff --git a/community/mmsrip/PKGBUILD b/community/mmsrip/PKGBUILD index 2d0314986..54b85cfb8 100644 --- a/community/mmsrip/PKGBUILD +++ b/community/mmsrip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mmsrip pkgver=0.7.0 pkgrel=4 pkgdesc="A downloader for the proprietary protocol MMS://" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip" license=('GPL2') depends=('glibc') diff --git a/community/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 b408192d8..07d26f45f 100644 --- a/community/mod_wsgi2/PKGBUILD +++ b/community/mod_wsgi2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mod_wsgi2 pkgver=3.4 pkgrel=2 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 4ea5062fa..2ca7a8d4f 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mongodb pkgver=2.2.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/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 2eb5998c4..a15b1229d 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mosh pkgver=1.2.3 pkgrel=3 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 bc727a0e4..6f29bd109 100644 --- a/community/motion/PKGBUILD +++ b/community/motion/PKGBUILD @@ -5,7 +5,7 @@ pkgname=motion pkgver=3.2.12 pkgrel=7 pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat') diff --git a/community/mp3gain/PKGBUILD b/community/mp3gain/PKGBUILD index d3ec615a4..5912047ea 100644 --- a/community/mp3gain/PKGBUILD +++ b/community/mp3gain/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mp3gain pkgver=1.5.2 pkgrel=2 pkgdesc="Lossless mp3 normalizer with statistical analysis " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3gain.sourceforge.net" license=("GPL") depends=('glibc') diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD index e661e929c..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 fccf564df..7d9f8a2bb 100644 --- a/community/mp3splt-gtk/PKGBUILD +++ b/community/mp3splt-gtk/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mp3splt-gtk pkgver=0.7.3 pkgrel=1 pkgdesc="Split mp3 and ogg files without decoding" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3splt.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt') diff --git a/community/mp3unicode/PKGBUILD b/community/mp3unicode/PKGBUILD index 5a76772f3..8f4c29006 100644 --- a/community/mp3unicode/PKGBUILD +++ b/community/mp3unicode/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mp3unicode pkgver=1.2.1 pkgrel=1 pkgdesc="A command line utility to convert ID3 tags in mp3 files between different encodings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mp3unicode.yellowsite.ru/" license=('GPL') depends=('taglib') diff --git a/community/mpdscribble/PKGBUILD b/community/mpdscribble/PKGBUILD index 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 6a929a08e..018c8470a 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -7,14 +7,17 @@ pkgname=mplayer2 pkgver=20121128 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' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') + 'libdvdnav' 'libdvdread' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' + 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') +if [ "$CARCH" != "mips64el" ]; then +depends+=('libgl' 'libvdpau' 'lirc-utils') +fi makedepends=('mesa' 'unzip' 'yasm' 'python' 'python-docutils') backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') provides=('mplayer') @@ -31,16 +34,18 @@ build() { sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop find -type f -exec sed -e 's/python3/python/' -i {} \; + [ "$CARCH" != "mips64el" ] && extra="--enable-runtime-cpudetection" + patch -Np1 -i $srcdir/cdio-api-fixes.patch ./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/mtasc/PKGBUILD b/community/mtasc/PKGBUILD index 31875d2d4..54800c79a 100644 --- a/community/mtasc/PKGBUILD +++ b/community/mtasc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mtasc pkgver=20091229 pkgrel=4 pkgdesc="An open source flash (swf) compiler" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://mtasc.org/" license=('GPL2') depends=('zlib') diff --git a/community/mtpaint/PKGBUILD b/community/mtpaint/PKGBUILD index 13eb7a574..e5cdbec00 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpaint pkgver=3.40 pkgrel=5 pkgdesc="Simple GTK2 paint program for creating icons and pixel based artwork" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://mtpaint.sourceforge.net/" license=('GPL3') depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2') diff --git a/community/mtpfs/PKGBUILD b/community/mtpfs/PKGBUILD index 7f2731b40..7f34f7b56 100644 --- a/community/mtpfs/PKGBUILD +++ b/community/mtpfs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpfs pkgver=1.1 pkgrel=1 pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.adebenham.com/mtpfs/" license=('GPL3') depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad') diff --git a/community/multipath-tools/PKGBUILD b/community/multipath-tools/PKGBUILD index cdea88434..fb733c493 100644 --- a/community/multipath-tools/PKGBUILD +++ b/community/multipath-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=multipath-tools pkgver=0.4.9 pkgrel=12 pkgdesc='Multipath tools for Linux' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://christophe.varoqui.free.fr/" license=('GPL') depends=('bash' 'libaio' 'device-mapper') diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD index c14554706..f5c5f5c4f 100644 --- a/community/mumble/PKGBUILD +++ b/community/mumble/PKGBUILD @@ -10,7 +10,7 @@ pkgname=mumble pkgver=1.2.3 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="A voice chat application similar to TeamSpeak" license=('GPL') depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse') diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index f339be13c..4c2b0ee2d 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mupdf pkgver=1.1 pkgrel=1 pkgdesc="lightweight PDF viewer and toolkit written in portable C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mupdf.com" license=('GPL3') depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils') diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD index cc4de1481..d2e827884 100644 --- a/community/murmur/PKGBUILD +++ b/community/murmur/PKGBUILD @@ -7,7 +7,7 @@ pkgname=murmur pkgver=1.2.3 pkgrel=9 pkgdesc="The voice chat application server for Mumble" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mumble.sourceforge.net" license=('GPL') depends=('avahi' 'lsb-release' 'protobuf' 'qt' 'icu') diff --git a/community/musepack-tools/PKGBUILD b/community/musepack-tools/PKGBUILD index eac151149..36883b709 100644 --- a/community/musepack-tools/PKGBUILD +++ b/community/musepack-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgname=musepack-tools pkgver=475 pkgrel=2 pkgdesc="Musepack decoder/encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.musepack.net/" license=('LGPL') depends=('libcuefile' 'libreplaygain') diff --git a/community/mxml/PKGBUILD b/community/mxml/PKGBUILD index 26b4ca03d..c795e0f25 100644 --- a/community/mxml/PKGBUILD +++ b/community/mxml/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mxml pkgver=2.7 pkgrel=1 pkgdesc="A small XML parsing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.minixml.org/" license=('LGPL') source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index e58bcfc8c..0654fb335 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 pkgrel=4 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 cb16bb31f..32826b2c6 100644 --- a/community/myodbc/PKGBUILD +++ b/community/myodbc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=myodbc pkgver=5.2.4 pkgrel=1 pkgdesc="ODBC driver/connector for MySQL" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://dev.mysql.com/downloads/connector/odbc/" depends=('unixodbc' 'libmysqlclient') makedepends=('cmake') diff --git a/community/mypaint/PKGBUILD b/community/mypaint/PKGBUILD index c689f166a..40218b43d 100644 --- a/community/mypaint/PKGBUILD +++ b/community/mypaint/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mypaint pkgver=1.1.0 pkgrel=1 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 9e461cb03..5ee9f8bf0 100644 --- a/community/mysql++/PKGBUILD +++ b/community/mysql++/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mysql++ pkgver=3.1.0 pkgrel=3 pkgdesc="A C++ wraper for MySQLs C API" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://tangentsoft.net/mysql++/" license=("LGPL" "custom") depends=("libmysqlclient") diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index 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 d9481a878..b5b065b6e 100644 --- a/community/naev/PKGBUILD +++ b/community/naev/PKGBUILD @@ -6,7 +6,7 @@ pkgname=naev pkgver=0.5.3 pkgrel=1 pkgdesc='2D action/rpg space game' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/naev/" license=('GPL3') depends=('openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'naev-data') diff --git a/community/namazu/PKGBUILD b/community/namazu/PKGBUILD index a70a36943..2ac8903a7 100644 --- a/community/namazu/PKGBUILD +++ b/community/namazu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Namazu is a full-text search engine intended for easy use." url="http://namazu.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=(perl-file-mmagic) options=(!libtool) source=(http://namazu.org/stable/$pkgname-$pkgver.tar.gz) diff --git a/community/nautilus-actions/PKGBUILD b/community/nautilus-actions/PKGBUILD index c8e5e37b0..b356670b7 100644 --- a/community/nautilus-actions/PKGBUILD +++ b/community/nautilus-actions/PKGBUILD @@ -8,7 +8,7 @@ pkgname=nautilus-actions pkgver=3.2.2 pkgrel=2 pkgdesc="Configures programs to be launched when files are selected in Nautilus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nautilus-actions.org/" license=('GPL') depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm') diff --git a/community/nautilus-sound-converter/PKGBUILD b/community/nautilus-sound-converter/PKGBUILD index fa6923e0b..00157594d 100644 --- a/community/nautilus-sound-converter/PKGBUILD +++ b/community/nautilus-sound-converter/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nautilus-sound-converter pkgver=3.0.2 pkgrel=2 pkgdesc="Nautilus extension to convert audio files formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/nautilus-sound-converter/" license=('GPL') depends=('nautilus' 'libgnome-media-profiles') diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 416123bbf..62e927ec3 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=nbd pkgver=3.2 pkgrel=3 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nbd.sourceforge.net" license=('GPL') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD index 03c637932..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 011f7e0d8..398ab5ec2 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Disk usage analyzer with an ncurses interface' url='http://dev.yorhel.nl/ncdu/' license=('custom:MIT') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") sha1sums=('27cb5464b192db8ffdf0a894fe51d29985348eb0') diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index 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/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD index 8a54b20ff..a84eac204 100644 --- a/community/ndisc6/PKGBUILD +++ b/community/ndisc6/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ndisc6 pkgver=1.0.2 pkgrel=5 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 8c6f3a4e7..64fce4172 100644 --- a/community/nemiver/PKGBUILD +++ b/community/nemiver/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nemiver pkgver=0.9.4 pkgrel=1 pkgdesc='C/C++ debugger for GNOME' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL') url='http://www.gnome.org/projects/nemiver/' depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool') 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 e748926d9..06dd81737 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -6,9 +6,9 @@ pkgname=net6 pkgver=1.3.12 -pkgrel=3 +pkgrel=3.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 9e1d02240..eea127bfd 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcf pkgver=0.2.2 pkgrel=1 pkgdesc="A library for configuring network interfaces" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://fedorahosted.org/netcf/" depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') diff --git a/community/nethack/PKGBUILD b/community/nethack/PKGBUILD index ccb4a8c60..1caa7b70f 100644 --- a/community/nethack/PKGBUILD +++ b/community/nethack/PKGBUILD @@ -9,7 +9,7 @@ pkgname=nethack pkgver=3.4.3 pkgrel=7 pkgdesc='A single player dungeon exploration game' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nethack.org/index.html" license=('custom') depends=('ncurses' 'gzip') diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD index 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 e24d0c0b3..0874ee86f 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=netsurf pkgver=2.9 pkgrel=5 pkgdesc='Lightweight and fast web browser' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/' license=('GPL') depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.2.0' 'gstreamer0.10') diff --git a/community/netwatch/PKGBUILD b/community/netwatch/PKGBUILD index 4bbe25890..368a4e2ba 100644 --- a/community/netwatch/PKGBUILD +++ b/community/netwatch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=netwatch pkgver=1.3.0 pkgrel=3 pkgdesc="monitor network connections" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html" license=('GPL') options=(zipman) diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 3a06787e7..fa0e14dca 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=newsbeuter pkgver=2.5 pkgrel=1 pkgdesc="A RSS feed reader for the text console with special Podcast support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.newsbeuter.org/" license=('custom: MIT') depends=('curl' 'json-c' 'libxml2' 'sqlite3' 'stfl') @@ -15,12 +15,14 @@ optdepends=('ruby') options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz) -sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825') +source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz + newsbeuter-2.5-gcc47.patch) +sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825' + 'c48029c63cfc45d5df3bdbc4c9fd345463a61ad97f6eac797db62d63c49c6af8') build() { cd ${srcdir}/$pkgname-$pkgver - + patch -Np1 -i ${srcdir}/newsbeuter-2.5-gcc47.patch make prefix=/usr } 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/nginx/PKGBUILD b/community/nginx/PKGBUILD index 47701444b..cd886d655 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -10,7 +10,7 @@ pkgname=nginx pkgver=1.2.6 pkgrel=2 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 b5d95bdb5..68b402fa9 100644 --- a/community/ngircd/PKGBUILD +++ b/community/ngircd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngircd pkgver=20 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..0ea7df42a 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngrep pkgver=1.45 pkgrel=9 pkgdesc='A grep-like utility that allows you to search for network packets on an interface.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ngrep.sourceforge.net/' license=('custom') depends=('libpcap>=1.0.0' 'pcre') diff --git a/community/ngspice/PKGBUILD b/community/ngspice/PKGBUILD index 4a8fc2ecc..4832e84b2 100644 --- a/community/ngspice/PKGBUILD +++ b/community/ngspice/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.' url='http://ngspice.sourceforge.net' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libxaw' 'libedit' 'gcc-libs') source=("http://downloads.sourceforge.net/$pkgname/$pkgver/ngspice-$pkgver.tar.gz") sha1sums=('a6bb0e65c1c07d48f1d3e4df44fc17f6262952eb') diff --git a/community/nickle/PKGBUILD b/community/nickle/PKGBUILD index 44f3e05ca..6f860bc9d 100644 --- a/community/nickle/PKGBUILD +++ b/community/nickle/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nickle pkgver=2.70 pkgrel=2 pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nickle.org" license=('custom') depends=('readline') diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD index f8cd1d0b6..23524c6b0 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Monitors network traffic and bandwidth usage' url='http://www.roland-riegel.de/nload' license=('GPL2') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("$url/$pkgname-$pkgver.tar.gz") md5sums=('3c733c528f244ca5a4f76bf185729c39') diff --git a/community/nmon/PKGBUILD b/community/nmon/PKGBUILD index 6420dedb8..c17e268d8 100644 --- a/community/nmon/PKGBUILD +++ b/community/nmon/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nmon pkgver=14g pkgrel=3 pkgdesc="AIX & Linux Performance Monitoring tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nmon.sourceforge.net" license=('GPL') depends=('ncurses') diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 8d15d493d..4617b7895 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -11,7 +11,7 @@ pkgname=nodejs pkgver=0.8.19 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/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 bd3aea280..4a240b159 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime') pkgver=0.15 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/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/nvclock/PKGBUILD b/community/nvclock/PKGBUILD index ac863cc81..ce2f5bbfc 100644 --- a/community/nvclock/PKGBUILD +++ b/community/nvclock/PKGBUILD @@ -7,7 +7,7 @@ pkgname=nvclock pkgver=0.8b4 pkgrel=3 pkgdesc='A small utility which allows users to overclock NVIDIA based video cards.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.linuxhardware.org/nvclock/' license=('GPL') depends=('gtk2') diff --git a/community/nvdock/PKGBUILD b/community/nvdock/PKGBUILD deleted file mode 100644 index e9d52f4a4..000000000 --- a/community/nvdock/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 59826 2011-11-30 20:47:00Z giovanni $ -# Maintainer: Giovanni Scafora <giovanni@archlinux.org> -# Contributor: Matthew Sharpe <matt.sharpe@gmail.com> - -pkgname=nvdock -pkgver=1.02 -pkgrel=4 -pkgdesc="A tray icon for easy launching of the NVIDIA control panel" -arch=('i686' 'x86_64') -url="http://www.opsat.net/user/bob/projects/nvdock" -license=('BSD') -depends=('gtk2') -makedepends=('glib') -source=("http://bobmajdakjr.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('e18c4eeff936dc3b671fd8b5a9bb5145') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - install -D -m755 build/nvdock "${pkgdir}/usr/bin/nvdock" - install -D -m644 data/nvdock.png "${pkgdir}/usr/share/pixmaps/nvdock.png" - install -D -m644 data/nvdock.desktop "${pkgdir}/usr/share/applications/nvdock.desktop" - - # Install license - install -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index 18385aef8..7d29f4002 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nzbget pkgver=9.1 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..c67f0a999 100644 --- a/community/obconf/PKGBUILD +++ b/community/obconf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=obconf pkgver=2.0.3.git20100309 pkgrel=3 pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbox.org/wiki/ObConf:About" license=('GPL') depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm') diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD index c3472e487..d97488ca2 100644 --- a/community/obexfs/PKGBUILD +++ b/community/obexfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=obexfs pkgver=0.12 pkgrel=3 pkgdesc="FUSE based filesystem using ObexFTP (currently beta)." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openobex.triq.net/obexfs" license=('GPL') source=(http://triq.net/obexftp/$pkgname-$pkgver.tar.gz) diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index a78465650..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/ogmrip/PKGBUILD b/community/ogmrip/PKGBUILD index 0c0dfdc44..16f63a541 100644 --- a/community/ogmrip/PKGBUILD +++ b/community/ogmrip/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ogmrip pkgver=0.13.8 pkgrel=1 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ogmrip.sourceforge.net/" license=('GPL') depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant') diff --git a/community/oidentd/PKGBUILD b/community/oidentd/PKGBUILD index 8841f76cc..5c3872a0f 100644 --- a/community/oidentd/PKGBUILD +++ b/community/oidentd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=oidentd pkgver=2.0.8 pkgrel=7 pkgdesc='An RFC1413 compliant ident daemon' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dev.ojnk.net/" license=('GPL') depends=('glibc' 'bash') diff --git a/community/ois/PKGBUILD b/community/ois/PKGBUILD index f7de157c3..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 d1cc4b5e8..a9ec80086 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -5,7 +5,7 @@ pkgname=onboard pkgver=0.98.2 pkgrel=1 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/onboard" license=('GPL') depends=('python-dbus' 'python-gobject' 'gtk3' 'python-virtkey' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD index 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/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD deleted file mode 100644 index df6d75ea6..000000000 --- a/community/open-vm-tools-modules/PKGBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# $Id: PKGBUILD 80262 2012-11-18 19:27:05Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Krzysztof Raczkowski <raczkow@gmail.com> - -pkgname=open-vm-tools-modules -epoch=1 -pkgver=9.2.2 -_pkgsubver=893683 -pkgrel=1 -pkgdesc="kernel modules for the open source implementation of VMware Tools" -arch=('i686' 'x86_64') -url="http://open-vm-tools.sourceforge.net/" -license=('GPL') -makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers') -depends=("linux") -install=$pkgname.install -options=('!strip' '!makeflags') -source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz" - "modprobe.conf" - "linux-3.6-build-fix.patch") -md5sums=('7af505681d736d4c9ee6493b1166689f' - 'bc5518489077e91655489bd04b868584' - 'd9ffaf628837ea6a216b96dac69705e6') - -build() { - _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) - KERNEL_RELEASE=$(cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version) - - cd "$srcdir/open-vm-tools-${pkgver}-${_pkgsubver}" - - sed -i 's|proc-3.2.8|procps|g' configure -# patch -p1 <$srcdir/linux-3.6-build-fix.patch - - [ $NOEXTRACT -eq 1 ] || ./configure \ - --prefix=/usr \ - --without-x \ - --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE - - make -C modules modules -} - -package() { - _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) - depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)") - KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version) - msg "Kernel = $KERNEL_VERSION" - - cd "$srcdir/open-vm-tools-${pkgver}-${_pkgsubver}" - mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/ - - find -type f -name '*.ko' \ - -exec install -t "$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH" {} + - - gzip "$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH"/*.ko - - install -D -m 644 ${srcdir}/modprobe.conf ${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf - sed -i "s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH|" $startdir/$pkgname.install -} diff --git a/community/open-vm-tools-modules/linux-3.6-build-fix.patch b/community/open-vm-tools-modules/linux-3.6-build-fix.patch deleted file mode 100644 index f012a3ff1..000000000 --- a/community/open-vm-tools-modules/linux-3.6-build-fix.patch +++ /dev/null @@ -1,63 +0,0 @@ -diff -wbBur open-vm-tools-2012.05.21-724730.org/modules/linux/vmhgfs/inode.c open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c ---- open-vm-tools-2012.05.21-724730.org/modules/linux/vmhgfs/inode.c 2012-05-23 00:12:52.000000000 +0400 -+++ open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/inode.c 2012-10-02 15:39:47.000000000 +0400 -@@ -1801,7 +1802,7 @@ - #else - if (mask & MAY_ACCESS) { /* For sys_access. */ - #endif -- struct list_head *pos; -+ struct hlist_node *pos; - int dcount = 0; - struct dentry *dentry = NULL; - -@@ -1817,7 +1818,7 @@ - #endif - - /* Find a dentry with valid d_count. Refer bug 587789. */ -- list_for_each(pos, &inode->i_dentry) { -+ list_for_each(pos, inode->i_dentry.first) { - dentry = list_entry(pos, struct dentry, d_alias); - #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 38) - dcount = atomic_read(&dentry->d_count); -diff -wbBur open-vm-tools-2012.05.21-724730.org/modules/linux/vmhgfs/page.c open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c ---- open-vm-tools-2012.05.21-724730.org/modules/linux/vmhgfs/page.c 2012-05-23 00:12:52.000000000 +0400 -+++ open-vm-tools-2012.05.21-724730/modules/linux/vmhgfs/page.c 2012-10-02 15:41:38.000000000 +0400 -@@ -893,7 +893,7 @@ - */ - if ((offset >= currentFileSize) || - ((pageFrom == 0) && (offset + pageTo) >= currentFileSize)) { -- void *kaddr = kmap_atomic(page, KM_USER0); -+ void *kaddr = kmap_atomic(page); - - if (pageFrom) { - memset(kaddr, 0, pageFrom); -@@ -901,7 +901,7 @@ - if (pageTo < PAGE_CACHE_SIZE) { - memset(kaddr + pageTo, 0, PAGE_CACHE_SIZE - pageTo); - } -- kunmap_atomic(kaddr, KM_USER0); -+ kunmap_atomic(kaddr); - flush_dcache_page(page); - } - } -diff -wbBur open-vm-tools-2012.05.21-724730.org/modules/linux/vmsync/sync.c open-vm-tools-2012.05.21-724730/modules/linux/vmsync/sync.c ---- open-vm-tools-2012.05.21-724730.org/modules/linux/vmsync/sync.c 2012-05-23 00:12:52.000000000 +0400 -+++ open-vm-tools-2012.05.21-724730/modules/linux/vmsync/sync.c 2012-10-02 15:23:56.000000000 +0400 -@@ -162,7 +162,7 @@ - cancel_delayed_work(&state->thawTask); - list_for_each_safe(cur, tmp, &state->devices) { - dev = list_entry(cur, VmSyncBlockDevice, list); -- if (dev->sb != NULL && dev->sb->s_frozen != SB_UNFROZEN) { -+ if (dev->sb != NULL && dev->sb->s_writers.frozen != SB_UNFROZEN) { - thaw_bdev(dev->bdev, dev->sb); - atomic_dec(&gFreezeCount); - } -@@ -237,7 +237,7 @@ - * the superblock is already frozen. - */ - if (inode->i_sb->s_bdev == NULL || -- inode->i_sb->s_frozen != SB_UNFROZEN) { -+ inode->i_sb->s_writers.frozen != SB_UNFROZEN) { - result = (inode->i_sb->s_bdev == NULL) ? -EINVAL : -EALREADY; - compat_path_release(&nd); - goto exit; diff --git a/community/open-vm-tools-modules/modprobe.conf b/community/open-vm-tools-modules/modprobe.conf deleted file mode 100644 index 6a1a9ca53..000000000 --- a/community/open-vm-tools-modules/modprobe.conf +++ /dev/null @@ -1 +0,0 @@ -softdep pcnet32 pre: vmxnet diff --git a/community/open-vm-tools-modules/open-vm-tools-modules.install b/community/open-vm-tools-modules/open-vm-tools-modules.install deleted file mode 100644 index e8ad0e85d..000000000 --- a/community/open-vm-tools-modules/open-vm-tools-modules.install +++ /dev/null @@ -1,23 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) - echo ">>> Enabling vmxnet driver in /usr/lib/modprobe.d/open-vm-tools-modules.conf" - echo ">>> (this will disable pcnet32 driver)" - echo ">>>" - echo ">>> If vmxnet driver doesn't handle your NIC, you have to manually" - echo ">>> disable loading of pcnet32 driver" - echo ">>>" -} - -post_upgrade() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_remove() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) - echo ">>>" - echo ">>> Remember to un-blacklist pcnet32 driver" - echo ">>>" -} diff --git a/community/open-vm-tools/PKGBUILD b/community/open-vm-tools/PKGBUILD deleted file mode 100644 index 22b63f7d6..000000000 --- a/community/open-vm-tools/PKGBUILD +++ /dev/null @@ -1,100 +0,0 @@ -# $Id: PKGBUILD 80292 2012-11-19 13:12:33Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Krzysztof Raczkowski <raczkow@gmail.com> - -pkgbase=open-vm-tools -pkgname=('open-vm-tools' 'open-vm-tools-dkms') -epoch=1 -pkgver=9.2.2 -_pkgsubver=893683 -pkgrel=3 -pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools" -arch=('i686' 'x86_64') -url="http://open-vm-tools.sourceforge.net/" -license=('LGPL') -depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss' 'iproute2') -makedepends=('chrpath' 'doxygen' 'gtkmm' 'fuse' 'libxtst') -optdepends=('gtkmm' 'libnotify' 'libxtst' 'fuse' 'libsm' - 'open-vm-tools-modules: for linux kernel' - 'open-vm-tools-dkms: for linux-lts and other kernels') -backup=('etc/conf.d/open-vm-tools' - 'etc/pam.d/vmware-guestd') -options=('docs' '!libtool') -install=$pkgname.install -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}.tar.gz - scripts-network.patch - scripts-network-FS19541.patch - open-vm-tools-X11Bool.patch - open-vm-tools.conf.d - open-vm-tools.rc.d - tools.conf - vmware-guestd - xautostart.conf - modprobe.conf - vmtoolsd.service) -md5sums=('7af505681d736d4c9ee6493b1166689f' - 'b8f68fef3d388489e40dba581b6da18a' - '507ead54854e49762ca2a6893529c484' - '8c333a979578bdc0c3134c1dd6bb7353' - '6567ca1b465854f832fc94a4e9faf876' - '0848618fa6310294db2752c77ae99865' - 'b55d15e2c4be396aad709aeca91033d3' - '1b9ae908fce4c623269f100ee9bdfdef' - '75a25d83417e683957321f97a00f8465' - 'bc5518489077e91655489bd04b868584' - 'a6c53243d31c765580f6dded7d5fa98f') - -build() { - cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}" - export CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS - [ -f Makefile ] || CUSTOM_PROCPS_NAME="procps" ./configure --prefix=/usr --without-kernel-modules - make -} - -package_open-vm-tools() { - cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}" - - make install DESTDIR="$pkgdir" - install -Dm0644 vmware-user-suid-wrapper/vmware-user.desktop $pkgdir/usr/share/applications/vmware-user.desktop - - # vmware-user XDG autostart - mkdir -p $pkgdir/etc/xdg/autostart - ln -s /usr/share/applications/vmware-user.desktop $pkgdir/etc/xdg/autostart/vmware-user.desktop - - install -D -m 755 scripts/common/vmware-xdg-detect-de "$pkgdir"/usr/bin/vmware-xdg-detect-de - chmod 07755 "$pkgdir"/usr/bin/vmware-user-suid-wrapper - - cd "$pkgdir" - patch -p1 -i "$srcdir"/scripts-network.patch etc/vmware-tools/scripts/vmware/network - patch -p1 -i "$srcdir"/scripts-network-FS19541.patch etc/vmware-tools/scripts/vmware/network - - install -Dm0755 "$srcdir"/open-vm-tools.rc.d "$pkgdir"/etc/rc.d/open-vm-tools - install -Dm0644 "$srcdir"/open-vm-tools.conf.d "$pkgdir"/etc/conf.d/open-vm-tools - install -Dm0644 "$srcdir"/tools.conf "$pkgdir"/etc/vmware-tools/tools.conf - install -Dm0644 "$srcdir"/xautostart.conf "$pkgdir"/etc/vmware-tools/xautostart.conf - install -Dm0644 "$srcdir"/vmware-guestd "$pkgdir"/etc/pam.d/vmware-guestd - rm -rf "$pkgdir"/usr/etc - - ln -fs /usr/sbin/mount.vmhgfs "$pkgdir"/sbin/mount.vmhgfs - - cd "$pkgdir" && find -type f -exec sh -c "file {} | grep ELF >/dev/null && echo {} && chrpath -d {}" \; - install -Dm644 ${srcdir}/vmtoolsd.service ${pkgdir}/usr/lib/systemd/system/vmtoolsd.service -} - -package_open-vm-tools-dkms() { - pkgdesc="kernel modules for the open source implementation of VMware Tools" - depends=('dkms') - provides=('open-vm-tools-modules') - conflicts=('open-vm-tools-modules') - optdepends=() - backup=() - install=open-vm-tools-dkms.install - - install -d -m755 ${pkgdir}/usr/src/ - sh ${srcdir}/open-vm-tools-${pkgver}-${_pkgsubver}/modules/linux/dkms.sh \ - ${srcdir}/open-vm-tools-${pkgver}-${_pkgsubver}/ \ - ${pkgdir}/usr/src/ - install -Dm644 ${srcdir}/modprobe.conf ${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf - - rm -f $pkgdir/etc/vmware-tools/scripts/vmware/*.orig -} diff --git a/community/open-vm-tools/modprobe.conf b/community/open-vm-tools/modprobe.conf deleted file mode 100644 index 6a1a9ca53..000000000 --- a/community/open-vm-tools/modprobe.conf +++ /dev/null @@ -1 +0,0 @@ -softdep pcnet32 pre: vmxnet diff --git a/community/open-vm-tools/open-vm-tools-X11Bool.patch b/community/open-vm-tools/open-vm-tools-X11Bool.patch deleted file mode 100644 index f12581807..000000000 --- a/community/open-vm-tools/open-vm-tools-X11Bool.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -wbBur open-vm-tools-2010.08.24-292196.org/lib/include/vm_basic_types.h open-vm-tools-2010.08.24-292196/lib/include/vm_basic_types.h ---- open-vm-tools-2010.08.24-292196.org/lib/include/vm_basic_types.h 2010-08-24 19:59:22.000000000 +0000 -+++ open-vm-tools-2010.08.24-292196/lib/include/vm_basic_types.h 2010-08-30 09:38:48.000000000 +0000 -@@ -83,8 +83,11 @@ - - /* STRICT ANSI means the Xserver build and X defines Bool differently. */ - #if !defined(__STRICT_ANSI__) || defined(__FreeBSD__) || defined(__MINGW32__) -+# ifndef _XTYPEDEF_BOOL -+# define _XTYPEDEF_BOOL - typedef char Bool; - #endif -+#endif - - #ifndef FALSE - #define FALSE 0 diff --git a/community/open-vm-tools/open-vm-tools-dkms.install b/community/open-vm-tools/open-vm-tools-dkms.install deleted file mode 100644 index 6aadce7c7..000000000 --- a/community/open-vm-tools/open-vm-tools-dkms.install +++ /dev/null @@ -1,23 +0,0 @@ -post_install() { - echo ">>> Enable building of open-vm-tools modules:" - echo ">>> $ dkms add open-vm-tools/${1%-*}" - echo ">>>" - echo ">>> Enabling vmxnet driver in /usr/lib/modprobe.d/open-vm-tools-modules.conf" - echo ">>> (this will disable pcnet32 driver)" - echo ">>>" - echo ">>> If vmxnet driver doesn't handle your NIC, you have to manually" - echo ">>> disable loading of pcnet32 driver" - echo ">>>" -} - -post_upgrade() { - echo ">>> Enable building of open-vm-tools modules:" - echo ">>> $ dkms add open-vm-tools/${1%-*}" - echo ">>>" -} - -post_remove() { - echo ">>>" - echo ">>> Remember to un-blacklist pcnet32 driver" - echo ">>>" -} diff --git a/community/open-vm-tools/open-vm-tools.conf.d b/community/open-vm-tools/open-vm-tools.conf.d deleted file mode 100644 index e24ab4e7f..000000000 --- a/community/open-vm-tools/open-vm-tools.conf.d +++ /dev/null @@ -1,11 +0,0 @@ -# Enable support for Drag'n'Drop -VM_DRAG_AND_DROP="yes" - -# Load these modules on startup -# They must be listed in proper dependency order -# vmblock module loading is switched by VM_DRAG_AND_DROP variable above -VM_MODULES=('vmci' 'vsock' 'vmhgfs' 'vmsync') - -# vmware-guestd settings -GUESTD_BIN="/usr/sbin/vmware-guestd" -PIDFILE="/var/run/vmware-guestd.pid" diff --git a/community/open-vm-tools/open-vm-tools.install b/community/open-vm-tools/open-vm-tools.install deleted file mode 100644 index 88d9b88e6..000000000 --- a/community/open-vm-tools/open-vm-tools.install +++ /dev/null @@ -1,10 +0,0 @@ -post_install() { - [ ! -d "/mnt/hgfs" ] && mkdir /mnt/hgfs - echo ">>>" - echo ">>> You can mount VMware Shared Folders via:" - echo ">>> mount -t vmhgfs .host:/ /mnt/hgfs" - echo ">>>" - echo ">>> or by adding this line to /etc/fstab:" - echo ">>> .host:/ /mnt/hgfs vmhgfs defaults 0 0" - echo ">>>" -} diff --git a/community/open-vm-tools/open-vm-tools.rc.d b/community/open-vm-tools/open-vm-tools.rc.d deleted file mode 100644 index 1d9505abc..000000000 --- a/community/open-vm-tools/open-vm-tools.rc.d +++ /dev/null @@ -1,106 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -# source application-specific settings -[ -f /etc/conf.d/open-vm-tools ] && . /etc/conf.d/open-vm-tools - -PID=`pidof -o %PPID /usr/bin/vmtoolsd` -case "$1" in - start) - stat_busy "Starting Open Virtual Machine Tools" - - if [ "$VM_DRAG_AND_DROP" == "yes" ]; then - VMBLOCK=`grep -w vmblock /proc/modules` - [ -z "$VMBLOCK" ] && modprobe vmblock - if [ $? -gt 0 ]; then - stat_fail - exit 1 - fi - - DND_TMPDIR="/tmp/VMwareDnD" - if [ ! -d "$DND_TMPDIR" ]; then - mkdir $DND_TMPDIR - chmod 1777 $DND_TMPDIR - fi - - mount -t vmblock none /proc/fs/vmblock/mountPoint - if [ $? -gt 0 ]; then - stat_fail - exit 1 - fi - fi - - - for m in ${VM_MODULES[@]}; do - VMMOD=`grep -w $m /proc/modules` - [ -z "$VMMOD" ] && \ - { modprobe $m - if [ $? -gt 0 ]; then - stat_fail - exit 1 - fi; } - done - - - [ -z "$PID" ] && /usr/bin/vmtoolsd --background $PIDFILE - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon open-vm-tools - stat_done - fi - ;; - stop) - stat_busy "Stopping Open Virtual Machine Tools" - [ ! -z "$PID" ] && kill $PID &>/dev/null -# if [ $? -gt 0 ]; then -# stat_fail -# exit 1 -# fi - - VM_MODULES_RM=() - for m in ${VM_MODULES[@]}; do - VM_MODULES_RM=($m ${VM_MODULES_RM[@]}) - done - - for m in ${VM_MODULES_RM[@]}; do - VMMOD=`grep -w $m /proc/modules` - [ ! -z "$VMMOD" ] && rmmod $m - if [ $? -gt 0 ]; then - stat_fail - exit 4 - fi - done - - if [ "$VM_DRAG_AND_DROP" == "yes" ]; then - MOUNTPOINT=`grep -w "none /proc/fs/vmblock/mountPoint vmblock" /proc/modules` - [ -z "$MOUNTPOINT" ] && umount /proc/fs/vmblock/mountPoint - if [ $? -gt 0 ]; then - stat_fail - exit 5 - fi - - DND_TMPDIR="/tmp/VMwareDnD" - rm -r $DND_TMPDIR - - VMBLOCK=`grep -w vmblock /proc/modules` - [ ! -z "$VMBLOCK" ] && rmmod vmblock - if [ $? -gt 0 ]; then - stat_fail - exit 6 - fi - fi - - rm_daemon open-vm-tools - stat_done - ;; - restart) - $0 stop - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/open-vm-tools/scripts-network-FS19541.patch b/community/open-vm-tools/scripts-network-FS19541.patch deleted file mode 100644 index 296f22242..000000000 --- a/community/open-vm-tools/scripts-network-FS19541.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- network.orig 2011-11-09 18:42:28.000000000 +0400 -+++ network 2011-11-09 18:46:22.000000000 +0400 -@@ -76,7 +76,7 @@ - else - echo `date` "[rescue_nic] activating $nic ..." - -- ifup $nic -+ ip link set $nic up - exitCode=`expr $exitCode \| $?` - fi - done < $activeList -@@ -105,7 +105,7 @@ - # `which' may be a bit noisy, so we'll shush it. - dbusSend=`which dbus-send 2>/dev/null` - rc=$? -- if [ $rc = 0 ]; then -+ if [ $rc = 0 ] && [ `pidof dbus-daemon` ]; then - # NetworkManager 0.8.0 - $dbusSend --system --print-reply \ - --dest=org.freedesktop.NetworkManager \ -@@ -154,7 +154,7 @@ - # `which' may be a bit noisy, so we'll shush it. - dbusSend=`which dbus-send 2>/dev/null` - rc=$? -- if [ $rc = 0 ]; then -+ if [ $rc = 0 ] && [ `pidof dbus-daemon` ]; then - # NetworkManager 0.8.0 - $dbusSend --system --print-reply \ - --dest=org.freedesktop.NetworkManager \ -@@ -203,7 +203,7 @@ - - # XXX Are these really necessary? If so, we should have seen customer - # complaints by now. -- which ifup >/dev/null 2>&1 || Panic "ifup not in search path." -+# which ifup >/dev/null 2>&1 || Panic "ifup not in search path." - which ifconfig >/dev/null 2>&1 || Panic "ifconfig not in search path." - - case "$1" in diff --git a/community/open-vm-tools/scripts-network.patch b/community/open-vm-tools/scripts-network.patch deleted file mode 100644 index 44c7e6dcb..000000000 --- a/community/open-vm-tools/scripts-network.patch +++ /dev/null @@ -1,73 +0,0 @@ ---- network.org 2012-03-17 22:20:11.000000000 +0400 -+++ network 2012-03-17 22:18:47.000000000 +0400 -@@ -34,51 +34,6 @@ - - - # --# find_networking_script -- --# --# Searches common Linux distro init/rc paths to find a singular network --# services script. --# --# Result: --# Returns a valid networking script path on success or "error" on failure. --# --# Side effects: --# None. --# -- --find_networking_script() { -- local script="error" -- for dir in "/etc/init.d" "/sbin/init.d" "/etc" "/etc/rc.d" ; do -- if [ -d "$dir/rc0.d" ] && -- [ -d "$dir/rc1.d" ] && -- [ -d "$dir/rc2.d" ] && -- [ -d "$dir/rc3.d" ] && -- [ -d "$dir/rc4.d" ] && -- [ -d "$dir/rc5.d" ] && -- [ -d "$dir/rc6.d" ]; then -- -- # Now find the appropriate networking script. -- if [ -d "$dir/init.d" ]; then -- if [ -x "$dir/init.d/network" ]; then -- script="$dir/init.d/network" -- elif [ -x "$dir/init.d/networking" ]; then -- script="$dir/init.d/networking" -- fi -- else -- if [ -x "$dir/network" ]; then -- script="$dir/network" -- elif [ -x "$dir/networking" ]; then -- script="$dir/networking" -- fi -- fi -- fi -- done -- -- echo "$script" --} -- -- --# - # run_network_script -- - # - # Finds out how to run the system's script used to control networking, and -@@ -87,17 +42,7 @@ - # - run_network_script() - { -- script=`find_networking_script` -- [ "$script" != "error" ] || Panic "Cannot find system networking script." -- -- # Using SysV "service" if it exists, otherwise fall back to run the script directly -- service=`which service 2>/dev/null` -- if [ $? = 0 -a -n "$service" ]; then -- serviceName=`basename "$script"` -- "$service" "$serviceName" "$1" -- else -- "$script" "$1" -- fi -+ /etc/rc.d/network "$1" - } - - diff --git a/community/open-vm-tools/tools.conf b/community/open-vm-tools/tools.conf deleted file mode 100644 index 0bb2681b1..000000000 --- a/community/open-vm-tools/tools.conf +++ /dev/null @@ -1 +0,0 @@ -bindir = "/usr/bin" diff --git a/community/open-vm-tools/vmtoolsd.service b/community/open-vm-tools/vmtoolsd.service deleted file mode 100644 index 1b9924c1f..000000000 --- a/community/open-vm-tools/vmtoolsd.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Open Virtual Machine Tools (VMware Tools) -ConditionVirtualization=vmware - -[Service] -ExecStart=/usr/bin/vmtoolsd - -[Install] -WantedBy=multi-user.target diff --git a/community/open-vm-tools/vmware-guestd b/community/open-vm-tools/vmware-guestd deleted file mode 100644 index f8ea34fc0..000000000 --- a/community/open-vm-tools/vmware-guestd +++ /dev/null @@ -1,6 +0,0 @@ -#%PAM-1.0 - -auth sufficient pam_unix2.so shadow nullok -auth required pam_unix_auth.so shadow nullok -account sufficient pam_unix2.so -account required pam_unix_acct.so diff --git a/community/open-vm-tools/xautostart.conf b/community/open-vm-tools/xautostart.conf deleted file mode 100644 index 829f379ce..000000000 --- a/community/open-vm-tools/xautostart.conf +++ /dev/null @@ -1,6 +0,0 @@ -gnome-panel -ksmserver -startkde -kwrapper -panel -xfce4-panel 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 5f41c273c..ff18b9fa1 100644 --- a/community/openbsd-netcat/PKGBUILD +++ b/community/openbsd-netcat/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.105 pkgrel=5 _patch=7 pkgdesc="TCP/IP swiss army knife. OpenBSD variant." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/netcat-openbsd" license=('BSD') depends=('libbsd') diff --git a/community/opencc/PKGBUILD b/community/opencc/PKGBUILD index ae94dce10..6f5214c50 100644 --- a/community/opencc/PKGBUILD +++ b/community/opencc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=opencc pkgver=0.3.0 pkgrel=1 pkgdesc="Library for Open Chinese Convert" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/opencc/" license=('Apache') depends=('glibc') diff --git a/community/openlierox/PKGBUILD b/community/openlierox/PKGBUILD index 8aa85dfa6..bcde7e3ea 100644 --- a/community/openlierox/PKGBUILD +++ b/community/openlierox/PKGBUILD @@ -7,7 +7,7 @@ pkgname=openlierox pkgver=0.58_rc3 pkgrel=4 pkgdesc="A real-time excessive Worms-clone" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.openlierox.net/" license=('LGPL') depends=('curl' 'gcc-libs' 'sdl_image' 'sdl_mixer' 'gd' 'hawknl' 'libxml2' 'libzip') diff --git a/community/openmotif/PKGBUILD b/community/openmotif/PKGBUILD index 1df04fc06..a502f732d 100644 --- a/community/openmotif/PKGBUILD +++ b/community/openmotif/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openmotif pkgver=2.3.4 pkgrel=1 pkgdesc="Open Motif" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.motifzone.org/" license=('GPL') depends=(libxext libxp libxft libxt libxmu libpng libjpeg) diff --git a/community/openntpd/PKGBUILD b/community/openntpd/PKGBUILD index 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 8669ec0c6..807f3888d 100644 --- a/community/openocd/PKGBUILD +++ b/community/openocd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=openocd pkgver=0.6.1 pkgrel=2 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 6fd256ca3..8fd31c1d5 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=opensc pkgver=0.13.0 pkgrel=1 pkgdesc='Access smart cards that support cryptographic operations' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.opensc-project.org/opensc/' license=('LGPL') backup=('etc/opensc.conf') diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD index 47b01740e..2f066b791 100644 --- a/community/opensips/PKGBUILD +++ b/community/opensips/PKGBUILD @@ -19,14 +19,14 @@ 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') source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz opensips.init opensips.service) -md5sums=('ec3d0f13bf8198a74aed91e5c38ec445' +md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77' '685fbe00826df1285b410d4610dcbb0c' '0d80ef75b5c10324e6db790b7741c2eb') diff --git a/community/openssh-askpass/PKGBUILD b/community/openssh-askpass/PKGBUILD index 85bf47ff6..99851f24f 100644 --- a/community/openssh-askpass/PKGBUILD +++ b/community/openssh-askpass/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openssh-askpass pkgver=1.3.6 pkgrel=1 pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' license=('GPL') depends=('openssh' 'qt') diff --git a/community/openthreads/PKGBUILD b/community/openthreads/PKGBUILD index ff94915c2..ab5bf7bf7 100644 --- a/community/openthreads/PKGBUILD +++ b/community/openthreads/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openthreads pkgver=2.3.0 pkgrel=2 pkgdesc="A minimal & complete Object-Oriented thread interface for C++ programmers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openthreads.sourceforge.net" license=("LGPL") depends=('gcc-libs') diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD index cf01e15f4..b1dda7907 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openttd pkgver=1.2.3 pkgrel=4 pkgdesc='An engine for running Transport Tycoon Deluxe.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.openttd.org' license=('GPL') depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-file-utils' 'xz') diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 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/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 bd792bbde..d799639c8 100644 --- a/community/oss/PKGBUILD +++ b/community/oss/PKGBUILD @@ -9,7 +9,7 @@ pkgname=oss true && pkgname=(oss libflashsupport-oss) pkgver=4.2_2007 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.opensound.com/" license=('GPL2') makedepends=('gtk2') diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD index 309d9d413..e4225e508 100644 --- a/community/ozerocdoff/PKGBUILD +++ b/community/ozerocdoff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ozerocdoff pkgver=2 pkgrel=7 pkgdesc="Userspace driver for Option High Speed Mobile Devices" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/ozerocdoff.html" depends=('bash' 'libusb-compat') license=('GPL2') diff --git a/community/p2c/PKGBUILD b/community/p2c/PKGBUILD index 0a22bcdef..c55a1276d 100644 --- a/community/p2c/PKGBUILD +++ b/community/p2c/PKGBUILD @@ -7,7 +7,7 @@ pkgname=p2c pkgver=1.21alpha2 pkgrel=10 pkgdesc="pascal to c/c++ converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/p2c" license=('GPL') depends=('perl') diff --git a/community/p3scan/PKGBUILD b/community/p3scan/PKGBUILD index 7312974e8..8791c00f4 100644 --- a/community/p3scan/PKGBUILD +++ b/community/p3scan/PKGBUILD @@ -6,7 +6,7 @@ pkgname=p3scan pkgver=2.3.2 pkgrel=7 pkgdesc="Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://p3scan.sourceforge.net/" depends=('pcre' 'openssl') license=('GPL') diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD index f00c83929..e84aada0f 100644 --- a/community/packagekit/PKGBUILD +++ b/community/packagekit/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python') pkgver=0.7.6 pkgrel=2 pkgdesc="A system designed to make installation and updates of packages easier." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.packagekit.org" license=('GPL') makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool' diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD index 7fec455f2..8b0573b2c 100644 --- a/community/packeth/PKGBUILD +++ b/community/packeth/PKGBUILD @@ -10,7 +10,7 @@ depends=(gtk2) source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2") url="http://packeth.sourceforge.net/" md5sums=('dab613ab413e959cb5c1ef6fd385a041') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') build() { diff --git a/community/paco/PKGBUILD b/community/paco/PKGBUILD index 2bc35fa4d..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-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD index 88e927d62..c0e35c92b 100644 --- a/community/pam-krb5/PKGBUILD +++ b/community/pam-krb5/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam-krb5 pkgver=4.6 pkgrel=1 pkgdesc='A PAM module providing Kerberos v5 support.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.eyrie.org/~eagle/software/pam-krb5/' license=('custom') options=('!libtool') diff --git a/community/pam_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 42cefbd84..372b14ca2 100644 --- a/community/pam_mysql/PKGBUILD +++ b/community/pam_mysql/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam_mysql pkgver=0.7RC1 pkgrel=6 pkgdesc="A PAM module to authenticate users against mysql." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://pam-mysql.sourceforge.net" depends=('pam' 'mysql' 'openssl') diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD index 84fc7be25..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/paraview/PKGBUILD b/community/paraview/PKGBUILD deleted file mode 100644 index ce5b87fad..000000000 --- a/community/paraview/PKGBUILD +++ /dev/null @@ -1,94 +0,0 @@ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Michele Mocciola <mickele> -# Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name> - -pkgname=paraview -pkgver=3.14.1 -pkgrel=2 -pkgdesc='Parallel Visualization Application using VTK' -arch=('i686' 'x86_64') -url='http://www.paraview.org' -license=('custom') -depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' - 'libmysqlclient' 'openmpi' 'boost-libs' 'libcgns2' - # export as avi support - #'ffmpeg' - # The following is a list of libraries we explicitly tell cmake to use the system library of - 'hdf5' 'freetype2' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'expat' 'libxml2' 'libtheora' - ) -makedepends=('cmake' 'desktop-file-utils' 'boost' 'mesa') -source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}-Source.tar.gz" - 'paraview.png' - 'paraview.desktop' - 'paraview-3.14.1-gcc47.patch' - 'doubletostring.patch' - 'fix_FTBFS_boost149.patch' - 'kwprocessxml_rpath.patch') -sha1sums=('1326c6e941fb9d12c548b14ca10932b49b5e3ffd' - 'a2dff014e1235dfaa93cd523286f9c97601d3bbc' - '9cd5b19b4072d8d5512bb97a141eb878adf73ab5' - 'dd8486082733bb6d13a741b52f4bbea804862295' - '9e85e47337ef66de7263b3d2f80a56e0cc307d61' - 'a9982155202b2cc93597e1fa66d12f2ffbbf287a' - '9e04dc858f0e8f30ce4595d6e5691f0463a02ea7') - -build() { - cd "${srcdir}"/ParaView-${pkgver}-Source - - patch -Np1 -i ../paraview-3.14.1-gcc47.patch - - # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640305 - patch -Np1 -i ../kwprocessxml_rpath.patch - - patch -Np1 -i ../fix_FTBFS_boost149.patch - - patch -Np1 -i ../doubletostring.patch - - mkdir "${srcdir}"/build - cd "${srcdir}"/build - - # flags to enable using system libs - local cmake_system_flags="" - for lib in HDF5 FREETYPE JPEG PNG TIFF ZLIB EXPAT LIBXML2 OGGTHEORA; do - cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON " - done - - # flags to use python2 instead of python which is 3.x.x on archlinux - local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \ - -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 -DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so" - - # enable when http://paraview.org/Bug/view.php?id=12852 gets fixed - #-DCMAKE_SKIP_RPATH:BOOL=YES \ - # the following flags enable the feature request at https://bugs.archlinux.org/task/27525 - # -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON -DVISIT_BUILD_READER_CGNS:BOOL=ON - cmake \ - -DCMAKE_SKIP_RPATH:BOOL=YES \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX:PATH=/usr \ - -DVTK_USE_BOOST:BOOL=ON \ - -DPARAVIEW_USE_MPI:BOOL=ON \ - -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \ - -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \ - -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \ - -DVISIT_BUILD_READER_CGNS:BOOL=ON \ - -DVTK_USE_FFMPEG_ENCODER:BOOL=OFF \ - ${cmake_system_flags} \ - ${cmake_system_python_flags} \ - ../ParaView-${pkgver}-Source - - make -} - -package() { - cd "${srcdir}"/build - - make DESTDIR="${pkgdir}" install - - # Install license - install -Dm644 "${srcdir}"/ParaView-${pkgver}-Source/License_v1.2.txt "${pkgdir}"/usr/share/licenses/paraview/LICENSE - - # Install desktop shortcuts - install -Dm644 "${srcdir}"/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png - desktop-file-install --dir="${pkgdir}"/usr/share/applications "${srcdir}"/paraview.desktop -} diff --git a/community/paraview/doubletostring.patch b/community/paraview/doubletostring.patch deleted file mode 100644 index 5aaa398fd..000000000 --- a/community/paraview/doubletostring.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur ParaView-3.14.1-Source.ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h ParaView-3.14.1-Source/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h ---- ParaView-3.14.1-Source.ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2012-04-02 12:56:35.000000000 -0400 -+++ ParaView-3.14.1-Source/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2012-06-04 12:27:44.184445953 -0400 -@@ -6,6 +6,7 @@ - #include <iomanip> - #include <istream> - #include "DebugStream.h" -+#include "stringutil.h" - - namespace rclib { - using namespace std; diff --git a/community/paraview/fix_FTBFS_boost149.patch b/community/paraview/fix_FTBFS_boost149.patch deleted file mode 100644 index b04d3917c..000000000 --- a/community/paraview/fix_FTBFS_boost149.patch +++ /dev/null @@ -1,27 +0,0 @@ -Description: fix FTBFS with boost 1.49 -Author: Dominique Belhachemi <domibel@debian.org> -Origin: http://anonscm.debian.org/gitweb/?p=collab-maint/vtk.git;a=commitdiff;h=55084a11b450e53b2e8786e23dd64a6a6b846e6b -Last-Update: 2012-05-07 - ---- a/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx -+++ b/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx -@@ -49,11 +49,17 @@ - - #if BOOST_VERSION >= 104800 // Boost 1.48.x - namespace { -- vtkIdType unwrap_edge_id(vtkEdgeType const &e) { -+ vtkIdType unwrap_edge_id(vtkEdgeType const &e) -+ { - return e.Id; - } -- vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e) { -+ vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e) -+ { -+# if BOOST_VERSION == 104800 - return e.underlying_desc.Id; -+# else -+ return e.underlying_descx.Id; -+# endif - } - } - #endif diff --git a/community/paraview/kwprocessxml_rpath.patch b/community/paraview/kwprocessxml_rpath.patch deleted file mode 100644 index b36feb6fc..000000000 --- a/community/paraview/kwprocessxml_rpath.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: This patch forces building of kwProcessXML as shared forwarded - executable in our case (even is CMAKE_SKIP_RPATH is OFF in debian) -Author: Mathieu Malaterre <mathieu.malaterre@gmail.com> -Bug-Debian: http://bugs.debian.org/640305 -Last-Update: 2011-09-13 - ---- a/Common/KWCommon/CMakeLists.txt -+++ b/Common/KWCommon/CMakeLists.txt -@@ -225,7 +225,7 @@ - IF(KWCOMMON_BUILD_PROCESSXML) - # For shared libraries on non-windows systems use the KWSys shared-forward - # implementation to make sure shared libraries are found. -- IF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH) -+ IF(BUILD_SHARED_LIBS ) - IF(NOT WIN32) - SET(KWCommon_FORWARD_DIR_BUILD ${EXECUTABLE_OUTPUT_PATH}) - SET(KWCommon_FORWARD_BIN_TO_LIB "..${KWCommon_INSTALL_LIB_DIR}") -@@ -248,7 +248,7 @@ - COMPONENT Development) - ENDIF(NOT KWCommon_INSTALL_NO_DEVELOPMENT) - ENDIF(NOT WIN32) -- ENDIF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH) -+ ENDIF(BUILD_SHARED_LIBS ) - - ADD_EXECUTABLE(kwProcessXML${KWCommon_EXE_SUFFIX} ProcessXML.cxx) - TARGET_LINK_LIBRARIES(kwProcessXML${KWCommon_EXE_SUFFIX} vtkCommon vtksys) diff --git a/community/paraview/paraview-3.14.1-gcc47.patch b/community/paraview/paraview-3.14.1-gcc47.patch deleted file mode 100644 index 792926719..000000000 --- a/community/paraview/paraview-3.14.1-gcc47.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naur ParaView-3.14.1-Source.ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx ParaView-3.14.1-Source/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx ---- ParaView-3.14.1-Source.ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx 2012-04-02 12:56:37.000000000 -0400 -+++ ParaView-3.14.1-Source/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx 2012-05-10 11:40:21.101841603 -0400 -@@ -21,6 +21,8 @@ - //files around for inspection. Otherwise it deletes the temporary files it - //creates and returns success. - -+#include <unistd.h> -+ - #include "vtkXdmfWriter.h" - - #include "vtkCellData.h" -diff -Naur ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeTools.cxx ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeTools.cxx ---- ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeTools.cxx 2012-04-02 12:57:30.000000000 -0400 -+++ ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeTools.cxx 2012-05-10 11:38:48.618504485 -0400 -@@ -35,6 +35,8 @@ - using namespace ftgl; - #endif - -+#include <stdint.h> -+ - // Print debug info - #define VTK_FTFC_DEBUG 0 - #define VTK_FTFC_DEBUG_CD 0 -diff -Naur ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeUtilities.cxx ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeUtilities.cxx ---- ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeUtilities.cxx 2012-04-02 12:57:30.000000000 -0400 -+++ ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeUtilities.cxx 2012-05-10 11:38:48.618504485 -0400 -@@ -36,6 +36,8 @@ - using namespace ftgl; - #endif - -+#include <stdint.h> -+ - // Print debug info - - #define VTK_FTFC_DEBUG 0 diff --git a/community/paraview/paraview.desktop b/community/paraview/paraview.desktop deleted file mode 100644 index 2f5b8ec69..000000000 --- a/community/paraview/paraview.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=ParaView -GenericName=Data Viewer -Comment=ParaView allows visualization of large data sets -Type=Application -Terminal=false -Icon=paraview -Categories=Graphics; -Exec=/usr/bin/paraview diff --git a/community/paraview/paraview.png b/community/paraview/paraview.png Binary files differdeleted file mode 100644 index 6e39f3d4f..000000000 --- a/community/paraview/paraview.png +++ /dev/null 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 3f520e620..31e5c98d8 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parole pkgver=0.4.0 pkgrel=1 pkgdesc="A modern media player based on the GStreamer framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/parole/" license=('GPL') depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1' diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 3e7a72a0c..4b50cfef1 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -8,7 +8,7 @@ _rel=stable #_rel=devel pkgrel=2 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 4f51db0de..bb1ded3f7 100644 --- a/community/partclone/PKGBUILD +++ b/community/partclone/PKGBUILD @@ -9,7 +9,7 @@ pkgname=partclone pkgver=0.2.48 pkgrel=5 pkgdesc="Back up and restore used-blocks of 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 c54515013..e4f424fdc 100644 --- a/community/passenger/PKGBUILD +++ b/community/passenger/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.19 pkgrel=1 _pkgdlnr=76675 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 2b5331239..c8755a098 100644 --- a/community/pax-utils/PKGBUILD +++ b/community/pax-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.5 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 0d6aec8c6..d0489a5ba 100644 --- a/community/pcsc-perl/PKGBUILD +++ b/community/pcsc-perl/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pcsc-perl pkgver=1.4.12 pkgrel=3 pkgdesc="A Perl Module for PC/SC SmartCard access" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/" license=('GPL' 'PerlArtistic') depends=('pcsclite' 'perl') diff --git a/community/pcsc-tools/PKGBUILD b/community/pcsc-tools/PKGBUILD index 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 a032ac75e..c7fad70bb 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdf2djvu pkgver=0.7.16 pkgrel=1 pkgdesc="Creates DjVu files from PDF files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pdf2djvu.googlecode.com" license=('GPL') depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick') diff --git a/community/pdf2svg/PKGBUILD b/community/pdf2svg/PKGBUILD index ad3c3d259..3461074cd 100644 --- a/community/pdf2svg/PKGBUILD +++ b/community/pdf2svg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pdf2svg pkgver=0.2.1 pkgrel=7 pkgdesc="A pdf to svg converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cityinthesky.co.uk/pdf2svg.html" license=('GPL') depends=('poppler-glib' 'gtk2' 'glib2') diff --git a/community/pdmenu/PKGBUILD b/community/pdmenu/PKGBUILD index bbd53cee0..9b79ad428 100644 --- a/community/pdmenu/PKGBUILD +++ b/community/pdmenu/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pdmenu pkgver=1.3.2 pkgrel=1 pkgdesc="simple full screen menu program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/unstable/source/pdmenu" license=('GPL') depends=('gpm' 'slang') diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 19e4172e7..2e7c4248c 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=6 pkgdesc='PowerDNS recursor' url='http://www.powerdns.com' license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('gcc-libs') # 'lua') makedepends=('boost') backup=('etc/powerdns/recursor.conf') diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 06aac06e4..7e7519472 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pdns pkgver=3.2 pkgrel=3 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=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua51' 'boost-libs') 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 91bdd5575..751bd58af 100644 --- a/community/pekwm/PKGBUILD +++ b/community/pekwm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pekwm pkgver=0.1.16 pkgrel=2 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 c0f1544c8..bcb102d29 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -5,7 +5,7 @@ pkgname=percona-server pkgver=5.5.29_rel29.4 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=('mysql-clients' 'libaio') conflicts=('mysql') diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index 64e5b04ff..3f8ff030e 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -6,7 +6,7 @@ pkgname=performous pkgver=0.7.0 pkgrel=3 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 21a131b25..463484cb4 100644 --- a/community/perl-clone/PKGBUILD +++ b/community/perl-clone/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-clone pkgver=0.31 pkgrel=5 pkgdesc='Recursive copy of nested objects.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://search.cpan.org/~RDF/Clone' license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-crypt-blowfish/PKGBUILD b/community/perl-crypt-blowfish/PKGBUILD index 780a82008..0edfcab11 100644 --- a/community/perl-crypt-blowfish/PKGBUILD +++ b/community/perl-crypt-blowfish/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-crypt-blowfish pkgver=2.12 pkgrel=5 pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Crypt-Blowfish" license=("GPL" "PerlArtistic") source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz") diff --git a/community/perl-crypt-des/PKGBUILD b/community/perl-crypt-des/PKGBUILD index e40092acd..1a8097f1c 100644 --- a/community/perl-crypt-des/PKGBUILD +++ b/community/perl-crypt-des/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-crypt-des pkgver=2.05 pkgrel=5 pkgdesc="Perl DES encryption module" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~dparis/Crypt-DES" license=("GPL" "PerlArtistic") depends=('glibc') diff --git a/community/perl-curses/PKGBUILD b/community/perl-curses/PKGBUILD index 3f11fa792..cd14d69d7 100644 --- a/community/perl-curses/PKGBUILD +++ b/community/perl-curses/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-curses pkgver=1.28 pkgrel=5 pkgdesc="Character screen handling and windowing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Curses" license=('GPL' 'PerlArtistic') depends=('perl' 'ncurses') diff --git a/community/perl-data-structure-util/PKGBUILD b/community/perl-data-structure-util/PKGBUILD index 636e1a877..81cff6e8b 100644 --- a/community/perl-data-structure-util/PKGBUILD +++ b/community/perl-data-structure-util/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-data-structure-util pkgver=0.15 pkgrel=6 pkgdesc="Perl/CPAN Module Data::Structure::Util" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Data-Structure-Util" license=("GPL" "PerlArtistic") source=("http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/Data-Structure-Util-$pkgver.tar.gz") diff --git a/community/perl-datetime-format-builder/PKGBUILD b/community/perl-datetime-format-builder/PKGBUILD index 71c3ed617..c385d6c93 100644 --- a/community/perl-datetime-format-builder/PKGBUILD +++ b/community/perl-datetime-format-builder/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-datetime-format-builder pkgver=0.8000 pkgrel=6 pkgdesc="Create DateTime parser classes and objects" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PerlArtistic' 'GPL') options=('!emptydirs') provides=('perl-datetime-format-builder=0.80') diff --git a/community/perl-datetime-format-mail/PKGBUILD b/community/perl-datetime-format-mail/PKGBUILD index cb5bacb73..f03909ce7 100644 --- a/community/perl-datetime-format-mail/PKGBUILD +++ b/community/perl-datetime-format-mail/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-datetime-format-mail pkgver=0.3001 pkgrel=8 pkgdesc="Convert between DateTime and RFC2822/822 formats " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DateTime-Format-Mail" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0' 'perl-datetime' 'perl-params-validate>=0.67') diff --git a/community/perl-datetime/PKGBUILD b/community/perl-datetime/PKGBUILD index e96c8ac14..a259cc7d1 100644 --- a/community/perl-datetime/PKGBUILD +++ b/community/perl-datetime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-datetime pkgver=0.77 pkgrel=1 pkgdesc="A complete, easy to use date and time object" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DateTime" license=('GPL' 'PerlArtistic') depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41' diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD index b4af7ef35..dfedd37cb 100644 --- a/community/perl-dbd-odbc/PKGBUILD +++ b/community/perl-dbd-odbc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-odbc pkgver=1.41 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 172143d89..3bd4df7bc 100644 --- a/community/perl-dbd-sqlite2/PKGBUILD +++ b/community/perl-dbd-sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-sqlite2 pkgver=0.33 pkgrel=9 pkgdesc="Perl/CPAN Module DBD::SQLite2" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/DBD-SQLite2" license=("GPL" "PerlArtistic") depends=("perl-dbi") diff --git a/community/perl-dbd-sybase/PKGBUILD b/community/perl-dbd-sybase/PKGBUILD index 338bf74ea..d85c095d3 100644 --- a/community/perl-dbd-sybase/PKGBUILD +++ b/community/perl-dbd-sybase/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-dbd-sybase pkgver=1.14 pkgrel=2 pkgdesc="Sybase Driver for DBI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DBD-Sybase/" license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds') diff --git a/community/perl-device-serialport/PKGBUILD b/community/perl-device-serialport/PKGBUILD index 7f0ba54d6..dadbb6fa4 100644 --- a/community/perl-device-serialport/PKGBUILD +++ b/community/perl-device-serialport/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-device-serialport pkgver=1.04 pkgrel=4 pkgdesc="POSIX clone of Win32::SerialPort" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Device-SerialPort" license=('GPL' 'PerlArtistic') depends=('perl') diff --git a/community/perl-file-rsyncp/PKGBUILD b/community/perl-file-rsyncp/PKGBUILD index 29af9c1a1..f963baba7 100644 --- a/community/perl-file-rsyncp/PKGBUILD +++ b/community/perl-file-rsyncp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-file-rsyncp pkgver=0.70 pkgrel=2 pkgdesc='Perl interface to rsync file list encoding and decoding' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'PerlArtistic') options=('!emptydirs' '!makeflags') url='http://search.cpan.org/dist/File-RsyncP' diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD index ae5b9ccfc..ff5b42f56 100644 --- a/community/perl-fuse/PKGBUILD +++ b/community/perl-fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-fuse pkgver=0.14 pkgrel=2 pkgdesc="write filesystems in Perl using FUSE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Fuse" depends=('perl' 'fuse') license=('GPL') diff --git a/community/perl-gd/PKGBUILD b/community/perl-gd/PKGBUILD index b3cf18028..826760ba9 100644 --- a/community/perl-gd/PKGBUILD +++ b/community/perl-gd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gd pkgver=2.46 pkgrel=3 pkgdesc="Interface to Gd Graphics Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GD" license=('GPL' 'PerlArtistic') depends=('gd') diff --git a/community/perl-gnome2-wnck/PKGBUILD b/community/perl-gnome2-wnck/PKGBUILD index 32e0812be..ca6fe4ce1 100644 --- a/community/perl-gnome2-wnck/PKGBUILD +++ b/community/perl-gnome2-wnck/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gnome2-wnck pkgver=0.16 pkgrel=6 pkgdesc="Perl interface to the Window Navigator Construction Kit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("GPL" "PerlArtistic") url="http://search.cpan.org/dist/Gnome2-Wnck" depends=('perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'gnome-perl' 'libwnck') diff --git a/community/perl-gssapi/PKGBUILD b/community/perl-gssapi/PKGBUILD index 51bed482b..095078f27 100644 --- a/community/perl-gssapi/PKGBUILD +++ b/community/perl-gssapi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gssapi pkgver=0.28 pkgrel=6 pkgdesc="Perl/CPAN Module GSSAPI" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/GSSAPI" license=("GPL" "PerlArtistic") depends=('krb5') diff --git a/community/perl-gstreamer-interfaces/PKGBUILD b/community/perl-gstreamer-interfaces/PKGBUILD index 50bb736b6..119ef1882 100644 --- a/community/perl-gstreamer-interfaces/PKGBUILD +++ b/community/perl-gstreamer-interfaces/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gstreamer-interfaces pkgver=0.06 pkgrel=5 pkgdesc="GStreamer::Interfaces" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GStreamer-Interfaces" license=('GPL' 'PerlArtistic') depends=('glib-perl' 'gstreamer0.10-base' 'perl-extutils-pkgconfig' 'perl-gstreamer' 'perl-extutils-depends') diff --git a/community/perl-gstreamer/PKGBUILD b/community/perl-gstreamer/PKGBUILD index d62ae8283..ce3a83bab 100644 --- a/community/perl-gstreamer/PKGBUILD +++ b/community/perl-gstreamer/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gstreamer pkgver=0.17 pkgrel=1 pkgdesc="Interface to the GStreamer library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/GStreamer" license=('GPL' 'PerlArtistic') depends=('glib-perl>=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig>=1.07' 'perl-extutils-depends>=0.205') diff --git a/community/perl-gtk2-sexy/PKGBUILD b/community/perl-gtk2-sexy/PKGBUILD index 46f089951..a9e2568d0 100644 --- a/community/perl-gtk2-sexy/PKGBUILD +++ b/community/perl-gtk2-sexy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-gtk2-sexy pkgver=0.05 pkgrel=7 pkgdesc="Perl/CPAN Module Gtk2::Sexy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-Sexy" license=('GPL' 'PerlArtistic') depends=('gtk2' 'libsexy') diff --git a/community/perl-gtk2-trayicon/PKGBUILD b/community/perl-gtk2-trayicon/PKGBUILD index aa6c724f3..30de9b127 100644 --- a/community/perl-gtk2-trayicon/PKGBUILD +++ b/community/perl-gtk2-trayicon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gtk2-trayicon pkgver=0.06 pkgrel=9 pkgdesc="Perl interface to the EggTrayIcon library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-TrayIcon/" depends=('gtk2-perl') makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends') diff --git a/community/perl-gtk2-webkit/PKGBUILD b/community/perl-gtk2-webkit/PKGBUILD index 5df9e74c1..68833be68 100644 --- a/community/perl-gtk2-webkit/PKGBUILD +++ b/community/perl-gtk2-webkit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-gtk2-webkit pkgver=0.09 pkgrel=3 pkgdesc="Gtk2::WebKit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Gtk2-WebKit" license=('GPL' 'PerlArtistic') depends=('perl' 'gtk2-perl' 'libwebkit' 'perl-extutils-depends' 'perl-extutils-pkgconfig') diff --git a/community/perl-html-strip/PKGBUILD b/community/perl-html-strip/PKGBUILD index 830bfff44..820c36d81 100644 --- a/community/perl-html-strip/PKGBUILD +++ b/community/perl-html-strip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-html-strip pkgver=1.06 pkgrel=8 pkgdesc="Perl/CPAN Module HTML::Strip" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~kilinrax/HTML-Strip/" license=("GPL" "PerlArtistic") depends=('perl') diff --git a/community/perl-inline-java/PKGBUILD b/community/perl-inline-java/PKGBUILD index 8704e58e9..f6042cbf6 100644 --- a/community/perl-inline-java/PKGBUILD +++ b/community/perl-inline-java/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-inline-java pkgver=0.53 pkgrel=4 pkgdesc="The Inline::Java module allows you to put Java source code directly inline in a Perl script or module." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('perl' 'perl-inline' 'java-runtime') makedepends=('java-environment') license=("GPL" "PerlArtistic") diff --git a/community/perl-io-dirent/PKGBUILD b/community/perl-io-dirent/PKGBUILD index 4dbd3d576..d27c607e0 100644 --- a/community/perl-io-dirent/PKGBUILD +++ b/community/perl-io-dirent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-io-dirent pkgver=0.05 pkgrel=2 pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'PerlArtistic') url='http://search.cpan.org/~scottw/IO-Dirent/' options=('!emptydirs') diff --git a/community/perl-io-string/PKGBUILD b/community/perl-io-string/PKGBUILD index 9f922b882..7aaa52442 100644 --- a/community/perl-io-string/PKGBUILD +++ b/community/perl-io-string/PKGBUILD @@ -7,7 +7,7 @@ pkgname=perl-io-string pkgver=1.08 pkgrel=8 pkgdesc="IO::File interface for in-core strings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/IO-String" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') diff --git a/community/perl-io-tty/PKGBUILD b/community/perl-io-tty/PKGBUILD index 540af17de..33593d4f0 100644 --- a/community/perl-io-tty/PKGBUILD +++ b/community/perl-io-tty/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-io-tty pkgver=1.10 pkgrel=2 pkgdesc="Provide an interface to TTYs and PTYs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/IO-Tty/" license=("GPL" "PerlArtistic") depends=('glibc') diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD index 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-libapreq2/PKGBUILD b/community/perl-libapreq2/PKGBUILD index 5acb325e6..10424201f 100644 --- a/community/perl-libapreq2/PKGBUILD +++ b/community/perl-libapreq2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-libapreq2 pkgver=2.13 pkgrel=3 pkgdesc="A safe, standards-compliant, high-performance library used for parsing HTTP cookies, query-strings and POST data." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/libapreq2" depends=('mod_perl' 'apr-util') makedepends=('perl-extutils-xsbuilder') diff --git a/community/perl-linux-pid/PKGBUILD b/community/perl-linux-pid/PKGBUILD index 9efec9e4a..76714a174 100644 --- a/community/perl-linux-pid/PKGBUILD +++ b/community/perl-linux-pid/PKGBUILD @@ -7,7 +7,7 @@ pkgname='perl-linux-pid' pkgver='0.04' pkgrel='2' pkgdesc="Interface to Linux getpp?id functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') diff --git a/community/perl-mail-box-parser-c/PKGBUILD b/community/perl-mail-box-parser-c/PKGBUILD index da609e0f6..3cbc720ce 100644 --- a/community/perl-mail-box-parser-c/PKGBUILD +++ b/community/perl-mail-box-parser-c/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-mail-box-parser-c pkgver=3.006 pkgrel=8 pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Mail-Box-Parser-C" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-mail-transport-dbx/PKGBUILD b/community/perl-mail-transport-dbx/PKGBUILD index fb303ea49..8742685cb 100644 --- a/community/perl-mail-transport-dbx/PKGBUILD +++ b/community/perl-mail-transport-dbx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-mail-transport-dbx pkgver=0.07 pkgrel=8 pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express mailboxes" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Mail-Transport-Dbx" license=("GPL" "PerlArtistic") options=('!emptydirs') diff --git a/community/perl-net-dbus/PKGBUILD b/community/perl-net-dbus/PKGBUILD index d8e5e7ae5..8f90b6f76 100644 --- a/community/perl-net-dbus/PKGBUILD +++ b/community/perl-net-dbus/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-net-dbus pkgver=1.0.0 pkgrel=2 pkgdesc="Binding for DBus messaging protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Net-DBus" license=('GPL' 'PerlArtistic') depends=('dbus' 'perl-xml-twig') diff --git a/community/perl-net-libidn/PKGBUILD b/community/perl-net-libidn/PKGBUILD index 75bf0f379..33c45f4b2 100644 --- a/community/perl-net-libidn/PKGBUILD +++ b/community/perl-net-libidn/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-net-libidn pkgver=0.12 pkgrel=6 pkgdesc="Perl/CPAN Module Net::LibIDN" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Net-LibIDN/" license=("GPL" "PerlArtistic") depends=(perl libidn) diff --git a/community/perl-package-stash-xs/PKGBUILD b/community/perl-package-stash-xs/PKGBUILD index ee83389a2..34f8633a1 100644 --- a/community/perl-package-stash-xs/PKGBUILD +++ b/community/perl-package-stash-xs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-package-stash-xs pkgver=0.25 pkgrel=2 pkgdesc="faster and more correct implementation of the Package::Stash API" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl>=5.8.1') diff --git a/community/perl-params-classify/PKGBUILD b/community/perl-params-classify/PKGBUILD index d0dae4a7d..7518329af 100644 --- a/community/perl-params-classify/PKGBUILD +++ b/community/perl-params-classify/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-params-classify pkgver=0.013 pkgrel=2 pkgdesc="argument type classification" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('PerlArtistic') url="http://search.cpan.org/~zefram/Params-Classify" options=(!emptydirs) diff --git a/community/perl-params-util/PKGBUILD b/community/perl-params-util/PKGBUILD index 415ad5810..229eec160 100644 --- a/community/perl-params-util/PKGBUILD +++ b/community/perl-params-util/PKGBUILD @@ -5,7 +5,7 @@ pkgname=perl-params-util pkgver=1.07 pkgrel=1 pkgdesc='Simple, compact and correct param-checking functions' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl>=5.5.30') diff --git a/community/perl-params-validate/PKGBUILD b/community/perl-params-validate/PKGBUILD index 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 72245d28c..065fff58a 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-libxml pkgver=1.98 pkgrel=1 pkgdesc="Interface to the libxml library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/XML-LibXML" license=('GPL') depends=('libxml2' 'perl-xml-sax>=0.11' 'perl-xml-namespacesupport>=1.07') diff --git a/community/perl-xml-libxslt/PKGBUILD b/community/perl-xml-libxslt/PKGBUILD index 31e0b3a49..454ae378f 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xml-libxslt pkgver=1.77 pkgrel=1 pkgdesc="Interface to the gnome libxslt library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/XML-LibXSLT" license=('GPL') depends=('perl-xml-libxml' 'libxslt') diff --git a/community/perl-xmms/PKGBUILD b/community/perl-xmms/PKGBUILD index 3291dc2bc..2fbdc9113 100644 --- a/community/perl-xmms/PKGBUILD +++ b/community/perl-xmms/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-xmms pkgver=0.12 pkgrel=8 pkgdesc="Bundle::Xmms - Bundle for xmms remote control shell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/~dougm/Xmms-Perl/" depends=('perl' 'xmms' 'libxxf86dga') license=('GPL' 'PerlArtistic') diff --git a/community/pgadmin3/PKGBUILD b/community/pgadmin3/PKGBUILD index 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..f3f193205 100644 --- a/community/php-geoip/PKGBUILD +++ b/community/php-geoip/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-geoip pkgver=1.0.8 pkgrel=2 pkgdesc="GeoIP module for PHP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/geoip" license=('PHP') depends=('php' 'geoip') diff --git a/community/php-memcache/PKGBUILD b/community/php-memcache/PKGBUILD index f9c3e0fa7..7327f30bc 100644 --- a/community/php-memcache/PKGBUILD +++ b/community/php-memcache/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-memcache pkgver=3.0.7 pkgrel=1 pkgdesc="Memcache module for PHP" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcache" license=('PHP') depends=('php') diff --git a/community/php-memcached/PKGBUILD b/community/php-memcached/PKGBUILD index b03ce8559..ce31eff7f 100644 --- a/community/php-memcached/PKGBUILD +++ b/community/php-memcached/PKGBUILD @@ -5,7 +5,7 @@ pkgname=php-memcached pkgver=2.1.0 pkgrel=1 pkgdesc="PHP extension for interfacing with memcached via libmemcached library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcached" license=('PHP') depends=('php' 'libmemcached') diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index 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 98cb5b0c3..5f413e5d8 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('python2-pyqt' 'mutagen' 'libofa' 'ffmpeg') optdepends=('libdiscid: CD lookup' 'chromaprint: fingerprinting') diff --git a/community/picocom/PKGBUILD b/community/picocom/PKGBUILD index 6347d05b1..be3edddc5 100644 --- a/community/picocom/PKGBUILD +++ b/community/picocom/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom' url='http://code.google.com/p/picocom/' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') install=$pkgname.install source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz") diff --git a/community/pidgin-facebookchat/PKGBUILD b/community/pidgin-facebookchat/PKGBUILD deleted file mode 100644 index eeb33a871..000000000 --- a/community/pidgin-facebookchat/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 76314 2012-09-15 18:52:12Z jsteel $ -# Maintainer: Jonathan Steel <mail at jsteel dot org> -# Contributor: Gadget3000 <gadget3000 at msn dot com> -# Contributor: Jarek jarek@eden.rutgers.edu - -pkgname=pidgin-facebookchat -pkgver=1.69 -pkgrel=4 -pkgdesc="Facebook chat plugin for Pidgin and libpurple messengers" -url='http://code.google.com/p/pidgin-facebookchat' -license=('GPL3') -depends=('json-glib') -makedepends=('libpurple') -arch=('i686' 'x86_64') -source=(http://pidgin-facebookchat.googlecode.com/files/$pkgname-source-$pkgver.tar.bz2) -md5sums=('e6855197f9cb3fc6540039b6d42841f6') - -build() { - [ "$CARCH" = "x86_64" ] && _flag="LINUX64_COMPILER=$CARCH-unknown-linux-gnu-gcc" && _arch=64 - - cd "$srcdir"/$pkgname - - make $_flag libfacebook${_arch}.so -} - -package() { - [ "$CARCH" = "x86_64" ] && _arch=64 - - install -Dm755 "$srcdir"/$pkgname/libfacebook${_arch}.so "$pkgdir"/usr/lib/purple-2/libfacebook${_arch}.so -} 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-libnotify/PKGBUILD b/community/pidgin-libnotify/PKGBUILD index 3b8299727..c56be9118 100644 --- a/community/pidgin-libnotify/PKGBUILD +++ b/community/pidgin-libnotify/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pidgin-libnotify pkgver=0.14 pkgrel=6 -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 aaad6a8fb..6ff3c1952 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1b _pkgver=0.1-b pkgrel=1 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') diff --git a/community/pidgin-musictracker/PKGBUILD b/community/pidgin-musictracker/PKGBUILD index 476e4bdca..5194f814b 100644 --- a/community/pidgin-musictracker/PKGBUILD +++ b/community/pidgin-musictracker/PKGBUILD @@ -12,7 +12,7 @@ url='http://code.google.com/p/pidgin-musictracker' license=('GPL2') depends=('pidgin' 'gtk2' 'dbus-glib') makedepends=('xmms2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://pidgin-musictracker.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") options=('!libtool') md5sums=('8d7225c705484db86b864cab5a536423') diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index 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/pigeonhole/PKGBUILD b/community/pigeonhole/PKGBUILD deleted file mode 100644 index 129249b9a..000000000 --- a/community/pigeonhole/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Peter Lewis <plewis@aur.archlinux.org> -# Contributor: Sebastian Köhler <sebkoehler@whoami.org.uk> - -# This must be built against the version of dovecot being used, -# else mail delivery will fail. -# Specify the version of dovecot to be used here: -_dcpkgver=2.1.10 -# Make sure to bump pkgrel if changing this. - -pkgname=pigeonhole -pkgver=0.3.3 -pkgrel=1 -pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.1" -arch=('i686' 'x86_64') -url="http://pigeonhole.dovecot.org/" -license=('LGPL') -depends=('dovecot='$_dcpkgver) -conflicts=('dovecot-sieve' 'pigeonhole-hg') -source=("http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz"{,.sig} - "dovecot.conf") -options=('!libtool') -sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e' - '8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec' - 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858') - -build() { - cd "$srcdir/dovecot-2.1-$pkgname-$pkgver" - - ./configure --prefix=/usr --with-dovecot=/usr/lib/dovecot - make -} - -package() { - cd "$srcdir/dovecot-2.1-$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install - - install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf" -} diff --git a/community/pigeonhole/dovecot.conf b/community/pigeonhole/dovecot.conf deleted file mode 100644 index 061a50c90..000000000 --- a/community/pigeonhole/dovecot.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/dovecot diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index f9331664b..da52e82c9 100644 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pigz pkgver=2.2.5 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.zlib.net/pigz/" license=('custom') depends=('zlib') diff --git a/community/pinfo/PKGBUILD b/community/pinfo/PKGBUILD index d5ac06d0e..94c87895a 100644 --- a/community/pinfo/PKGBUILD +++ b/community/pinfo/PKGBUILD @@ -6,10 +6,11 @@ pkgname=pinfo pkgver=0.6.10 pkgrel=2 pkgdesc="A hypertext info file viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pinfo.alioth.debian.org/" license=('GPL') depends=('ncurses' 'readline') +makedepends=('git') source=(https://alioth.debian.org/frs/download.php/3351/$pkgname-$pkgver.tar.bz2) md5sums=('fe3d3da50371b1773dfe29bf870dbc5b') diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index b798f4679..a5ba78bbd 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pingus pkgver=0.7.6 pkgrel=6 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 d7bf3d1eb..1391462d6 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=pinot pkgver=1.03 pkgrel=1 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 139b6f735..0bd721f69 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -7,7 +7,7 @@ _pkgver=dddce5e02d8a60f958e466e690d38eee924475b0 pkgrel=2 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="http://www.cloudmeter.com/pion/support/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:Boost') depends=('boost-libs' 'openssl' 'log4cpp') makedepends=('boost') diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index 5f176cdb0..73be9ebf8 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pkgfile pkgver=7 pkgrel=2 pkgdesc="a pacman .files metadata explorer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/pkgfile" license=('MIT') depends=('libarchive' 'curl' 'pcre' 'pacman') diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD index 4a26907f4..483c97d51 100644 --- a/community/pkgtools/PKGBUILD +++ b/community/pkgtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pkgtools pkgver=24 pkgrel=1 pkgdesc="A collection of scripts for Arch Linux packages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bbs.archlinux.org/viewtopic.php?pid=384196" license=('GPL') source=(v$pkgver::http://github.com/Daenyth/pkgtools/tarball/v$pkgver) diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index 8f8d7477e..f06ad27b3 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -8,7 +8,7 @@ pkgname=plan9port pkgver=20121022 pkgrel=2 pkgdesc="A port of many programs from Plan 9 to Unix-like operating systems" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://swtch.com/plan9port/" license=('custom') depends=(xorg-server libxt libxext sh fuse) diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD index daa847213..294df226d 100644 --- a/community/plib/PKGBUILD +++ b/community/plib/PKGBUILD @@ -6,7 +6,7 @@ pkgname=plib pkgver=1.8.5 pkgrel=4 pkgdesc="Set of libraries to write games and other realtime interactive applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://plib.sourceforge.net/" license=('custom:LGPL') makedepends=('mesa' 'libxi' 'libxmu') diff --git a/community/pmount/PKGBUILD b/community/pmount/PKGBUILD deleted file mode 100644 index 8bac8e37c..000000000 --- a/community/pmount/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 80203 2012-11-17 15:45:57Z eric $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=pmount -pkgver=0.9.23 -pkgrel=4 -pkgdesc="mount removable devices as normal user" -arch=(i686 x86_64) -license=('GPL2') -url="http://pmount.alioth.debian.org/" -backup=('etc/pmount.allow') -depends=('sysfsutils>=2.0.0-1' 'bash' 'util-linux') -makedepends=('intltool') -source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2) -md5sums=('db19f5bf3151b1b41705ec7bafa439d3') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-hal \ - --with-cryptsetup-prog=/usr/sbin/cryptsetup - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} diff --git a/community/pmtools/PKGBUILD b/community/pmtools/PKGBUILD deleted file mode 100644 index e11b25cd0..000000000 --- a/community/pmtools/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 66151 2012-02-23 02:17:26Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Sebastian Pohle <naitsabes@imapmail.org> - -pkgname=pmtools -pkgver=20101124 -pkgrel=2 -pkgdesc="A small collection of ACPI power management test and investigation tools" -arch=('i686' 'x86_64') -url="http://acpi.sourceforge.net/dsdt/index.php" -license=('GPL2') -depends=('perl') -#source=(http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/$pkgname-$pkgver.tar.bz2) -source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.bz2) -md5sums=('45e62eae9aca4fce84cb102c117f5796') - -build() { - cd $srcdir/$pkgname - patch -p1 <<EOF -diff -wbBur pmtools/turbostat/Makefile pmtools.my/turbostat/Makefile ---- pmtools/turbostat/Makefile 2010-11-24 05:36:50.000000000 +0000 -+++ pmtools.my/turbostat/Makefile 2010-11-24 16:42:05.000000000 +0000 -@@ -1,3 +1,5 @@ -+all: turbostat -+ - turbostat : turbostat.c - - clean : -EOF - - make - (cd madt && make) - - install -D -m755 acpidump/acpidump $pkgdir/usr/sbin/acpidump - install -D -m755 acpixtract/acpixtract $pkgdir/usr/sbin/acpixtract - install -D -m755 madt/madt $pkgdir/usr/sbin/madt - install -D -m755 pmtest/pmtest $pkgdir/usr/sbin/pmtest - install -D -m755 turbostat/turbostat $pkgdir/usr/sbin/turbostat -} diff --git a/community/png2ico/PKGBUILD b/community/png2ico/PKGBUILD index ef13d303d..ff23e1556 100644 --- a/community/png2ico/PKGBUILD +++ b/community/png2ico/PKGBUILD @@ -6,7 +6,7 @@ pkgname=png2ico pkgver=20021208 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Converts PNG files to Windows icon resource files" url="http://www.winterdrache.de/freeware/png2ico/" license=("GPL2") diff --git a/community/podofo/PKGBUILD b/community/podofo/PKGBUILD index a4527f47e..69e0cc946 100644 --- a/community/podofo/PKGBUILD +++ b/community/podofo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=podofo pkgver=0.9.1 pkgrel=3 pkgdesc="A C++ library to work with the PDF file format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://podofo.sourceforge.net" license=('GPL') depends=( 'gcc-libs' 'fontconfig' 'libpng' 'libtiff') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index bcd7486b9..eb93e0d1d 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -8,7 +8,7 @@ pkgname=poedit pkgver=1.5.4 pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.poedit.net/" license=('custom') depends=('wxgtk>=2.8.11' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index 8486b81fb..6fed5a7a7 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -8,7 +8,7 @@ _realname=PokerTH pkgver=1.0 pkgrel=2 pkgdesc="Poker game written in C++/QT4" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pokerth.net/" license=('GPL' 'custom') depends=('curl' 'boost-libs' 'gsasl' 'gnutls' '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/pork/PKGBUILD b/community/pork/PKGBUILD index 0dbe383f4..0f2291598 100644 --- a/community/pork/PKGBUILD +++ b/community/pork/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pork pkgver=0.99.8.1 pkgrel=6 pkgdesc="Console-based AOL Instant Messenger & IRC client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dev.ojnk.net/" license=('GPL') depends=('ncurses' 'perl') diff --git a/community/portaudio/PKGBUILD b/community/portaudio/PKGBUILD index 6c726e662..c0042c42b 100644 --- a/community/portaudio/PKGBUILD +++ b/community/portaudio/PKGBUILD @@ -8,7 +8,7 @@ pkgname=portaudio pkgver=19_20111121 pkgrel=1 pkgdesc='A free, cross-platform, open source, audio I/O library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.portaudio.com/' license=('custom') depends=('jack') diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD index be0d476ec..b3f9f7eaa 100644 --- a/community/portaudio_cpp/PKGBUILD +++ b/community/portaudio_cpp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=portaudio_cpp pkgver=19_20111121 pkgrel=1 pkgdesc='PortAudio C++ bindings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.portaudio.com/' license=('custom') depends=("portaudio=${pkgver}" 'gcc-libs') diff --git a/community/portmidi/PKGBUILD b/community/portmidi/PKGBUILD deleted file mode 100644 index a513305dc..000000000 --- a/community/portmidi/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# $Id: PKGBUILD 62694 2012-01-24 20:35:44Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: SpepS <dreamspepser at yahoo dot it> -# Contributor: Denis Martinez <deuns.martinez AT gmail DOT com> - -pkgname=portmidi -pkgver=217 -pkgrel=3 -pkgdesc="Platform independent library for real-time MIDI input/output." -arch=('i686' 'x86_64') -url='http://portmedia.sourceforge.net/' -license=('GPL') -depends=('alsa-lib') -makedepends=('cmake' 'java-environment') -source=("http://downloads.sourceforge.net/project/portmedia/${pkgname}/${pkgver}/${pkgname}-src-${pkgver}.zip" - 'portmidi-217-build-fix.patch') -md5sums=('03f46fd3947e2ef4c8c465baaf832241' - '59cb428b29a33bab3bb5811cda479a9b') - -build() { - cd "${srcdir}/${pkgname}" - - sed -i "s#/usr/local#/usr#" */CMakeLists.txt pm_python/setup.py - mkdir -p pm_java/Release - - # build fix for "pm_java/CMakeLists.txt" (fixes FS#27118) - patch -p1 -i ../portmidi-217-build-fix.patch - - cmake . -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=Release \ - -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \ - -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release - - make -} - -package() { - cd "${srcdir}/${pkgname}" - - make DESTDIR="${pkgdir}" install - - # Fix missing symlink for libporttime.so (FS#21528). - mv "${pkgdir}/usr/lib/libportmidi_s.a" "${pkgdir}/usr/lib/libportmidi.a" - ln -s "/usr/lib/libportmidi.so" "${pkgdir}/usr/lib/libporttime.so" - ln -s "/usr/lib/libportmidi.a" "${pkgdir}/usr/lib/libporttime.a" -} diff --git a/community/portmidi/portmidi-217-build-fix.patch b/community/portmidi/portmidi-217-build-fix.patch deleted file mode 100644 index 3e2dfef29..000000000 --- a/community/portmidi/portmidi-217-build-fix.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -rup portmidi.orig/pm_java/CMakeLists.txt portmidi/pm_java/CMakeLists.txt ---- portmidi.orig/pm_java/CMakeLists.txt 2009-11-04 16:20:44.000000000 +0100 -+++ portmidi/pm_java/CMakeLists.txt 2012-01-24 21:13:08.513182169 +0100 -@@ -15,13 +15,11 @@ if(UNIX) - add_custom_command(OUTPUT pmdefaults/PmDefaultsFrame.class - COMMAND javac -classpath . pmdefaults/PmDefaultsFrame.java - MAIN_DEPENDENCY pmdefaults/PmDefaultsFrame.java -- DEPENDS pmdefaults/PmDefaults.java -- WORKING_DIRECTORY pm_java) -+ DEPENDS pmdefaults/PmDefaults.java) - add_custom_command(OUTPUT pmdefaults/PmDefaults.class - COMMAND javac -classpath . pmdefaults/PmDefaults.java - MAIN_DEPENDENCY pmdefaults/PmDefaults.java -- DEPENDS pmdefaults/PmDefaultsFrame.java -- WORKING_DIRECTORY pm_java) -+ DEPENDS pmdefaults/PmDefaultsFrame.java) - add_custom_command(OUTPUT ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/pmdefaults.jar - COMMAND cp pmdefaults/portmusic_logo.png . - COMMAND jar cmf pmdefaults/manifest.txt pmdefaults.jar -@@ -31,8 +29,7 @@ if(UNIX) - COMMAND mv pmdefaults.jar ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} - COMMAND rm portmusic_logo.png - MAIN_DEPENDENCY pmdefaults/PmDefaults.class -- DEPENDS ${PMDEFAULTS_ALL_CLASSES} -- WORKING_DIRECTORY pm_java) -+ DEPENDS ${PMDEFAULTS_ALL_CLASSES}) - add_custom_target(pmdefaults_target ALL - DEPENDS ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/pmdefaults.jar) - # message(STATUS "add_custom_target: pmdefaults.jar") 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..ffa67316e 100644 --- a/community/pound/PKGBUILD +++ b/community/pound/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pound pkgver=2.6 pkgrel=3 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.apsis.ch/pound/index_html" license=('GPL') depends=('pcre' 'openssl') diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD index 30cda1f32..8990ce749 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=powertop pkgver=2.2 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/prboom/PKGBUILD b/community/prboom/PKGBUILD deleted file mode 100644 index 6118d3d5a..000000000 --- a/community/prboom/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 77655 2012-10-13 11:44:28Z allan $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Thayer Williams <thayer@archlinux.org> -# Contributor: dale <dale@archlinux.org> - -pkgname=prboom -pkgver=2.5.0 -pkgrel=7 -pkgdesc='A game engine which provides a program to play Doom levels.' -url='http://prboom.sourceforge.net/' -license=('GPL2') -arch=('i686' 'x86_64') -depends=('libpng' 'sdl_mixer' 'sdl_net' 'glu') -makedepends=('mesa') -source=("http://downloads.sourceforge.net/prboom/${pkgname}-${pkgver}.tar.gz" - 'libpng-1.4.patch') -md5sums=('a8a15f61fa2626ab98051ab2703378c4' - 'ba53474db8e747035ca2320a445e4ae0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 < ../libpng-1.4.patch - - ./configure --prefix=/usr --disable-i386-asm - sed -i "s|/games|/bin|g" "${srcdir}/${pkgname}-${pkgver}/src/Makefile" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} - diff --git a/community/prboom/libpng-1.4.patch b/community/prboom/libpng-1.4.patch deleted file mode 100644 index a2215e37b..000000000 --- a/community/prboom/libpng-1.4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur prboom-2.5.0-orig/src/SDL/i_sshot.c prboom-2.5.0/src/SDL/i_sshot.c ---- prboom-2.5.0-orig/src/SDL/i_sshot.c 2010-01-24 23:26:03.000000000 -0500 -+++ prboom-2.5.0/src/SDL/i_sshot.c 2010-01-24 23:28:42.000000000 -0500 -@@ -231,7 +231,7 @@ - if (fp) - { - png_struct *png_ptr = png_create_write_struct( -- PNG_LIBPNG_VER_STRING, png_error_ptr_NULL, error_fn, warning_fn); -+ PNG_LIBPNG_VER_STRING, NULL, error_fn, warning_fn); - - if (png_ptr) - { -@@ -279,7 +279,7 @@ - break; - } - } -- png_destroy_write_struct(&png_ptr, png_infopp_NULL); -+ png_destroy_write_struct(&png_ptr, NULL); - } - fclose(fp); - } 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/print-manager/PKGBUILD b/community/print-manager/PKGBUILD index c377ad94d..bbce85f35 100644 --- a/community/print-manager/PKGBUILD +++ b/community/print-manager/PKGBUILD @@ -5,7 +5,7 @@ pkgname=print-manager pkgver=0.2.0 pkgrel=1 pkgdesc="A KDE tool for managing print jobs and printers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://projects.kde.org/projects/playground/base/print-manager" license=('GPL') depends=('kdebase-workspace' 'libcups') 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..6f782dd90 100644 --- a/community/procstatd/PKGBUILD +++ b/community/procstatd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=procstatd pkgver=1.4.2 pkgrel=6 pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc" -arch=('i686 x86_64') +arch=('i686 x86_64' 'mips64el') license=('GPL') source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz) md5sums=('1fdeaf05ca6337f5c02e76a76c53c407') diff --git a/community/proj/PKGBUILD b/community/proj/PKGBUILD index 7436204a1..a64fb6298 100644 --- a/community/proj/PKGBUILD +++ b/community/proj/PKGBUILD @@ -8,7 +8,7 @@ pkgname=proj pkgver=4.8.0 pkgrel=1 pkgdesc='Cartographic Projections library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://trac.osgeo.org/proj/" license=('MIT') options=('!libtool') diff --git a/community/projectm/PKGBUILD b/community/projectm/PKGBUILD index 65abc3baf..d6226ccf0 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=projectm pkgname=('projectm' 'libvisual-projectm') pkgver=2.1.0 pkgrel=2 -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://projectm.sourceforge.net/' license=('LGPL') makedepends=('cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 'sdl' 'libxext') diff --git a/community/prosody/PKGBUILD b/community/prosody/PKGBUILD index 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 860fe5a06..663cbe885 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('protobuf' 'protobuf-python') pkgver=2.4.1 pkgrel=2 pkgdesc="A way of encoding structured data in an efficient yet extensible format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/protobuf/" license=('APACHE') depends=('gcc-libs' 'zlib') diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD index 5898ac43b..19eed56f3 100644 --- a/community/proxytunnel/PKGBUILD +++ b/community/proxytunnel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=proxytunnel pkgver=1.9.0 pkgrel=3 pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://proxytunnel.sourceforge.net" license=('GPL') depends=('openssl') diff --git a/community/psimedia/PKGBUILD b/community/psimedia/PKGBUILD index 32989ea03..07e567b83 100644 --- a/community/psimedia/PKGBUILD +++ b/community/psimedia/PKGBUILD @@ -6,7 +6,7 @@ pkgname=psimedia pkgver=1.0.3 pkgrel=8 pkgdesc="Voice and video chat plugin for Psi-like IM clients. The implementation is based on GStreamer." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://delta.affinix.com/psimedia/" depends=('psi' 'speex' 'gstreamer0.10-base' 'qt' 'gstreamer0.10-good-plugins' @@ -14,14 +14,17 @@ depends=('psi' 'speex' 'gstreamer0.10-base' 'qt' 'gstreamer0.10-good-plugins' makedepends=('pkgconfig') source=(http://delta.affinix.com/download/psimedia/$pkgname-$pkgver.tar.bz2 videodev.h - psimedia-svn20110621.diff.gz) + psimedia-svn20110621.diff.gz + psimedia-1.0.3-glib.patch) md5sums=('1be71c37d71c655ffc2c53cf86c77a7a' '427e5832466726a86e5b55b1329d2e9e' - 'b571639d854c90c758f40a44054c6e06') + 'b571639d854c90c758f40a44054c6e06' + 'c9fd9764e470a1cb0a7371bf21f8f437') build() { cd $srcdir/$pkgname-$pkgver patch -p1 <$srcdir/psimedia-svn20110621.diff + patch -Np1 -i ${srcdir}/psimedia-1.0.3-glib.patch sed -i 's|# include <linux/videodev.h>|# include "../../../videodev.h"|' gstprovider/deviceenum/deviceenum_unix.cpp ./configure make 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 7d33b4d16..7a7e9896e 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -6,7 +6,7 @@ pkgname=puzzles pkgver=9694 pkgrel=1 pkgdesc="Simon Tatham's Portable Puzzle Collection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" license=('MIT') makedepends=('pkgconfig') diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index 4c048021c..83b573890 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pv pkgver=1.4.0 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 82d608970..49f1839a7 100644 --- a/community/pypanel/PKGBUILD +++ b/community/pypanel/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pypanel pkgver=2.4 pkgrel=7 pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pypanel.sourceforge.net/' license=('GPL') depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft') diff --git a/community/pyqt3/PKGBUILD b/community/pyqt3/PKGBUILD index 01edb1144..7ac1e01d5 100644 --- a/community/pyqt3/PKGBUILD +++ b/community/pyqt3/PKGBUILD @@ -7,16 +7,19 @@ pkgname=pyqt3 pkgver=3.18.1 pkgrel=11 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') license=('GPL') -source=("http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz") -md5sums=('f1d120495d1aaf393819e988c0a7bb7e') +source=("http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz" + "PyQt-x11-gpl-3.18.1-configure.patch") +md5sums=('f1d120495d1aaf393819e988c0a7bb7e' + 'd0e3e6b5bd20ace9e567a5ebaeed83e1') build() { cd ${srcdir}/PyQt-x11-gpl-${pkgver} + patch -Np1 -i ${srcdir}/PyQt-x11-gpl-3.18.1-configure.patch . /etc/profile.d/qt3.sh echo yes | python2 configure.py -b /usr/bin \ -d /usr/lib/python2.7/site-packages \ diff --git a/community/pyqt3/PyQt-x11-gpl-3.18.1-configure.patch b/community/pyqt3/PyQt-x11-gpl-3.18.1-configure.patch new file mode 100644 index 000000000..66150ba72 --- /dev/null +++ b/community/pyqt3/PyQt-x11-gpl-3.18.1-configure.patch @@ -0,0 +1,37 @@ +--- PyQt-x11-gpl-3.18.1.orig/configure.py 2009-06-16 03:47:29.000000000 -0500 ++++ PyQt-x11-gpl-3.18.1/configure.py 2012-12-27 08:45:18.859375913 -0500 +@@ -258,27 +258,27 @@ + } + + def code(self, extra_include_dirs, extra_lib_dir, extra_libs): +- generate_code("qt", extra_include_dirs=extra_include_dirs, extra_lib_dir=extra_lib_dir, extra_libs=extra_libs) ++ generate_code("qt", extra_include_dirs=extra_include_dirs, extra_lib_dir=extra_lib_dir, extra_libs=extra_libs, extra_cxxflags="-DANY=void") + + if "qtext" in pyqt_modules: +- generate_code("qtext", extra_define=qsci_define, extra_include_dirs=[opt_qsciincdir], extra_lib_dir=opt_qscilibdir, extra_libs=["qscintilla"], sip_flags=qtext_sip_flags) ++ generate_code("qtext", extra_define=qsci_define, extra_include_dirs=[opt_qsciincdir], extra_lib_dir=opt_qscilibdir, extra_libs=["qscintilla"], sip_flags=qtext_sip_flags, extra_cxxflags="-DANY=void") + + if "qtgl" in pyqt_modules: +- generate_code("qtgl", opengl=1) ++ generate_code("qtgl", opengl=1, extra_cxxflags="-DANY=void") + + if "qtpe" in pyqt_modules: +- generate_code("qtpe", extra_libs=["qpe"], sip_flags=qtpe_sip_flags) ++ generate_code("qtpe", extra_libs=["qpe"], sip_flags=qtpe_sip_flags, extra_cxxflags="-DANY=void") + + if "qtui" in pyqt_modules: +- generate_code("qtui", extra_libs=["qui"]) ++ generate_code("qtui", extra_libs=["qui"], extra_cxxflags="-DANY=void") + + if "qtaxcontainer" in pyqt_modules: +- generate_code("qtaxcontainer", extra_libs=["qaxcontainer"]) ++ generate_code("qtaxcontainer", extra_libs=["qaxcontainer"], extra_cxxflags="-DANY=void") + + # The rest don't need special handling. + for m in ("qtcanvas", "qtnetwork", "qtsql", "qttable", "qtxml"): + if m in pyqt_modules: +- generate_code(m) ++ generate_code(m, extra_cxxflags="-DANY=void") + + def tools(self): + tool_dirs = [] 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-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-cjson/PKGBUILD b/community/python-cjson/PKGBUILD deleted file mode 100644 index c9784d1d2..000000000 --- a/community/python-cjson/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Lincoln de Sousa <lincoln@archlinux-br.org> - -pkgname=python-cjson -pkgver=1.0.5 -pkgrel=4 -arch=('i686' 'x86_64') -license=('LGPL') -pkgdesc="Fast JSON encoder/decoder for Python" -url="http://pypi.python.org/pypi/python-cjson/" -depends=('python2') -source=("http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('4d55b66ecdf0300313af9d030d9644a3') - -build() { - cd $srcdir/$pkgname-$pkgver - python2 setup.py install --root=$pkgdir -} diff --git a/community/python-fuse/PKGBUILD b/community/python-fuse/PKGBUILD deleted file mode 100644 index b82911431..000000000 --- a/community/python-fuse/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 65677 2012-02-21 21:14:06Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> -# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> -# Contributor: Alexander Fehr <pizzapunk@gmail.com> - -pkgname=python-fuse -pkgver=0.2.1 -pkgrel=3 -arch=('i686' 'x86_64') -pkgdesc="Python bindings for FUSE" -url="http://fuse.sourceforge.net/wiki/index.php/FusePython" -license=('LGPL') -depends=('fuse' 'python2') -makedepends=('pkgconfig') -source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz) - -build() { - cd "$srcdir/fuse-python-$pkgver" - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 -} -md5sums=('9d9c5c2311ac04291ce822dfece108f8') diff --git a/community/python-galago-gtk/PKGBUILD b/community/python-galago-gtk/PKGBUILD deleted file mode 100644 index c05c783a6..000000000 --- a/community/python-galago-gtk/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 63720 2012-02-05 12:09:04Z ibiru $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=python-galago-gtk -pkgver=0.5.0 -pkgrel=6 -pkgdesc="A library of simple functions that are optimized for various CPUs" -arch=('i686' 'x86_64') -url="http://galago-project.org" -options=('!libtool') -license=('LGPL') -depends=('libgalago-gtk' 'pygtk' 'python-galago') -source=(http://galago-project.org/files/releases/source/galago-gtk-python/galago-gtk-python-$pkgver.tar.bz2) -md5sums=('3eb752eaa87d986bf272cf1266528c43') - -build() { - cd $srcdir/galago-gtk-python-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install -} diff --git a/community/python-galago/PKGBUILD b/community/python-galago/PKGBUILD deleted file mode 100644 index 6a843c409..000000000 --- a/community/python-galago/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 66142 2012-02-23 01:46:58Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=python-galago -pkgver=0.5.0 -pkgrel=5 -pkgdesc="A library of simple functions that are optimized for various CPUs" -arch=('i686' 'x86_64') -url="http://galago-project.org" -options=('!libtool') -license=('LGPL') -depends=('libgalago' 'pygtk') -source=(http://galago-project.org/files/releases/source/galago-python/galago-python-$pkgver.tar.bz2) -md5sums=('27be31fcf2886aa21823caec15dc34aa') - -build() { - cd $srcdir/galago-python-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install -} diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD index 33446e9b3..76c705d4b 100644 --- a/community/python-gnupginterface/PKGBUILD +++ b/community/python-gnupginterface/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-gnupginterface pkgver=0.3.2 pkgrel=1 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://py-gnupg.sourceforge.net/' license=('GPL') depends=('gnupg' 'python2') diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD deleted file mode 100644 index 0151ab99c..000000000 --- a/community/python-gnutls/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 74656 2012-08-01 13:54:54Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Hugo Doria <hugo@archlinux.org> -# Contributor: N3RD3X <n3rd3x@linuxmail.org> - -pkgname=python-gnutls -pkgver=1.2.4 -pkgrel=2 -pkgdesc="Python wrapper for the GNUTLS library" -arch=('i686' 'x86_64') -url="http://cheeseshop.python.org/pypi/python-gnutls" -depends=('python2' 'gnutls') -license=('LGPL') -source=(http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz - gnutls3.patch) -md5sums=('e3536c421291a791869d875a41dcb26a' - '24bc95d9f5e71e9f5e180706cbb09248') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 <$srcdir/gnutls3.patch - python2 setup.py install --root=${pkgdir} -} diff --git a/community/python-gnutls/gnutls3.patch b/community/python-gnutls/gnutls3.patch deleted file mode 100644 index 5110de2f2..000000000 --- a/community/python-gnutls/gnutls3.patch +++ /dev/null @@ -1,271 +0,0 @@ -diff -ru gnutls/library/functions.py gnutls.fixed/library/functions.py ---- gnutls/library/functions.py 2011-08-19 04:48:14.000000000 +0100 -+++ gnutls.fixed/library/functions.py 2012-08-01 11:56:43.450975419 +0100 -@@ -4,7 +4,7 @@ - import sys - from ctypes import * - --from gnutls.library import libgnutls, libgnutls_extra -+from gnutls.library import libgnutls - from gnutls.library.types import * - - -@@ -121,14 +121,6 @@ - gnutls_certificate_get_peers.argtypes = [gnutls_session_t, POINTER(c_uint)] - gnutls_certificate_get_peers.restype = POINTER(gnutls_datum_t) - --gnutls_certificate_get_x509_cas = libgnutls.gnutls_certificate_get_x509_cas --gnutls_certificate_get_x509_cas.argtypes = [gnutls_certificate_credentials_t, POINTER(POINTER(gnutls_x509_crt_t)), POINTER(c_uint)] --gnutls_certificate_get_x509_cas.restype = None -- --gnutls_certificate_get_x509_crls = libgnutls.gnutls_certificate_get_x509_crls --gnutls_certificate_get_x509_crls.argtypes = [gnutls_certificate_credentials_t, POINTER(POINTER(gnutls_x509_crl_t)), POINTER(c_uint)] --gnutls_certificate_get_x509_crls.restype = None -- - gnutls_certificate_send_x509_rdn_sequence = libgnutls.gnutls_certificate_send_x509_rdn_sequence - gnutls_certificate_send_x509_rdn_sequence.argtypes = [gnutls_session_t, c_int] - gnutls_certificate_send_x509_rdn_sequence.restype = None -@@ -221,10 +213,6 @@ - gnutls_certificate_type_set_priority.argtypes = [gnutls_session_t, POINTER(c_int)] - gnutls_certificate_type_set_priority.restype = c_int - --gnutls_certificate_verify_peers = libgnutls.gnutls_certificate_verify_peers --gnutls_certificate_verify_peers.argtypes = [gnutls_session_t] --gnutls_certificate_verify_peers.restype = c_int -- - gnutls_certificate_verify_peers2 = libgnutls.gnutls_certificate_verify_peers2 - gnutls_certificate_verify_peers2.argtypes = [gnutls_session_t, POINTER(c_uint)] - gnutls_certificate_verify_peers2.restype = c_int -@@ -393,10 +381,6 @@ - gnutls_error_to_alert.argtypes = [c_int, POINTER(c_int)] - gnutls_error_to_alert.restype = c_int - --gnutls_extra_check_version = libgnutls_extra.gnutls_extra_check_version --gnutls_extra_check_version.argtypes = [c_char_p] --gnutls_extra_check_version.restype = c_char_p -- - gnutls_fingerprint = libgnutls.gnutls_fingerprint - gnutls_fingerprint.argtypes = [gnutls_digest_algorithm_t, POINTER(gnutls_datum_t), c_void_p, POINTER(size_t)] - gnutls_fingerprint.restype = c_int -@@ -409,10 +393,6 @@ - gnutls_global_init.argtypes = [] - gnutls_global_init.restype = c_int - --gnutls_global_init_extra = libgnutls_extra.gnutls_global_init_extra --gnutls_global_init_extra.argtypes = [] --gnutls_global_init_extra.restype = c_int -- - gnutls_global_set_log_function = libgnutls.gnutls_global_set_log_function - gnutls_global_set_log_function.argtypes = [gnutls_log_func] - gnutls_global_set_log_function.restype = None -@@ -461,86 +441,6 @@ - gnutls_hex_encode.argtypes = [POINTER(gnutls_datum_t), c_char_p, POINTER(size_t)] - gnutls_hex_encode.restype = c_int - --gnutls_ia_allocate_client_credentials = libgnutls_extra.gnutls_ia_allocate_client_credentials --gnutls_ia_allocate_client_credentials.argtypes = [POINTER(gnutls_ia_client_credentials_t)] --gnutls_ia_allocate_client_credentials.restype = c_int -- --gnutls_ia_allocate_server_credentials = libgnutls_extra.gnutls_ia_allocate_server_credentials --gnutls_ia_allocate_server_credentials.argtypes = [POINTER(gnutls_ia_server_credentials_t)] --gnutls_ia_allocate_server_credentials.restype = c_int -- --gnutls_ia_enable = libgnutls_extra.gnutls_ia_enable --gnutls_ia_enable.argtypes = [gnutls_session_t, c_int] --gnutls_ia_enable.restype = None -- --gnutls_ia_endphase_send = libgnutls_extra.gnutls_ia_endphase_send --gnutls_ia_endphase_send.argtypes = [gnutls_session_t, c_int] --gnutls_ia_endphase_send.restype = c_int -- --gnutls_ia_extract_inner_secret = libgnutls_extra.gnutls_ia_extract_inner_secret --gnutls_ia_extract_inner_secret.argtypes = [gnutls_session_t, c_char_p] --gnutls_ia_extract_inner_secret.restype = None -- --gnutls_ia_free_client_credentials = libgnutls_extra.gnutls_ia_free_client_credentials --gnutls_ia_free_client_credentials.argtypes = [gnutls_ia_client_credentials_t] --gnutls_ia_free_client_credentials.restype = None -- --gnutls_ia_free_server_credentials = libgnutls_extra.gnutls_ia_free_server_credentials --gnutls_ia_free_server_credentials.argtypes = [gnutls_ia_server_credentials_t] --gnutls_ia_free_server_credentials.restype = None -- --gnutls_ia_generate_challenge = libgnutls_extra.gnutls_ia_generate_challenge --gnutls_ia_generate_challenge.argtypes = [gnutls_session_t, size_t, c_char_p] --gnutls_ia_generate_challenge.restype = c_int -- --gnutls_ia_get_client_avp_ptr = libgnutls_extra.gnutls_ia_get_client_avp_ptr --gnutls_ia_get_client_avp_ptr.argtypes = [gnutls_ia_client_credentials_t] --gnutls_ia_get_client_avp_ptr.restype = c_void_p -- --gnutls_ia_get_server_avp_ptr = libgnutls_extra.gnutls_ia_get_server_avp_ptr --gnutls_ia_get_server_avp_ptr.argtypes = [gnutls_ia_server_credentials_t] --gnutls_ia_get_server_avp_ptr.restype = c_void_p -- --gnutls_ia_handshake = libgnutls_extra.gnutls_ia_handshake --gnutls_ia_handshake.argtypes = [gnutls_session_t] --gnutls_ia_handshake.restype = c_int -- --gnutls_ia_handshake_p = libgnutls_extra.gnutls_ia_handshake_p --gnutls_ia_handshake_p.argtypes = [gnutls_session_t] --gnutls_ia_handshake_p.restype = c_int -- --gnutls_ia_permute_inner_secret = libgnutls_extra.gnutls_ia_permute_inner_secret --gnutls_ia_permute_inner_secret.argtypes = [gnutls_session_t, size_t, c_char_p] --gnutls_ia_permute_inner_secret.restype = c_int -- --gnutls_ia_recv = libgnutls_extra.gnutls_ia_recv --gnutls_ia_recv.argtypes = [gnutls_session_t, c_char_p, size_t] --gnutls_ia_recv.restype = ssize_t -- --gnutls_ia_send = libgnutls_extra.gnutls_ia_send --gnutls_ia_send.argtypes = [gnutls_session_t, c_char_p, size_t] --gnutls_ia_send.restype = ssize_t -- --gnutls_ia_set_client_avp_function = libgnutls_extra.gnutls_ia_set_client_avp_function --gnutls_ia_set_client_avp_function.argtypes = [gnutls_ia_client_credentials_t, gnutls_ia_avp_func] --gnutls_ia_set_client_avp_function.restype = None -- --gnutls_ia_set_client_avp_ptr = libgnutls_extra.gnutls_ia_set_client_avp_ptr --gnutls_ia_set_client_avp_ptr.argtypes = [gnutls_ia_client_credentials_t, c_void_p] --gnutls_ia_set_client_avp_ptr.restype = None -- --gnutls_ia_set_server_avp_function = libgnutls_extra.gnutls_ia_set_server_avp_function --gnutls_ia_set_server_avp_function.argtypes = [gnutls_ia_server_credentials_t, gnutls_ia_avp_func] --gnutls_ia_set_server_avp_function.restype = None -- --gnutls_ia_set_server_avp_ptr = libgnutls_extra.gnutls_ia_set_server_avp_ptr --gnutls_ia_set_server_avp_ptr.argtypes = [gnutls_ia_server_credentials_t, c_void_p] --gnutls_ia_set_server_avp_ptr.restype = None -- --gnutls_ia_verify_endphase = libgnutls_extra.gnutls_ia_verify_endphase --gnutls_ia_verify_endphase.argtypes = [gnutls_session_t, c_char_p] --gnutls_ia_verify_endphase.restype = c_int -- - gnutls_init = libgnutls.gnutls_init - gnutls_init.argtypes = [POINTER(gnutls_session_t), gnutls_connection_end_t] - gnutls_init.restype = c_int -@@ -733,10 +633,6 @@ - gnutls_psk_free_server_credentials.argtypes = [gnutls_psk_server_credentials_t] - gnutls_psk_free_server_credentials.restype = None - --gnutls_psk_netconf_derive_key = libgnutls.gnutls_psk_netconf_derive_key --gnutls_psk_netconf_derive_key.argtypes = [c_char_p, c_char_p, c_char_p, POINTER(gnutls_datum_t)] --gnutls_psk_netconf_derive_key.restype = c_int -- - gnutls_psk_server_get_username = libgnutls.gnutls_psk_server_get_username - gnutls_psk_server_get_username.argtypes = [gnutls_session_t] - gnutls_psk_server_get_username.restype = c_char_p -@@ -857,10 +753,6 @@ - gnutls_session_enable_compatibility_mode.argtypes = [gnutls_session_t] - gnutls_session_enable_compatibility_mode.restype = None - --gnutls_session_get_client_random = libgnutls.gnutls_session_get_client_random --gnutls_session_get_client_random.argtypes = [gnutls_session_t] --gnutls_session_get_client_random.restype = c_void_p -- - gnutls_session_get_data = libgnutls.gnutls_session_get_data - gnutls_session_get_data.argtypes = [gnutls_session_t, c_void_p, POINTER(size_t)] - gnutls_session_get_data.restype = c_int -@@ -873,18 +765,10 @@ - gnutls_session_get_id.argtypes = [gnutls_session_t, c_void_p, POINTER(size_t)] - gnutls_session_get_id.restype = c_int - --gnutls_session_get_master_secret = libgnutls.gnutls_session_get_master_secret --gnutls_session_get_master_secret.argtypes = [gnutls_session_t] --gnutls_session_get_master_secret.restype = c_void_p -- - gnutls_session_get_ptr = libgnutls.gnutls_session_get_ptr - gnutls_session_get_ptr.argtypes = [gnutls_session_t] - gnutls_session_get_ptr.restype = c_void_p - --gnutls_session_get_server_random = libgnutls.gnutls_session_get_server_random --gnutls_session_get_server_random.argtypes = [gnutls_session_t] --gnutls_session_get_server_random.restype = c_void_p -- - gnutls_session_is_resumed = libgnutls.gnutls_session_is_resumed - gnutls_session_is_resumed.argtypes = [gnutls_session_t] - gnutls_session_is_resumed.restype = c_int -@@ -905,10 +789,6 @@ - gnutls_set_default_priority.argtypes = [gnutls_session_t] - gnutls_set_default_priority.restype = c_int - --gnutls_sign_algorithm_get_name = libgnutls.gnutls_sign_algorithm_get_name --gnutls_sign_algorithm_get_name.argtypes = [gnutls_sign_algorithm_t] --gnutls_sign_algorithm_get_name.restype = c_char_p -- - gnutls_sign_callback_get = libgnutls.gnutls_sign_callback_get - gnutls_sign_callback_get.argtypes = [gnutls_session_t, POINTER(c_void_p)] - gnutls_sign_callback_get.restype = gnutls_sign_func -@@ -937,14 +817,6 @@ - gnutls_transport_set_errno.argtypes = [gnutls_session_t, c_int] - gnutls_transport_set_errno.restype = None - --gnutls_transport_set_global_errno = libgnutls.gnutls_transport_set_global_errno --gnutls_transport_set_global_errno.argtypes = [c_int] --gnutls_transport_set_global_errno.restype = None -- --gnutls_transport_set_lowat = libgnutls.gnutls_transport_set_lowat --gnutls_transport_set_lowat.argtypes = [gnutls_session_t, c_int] --gnutls_transport_set_lowat.restype = None -- - gnutls_transport_set_ptr = libgnutls.gnutls_transport_set_ptr - gnutls_transport_set_ptr.argtypes = [gnutls_session_t, gnutls_transport_ptr_t] - gnutls_transport_set_ptr.restype = None -@@ -1501,10 +1373,6 @@ - gnutls_x509_privkey_sign_hash.argtypes = [gnutls_x509_privkey_t, POINTER(gnutls_datum_t), POINTER(gnutls_datum_t)] - gnutls_x509_privkey_sign_hash.restype = c_int - --gnutls_x509_privkey_verify_data = libgnutls.gnutls_x509_privkey_verify_data --gnutls_x509_privkey_verify_data.argtypes = [gnutls_x509_privkey_t, c_uint, POINTER(gnutls_datum_t), POINTER(gnutls_datum_t)] --gnutls_x509_privkey_verify_data.restype = c_int -- - gnutls_x509_rdn_get = libgnutls.gnutls_x509_rdn_get - gnutls_x509_rdn_get.argtypes = [POINTER(gnutls_datum_t), c_char_p, POINTER(size_t)] - gnutls_x509_rdn_get.restype = c_int -diff -ru gnutls/library/__init__.py gnutls.fixed/library/__init__.py ---- gnutls/library/__init__.py 2011-11-11 17:23:49.000000000 +0000 -+++ gnutls.fixed/library/__init__.py 2012-08-01 11:57:42.284290997 +0100 -@@ -53,6 +53,9 @@ - else: - raise RuntimeError('cannot find lib%s on this system' % name) - -+def do_nothing(*args, **kwargs): -+ pass -+ - - def initialize_gcrypt(): - from ctypes import c_void_p -@@ -104,7 +107,7 @@ - libgcrypt = load_library(name='gcrypt', version=11) - gcry_control = libgcrypt.gcry_control - else: -- gcry_control = libgnutls.gcry_control -+ gcry_control = do_nothing - - gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr)) - if system == 'cygwin': -@@ -117,12 +120,10 @@ - - - --libgnutls = load_library(name='gnutls', version=26) --libgnutls_extra = load_library(name='gnutls-extra', version=26) -+libgnutls = load_library(name='gnutls', version=28) - - initialize_gcrypt() - libgnutls.gnutls_global_init() --libgnutls_extra.gnutls_global_init_extra() - - - from gnutls.library import constants -@@ -136,9 +137,6 @@ - if functions.gnutls_check_version(__need_version__) is None: - version = functions.gnutls_check_version(None) - raise RuntimeError("Found GNUTLS library version %s, but at least version %s is required" % (version, __need_version__)) --if functions.gnutls_extra_check_version(__need_version__) is None: -- version = functions.gnutls_extra_check_version(None) -- raise RuntimeError("Found GNUTLS extra library version %s, but at least version %s is required" % (version, __need_version__)) - - - del get_system_name, library_locations, load_library, initialize_gcrypt diff --git a/community/python-imaging/PKGBUILD b/community/python-imaging/PKGBUILD deleted file mode 100644 index a664a1a98..000000000 --- a/community/python-imaging/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# $Id: PKGBUILD 75715 2012-08-29 11:05:01Z bisson $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> -# Contributor: Allan McRae <allan@archlinux.org> -# Contributor: simo <simo@archlinux.org> - -pkgname=python-imaging -pkgver=1.1.7 -pkgrel=4 -pkgdesc="PIL. Provides image processing capabilities for python" -arch=('i686' 'x86_64') -url="http://www.pythonware.com/products/pil/index.htm" -license=('custom:"pil"') -depends=('python2' 'libjpeg' 'freetype2' 'lcms') -makedepends=('tk' 'sane') -optdepends=('tk' 'sane') -provides=("pil=${pkgver}") -conflicts=('pil') -replaces=('pil') -source=(http://effbot.org/downloads/Imaging-${pkgver}.tar.gz) -md5sums=('fc14a54e1ce02a0225be8854bfba478e') - -build() { - cd "${srcdir}"/Imaging-${pkgver} - python2 setup.py build_ext - cd Sane - python2 setup.py build_ext -} - -package() { - cd "${srcdir}"/Imaging-${pkgver} - python2 setup.py install --root="${pkgdir}" --optimize=1 - - pushd Sane - python2 setup.py install --root="${pkgdir}" --optimize=1 - popd - - install -dm755 "${pkgdir}"/usr/include/python2.7/ - install -m644 -t "${pkgdir}"/usr/include/python2.7/ libImaging/*.h - - # do not have files ending in .py in /usr/bin - for f in pildriver pilprint pilconvert pilfile pilfont; do - mv "${pkgdir}"/usr/bin/${f}{.py,} - done - - # Install license - install -Dm644 "${srcdir}"/Imaging-${pkgver}/README \ - "${pkgdir}"/usr/share/licenses/${pkgname}/README -} diff --git a/community/python-lcms/PKGBUILD b/community/python-lcms/PKGBUILD deleted file mode 100644 index 42ee3cc70..000000000 --- a/community/python-lcms/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 66131 2012-02-23 01:40:31Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Connor Behan <connor.behan@gmail.com> - -pkgname=python-lcms -pkgver=1.19 -_mver=1.19 -pkgrel=3 -pkgdesc="LittleCMS Python bindings" -arch=(i686 x86_64) -license=('CUSTOM') -depends=('libtiff' 'python2' 'lcms') -url="http://www.littlecms.com" -options=('!libtool') -source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz) -md5sums=('8af94611baf20d9646c7c2c285859818') - -build() { - cd $srcdir/lcms-${_mver} - ./configure --prefix=/usr --with-python - make -} -package() { - cd $srcdir/lcms-${_mver} - make DESTDIR=$pkgdir install - install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING - rm -rf $pkgdir/usr/bin \ - $pkgdir/usr/include \ - $pkgdir/usr/lib/pkgconfig \ - $pkgdir/usr/lib/liblcms.* \ - $pkgdir/usr/share/man/man1/icc2ps.1 \ - $pkgdir/usr/share/man/man1/icclink.1 \ - $pkgdir/usr/share/man/man1/jpegicc.1 \ - $pkgdir/usr/share/man/man1/tifficc.1 \ - $pkgdir/usr/share/man/man1/wtpt.1 -} diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index f34697d7a..4762d80cc 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python2-matplotlib' 'python-matplotlib') pkgver=1.2.0 pkgrel=8 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-memcached/LICENSE b/community/python-memcached/LICENSE deleted file mode 100644 index 51b991c27..000000000 --- a/community/python-memcached/LICENSE +++ /dev/null @@ -1,61 +0,0 @@ -IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. - -BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR -OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO -THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. - -1. This LICENSE AGREEMENT is between the Corporation for National Research -Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 -("CNRI"), and the Individual or Organization ("Licensee") accessing and -otherwise using Python 1.6, beta 1 software in source or binary form and its -associated documentation, as released at the www.python.org Internet site on -August 4, 2000 ("Python 1.6b1"). - -2. Subject to the terms and conditions of this License Agreement, CNRI -hereby grants Licensee a non-exclusive, royalty-free, world-wide license to -reproduce, analyze, test, perform and/or display publicly, prepare derivative -works, distribute, and otherwise use Python 1.6b1 alone or in any derivative -version, provided, however, that CNRIs License Agreement is retained in Python -1.6b1, alone or in any derivative version prepared by Licensee. - -Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the -following text (omitting the quotes): "Python 1.6, beta 1, is made available -subject to the terms and conditions in CNRIs License Agreement. This Agreement -may be located on the Internet using the following unique, persistent -identifier (known as a handle): 1895.22/1011. This Agreement may also be -obtained from a proxy server on the Internet using the -URL:http://hdl.handle.net/1895.22/1011". - -3. In the event Licensee prepares a derivative work that is based on or -incorporates Python 1.6b1or any part thereof, and wants to make the derivative -work available to the public as provided herein, then Licensee hereby agrees to -indicate in any such work the nature of the modifications made to Python -1.6b1. - -4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. -CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF -EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR -WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE -USE OF PYTHON 1.6b1WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. - -5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE -FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF -USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN -IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. This License Agreement shall be governed by and interpreted in all -respects by the law of the State of Virginia, excluding conflict of law -provisions. Nothing in this License Agreement shall be deemed to create any -relationship of agency, partnership, or joint venture between CNRI and -Licensee. This License Agreement does not grant permission to use CNRI -trademarks or trade name in a trademark sense to endorse or promote products or -services of Licensee, or any third party. - -8. By clicking on the "ACCEPT" button where indicated, or by copying, -installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the -terms and conditions of this License Agreement. - -ACCEPT
\ No newline at end of file diff --git a/community/python-memcached/PKGBUILD b/community/python-memcached/PKGBUILD deleted file mode 100644 index f9d01cbfe..000000000 --- a/community/python-memcached/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Angel Velasquez <angvp@archlinux.org> -# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> -# Contributor: Nathan Jones <nathanj@insightbb.com> -pkgname=python-memcached -pkgver=1.48 -pkgrel=1 -pkgdesc="A Python interface to memcached" -url="ftp://ftp.tummy.com/pub/python-memcached/" -arch=('i686' 'x86_64') -license=('Python') -source=(ftp://ftp.tummy.com/pub/$pkgname/$pkgname-$pkgver.tar.gz LICENSE) -makedepends=('setuptools') -depends=('python2') -md5sums=('58f8c328304df6aca1f8b60170e98932' - '5286ea4c34766a357085694e0984f116') - -build() { - cd "$srcdir"/$pkgname-$pkgver - - # python2 fix - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' memcache.py - - python2 setup.py install --root=$pkgdir - install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} 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 4b00d7e8c..bd8641c1e 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=0.6.1 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') diff --git a/community/python-psycopg1/PKGBUILD b/community/python-psycopg1/PKGBUILD index 143034103..0267a6a14 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 8244bc4d2..45d87f49e 100644 --- a/community/python-psycopg2/PKGBUILD +++ b/community/python-psycopg2/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-psycopg2' 'python2-psycopg2') pkgver=2.4.6 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-pybluez/PKGBUILD b/community/python-pybluez/PKGBUILD deleted file mode 100644 index a81b0b161..000000000 --- a/community/python-pybluez/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 66133 2012-02-23 01:41:16Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: cs-cam - me.at.camdaniel.com - -pkgname=python-pybluez -pkgver=0.18 -pkgrel=3 -pkgdesc="Python wrapper for the BlueZ Bluetooth stack" -arch=('i686' 'x86_64') -url="http://code.google.com/p/pybluez/" -license=('GPL') -provides=('pybluez') -conflicts=('pybluez') -replaces=('pybluez') -depends=('python2' 'bluez') -source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz) -md5sums=('be8c8ce615c3189fda1aaf3d568314b2') - -build() { - cd $srcdir/PyBluez-$pkgver - python2 setup.py install --root=$pkgdir - ln -s bluetooth/_bluetooth.so $pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so -} diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index c72a317be..7f62f72e5 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('python-pymongo' 'python2-pymongo') pkgver=2.4.2 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 70ccf4529..a166db2e1 100644 --- a/community/python-pyproj/PKGBUILD +++ b/community/python-pyproj/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('python-pyproj' 'python2-pyproj') pkgver=1.9.2 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-pyro/PKGBUILD b/community/python-pyro/PKGBUILD index 73e71f73c..72d738f24 100755 --- a/community/python-pyro/PKGBUILD +++ b/community/python-pyro/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python Remote Objects" url="http://irmen.home.xs4all.nl/pyro/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('python' 'python2') source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-${pkgver}.tar.gz) diff --git a/community/python-pysqlite-legacy/PKGBUILD b/community/python-pysqlite-legacy/PKGBUILD deleted file mode 100644 index 308e229be..000000000 --- a/community/python-pysqlite-legacy/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67757 2012-03-14 10:40:45Z giovanni $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor : Aaron Griffin <aaron.archlinux.org> - -pkgname=python-pysqlite-legacy -pkgver=1.0.1 -pkgrel=8 -pkgdesc="A Python DB-API 2.0 interface for the legacy SQLite 2" -arch=('i686' 'x86_64') -url="http://initd.org/tracker/pysqlite" -license=('custom') -depends=('python2' 'sqlite2') -source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/pysqlite-$pkgver.tar.gz) -md5sums=('4797b5ea7a3d96b87333e6b5af7b9979') - -build() -{ - cd ${srcdir}/pysqlite - python2 setup.py install --root=${pkgdir} -O1 - - # install custom license - install -Dm644 ${srcdir}/pysqlite/LICENSE \ - ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD index eab4eed68..7a211c735 100644 --- a/community/python-pyxattr/PKGBUILD +++ b/community/python-pyxattr/PKGBUILD @@ -8,7 +8,7 @@ _pkgname=pyxattr pkgver=0.5.1 pkgrel=1 pkgdesc='A python extension module that allows you to manipulate the extended attributes.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pyxattr.k1024.org/' license=('GPL') makedepends=('python2' 'python' 'python2-distribute' 'python-distribute') diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD index bc59379b7..d8e1d6018 100644 --- a/community/python-pyxmpp/PKGBUILD +++ b/community/python-pyxmpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pyxmpp pkgver=1.1.2 pkgrel=2 pkgdesc="A Python XMPP and Jabber implementation based on libxml2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyxmpp.jajcus.net/" license=('LGPL') depends=('python2-dnspython' 'libxml2' 'python-m2crypto') diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index 87512ebb3..0f7d53214 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -5,7 +5,7 @@ pkgname=(python2-pyzmq python-pyzmq) pkgver=2.2.0.1 pkgrel=3 pkgdesc="Python3 bindings for zeromq, written in Cython" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.zeromq.org/bindings:python" license=('LGPL') depends=(zeromq python) diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 403dbfece..a0426cee3 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.11.0 pkgrel=4 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-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index 764bfd0b4..5c743bda0 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.7.9 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-vorbissimple/PKGBUILD b/community/python-vorbissimple/PKGBUILD deleted file mode 100644 index 660b53402..000000000 --- a/community/python-vorbissimple/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 66137 2012-02-23 01:44:22Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=python-vorbissimple -pkgver=0.0.2 -pkgrel=5 -pkgdesc="Python bindings for vorbissimple" -arch=('i686' 'x86_64') -url="http://kamaelia.sourceforge.net" -license=('MPL') -depends=('python2' 'vorbissimple') -makedepends=('pyrex') -source=(http://downloads.sourceforge.net/kamaelia/vorbissimple-$pkgver.tar.gz) -md5sums=('332077b25a4c9547947ab0922361ffda') - -build() { - cd $srcdir/vorbissimple-$pkgver/python - sed -i 's#__new__#__cinit__#' vorbissimple.pyx - python2 setup.py install --root=$pkgdir -} diff --git a/community/python-yaml/PKGBUILD b/community/python-yaml/PKGBUILD index c71d9e086..b6eb58be4 100644 --- a/community/python-yaml/PKGBUILD +++ b/community/python-yaml/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(python2-yaml python-yaml) pkgver=3.10 pkgrel=3 pkgdesc="Python bindings for YAML, using fast libYAML library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyyaml.org" license=('MIT') makedepends=('python' 'python2' 'libyaml') diff --git a/community/python2-basemap/PKGBUILD b/community/python2-basemap/PKGBUILD index 07220bde9..8e65c2f86 100644 --- a/community/python2-basemap/PKGBUILD +++ b/community/python2-basemap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-basemap pkgver=1.0.5 pkgrel=1 pkgdesc="Toolkit for plotting data on map projections" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://matplotlib.sourceforge.net/basemap/doc/html/" license=('custom') depends=('python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 'python2-httplib2') diff --git a/community/python2-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-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-galago/PKGBUILD b/community/python2-galago/PKGBUILD deleted file mode 100644 index 6076c3a9e..000000000 --- a/community/python2-galago/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 66128 2012-02-23 01:37:06Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=python2-galago -pkgver=0.5.0 -pkgrel=6 -pkgdesc="A library of simple functions that are optimized for various CPUs" -arch=('i686' 'x86_64') -url="http://galago-project.org" -options=('!libtool') -license=('LGPL') -depends=('libgalago' 'pygtk') -source=(http://galago-project.org/files/releases/source/galago-python/galago-python-$pkgver.tar.bz2) -md5sums=('27be31fcf2886aa21823caec15dc34aa') - -build() { - cd $srcdir/galago-python-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install -} 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-matplotlib/PKGBUILD b/community/python2-matplotlib/PKGBUILD deleted file mode 100644 index 645fd359f..000000000 --- a/community/python2-matplotlib/PKGBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# $Id: PKGBUILD 74044 2012-07-18 11:59:15Z stephane $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> -# Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> -# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> - -pkgname=python2-matplotlib -pkgver=1.1.1 -pkgrel=1 -pkgdesc="A python plotting library, making publication quality plots" -arch=('i686' 'x86_64') -url="http://matplotlib.sourceforge.net/" -license=('custom') -backup=(usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc) -depends=('python2-dateutil' 'python2-pytz' 'python2-numpy' 'python2-pyparsing' 'python2-pyqt') -optdepends=('pygtk: for use with the GTK or GTKAgg backend' - 'tk: used by the TkAgg backend' - 'wxpython: for use with the WXAgg backend') -makedepends=('pygtk' 'tk' 'wxpython') -provides=('matplotlib' "python-matplotlib=${pkgver}") -replaces=('python-matplotlib') -conflicts=('python-matplotlib') -source=("http://downloads.sourceforge.net/matplotlib/matplotlib-${pkgver}.tar.gz" - setup.cfg) -sha1sums=('e47ecb0c651961dbaba57fd172e3b770da197e84' - 'f074495fc965298e0372751b34c8edb319437c5f') - -build() { - cd "${srcdir}/matplotlib-${pkgver}" - - cp ../setup.cfg . - - # remove internal copy of pyparsing - rm lib/matplotlib/pyparsing.py - sed -i "s/matplotlib.pyparsing/pyparsing/g" lib/matplotlib/{mathtext,fontconfig_pattern}.py - - # remove internal copy of dateutil - rm -r lib/dateutil - - # python2 fix - for file in $(find . -name '*.py' -print); do - sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \ - -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file} - done - - python2 setup.py build -} - -package() { - cd "${srcdir}/matplotlib-${pkgver}" - python2 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr - - install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" - install -m 644 doc/users/license.rst "${pkgdir}/usr/share/licenses/${pkgname}" -} diff --git a/community/python2-matplotlib/setup.cfg b/community/python2-matplotlib/setup.cfg deleted file mode 100644 index 778b04ccc..000000000 --- a/community/python2-matplotlib/setup.cfg +++ /dev/null @@ -1,83 +0,0 @@ -# Rename this file to setup.cfg to modify matplotlib's -# build options. - -[egg_info] -tag_svn_revision = 1 - -[directories] -# Uncomment to override the default basedir in setupext.py. -# This can be a single directory or a space-delimited list of directories. -#basedirlist = /usr - -[status] -# To suppress display of the dependencies and their versions -# at the top of the build log, uncomment the following line: -#suppress = True -# -# Uncomment to insert lots of diagnostic prints in extension code -#verbose = True - -[provide_packages] -# By default, matplotlib checks for a few dependencies and -# installs them if missing. This feature can be turned off -# by uncommenting the following lines. Acceptible values are: -# True: install, overwrite an existing installation -# False: do not install -# auto: install only if the package is unavailable. This -# is the default behavior -# -## Date/timezone support: -#pytz = False -dateutil = False - -[gui_support] -# Matplotlib supports multiple GUI toolkits, including Cocoa, -# GTK, Fltk, MacOSX, Qt, Qt4, Tk, and WX. Support for many of -# these toolkits requires AGG, the Anti-Grain Geometry library, -# which is provided by matplotlib and built by default. -# -# Some backends are written in pure Python, and others require -# extension code to be compiled. By default, matplotlib checks -# for these GUI toolkits during installation and, if present, -# compiles the required extensions to support the toolkit. GTK -# support requires the GTK runtime environment and PyGTK. Wx -# support requires wxWidgets and wxPython. Tk support requires -# Tk and Tkinter. The other GUI toolkits do not require any -# extension code, and can be used as long as the libraries are -# installed on your system. -# -# You can uncomment any the following lines if you know you do -# not want to use the GUI toolkit. Acceptible values are: -# True: build the extension. Exits with a warning if the -# required dependencies are not available -# False: do not build the extension -# auto: build if the required dependencies are available, -# otherwise skip silently. This is the default -# behavior -# -gtk = True -gtkagg = True -tkagg = True -wxagg = True -macosx = False - -[rc_options] -# User-configurable options -# -# Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg, GTKCairo, -# FltkAgg, MacOSX, Pdf, Ps, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg. -# -# The Agg, Ps, Pdf and SVG backends do not require external -# dependencies. Do not choose GTK, GTKAgg, GTKCairo, MacOSX, TkAgg or WXAgg -# if you have disabled the relevent extension modules. Agg will be used -# by default. -# -backend = Qt4Agg -# -# The numerix module was historically used to provide -# compatibility between the Numeric, numarray, and NumPy array -# packages. Now that NumPy has emerge as the universal array -# package for python, numerix is not really necessary and is -# maintained to provide backward compatibility. Do not change -# this unless you have a compelling reason to do so. -numerix = numpy 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-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-openbabel/PKGBUILD b/community/python2-openbabel/PKGBUILD deleted file mode 100644 index e92bf168d..000000000 --- a/community/python2-openbabel/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67419 2012-03-11 14:36:28Z cbrannon $ -# Maintainer: Kaiting Chen <kaitocracy@gmail.com> -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Michal Bozon <bozonm@vscht.cz> - -pkgname=python2-openbabel -pkgver=2.3.1 -pkgrel=2 -pkgdesc="Python 2 bindings of openbabel library" -arch=('i686' 'x86_64') -url="http://openbabel.org/wiki/Python" -license=('GPL') -depends=('python2' 'gcc-libs' "openbabel=${pkgver}" 'eigen') -makedepends=('swig') -options=('!libtool') -source=(http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz) -md5sums=('1f029b0add12a3b55582dc2c832b04f8') - -package() { - cd ${srcdir}/openbabel-$pkgver/scripts/python - sed -i '19i os.path.join("/usr/include/openbabel-2.0"),' setup.py - sed -i '20i os.path.join("/usr/include/eigen2"),' setup.py - python2 setup.py install --prefix=/usr --root=${pkgdir} -} 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-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-pymongo/PKGBUILD b/community/python2-pymongo/PKGBUILD deleted file mode 100644 index 4b4347c55..000000000 --- a/community/python2-pymongo/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Jelle va nder Waa <jelle@vdwaa.nl> -# Contributor: Piotr Husiatyński <phusiatynski@gmail.com> -# Contributor: lp76 <l.peduto@gmail.com> - -pkgname=python2-pymongo -pkgver=2.3 -pkgrel=1 -pkgdesc="Python driver for MongoDB" -license=("APACHE") -url="http://pypi.python.org/pypi/pymongo/" -depends=('python2') -makedepends=('python2-distribute' 'python2-nose') -source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz) -arch=('i686' 'x86_64') -md5sums=('0d342ad1506f983af671d0b0e0e1efec') - -package() { - cd $srcdir/pymongo-$pkgver - python2 setup.py install --root=$pkgdir --optimize=1 -} - -check() { - cd $srcdir/pymongo-$pkgver - # needs local mongodb server - python2 setup.py check -} diff --git a/community/python2-pyopencl/LICENSE.txt b/community/python2-pyopencl/LICENSE.txt deleted file mode 100644 index 3ce400f9d..000000000 --- a/community/python2-pyopencl/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD deleted file mode 100644 index d68521e66..000000000 --- a/community/python2-pyopencl/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 74008 2012-07-18 01:08:34Z ibiru $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> - -pkgname=python2-pyopencl -pkgver=2012.1 -pkgrel=2 -pkgdesc="A complete, object-oriented language binding of OpenCL to Python" -arch=('i686' 'x86_64') -url="http://mathema.tician.de/software/pyopencl" -license=('custom') -depends=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa' 'boost') -makedepends=('ctags' 'python2-distribute') -source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" - 'LICENSE.txt') -sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' - '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7') - -build() { - cd "${srcdir}/pyopencl-${pkgver}" - python2 ./configure.py --cl-enable-gl --no-use-shipped-boost - - python2 setup.py build -} - -package() { - cd "${srcdir}/pyopencl-${pkgver}" - python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build - - install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} 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-pyzmq/PKGBUILD b/community/python2-pyzmq/PKGBUILD deleted file mode 100644 index 3863778a3..000000000 --- a/community/python2-pyzmq/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# $Id: PKGBUILD 75374 2012-08-21 15:13:14Z kkeen $ -# Maintainer: Kyle Keen <keenerd at gmail dot com> -pkgname=python2-pyzmq -pkgver=2.2.0.1 -pkgrel=1 -pkgdesc="Python2 bindings for zeromq, written in Cython" -arch=(i686 x86_64) -url="http://www.zeromq.org/bindings:python" -license=('LGPL') -depends=(zeromq python2) -source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) -md5sums=('f2f80709e84c8ac72d6671eee645d804') - -build() { - cd "$srcdir/pyzmq-$pkgver" - sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py') - python2 setup.py install --root="$pkgdir" --optimize=0 -} diff --git a/community/python2-simplejson/PKGBUILD b/community/python2-simplejson/PKGBUILD index d300ee192..8908b6b9d 100644 --- a/community/python2-simplejson/PKGBUILD +++ b/community/python2-simplejson/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.6.2 pkgrel=1 pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python" license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://undefined.org/python/#simplejson" depends=('python2') makedepends=('python2-distribute') diff --git a/community/python2-traits/PKGBUILD b/community/python2-traits/PKGBUILD index 8c6e51e36..842eb0e8d 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -6,7 +6,7 @@ pkgver=4.2.0 _githubtag=0afc79d pkgrel=2 pkgdesc="Explicitly typed attributes for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.enthought.com/projects/traits/" license=('BSD') depends=('python2-numpy') diff --git a/community/python2-virtkey/PKGBUILD b/community/python2-virtkey/PKGBUILD deleted file mode 100644 index 237f64857..000000000 --- a/community/python2-virtkey/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: codl <codl@aquageek.net> -# Contributor: Megamixman <Megamixman@gmail.com> - -pkgname=python2-virtkey -_pkgname=python-virtkey -pkgver=0.60.0 -pkgrel=3 -pkgdesc="Python extension for emulating keypresses and getting layout information from the X server" -arch=('i686' 'x86_64') -url="https://launchpad.net/python-virtkey" -license=('LGPL') -depends=('python2' 'libxtst' 'gtk2') -replaces=('python-virtkey') -provides=('python-virtkey') -source=(http://launchpad.net/$_pkgname/${pkgver%.*}/$pkgver/+download/$_pkgname-$pkgver.tar.gz) -md5sums=('f4f6776f379bc635a29eac83a14fdde5') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - python2 setup.py build -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - - python2 setup.py install --root=$pkgdir/ --optimize=1 -} 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 c6e435a54..d38cf43d5 100644 --- a/community/python2-xapian/PKGBUILD +++ b/community/python2-xapian/PKGBUILD @@ -8,7 +8,7 @@ _realname=xapian-bindings pkgver=1.2.12 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') groups=(xapian) 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 610f3b6a4..453b8ee2d 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -8,7 +8,7 @@ pkgname=qcad pkgver=2.0.5.0 pkgrel=11 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 771a74430..967c18dd4 100644 --- a/community/qconf/PKGBUILD +++ b/community/qconf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qconf pkgver=1.4 pkgrel=2 pkgdesc="QConf allows you to have a nice configure script for your qmake-based project." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://delta.affinix.com/qconf/" license=('GPL') depends=('qt') diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD index 696f3c03b..73af75518 100644 --- a/community/qgit/PKGBUILD +++ b/community/qgit/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.3 pkgrel=3 pkgdesc="A GIT GUI viewer built on Qt/C++" url="http://digilander.libero.it/mcostalba/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('qt' 'git') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" diff --git a/community/qgo/PKGBUILD b/community/qgo/PKGBUILD index 88a1c96f0..d015bc085 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') @@ -23,7 +23,7 @@ build() { . /etc/profile.d/qt3.sh patch -Np1 -i "$srcdir/gcc43.patch" patch -Np1 -i "$srcdir/gcc45.patch" - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST 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 e46a34d6f..363ba142d 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qlandkartegt pkgver=1.6.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' 'libmysqlclient' '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 3b45257bf..a68a65a17 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qmmp pkgver=0.6.6 pkgrel=2 pkgdesc="Qt4 based audio-player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qmmp.ylsoftware.com/" license=('GPL') depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt' 'taglib' 'xdg-utils') diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD index 42a0bf0fc..b98775d66 100644 --- a/community/qmpdclient/PKGBUILD +++ b/community/qmpdclient/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qmpdclient pkgver=1.2.2 pkgrel=2 pkgdesc="A Qt4 client for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bitcheese.net/wiki/QMPDClient" license=('GPL') depends=('qt') diff --git a/community/qps/PKGBUILD b/community/qps/PKGBUILD index a48057f65..d1ec3d9b7 100644 --- a/community/qps/PKGBUILD +++ b/community/qps/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'." url="http://qps.kldp.net/projects/qps" depends=('qt') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license="GPL" source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2) md5sums=('dc3396749ad9254fd60ca84b5c0b16b9') diff --git a/community/qpxtool/PKGBUILD b/community/qpxtool/PKGBUILD index 52960f4c5..00451f775 100644 --- a/community/qpxtool/PKGBUILD +++ b/community/qpxtool/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qpxtool pkgver=0.7.2 pkgrel=1 pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qpxtool.sourceforge.net/" license=('GPL') depends=('qt') diff --git a/community/qscintilla-qt3/PKGBUILD b/community/qscintilla-qt3/PKGBUILD index 97da30f58..8de84ddb2 100644 --- a/community/qscintilla-qt3/PKGBUILD +++ b/community/qscintilla-qt3/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qscintilla-qt3 pkgver=1.7.1 pkgrel=4 pkgdesc="A port to Qt3 of Neil Hodgson's Scintilla C++ editor class" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro/" license=('GPL2') depends=('qt3') diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 02378dbb3..462e749c7 100644 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD @@ -6,18 +6,20 @@ pkgname=qstardict pkgver=1.0.1 pkgrel=1 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qstardict.ylsoftware.com/index.php" license=('GPL2') depends=('qt') 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 - + patch -Np1 -i ${srcdir}/qstardict-1.0.1-glib.patch qmake ENABLED_PLUGINS="stardict web swac" make } 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 5ade74953..fdd5b1da9 100644 --- a/community/qsvn/PKGBUILD +++ b/community/qsvn/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qsvn pkgver=0.8.3 pkgrel=3 pkgdesc="Qt4 GUI for Subversion." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.anrichter.net/projects/qsvn/" license=('GPL') depends=('qt' 'subversion') diff --git a/community/qsynergy/PKGBUILD b/community/qsynergy/PKGBUILD index ce7985113..e8a5fb71b 100644 --- a/community/qsynergy/PKGBUILD +++ b/community/qsynergy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Qt gui for Synergy which lets you remotely control other computers." url="http://www.volker-lanz.de/en/software/qsynergy/" license=(GPL) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'synergy') source=("http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('17d8989668016185b859332aacf9e7df') diff --git a/community/qt-recordmydesktop/PKGBUILD b/community/qt-recordmydesktop/PKGBUILD index 9fcf83dc3..afdd5dce9 100644 --- a/community/qt-recordmydesktop/PKGBUILD +++ b/community/qt-recordmydesktop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qt-recordmydesktop pkgver=0.3.8 pkgrel=5 pkgdesc="Qt4 frontend for recordMyDesktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://recordmydesktop.sourceforge.net" license=('GPL') depends=('recordmydesktop>=0.3.8.1' 'python2-qt') diff --git a/community/qt4pas/PKGBUILD b/community/qt4pas/PKGBUILD index 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/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index 72960ba22..4e24a084b 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.6.2 _pkgver=2.6.2 pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://qt-project.org' license=('LGPL') depends=('qt') 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 6504de035..44c3a0281 100644 --- a/community/qtemu/PKGBUILD +++ b/community/qtemu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=7 pkgdesc="Graphical user interface for QEMU written in Qt4" url="http://qtemu.org" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('cmake') depends=('qemu' 'qt>=4.1') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD index ed5112058..5bb363462 100644 --- a/community/qtfm/PKGBUILD +++ b/community/qtfm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qtfm pkgver=5.5 pkgrel=1 pkgdesc="A lightweight file manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qtfm.org/" license=('GPL') depends=('qt') diff --git a/community/qtmpc/PKGBUILD b/community/qtmpc/PKGBUILD index 4755f681e..b83e73cb3 100644 --- a/community/qtmpc/PKGBUILD +++ b/community/qtmpc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtmpc pkgver=0.6.1 pkgrel=3 pkgdesc="Qt4-based front-end for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qtmpc.lowblog.nl/" license=('GPL') depends=('kdebase-runtime') diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index aad70351f..10df6d28e 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qtractor pkgver=0.5.7 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qtractor.sourceforge.net/" license=('GPL') depends=('qt' 'jack' 'suil' 'lilv' 'libmad' diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD index 0b3dd2afe..84f921a81 100644 --- a/community/quagga/PKGBUILD +++ b/community/quagga/PKGBUILD @@ -5,7 +5,7 @@ pkgname=quagga pkgver=0.99.21 pkgrel=3 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.quagga.net' license=('GPL2') depends=('libcap' 'net-snmp' 'readline' 'ncurses') diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD index 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 128762693..9ab19a4c7 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 46cb818ef..cadca634e 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -7,7 +7,7 @@ pkgname=qupzilla pkgver=1.3.5_git20130128 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') 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/r8168-lts/PKGBUILD b/community/r8168-lts/PKGBUILD deleted file mode 100644 index 7f7568ffb..000000000 --- a/community/r8168-lts/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 77196 2012-10-06 11:21:22Z tpowa $ -# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> - -pkgname=r8168-lts -_pkgname=r8168 -pkgver=8.032.00 -pkgrel=3 -pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" -url="http://www.realtek.com.tw" -license=("GPL") -arch=('i686' 'x86_64') -depends=('glibc' "linux-lts>=3.0" "linux-lts<3.1") -makedepends=("linux-lts-headers>=3.0" "linux-lts-headers<3.1") -source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2) -install=$pkgname.install - -_extramodules=extramodules-3.0-lts - -build() { - cd "$_pkgname-$pkgver" - local _kernver="$(cat /usr/lib/modules/$_extramodules/version)" - make -C /usr/lib/modules/$_kernver/build \ - SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \ - EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ - modules -} - -package() { - cd "$_pkgname-$pkgver" - install -Dm644 src/$_pkgname.ko "$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko" - find "$pkgdir" -name '*.ko' -exec gzip -9 {} + -} - -sha256sums=('f24ed6ba1a0a6e8cae27c49b0bddbecbd430ad1d7ddd1c5d28f2091202aee9c3') diff --git a/community/r8168-lts/r8168-lts.install b/community/r8168-lts/r8168-lts.install deleted file mode 100644 index 2aab9e1e3..000000000 --- a/community/r8168-lts/r8168-lts.install +++ /dev/null @@ -1,17 +0,0 @@ -rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.0-lts' - depmod $(cat /lib/modules/$EXTRAMODULES/version) -} - -post_install() { - rebuild_module_dependencies - echo '>>> The module r8168 conflicts with r8169. You can blacklist it with:' - echo '>>> `echo "blacklist r8169" > /etc/modprobe.d/r8169_blacklist.conf`' -} -post_upgrade() { - rebuild_module_dependencies -} - -post_remove() { - rebuild_module_dependencies -} 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 939ac4b50..d406f0846 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 fbff09e27..5f3a72978 100644 --- a/community/ragel/PKGBUILD +++ b/community/ragel/PKGBUILD @@ -10,16 +10,18 @@ pkgname=ragel pkgver=6.7 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') -source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('f4423e0d8a6538dd4e61498fcfad3cec') +source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz" + "ragel-6.7-gcc-4.7.patch") +md5sums=('f4423e0d8a6538dd4e61498fcfad3cec' + 'bcbc047873e09eef04900142fefa75f1') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/ragel-6.7-gcc-4.7.patch ./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 bf53ddaf0..86cd0c464 100644 --- a/community/rawtherapee/PKGBUILD +++ b/community/rawtherapee/PKGBUILD @@ -9,7 +9,7 @@ pkgver=4.0.8 pkgrel=1 epoch=1 pkgdesc="RAW photo editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rawtherapee.com/" license=('GPL3') depends=('gtkmm' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme') diff --git a/community/rblcheck/PKGBUILD b/community/rblcheck/PKGBUILD index d879b6c23..da4c32b3f 100644 --- a/community/rblcheck/PKGBUILD +++ b/community/rblcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rblcheck pkgver=1.5 pkgrel=1 pkgdesc='Tool to Query RBL Servers' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rblcheck.sourceforge.net/' license=('GPL2') depends=('glibc' 'bash') diff --git a/community/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD index 3ffb75bad..e4f34995e 100644 --- a/community/rdiff-backup/PKGBUILD +++ b/community/rdiff-backup/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rdiff-backup pkgver=1.2.8 pkgrel=5 pkgdesc='A utility for local/remote mirroring and incremental backups.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/rdiff-backup/' license=('GPL') depends=('python2' 'librsync') diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD index 4f37d3d5f..36053c16b 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -9,7 +9,7 @@ pkgname=recoll pkgver=1.18.1 pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lesbonscomptes.com/recoll/" license=('GPL') depends=('xapian-core>=1.0.15-1' 'qt' 'openssl' 'hicolor-icon-theme' 'qtwebkit') diff --git a/community/recordmydesktop/PKGBUILD b/community/recordmydesktop/PKGBUILD index 67defa2f8..a12e006bc 100644 --- a/community/recordmydesktop/PKGBUILD +++ b/community/recordmydesktop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=recordmydesktop pkgver=0.3.8.1 pkgrel=6 pkgdesc="Produces a OGG encapsulated Theora/Vorbis recording of your desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://recordmydesktop.sourceforge.net" license=('GPL') depends=('alsa-lib' 'zlib' 'libvorbis' 'libxdamage' 'libxext' 'libtheora' 'libsm' 'jack') diff --git a/community/recoverdm/PKGBUILD b/community/recoverdm/PKGBUILD index adedc4f9b..b4ea70aac 100644 --- a/community/recoverdm/PKGBUILD +++ b/community/recoverdm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=recoverdm pkgver=0.20 pkgrel=3 pkgdesc="helps to recover disks with bad sectors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vanheusden.com/recoverdm/" license=('GPL') depends=(glibc) diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index edf4a1fac..62ce5cd58 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=redis pkgver=2.6.9 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 d95d1579e..222f4d4da 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rekonq pkgver=2.1 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 3b98b5121..ccc4a8411 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -7,7 +7,7 @@ pkgname=remind pkgver=3.01.12 pkgrel=1 pkgdesc='A sophisticated calendar and alarm program.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.roaringpenguin.com/penguin/open_source_remind.php' license=('GPL') depends=('tk' 'tcllib') diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD index 3aba94c01..2fde80bb8 100644 --- a/community/remmina/PKGBUILD +++ b/community/remmina/PKGBUILD @@ -5,7 +5,7 @@ pkgname=remmina pkgver=1.0.0 pkgrel=9 pkgdesc="remote desktop client written in GTK+" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://remmina.sourceforge.net/" license=('GPL') depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp') diff --git a/community/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..6ca506ac5 100644 --- a/community/rlwrap/PKGBUILD +++ b/community/rlwrap/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rlwrap pkgver=0.37 pkgrel=2 pkgdesc="A 'readline wrapper'" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://utopia.knoware.nl/~hlub/uck/rlwrap/" license=('GPL') depends=('perl') diff --git a/community/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/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index f970099cf..29f85909d 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=roxterm pkgver=2.6.5 pkgrel=1 pkgdesc="Tabbed, VTE-based terminal emulator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://roxterm.sourceforge.net/" license=('GPL3') depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm') diff --git a/community/rpc2/PKGBUILD b/community/rpc2/PKGBUILD index 21b723db0..9014cd617 100644 --- a/community/rpc2/PKGBUILD +++ b/community/rpc2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=rpc2 pkgver=2.10 pkgrel=3 pkgdesc="Remote procedure call package for IP/UDP" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" options=('!libtool') license=("LGPL") diff --git a/community/rsnapshot/PKGBUILD b/community/rsnapshot/PKGBUILD index d4c727c31..428c44b09 100644 --- a/community/rsnapshot/PKGBUILD +++ b/community/rsnapshot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rsnapshot pkgver=1.3.1 pkgrel=3 pkgdesc="A remote filesystem snapshot utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rsnapshot.org" license=('GPL') depends=('perl' 'rsync' 'openssh') diff --git a/community/rss-glx/PKGBUILD b/community/rss-glx/PKGBUILD index 6caa46a48..0be1d9dd8 100644 --- a/community/rss-glx/PKGBUILD +++ b/community/rss-glx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=rss-glx pkgver=0.9.1 pkgrel=13 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 8d3ca9f28..c074a400d 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -6,7 +6,7 @@ pkgver=7.2.4 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' 'libmysqlclient' 'net-snmp' 'gnutls') diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index a8ba161e7..7968cc713 100644 --- a/community/rtorrent/PKGBUILD +++ b/community/rtorrent/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") sha1sums=('2a642d722745091265037ed8929a23c237a3b99f') diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD index 520256dff..583df259d 100644 --- a/community/ruby-cairo/PKGBUILD +++ b/community/ruby-cairo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ruby-cairo pkgver=1.12.2 pkgrel=1 pkgdesc="Ruby bindings for cairo" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://cairographics.org/rcairo/" license=('GPL') depends=('ruby' 'cairo>=1.2.0') diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index ca6a3f1a5..b927efd96 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.1 pkgrel=2 -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://ruby-gnome2.sourceforge.jp/' license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') diff --git a/community/ruby-ncurses/PKGBUILD b/community/ruby-ncurses/PKGBUILD index f3434fe32..bd3664892 100644 --- a/community/ruby-ncurses/PKGBUILD +++ b/community/ruby-ncurses/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ruby-ncurses pkgver=1.3.1 pkgrel=3 pkgdesc="Module for interactive text console applications (ncurses)" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://ncurses-ruby.berlios.de/" license=('GPL') depends=('ruby') diff --git a/community/rusxmms/PKGBUILD b/community/rusxmms/PKGBUILD index 28a581ec8..96b89ac1c 100644 --- a/community/rusxmms/PKGBUILD +++ b/community/rusxmms/PKGBUILD @@ -8,7 +8,7 @@ _xmmsver=1.2.11 _csaver=csa43 pkgrel=3 pkgdesc="XMMS with librcc" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(GPL) url="http://rusxmms.sourceforge.net/" depends=(libsm libxxf86vm zlib gtk libvorbis alsa-lib libgl librcc librcd openssl) diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD index 9f6dfad3b..cdcd4c69c 100644 --- a/community/rxvt-unicode/PKGBUILD +++ b/community/rxvt-unicode/PKGBUILD @@ -8,7 +8,7 @@ pkgname=rxvt-unicode pkgver=9.16 pkgrel=1 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://software.schmorp.de/pkg/rxvt-unicode.html' license=('GPL') depends=('libxft' 'gdk-pixbuf2' 'perl' 'startup-notification') diff --git a/community/rxvt/PKGBUILD b/community/rxvt/PKGBUILD index 8ca75017c..212aac06d 100644 --- a/community/rxvt/PKGBUILD +++ b/community/rxvt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=rxvt pkgver=2.7.10 pkgrel=6 pkgdesc='A colour vt102 terminal emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rxvt.sourceforge.net/' license=('GPL') depends=('libx11') @@ -21,6 +21,7 @@ md5sums=('302c5c455e64047b02d1ef19ff749141') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ + --build=$CHOST \ --with-terminfo=/usr/share/terminfo \ --enable-mousewheel \ --enable-256-color \ diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD index 6cb62e4ff..40be1228e 100644 --- a/community/rygel/PKGBUILD +++ b/community/rygel/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rygel pkgver=0.16.4 pkgrel=1 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Rygel" license=('LGPL') depends=('gupnp-av' 'gupnp-dlna' 'libgee' 'gtk3' 'libunistring' 'libtracker-sparql' 'hicolor-icon-theme' 'xdg-utils') diff --git a/community/sakura/PKGBUILD b/community/sakura/PKGBUILD index f1981a49c..063a72c49 100644 --- a/community/sakura/PKGBUILD +++ b/community/sakura/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sakura pkgver=3.0.4 pkgrel=1 pkgdesc="A terminal emulator based on GTK and VTE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/sakura" license=('GPL') depends=('vte3' 'libxft' 'desktop-file-utils') diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index 6fc0508ec..63f0fe90f 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sarg pkgver=2.3.5 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 859b781e0..5c09b8711 100644 --- a/community/scantailor/PKGBUILD +++ b/community/scantailor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scantailor pkgver=0.9.11.1 pkgrel=1 pkgdesc="Interactive post-processing tool for scanned pages" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://scantailor.sourceforge.net" license="GPL" depends=('qt') diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index 94d8666a1..4e5af849e 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 0bf41a260..aae795021 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -9,7 +9,7 @@ pkgname=scite pkgver=3.2.4 pkgrel=1 pkgdesc='Editor with facilities for building and running programs' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://www.scintilla.org/SciTE.html' license=('custom:scite') depends=('desktop-file-utils' 'gtk2') diff --git a/community/scorched3d/PKGBUILD b/community/scorched3d/PKGBUILD index 0ae9d7dcb..eafb7c22f 100644 --- a/community/scorched3d/PKGBUILD +++ b/community/scorched3d/PKGBUILD @@ -7,7 +7,7 @@ pkgver=43.3.d _pkgver=43.3d pkgrel=4 pkgdesc="3D artillery combat game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.scorched3d.co.uk/" license=('GPL') depends=('sdl_net' 'wxgtk' 'freealut>=1.0.0-3' 'libvorbis' 'glu' 'fftw' 'libjpeg>=8' 'xdg-utils') diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD index f384b7f70..004b76ec2 100644 --- a/community/scponly/PKGBUILD +++ b/community/scponly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scponly pkgver=4.8 pkgrel=8 pkgdesc="A limited shell for ssh/scp" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sublimation.org/scponly/" depends=('glibc') makedepends=('openssh') @@ -20,7 +20,7 @@ md5sums=('139ac9abd7f3b8dbc5c5520745318f8a' build() { cd $srcdir/$pkgname-$pkgver - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc \ + [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --build=$CHOST --sysconfdir=/etc \ --enable-scp-compat --enable-winscp-compat --enable-chrooted-binary sed -i 's|^#elif|#else|' helper.c make diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD index e58621d12..4f235e5a5 100644 --- a/community/scummvm-tools/PKGBUILD +++ b/community/scummvm-tools/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="A set of tools that enable you to convert, compress and decode game dat url="http://www.scummvm.org/" license=('GPL') depends=('libpng' 'wxgtk' 'flac' 'libvorbis') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz) md5sums=('43cbf9f5c4939876cf4149dd59e68044') diff --git a/community/sdcc/PKGBUILD b/community/sdcc/PKGBUILD index 6a21c4821..8b43b2ade 100644 --- a/community/sdcc/PKGBUILD +++ b/community/sdcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sdcc pkgver=3.2.0 pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('bash' 'gcc-libs' 'boost-libs') makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') diff --git a/community/sdcv/PKGBUILD b/community/sdcv/PKGBUILD index dd1d87971..72f54e6c0 100644 --- a/community/sdcv/PKGBUILD +++ b/community/sdcv/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sdcv pkgver=0.4.2 pkgrel=6 pkgdesc="StarDict Console Version" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sdcv.sourceforge.net/" license=('GPL') depends=('glib2' 'readline' 'zlib') diff --git a/community/sdd/PKGBUILD b/community/sdd/PKGBUILD index d49f44605..061c1ac47 100644 --- a/community/sdd/PKGBUILD +++ b/community/sdd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sdd pkgver=1.52 pkgrel=7 pkgdesc="Faster replacement for a program called dd" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://freshmeat.net/projects/sdd/" source=(ftp://ftp.berlios.de/pub/sdd/sdd-$pkgver.tar.gz diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD index 044ffa478..c6dd1e858 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -5,7 +5,7 @@ pkgname=seahorse-nautilus pkgver=3.6.1 pkgrel=1 pkgdesc="PGP encryption and signing for nautilus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/seahorse-nautilus/" license=('GPL') depends=('libcryptui' 'gcr' 'nautilus') diff --git a/community/sensors-applet/PKGBUILD b/community/sensors-applet/PKGBUILD index 3c9da15c1..1a19269ab 100644 --- a/community/sensors-applet/PKGBUILD +++ b/community/sensors-applet/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sensors-applet pkgver=3.0.0 pkgrel=2 pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sensors-applet.sourceforge.net/" license=('GPL') depends=('gnome-panel' 'libatasmart' 'lm_sensors' 'xdg-utils') diff --git a/community/ser2net/PKGBUILD b/community/ser2net/PKGBUILD index 50cf15ded..b01a9324a 100644 --- a/community/ser2net/PKGBUILD +++ b/community/ser2net/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ser2net pkgver=2.8rc3 pkgrel=1 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://sourceforge.net/projects/ser2net" license=('GPL') depends=('glibc') diff --git a/community/serd/PKGBUILD b/community/serd/PKGBUILD deleted file mode 100644 index 0caa08e58..000000000 --- a/community/serd/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 72424 2012-06-14 07:58:39Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=serd -pkgver=0.14.0 -pkgrel=1 -pkgdesc="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." -arch=(i686 x86_64) -url="http://drobilla.net/software/$pkgname/" -license=('custom:ISC') -depends=('glibc') -makedepends=('python2') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('405b11ee92f3f19ce4a757ba34953886') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # remove ldconfig - sed -i "/ldconfig/d" wscript - - python2 ./waf configure --prefix=/usr \ - --mandir=/usr/share/man - python2 ./waf -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - DESTDIR="$pkgdir" python2 ./waf install - - # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index e6c5c6c84..ea12e6cd3 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=setconf pkgver=0.4 pkgrel=1 pkgdesc="Utility to easily change settings in Makefiles and configuration files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://setconf.roboticoverlords.org/" license=('GPL') depends=('pcre' 'gc') @@ -17,7 +17,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" shedskin "$pkgname.py" - make CPPFLAGS="-march=native -fomit-frame-pointer" + make CPPFLAGS="$CFLAGS" } package() { diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 494390ff0..cc1e707b5 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfk pkgver=1.6.6 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://stahlforce.com/dev/?tool=sfk' license=('custom: BSD') depends=('gcc-libs') diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD index 8856014b4..7e0e90621 100644 --- a/community/sfml/PKGBUILD +++ b/community/sfml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfml pkgver=2.0rc1 pkgrel=3 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2') diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD index 55336da5f..4ecc5dd47 100644 --- a/community/shake/PKGBUILD +++ b/community/shake/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shake pkgver=0.999 pkgrel=2 pkgdesc="Userspace defragmenter that can be run while system is in use" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vleu.net/shake/" license=('GPL3') depends=('attr') diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD index c421ae23a..849cb918d 100644 --- a/community/shapelib/PKGBUILD +++ b/community/shapelib/PKGBUILD @@ -6,7 +6,7 @@ pkgname=shapelib pkgver=1.2.10 pkgrel=5 pkgdesc='simple C API for reading and writing ESRI Shapefiles' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://shapelib.maptools.org/' license=('LGPL' 'MIT') options=('!libtool') @@ -26,7 +26,7 @@ package() { cd ${pkgname}-${pkgver} sed -i -e s:/usr/local:${pkgdir}/usr: Makefile - sed -i -e s:/usr/bin/install:/bin/install: Makefile + #sed -i -e s:/usr/bin/install:/bin/install: Makefile make lib_install install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } diff --git a/community/shell-fm/PKGBUILD b/community/shell-fm/PKGBUILD index 88cfe9926..20ee6c60a 100644 --- a/community/shell-fm/PKGBUILD +++ b/community/shell-fm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shell-fm pkgver=0.8 pkgrel=1 pkgdesc="A console based player for the streams provided by Last.FM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://github.com/jkramer/$pkgname" license=('GPL') depends=('libmad' 'libao' 'taglib') diff --git a/community/shfs-utils/PKGBUILD b/community/shfs-utils/PKGBUILD index b939c8f7c..1443ae019 100644 --- a/community/shfs-utils/PKGBUILD +++ b/community/shfs-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="SHell FileSystem Linux utils" url="http://shfs.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc' 'openssh') makedepends=('patch') source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz" diff --git a/community/shntool/PKGBUILD b/community/shntool/PKGBUILD index ea261ecea..51b020f1f 100644 --- a/community/shntool/PKGBUILD +++ b/community/shntool/PKGBUILD @@ -5,7 +5,7 @@ pkgname=shntool pkgver=3.0.10 pkgrel=2 pkgdesc="A multi-purpose WAVE data processing and reporting utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.etree.org/shnutils/shntool/" license=('GPL') options=(!emptydirs) diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index 578cc10f5..e83633dc6 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -7,7 +7,7 @@ pkgname=shotwell pkgver=0.13.1 pkgrel=5 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://yorba.org/shotwell/" license=('LGPL2.1') depends=('libgee' '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 790bc3ab5..8739a9c19 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -5,7 +5,7 @@ pkgname=siege pkgver=2.72 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 2e210be9c..510e514dd 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sigil pkgver=0.6.2 pkgrel=2 pkgdesc="WYSIWYG ebook editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/sigil/" license=('GPL3') depends=('qtwebkit' 'boost-libs') diff --git a/community/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 0344743f9..4e95f1cb2 100644 --- a/community/signon-plugin-oauth2/PKGBUILD +++ b/community/signon-plugin-oauth2/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=signon-oauth2 pkgver=0.14 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 b11d87d7e..5a21188df 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -5,7 +5,7 @@ pkgname=signon-ui pkgver=0.12 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' 'libproxy') diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD index 3a1e705bd..8c19d96e1 100644 --- a/community/signon/PKGBUILD +++ b/community/signon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('signon' 'signon-doc') pkgver=8.46 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=('qt' 'libproxy') diff --git a/community/silly/PKGBUILD b/community/silly/PKGBUILD index 12ac8800a..75b9c4fa7 100644 --- a/community/silly/PKGBUILD +++ b/community/silly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=silly pkgver=0.1.0 pkgrel=5 pkgdesc="Simple Image Loading LibrarY, a part of the CEGUI project" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cegui.org.uk/wiki/index.php/SILLY" license=('MIT') depends=('libjpeg' 'libpng' 'gcc-libs') diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index 27fcdf2fa..2c2018374 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.9.0 _pkgver=39-0 pkgrel=1 pkgdesc="simulator for assorted historical computers, from Altair to VAX" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://simh.trailing-edge.com" license=("BSD") depends=("libpcap") diff --git a/community/simple-scan/PKGBUILD b/community/simple-scan/PKGBUILD index f511792ac..01e7a7557 100644 --- a/community/simple-scan/PKGBUILD +++ b/community/simple-scan/PKGBUILD @@ -5,7 +5,7 @@ pkgname=simple-scan pkgver=3.6.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/simutrans/PKGBUILD b/community/simutrans/PKGBUILD deleted file mode 100644 index 43e0ef9dc..000000000 --- a/community/simutrans/PKGBUILD +++ /dev/null @@ -1,60 +0,0 @@ -# $Id: PKGBUILD 81722 2012-12-27 21:08:53Z bgyorgy $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Anton Bazhenov <anton.bazhenov at gmail> -# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Gilles Gagniard <gilles@gagniard.org> -# Contributor: JD Steffen <jd at steffennet dot org> - -pkgname=simutrans -pkgver=112.1 -_pkgver=112-1 -pkgrel=1 -pkgdesc="An open source transportation simulation game" -arch=('i686' 'x86_64') -url="http://simutrans.com/" -license=('PerlArtistic') -depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64') -makedepends=('imagemagick') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip - http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip - settings-folder.patch - path-for-game-data.patch - config.patch - fix-build.patch - simutrans.desktop) -md5sums=('926b31ec7f4f0a9e0c987b59f1c96743' - '3b994ce2203d616d4e0aac2a998e6006' - 'c87d9a9910bc371df5d50f7f1ec298bb' - '4648680290b44775b9c47d3758d3bd6c' - 'd11bc8ee33a34e33341f6ccd90a44dba' - '7d6329f7db821e3cc22fde5c5c138e2d' - 'f41f7a08ad517ef2b60412859eb49963') - -build() { - cd "$srcdir" - - cp config.template config.default - patch -Np0 -i "$srcdir/settings-folder.patch" - patch -Np1 -i "$srcdir/path-for-game-data.patch" - patch -Np0 -i "$srcdir/config.patch" - patch -Np0 -i "$srcdir/fix-build.patch" - convert simutrans.ico -alpha on simutrans.png - chmod 644 simsys_opengl.cc - - make -} - -package() { - cd "$srcdir" - - #binary - install -Dm755 build/default/sim "$pkgdir/usr/bin/simutrans" - - #data - mkdir -p "$pkgdir/usr/share/games/$pkgname" - cp -r "$pkgname"/{config,font,music,skin,text} "$pkgdir/usr/share/games/$pkgname" - - #desktop file and icon - install -Dm644 simutrans.png "$pkgdir/usr/share/pixmaps/simutrans.png" - install -Dm644 simutrans.desktop "$pkgdir/usr/share/applications/simutrans.desktop" -} diff --git a/community/simutrans/config.patch b/community/simutrans/config.patch deleted file mode 100644 index ea4657a7a..000000000 --- a/community/simutrans/config.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- config.default.orig 2011-11-10 21:48:01.000000000 +0100 -+++ config.default 2011-11-10 21:51:58.383221979 +0100 -@@ -6,23 +6,23 @@ - #BACKEND = allegro - #BACKEND = gdi - #BACKEND = sdl --#BACKEND = mixer_sdl -+BACKEND = mixer_sdl - #BACKEND = posix - - #COLOUR_DEPTH = 0 --#COLOUR_DEPTH = 16 -+COLOUR_DEPTH = 16 - - #OSTYPE = amiga - #OSTYPE = beos - #OSTYPE = cygwin - #OSTYPE = freebsd - #OSTYPE = haiku --#OSTYPE = linux -+OSTYPE = linux - #OSTYPE = mingw - #OSTYPE = mac - - #DEBUG = 3 # Level 1-3, higher number means more debug-friendly, see Makefile --#OPTIMISE = 1 # Add umpteen optimisation flags -+OPTIMISE = 1 # Add umpteen optimisation flags - #PROFILE = 1 # Enable profiling - #PROFILE = 2 # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1' - -@@ -34,9 +34,9 @@ - # Define these as empty strings, if you don't have the respective config program - #ALLEGRO_CONFIG = allegro-config - #PNG_CONFIG = pkg-config libpng --#SDL_CONFIG = sdl-config -+SDL_CONFIG = sdl-config - --#VERBOSE = 1 -+VERBOSE = 1 - - # The following useful conditional compilation flags exist - # -@@ -65,6 +65,9 @@ - # - # In order to use the flags, add a line like this: (-Dxxx) - # FLAGS = -DUSE_C -+ifeq ($(shell uname -m),x86_64) -+ FLAGS += -DUSE_C -+endif - - # Output directories: - # diff --git a/community/simutrans/fix-build.patch b/community/simutrans/fix-build.patch deleted file mode 100644 index a575cbef6..000000000 --- a/community/simutrans/fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur utils/csv.cc utils/csv.cc ---- utils/csv.cc 2012-03-18 21:10:39.000000000 +0000 -+++ utils/csv.cc 2012-05-04 11:06:50.228842822 +0000 -@@ -8,6 +8,7 @@ - #include <cstring> - #include <stdio.h> - #include <assert.h> -+#include <stdlib.h> - - #include "csv.h" - #include "simstring.h" diff --git a/community/simutrans/path-for-game-data.patch b/community/simutrans/path-for-game-data.patch deleted file mode 100644 index ac2b41407..000000000 --- a/community/simutrans/path-for-game-data.patch +++ /dev/null @@ -1,18 +0,0 @@ -look in /usr/share/games/simutrans for game data - -@DPATCH@ - ---- simutrans.orig/simmain.cc -+++ simutrans/simmain.cc -@@ -437,8 +437,9 @@ - strcat( umgebung_t::program_dir, path_sep ); - } - else { -- strcpy( umgebung_t::program_dir, argv[0] ); -- *(strrchr( umgebung_t::program_dir, path_sep[0] )+1) = 0; -+ // strcpy( umgebung_t::program_dir, argv[0] ); -+ // *(strrchr( umgebung_t::program_dir, path_sep[0] )+1) = 0; -+ strcpy(umgebung_t::program_dir, "/usr/share/games/simutrans/"); - - chdir( umgebung_t::program_dir ); - } diff --git a/community/simutrans/settings-folder.patch b/community/simutrans/settings-folder.patch deleted file mode 100644 index 166795803..000000000 --- a/community/simutrans/settings-folder.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- simsys.cc.orig 2011-10-28 20:32:25.000000000 +0200 -+++ simsys.cc 2011-11-10 23:09:10.380031846 +0100 -@@ -47,7 +47,7 @@ - #elif defined __APPLE__ - sprintf(buffer, "%s/Library/Simutrans", getenv("HOME")); - #else -- sprintf(buffer, "%s/simutrans", getenv("HOME")); -+ sprintf(buffer, "%s/.simutrans", getenv("HOME")); - #endif - - dr_mkdir(buffer); - diff --git a/community/simutrans/simutrans.desktop b/community/simutrans/simutrans.desktop deleted file mode 100644 index e8d8660c8..000000000 --- a/community/simutrans/simutrans.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Simutrans -Comment=Transportation simulator -Exec=simutrans -Icon=simutrans -Terminal=false -Type=Application -Categories=Game;Simulation; - 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 c75667c91..170e94aab 100644 --- a/community/skrooge/PKGBUILD +++ b/community/skrooge/PKGBUILD @@ -8,7 +8,7 @@ pkgname=skrooge pkgver=1.5.1 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 90550d4f3..a2fcec295 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sleuthkit pkgver=4.0.1 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 912c14250..e3358bc34 100644 --- a/community/sloccount/PKGBUILD +++ b/community/sloccount/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Tools for counting physical source lines of code" url="http://www.dwheeler.com/sloccount/" license=('GPL') depends=('perl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('09abd6e2a016ebaf7552068a1dba1249') diff --git a/community/slock/PKGBUILD b/community/slock/PKGBUILD index b6fbb2ebe..a28fa9961 100644 --- a/community/slock/PKGBUILD +++ b/community/slock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slock pkgver=1.1 pkgrel=1 pkgdesc="A simple screen locker for X" -arch=('i686' 'x86_64') +arch=('mips64el' 'i686' 'x86_64') url="http://tools.suckless.org/slock" license=('MIT') depends=('libxext') diff --git a/community/slrn/PKGBUILD b/community/slrn/PKGBUILD index 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 611f57912..d6f876680 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=8 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 d4914592e..f650fd03e 100644 --- a/community/smc/PKGBUILD +++ b/community/smc/PKGBUILD @@ -7,7 +7,7 @@ pkgname=smc pkgver=1.9 pkgrel=18 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 f3f62c704..eebe70656 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -11,7 +11,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=('b8975840a08172ba8a1abbe7cb202dfe') diff --git a/community/sniffit/PKGBUILD b/community/sniffit/PKGBUILD index 4843eb7cc..2bd24d7f9 100644 --- a/community/sniffit/PKGBUILD +++ b/community/sniffit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sniffit pkgver=0.3.7.beta pkgrel=11 pkgdesc="very good packet sniffer for unix with ncurses interactive mode." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.ubuntu.com/source/sniffit" #seems the website are out, ubuntu have all sources #url=http://reptile.rug.ac.be/~coder/sniffit/sniffit.html" diff --git a/community/snort/PKGBUILD b/community/snort/PKGBUILD deleted file mode 100644 index bd67007ca..000000000 --- a/community/snort/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 74966 2012-08-10 17:25:48Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Hugo Doria <hugo@archlinux.org> -# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> -# Contributor: dorphell <dorphell@archlinux.org> -# Contributor: Gregor Ibic <gregor.ibic@intelicom.si> - -pkgname=snort -pkgver=2.9.3.1 -pkgrel=1 -pkgdesc='A lightweight network intrusion detection system.' -arch=('i686' 'x86_64') -url='http://www.snort.org' -license=('GPL') -depends=('libdaq' 'libdnet' 'libpcap' 'pcre' 'zlib') -makedepends=('ca-certificates') -backup=('etc/conf.d/snort' - 'etc/snort/snort.conf' - 'etc/snort/threshold.conf' - 'etc/snort/confreference.config' - 'etc/snort/classification.config') -options=('!makeflags' '!libtool') -install='snort.install' -source=("http://www.snort.org/dl/snort-current/${pkgname}-${pkgver}.tar.gz"{,.sig} - 'snort' - 'snort.conf.d') -md5sums=('b2102605a7ca023ad6a2429821061c29' - '2ae6566c4fbf40a863e9550f3a85340a' - '361b8b9e40b9af0164f6b3e3da2e8277' - 'b4fb8a68490589cd34df93de7609bfac') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr --sysconfdir=/etc/snort --with-libpcap-includes=/usr/include/pcap \ - --without-mysql --without-postgresql --without-oracle --without-odbc --enable-zlib \ - --enable-ipv6 - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - mkdir -p "${pkgdir}/"{etc/rc.d,etc/snort/rules} - - install -d -m755 "${pkgdir}/var/log/snort" - install -D -m644 etc/{*.conf*,*.map} "${pkgdir}/etc/snort/" - install -D -m644 "${srcdir}/snort.conf.d" "${pkgdir}/etc/conf.d/snort" - install -D -m755 "${srcdir}/snort" "${pkgdir}/etc/rc.d/snort" - - sed -i 's#/usr/local/lib/#/usr/lib/#' "${pkgdir}/etc/snort/snort.conf" -} diff --git a/community/snort/snort b/community/snort/snort deleted file mode 100644 index 5dfa72fbf..000000000 --- a/community/snort/snort +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -# source application-specific settings -[ -f /etc/conf.d/snort ] && . /etc/conf.d/snort - -PID=`pidof -o %PPID /usr/bin/snort` -case "$1" in - start) - stat_busy "Starting Intrusion Database System: SNORT" - [ -z "$PID" ] && /usr/bin/snort ${SNORT_OPTIONS} -u ${USER} -g ${GROUP} \ - -i ${INTERFACE} -c ${SNORT_CONF} - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon snort - stat_done - fi - ;; - - stop) - stat_busy "Stopping Intrusion Database System: SNORT" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon snort - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/snort/snort.conf.d b/community/snort/snort.conf.d deleted file mode 100644 index 86b566abc..000000000 --- a/community/snort/snort.conf.d +++ /dev/null @@ -1,21 +0,0 @@ -# -# Parameters to be passed to snort -# - -# options taken from Fedora -# http://cvs.fedoraproject.org/viewcvs/devel/snort/sysconfig.snort?rev=1.2&view=markup - -# Where is the snort.conf file. -SNORT_CONF="/etc/snort/snort.conf" - -# What user account should we run under. -USER="snort" - -# What group account should we run under. -GROUP="snort" - -# define the interface we listen on -INTERFACE="eth0" - -# If you are using prelude, delete the '-A fast' option -SNORT_OPTIONS="-A fast -b -l /var/log/snort -D -p" diff --git a/community/snort/snort.install b/community/snort/snort.install deleted file mode 100644 index 673f22c6c..000000000 --- a/community/snort/snort.install +++ /dev/null @@ -1,26 +0,0 @@ -post_install() { - getent group snort >/dev/null || usr/sbin/groupadd -g 29 snort - getent passwd snort >/dev/null || usr/sbin/useradd -c 'Snort user' -u 29 -g snort -d /var/log/snort -s /bin/false snort - usr/bin/passwd -l snort &>/dev/null - - [ -f var/log/snort/alert ] || : >var/log/snort/alert - chown snort.snort var/log/snort/ -R - -cat << _EOF - ->>> You have to edit the HOME_NET variable in the /etc/snort/snort.conf file to reflect your local network. ->>> If you do not change it, snort may not work. - -_EOF -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/userdel snort &>/dev/null - usr/sbin/groupdel snort &>/dev/null -} - -# vim:set ts=2 sw=2 et: diff --git a/community/snownews/PKGBUILD b/community/snownews/PKGBUILD index ff4cdfc9f..a2fa070d2 100644 --- a/community/snownews/PKGBUILD +++ b/community/snownews/PKGBUILD @@ -6,7 +6,7 @@ pkgname=snownews pkgver=1.5.12 pkgrel=5 pkgdesc="Text mode RSS newsreader for Linux and Unix." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://kiza.kcore.de/software/snownews/" license=('GPL') depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl') diff --git a/community/soil/PKGBUILD b/community/soil/PKGBUILD deleted file mode 100644 index b394d93aa..000000000 --- a/community/soil/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 64769 2012-02-18 04:26:01Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> - -pkgname=soil -pkgver=0708 -pkgrel=2 -pkgdesc="tiny C lib primarily for loading textures into OpenGL" -arch=('i686' 'x86_64') -url="http://www.lonesock.net/soil.html" -license=('custom:public') -makedepends=('unzip') -depends=('freeglut') -#options=('!libtool') -source=("http://www.lonesock.net/files/soil.zip") -md5sums=('4736ac4f34fd9a41fa0197eac23bbc24') - -build() { - cd "${srcdir}/Simple OpenGL Image Library/projects/makefile" - [[ -d obj ]] && rm -r obj/ - mkdir obj/ - - sed "s|LOCAL = /usr/local|LOCAL = ${pkgdir}/usr|g" -i makefile || return 1 - sed "s|CXXFLAGS = |CXXFLAGS = -fPIC |g" -i makefile || return 1 - mkdir -p ${pkgdir}/usr/{lib,include} - make || return 1 - make install || return 1 - chmod 644 ${pkgdir}/usr/lib/libSOIL.a -} 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/sord/PKGBUILD b/community/sord/PKGBUILD deleted file mode 100644 index 3ee624983..000000000 --- a/community/sord/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 72425 2012-06-14 07:59:09Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=sord -pkgver=0.8.0 -pkgrel=1 -pkgdesc="A lightweight C library for storing RDF data in memory." -arch=(i686 x86_64) -url="http://drobilla.net/software/$pkgname/" -license=('custom:ISC') -depends=('serd' 'pcre') -makedepends=('python2') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('62be6a2cd6e9bc2933d1297afeacda30') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # remove ldconfig - sed -i "/ldconfig/d" wscript - - python2 ./waf configure --prefix=/usr \ - --mandir=/usr/share/man - python2 ./waf -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - DESTDIR="$pkgdir" python2 ./waf install - - # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index d3789e6e4..d815835f8 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -8,7 +8,7 @@ pkgname=soundkonverter pkgver=1.6.4 pkgrel=1 pkgdesc="Front-end to various audio converters" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php?content=29024" license=('GPL') depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 3b09c43c5..215d5dd68 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=spacefm pkgver=0.8.5 pkgrel=1 pkgdesc='Multi-panel tabbed file manager' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' license=('GPL3') install=$pkgname.install diff --git a/community/spawn-fcgi/PKGBUILD b/community/spawn-fcgi/PKGBUILD index 6b20d17c9..4bbf779d9 100644 --- a/community/spawn-fcgi/PKGBUILD +++ b/community/spawn-fcgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=spawn-fcgi pkgver=1.6.3 pkgrel=2 pkgdesc='A FastCGI process manager for web applications' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://redmine.lighttpd.net/projects/spawn-fcgi/' license=('BSD') depends=('glibc') diff --git a/community/spectrwm/LICENSE b/community/spectrwm/LICENSE deleted file mode 100644 index 24c04f3a0..000000000 --- a/community/spectrwm/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (c) 2009 Marco Peereboom <marco@peereboom.us> - * Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ -/* - * Much code and ideas taken from dwm under the following license: - * MIT/X Consortium License - * - * 2006-2008 Anselm R Garbe <garbeam at gmail dot com> - * 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> - * 2006-2007 Jukka Salmi <jukka at salmi dot ch> - * 2007 Premysl Hruby <dfenze at gmail dot com> - * 2007 Szabolcs Nagy <nszabolcs at gmail dot com> - * 2007 Christof Musik <christof at sendfax dot de> - * 2007-2008 Enno Gottox Boland <gottox at s01 dot de> - * 2007-2008 Peter Hartlich <sgkkr at hartlich dot com> - * 2008 Martin Hurton <martin dot hurton at gmail dot com> - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD deleted file mode 100644 index 5389ae238..000000000 --- a/community/spectrwm/PKGBUILD +++ /dev/null @@ -1,67 +0,0 @@ -# $Id: PKGBUILD 80704 2012-11-29 23:09:48Z kkeen $ -# Maintainer: Kyle Keen <keenerd@gmail.com> -# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> - -pkgname=spectrwm -pkgver=2.1.1 -pkgrel=2 -pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way." -arch=('i686' 'x86_64') -url="http://www.spectrwm.org" -_watch="https://opensource.conformal.com/snapshots/spectrwm/" -license=('custom:ISC') -depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor' 'profont') -replaces=('scrotwm') -makedepends=('libxt') -optdepends=('scrot: screenshots' 'xlockmore: great screenlocker' 'terminus-font: great font') -backup=(etc/spectrwm.conf) -source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \ - LICENSE \ - baraction.sh) -md5sums=('98aba16fb76131bdf57ead10c8583d9a' - 'a67cfe51079481e5b0eab1ad371379e3' - '950d663692e1da56e0ac864c6c3ed80e') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # it is like a patch, only less fragile - sed -i 's|\"/usr/local/lib/libswmhack.so\"|\"libswmhack.so\"|' spectrwm.c - sed -i 's/verbose_layout = 0;/verbose_layout = 1;/' spectrwm.c - sed -i 's/# modkey = Mod1/modkey = Mod4/' spectrwm.conf - # crashes if defaults can't be found, use smaller defaults - sed -i 's/-\*-terminus-medium-\*-\*-\*-\*/-*-profont-*-*-*-*-12/' spectrwm.conf - #sed -i 's/# program[lock].*/program[lock] = slock/' spectrwm.conf - - # see spectrwm FS#403 - sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL);/' spectrwm.c - - cd linux - make PREFIX="/usr" -} - -package() { - cd "$srcdir/$pkgname-$pkgver/linux" - make PREFIX="/usr" DESTDIR="$pkgdir" install - install -Dm644 spectrwm.desktop "$pkgdir/usr/share/xsessions/spectrwm.desktop" - cd .. - install -Dm644 spectrwm.conf "$pkgdir/etc/spectrwm.conf" - install -Dm755 screenshot.sh "$pkgdir/usr/share/spectrwm/screenshot.sh" - mkdir -p "$pkgdir/etc/spectrwm" - cp spectrwm_*.conf "$pkgdir/etc/spectrwm/" - cd "$srcdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm755 baraction.sh "$pkgdir/usr/share/spectrwm/baraction.sh" - - ln -s /usr/lib/libswmhack.so.0.0 "$pkgdir/usr/lib/libswmhack.so.0" - ln -s /usr/lib/libswmhack.so.0.0 "$pkgdir/usr/lib/libswmhack.so" - - # fix this for real in the makefile - rm "$pkgdir/usr/bin/scrotwm" - ln -s "/usr/bin/spectrwm" "$pkgdir/usr/bin/scrotwm" - mkdir -p "$pkgdir"/usr/share/man/{es,it,pt,ru}/man1/ - mv "$pkgdir/usr/share/man/man1/spectrwm_es.1" "$pkgdir/usr/share/man/es/man1/" - mv "$pkgdir/usr/share/man/man1/spectrwm_it.1" "$pkgdir/usr/share/man/it/man1/" - mv "$pkgdir/usr/share/man/man1/spectrwm_pt.1" "$pkgdir/usr/share/man/pt/man1/" - mv "$pkgdir/usr/share/man/man1/spectrwm_ru.1" "$pkgdir/usr/share/man/ru/man1/" -} diff --git a/community/spectrwm/baraction.sh b/community/spectrwm/baraction.sh deleted file mode 100644 index 96a8a7b1a..000000000 --- a/community/spectrwm/baraction.sh +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/bash -# baraction.sh for spectrwm status bar -# From http://wiki.archlinux.org/index.php/Scrotwm - -SLEEP_SEC=5 -#loops forever outputting a line every SLEEP_SEC secs -while :; do - - eval $(cat /proc/acpi/battery/BAT0/state | awk '/charging state/ {printf "BAT_CHGSTATE=%s;", $3}; /remaining capacity/ {printf "BAT_REMNG=%s;",$3}; /present rate/ {printf "BAT_RATE=%s;",$3};' -) - eval $(cat /proc/acpi/battery/BAT0/info | awk '/present/ {printf "BAT_PRESENT=%s;", $2}; /last full capacity/ {printf "BAT_LASTFULL=%s;",$4};' -) - - BAT_REMNG_WH=`echo "scale=1; a=($BAT_REMNG+50)/1000; print a" | bc -l` - BAT_RATE_W=`echo "scale=1; a=($BAT_RATE+50)/1000; print a" | bc -l` - BCSCRIPT="scale=0; a=(100*$BAT_REMNG / $BAT_LASTFULL); print a" - BAT_PCT=`echo $BCSCRIPT | bc -l`% - - case $BAT_PRESENT in - no) - POWER_STR="AC, NO BATTERY" - ;; - yes) - - case $BAT_CHGSTATE in - charged) - #on ac - AC_STATUS="ON AC" - TIME_REMNG="N/A" - POWER_STR="$AC_STATUS $BAT_CHGSTATE $BAT_PCT" - ;; - charging) - #on ac - AC_STATUS="ON AC" - BCSCRIPT="scale=1; a=(60*($BAT_LASTFULL - $BAT_REMNG) / $BAT_RATE); print a" - TIMETOFULL_MIN=`echo $BCSCRIPT | bc -l` - POWER_STR="$AC_STATUS $BAT_CHGSTATE $BAT_PCT C="$BAT_REMNG_WH"Wh Rate="$BAT_RATE_W"W TTF="$TIMETOFULL_MIN"min" - ;; - discharging) - AC_STATUS="ON BATT" - TIME_REMNG_MIN=`echo "scale=0; a=(60*$BAT_REMNG / $BAT_RATE); print a" | bc -l` - TIME_REMNG_HH=`echo "scale=0; a=($BAT_REMNG / $BAT_RATE); if (a<10) {print "0"; print a} else {print a}" | bc -l` - - TIME_REMNG_MM=`echo "scale=0; a=($TIME_REMNG_MIN-60*$TIME_REMNG_HH); if (a<10) {print "0"; print a} else {print a}" | bc -l` - POWER_STR="$AC_STATUS $BAT_PCT C="$BAT_REMNG_WH"Wh P="$BAT_RATE_W"W R="$TIME_REMNG_HH":"$TIME_REMNG_MM - ;; - *) - POWER_STR=$BAT_CHGSTATE - ;; - esac - - ;; - *) - POWER_STR="error" - ;; - esac - - #spectrwm bar_print can't handle UTF-8 characters, such as degree symbol - #Core 0: +67.0°C (crit = +100.0°C) - eval $(sensors 2>/dev/null | sed s/[°+]//g | awk '/^Core 0/ {printf "CORE0TEMP=%s;", $3}; /^Core 1/ {printf "CORE1TEMP=%s;",$3}; /^fan1/ {printf "FANSPD=%s;",$2};' -) - TEMP_STR="Tcpu=$CORE0TEMP,$CORE1TEMP F=$FANSPD" - - WLAN_ESSID=$(iwconfig wlan0 | awk -F "\"" '/wlan0/ { print $2 }') - eval $(cat /proc/net/wireless | sed s/[.]//g | awk '/wlan0/ {printf "WLAN_QULTY=%s; WLAN_SIGNL=%s; WLAN_NOISE=%s", $3,$4,$5};' -) - BCSCRIPT="scale=0;a=100*$WLAN_QULTY/70;print a" - WLAN_QPCT=`echo $BCSCRIPT | bc -l` - WLAN_POWER=`iwconfig 2>/dev/null| grep "Tx-Power"| awk {'print $4'}|sed s/Tx-Power=//` - WLAN_STR="$WLAN_ESSID: Q=$WLAN_QPCT% S/N="$WLAN_SIGNL"/"$WLAN_NOISE"dBm T="$WLAN_POWER"dBm" - - CPUFREQ_STR=`echo "Freq:"$(cat /proc/cpuinfo | grep 'cpu MHz' | sed 's/.*: //g; s/\..*//g;')` - CPULOAD_STR="Load:$(uptime | sed 's/.*://; s/,//g')" - - eval $(awk '/^MemTotal/ {printf "MTOT=%s;", $2}; /^MemFree/ {printf "MFREE=%s;",$2}' /proc/meminfo) - MUSED=$(( $MTOT - $MFREE )) - MUSEDPT=$(( ($MUSED * 100) / $MTOT )) - MEM_STR="Mem:${MUSEDPT}%" - - echo -e "$POWER_STR $TEMP_STR $CPUFREQ_STR $CPULOAD_STR $MEM_STR $WLAN_STR" - #alternatively if you prefer a different date format - #DATE_STR=`date +"%H:%M %a %d %b` - #echo -e "$DATE_STR $POWER_STR $TEMP_STR $CPUFREQ_STR $CPULOAD_STR $MEM_STR $WLAN_STR" - - sleep $SLEEP_SEC -done diff --git a/community/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD index 3d17ebfb0..2f01f1781 100644 --- a/community/speed-dreams/PKGBUILD +++ b/community/speed-dreams/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.0 _pkgver=2.0.0-r4687 pkgrel=2 pkgdesc="A racing simulator with rich graphics and physics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://speed-dreams.sourceforge.net/" license=('GPL2') depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data') diff --git a/community/splint/PKGBUILD b/community/splint/PKGBUILD index f6559ab07..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 54f8b966f..85a5c786e 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.91.0 _pkgver=91.0 pkgrel=4 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 196dce300..01cabafc7 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -6,7 +6,7 @@ pkgname=springlobby pkgver=0.159 pkgrel=2 pkgdesc="A free cross-platform lobby client for the Spring RTS project." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://springlobby.info/" license=('GPL2') depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs' '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 8b3219014..8ebbadf1d 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.0b1 _pkgrealver=200_b1 pkgrel=2 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sqlitebrowser.sf.net" license=('GPL') depends=('qt') diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD index 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 1a5267f9f..83264628a 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=squid pkgver=3.2.7 pkgrel=2 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/sratom/PKGBUILD b/community/sratom/PKGBUILD deleted file mode 100644 index c20fc5c66..000000000 --- a/community/sratom/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 72426 2012-06-14 07:59:39Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=sratom -pkgver=0.2.0 -pkgrel=1 -pkgdesc="An LV2 Atom RDF serialisation library" -arch=(i686 x86_64) -url="http://drobilla.net/software/$pkgname/" -license=('custom:ISC') -depends=('lv2' 'sord') -makedepends=('python2') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('c03cf2849186818610ffe889be4f5b55') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # remove ldconfig - sed -i '/ldconfig/d' wscript - - python2 waf configure --prefix=/usr - python2 waf -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - DESTDIR="$pkgdir/" python2 waf install - - # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index f52725501..83cc5ca65 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sshguard pkgver=1.5 pkgrel=9 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/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 da7225f71..1d150765a 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -4,7 +4,7 @@ pkgname=stone-soup pkgver=0.11.2 pkgrel=1 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' 'libgl' '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 c98bcbc4a..b8fa00173 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=stunnel pkgver=4.54 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 d1eb91627..3fb185aa1 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -10,7 +10,7 @@ pkgname=subtle pkgver=0.11.3224 pkgrel=1 pkgdesc="Grid-based manual tiling window manager" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://subtle.subforge.org" license=("GPL") depends=("ruby" "libxft" "libxpm" "libxrandr" "libxft" "libxpm" "libxinerama" diff --git a/community/suil/PKGBUILD b/community/suil/PKGBUILD deleted file mode 100644 index 243ce100b..000000000 --- a/community/suil/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 73981 2012-07-18 00:34:51Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=suil -pkgver=0.6.4 -pkgrel=1 -pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" -arch=(i686 x86_64) -url="http://drobilla.net/software/$pkgname/" -license=('custom:ISC') -depends=('lv2') -makedepends=('python2' 'qt' 'gtk2') -optdepends=('qt: Qt UIs wrapping support' - 'gtk2: Gtk2 UIs wrapping support') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('9f34d3f15b4266e7cce59e3ac8f1fb3a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # remove ldconfig - sed -i "/ldconfig/d" wscript - - python2 ./waf configure --prefix=/usr \ - --mandir=/usr/share/man - python2 ./waf -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - DESTDIR="$pkgdir" python2 ./waf install - - # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: 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 ee52c3029..49087f052 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=surf pkgver=0.5 pkgrel=1 pkgdesc='A simple web browser based on WebKit/GTK+.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://surf.suckless.org/' license=('MIT') depends=('libwebkit' 'xorg-xprop') diff --git a/community/swarp/PKGBUILD b/community/swarp/PKGBUILD index 452a0aba8..2f56facc1 100644 --- a/community/swarp/PKGBUILD +++ b/community/swarp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1 pkgrel=3 pkgdesc="Simple pointer warp" license=('MIT') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://tools.suckless.org/" depends=(glibc libx11) source=(http://dl.suckless.org/tools/swarp-$pkgver.tar.gz diff --git a/community/swftools/PKGBUILD b/community/swftools/PKGBUILD index 7a069a04f..eef2325c0 100644 --- a/community/swftools/PKGBUILD +++ b/community/swftools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=swftools pkgver=0.9.2 pkgrel=1 pkgdesc="A collection of SWF manipulation and creation utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.swftools.org/" license=('GPL') depends=('avifile' 'giflib' 'freeglut' 'lame' 't1lib' 'libjpeg' 'fontconfig') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 68fb8e2bd..de24295bb 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sxiv pkgver=1.0 pkgrel=3 pkgdesc='simple x image viewer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD index 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 c54dbcd3a..6d4b26753 100644 --- a/community/synapse/PKGBUILD +++ b/community/synapse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synapse pkgver=0.2.10 pkgrel=3 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' 'libgee' '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 83e351a94..379268477 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.10 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs' 'libxtst' 'libxinerama' ) license=('GPL2') makedepends=('libxt' 'cmake') # used by configure to test for libx11... diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD index 3d3a7f9e3..4bd234999 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synfig pkgver=0.63.05 pkgrel=2 pkgdesc="Professional vector animation program (CLI renderer only)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synfig.org" license=('GPL2') depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 'fontconfig' 'libpng' diff --git a/community/synfigstudio/PKGBUILD b/community/synfigstudio/PKGBUILD index 818ad5e61..053d9c098 100644 --- a/community/synfigstudio/PKGBUILD +++ b/community/synfigstudio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=synfigstudio pkgver=0.63.05 pkgrel=1 pkgdesc="Professional vector animation program (GUI)" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://synfig.org" license=('GPL2') depends=('gtkmm' 'synfig') diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 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 12bb3329e..e4bce6f69 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sysstat pkgver=10.1.3 pkgrel=1 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pagesperso-orange.fr/sebastien.godard/" license=('GPL') depends=('lm_sensors') diff --git a/community/sysvbanner/PKGBUILD b/community/sysvbanner/PKGBUILD index 44304f42a..dbaaa5543 100644 --- a/community/sysvbanner/PKGBUILD +++ b/community/sysvbanner/PKGBUILD @@ -4,7 +4,7 @@ pkgname=sysvbanner pkgver=1.0.15 pkgrel=1 pkgdesc='System-V banner clone' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://packages.qa.debian.org/s/sysvbanner.html' conflicts=('bsd-games') license=('custom') diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD index 9c3141bb7..2dd3f9a20 100644 --- a/community/t1utils/PKGBUILD +++ b/community/t1utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=t1utils pkgver=1.36 pkgrel=2 pkgdesc="A collection of simple Type 1 font manipulation programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lcdf.org/~eddietwo/type/#t1utils" license=("custom") depends=('glibc') diff --git a/community/tabbed/PKGBUILD b/community/tabbed/PKGBUILD index c89f0ed1f..b6a2bfc08 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tabbed pkgver=0.4.1 pkgrel=1 pkgdesc='Simple generic tabbed fronted to xembed aware applications.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tools.suckless.org/tabbed' license=('custom:MIT/X') depends=('libx11') diff --git a/community/taglib-rcc/PKGBUILD b/community/taglib-rcc/PKGBUILD index 673927582..e34ef6d7a 100644 --- a/community/taglib-rcc/PKGBUILD +++ b/community/taglib-rcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=taglib-rcc pkgver=1.7 pkgrel=1 pkgdesc="taglib with librcc patch" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.kde.org/~wheeler/taglib.html" depends=('gcc-libs' 'zlib' 'bash' 'libxml2' 'db' 'librcc') makedepends=('patch' 'cmake') diff --git a/community/tagpy/PKGBUILD b/community/tagpy/PKGBUILD index 2ee3cbed9..1aa4990ef 100644 --- a/community/tagpy/PKGBUILD +++ b/community/tagpy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tagpy pkgver=0.94.8 pkgrel=8 pkgdesc="Python bindings for TagLib" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pypi.python.org/pypi/tagpy" license=('MIT') depends=('python2' 'taglib' 'boost-libs') diff --git a/community/talkfilters/PKGBUILD b/community/talkfilters/PKGBUILD index 8d8917ac3..3ff55d919 100644 --- a/community/talkfilters/PKGBUILD +++ b/community/talkfilters/PKGBUILD @@ -4,7 +4,7 @@ pkgname=talkfilters pkgver=2.3.8 pkgrel=2 pkgdesc="Filters to translate text into dialects that GNU finds funny" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.hyperrealm.com/main.php?s=talkfilters" options=('!libtool') depends=('glibc') diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 9a8700cb9..859f47777 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -8,7 +8,7 @@ pkgname=task pkgver=2.1.2 pkgrel=3 pkgdesc="A command-line todo list manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') depends=('lua' 'util-linux') diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD deleted file mode 100644 index 5a280587f..000000000 --- a/community/tasks/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 69748 2012-04-23 09:08:34Z ibiru $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> -# Contributor: lp76 <l.peduto@gmail.com> - -pkgname=tasks -pkgver=0.20 -pkgrel=2 -pkgdesc="A simple to do list application that uses libecal" -arch=(i686 x86_64) -url="http://pimlico-project.org/tasks.html" -license=('GPL') -depends=('evolution-data-server>=3.4.0' 'xdg-utils' 'gtk2') -makedepends=('intltool') -install=tasks.install -#source=(http://pimlico-project.org/sources/tasks/$pkgname-$pkgver.tar.gz) -#source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz) -source=(http://ftp.gnome.org/pub/GNOME/sources/tasks/$pkgver/tasks-$pkgver.tar.xz) -md5sums=('f4602cd39af10f5b327d9a59a22ea034') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -d "$pkgdir/usr/share/pixmaps" - ln -sf "/usr/share/icons/hicolor/48x48/apps/tasks.png" \ - "$pkgdir/usr/share/pixmaps/tasks.png" -} diff --git a/community/tasks/tasks.install b/community/tasks/tasks.install deleted file mode 100644 index c5571196e..000000000 --- a/community/tasks/tasks.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} 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..e23d33089 100644 --- a/community/tcpreplay/PKGBUILD +++ b/community/tcpreplay/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.4.4 pkgrel=3 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" url="http://tcpreplay.synfin.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('libpcap' 'libdnet') makedepends=('tcpdump') diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index 2c7edb257..94379970c 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tcsh pkgver=6.18.01 pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.tcsh.org/Welcome' license=('BSD') depends=('ncurses') diff --git a/community/tdfsb/PKGBUILD b/community/tdfsb/PKGBUILD index c2df49a2c..a3629b293 100644 --- a/community/tdfsb/PKGBUILD +++ b/community/tdfsb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tdfsb pkgver=0.0.10 pkgrel=6 pkgdesc="SDL based graphical file browser" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.determinate.net/webdata/seg/tdfsb.html" license=('GPL') depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu') diff --git a/community/tdl/PKGBUILD b/community/tdl/PKGBUILD index fbcd02fdc..96fa1fae0 100644 --- a/community/tdl/PKGBUILD +++ b/community/tdl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tdl pkgver=1.5.2 pkgrel=5 pkgdesc="A to-do list manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rc0.org.uk/tdl/" license=('GPL') depends=('ncurses') diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index de4f150f1..0dae4570c 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea pkgver=34.0.1 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tea-editor.sourceforge.net/" license=('GPL') depends=('qt' 'aspell' 'hunspell') diff --git a/community/ted/PKGBUILD b/community/ted/PKGBUILD deleted file mode 100644 index 3b3b2b57c..000000000 --- a/community/ted/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 69512 2012-04-17 16:00:05Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=ted -pkgver=2.22 -pkgrel=1 -pkgdesc="An easy rich text processor (with footnote support)" -arch=('i686' 'x86_64') -url="http://www.nllgg.nl/Ted/" -depends=('bash' 'libtiff' 'libxmu' 'libxpm' 'libpng' 'gtk2') -license=('GPL') -source=(ftp://ftp.nluug.nl/pub/editors/$pkgname/$pkgname-$pkgver.src.tar.gz - ted-2.21-libpng15.patch) -md5sums=('08162c9164dfdde1d46e41ae64df16be' - '0c339b0fa7aec6b150e07e9027cd360c') - -build() { - cd "$srcdir/Ted-$pkgver" - sed -i "s|--with-GTK|--with-GTK --prefix=/usr/share|g" Makefile - make compile.shared - make package.shared -} - -package() { - # unpack package - mkdir -p $pkgdir/usr/share - cd "$pkgdir/usr/share" - tar xzf $srcdir/Ted-$pkgver/tedPackage/*.tar.gz - # move bin/* and share/* - mv bin ../ - mv share/* ./ - rmdir share - # move man pages - cd "$pkgdir/usr/share/Ted/" - mkdir -p "$pkgdir/usr/share/man/man1" - mv Ted.1 rtf2pdf.1 rtf2ps.1 ../../share/man/man1/ - # fix shell script and move them to /usr/bin - sed -i "s|usr/local/afm|usr/share/Ted/afm|g" gsafm.sh - mv *.sh "$pkgdir/usr/bin/" -} diff --git a/community/ted/ted-2.21-libpng15.patch b/community/ted/ted-2.21-libpng15.patch deleted file mode 100644 index afd30f9a4..000000000 --- a/community/ted/ted-2.21-libpng15.patch +++ /dev/null @@ -1,423 +0,0 @@ -This patch is from netbsd pkgsrc - -ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/editors/ted/patches/ - ---- bitmap/bmpng.c -+++ bitmap/bmpng.c -@@ -20,23 +20,32 @@ - /* */ - /************************************************************************/ - --static int bpPngiToBitmap( const png_info * pngi, -+static int bpPngiToBitmap( const png_structp pngp, -+ png_info * pngi, - BitmapDescription * bd ) - { - unsigned int col; -+ png_uint_32 res_x, res_y; -+ int unit_type= 0; - -- bd->bdPixelsWide= pngi->width; -- bd->bdPixelsHigh= pngi->height; -+ bd->bdPixelsWide= png_get_image_width( pngp, pngi ); -+ bd->bdPixelsHigh= png_get_image_height( pngp, pngi ); - bd->bdHasAlpha= 0; - -- switch( pngi->color_type ) -+ switch( png_get_color_type( pngp, pngi ) ) - { - case PNG_COLOR_TYPE_PALETTE: -+ { -+ int num_palette; -+ png_colorp palette; -+ -+ png_get_PLTE( pngp, pngi, &palette, &num_palette ); -+ - bd->bdColorEncoding= BMcoRGB8PALETTE; -- bd->bdColorCount= pngi->num_palette; -+ bd->bdColorCount= num_palette; - bd->bdBitsPerSample= 8; - bd->bdSamplesPerPixel= 3; -- bd->bdBitsPerPixel= pngi->bit_depth; -+ bd->bdBitsPerPixel= png_get_bit_depth( pngp, pngi ); - - bd->bdRGB8Palette= (RGB8Color *) - malloc( bd->bdColorCount* sizeof(RGB8Color) ); -@@ -46,47 +55,51 @@ static int bpPngiToBitmap( const png_inf - - for ( col= 0; col < bd->bdColorCount; col++ ) - { -- bd->bdRGB8Palette[col].rgb8Red= pngi->palette[col].red; -- bd->bdRGB8Palette[col].rgb8Green= pngi->palette[col].green; -- bd->bdRGB8Palette[col].rgb8Blue= pngi->palette[col].blue; -+ bd->bdRGB8Palette[col].rgb8Red= palette[col].red; -+ bd->bdRGB8Palette[col].rgb8Green= palette[col].green; -+ bd->bdRGB8Palette[col].rgb8Blue= palette[col].blue; - bd->bdRGB8Palette[col].rgb8Alpha= 0; - } -+ } - break; - - case PNG_COLOR_TYPE_RGB: - bd->bdColorEncoding= BMcoRGB; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_GRAY: - bd->bdColorEncoding= BMcoWHITEBLACK; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_RGB_ALPHA: - bd->bdHasAlpha= 1; - bd->bdColorEncoding= BMcoRGB; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_GRAY_ALPHA: - bd->bdHasAlpha= 1; -- LDEB(pngi->color_type); return -1; -+ LDEB(png_get_color_type( pngp, pngi )); return -1; - - default: -- LDEB(pngi->color_type); return -1; -+ LDEB(png_get_color_type( pngp, pngi )); return -1; - } - -- bd->bdBytesPerRow= pngi->rowbytes; -+ bd->bdBytesPerRow= png_get_rowbytes( pngp, pngi ); - bd->bdBufferLength= bd->bdBytesPerRow* bd->bdPixelsHigh; - -- switch( pngi->phys_unit_type ) -+ if ( ! png_get_pHYs( pngp, pngi, &res_x, &res_y, &unit_type ) ) -+ { unit_type= PNG_RESOLUTION_UNKNOWN; } -+ -+ switch( unit_type ) - { - case PNG_RESOLUTION_UNKNOWN: - bd->bdUnit= BMunPIXEL; -@@ -96,12 +109,12 @@ static int bpPngiToBitmap( const png_inf - - case PNG_RESOLUTION_METER: - bd->bdUnit= BMunM; -- bd->bdXResolution= pngi->x_pixels_per_unit; -- bd->bdYResolution= pngi->y_pixels_per_unit; -+ bd->bdXResolution= res_x; -+ bd->bdYResolution= res_y; - break; - - default: -- LDEB(pngi->phys_unit_type); -+ LDEB(unit_type); - return -1; - } - -@@ -119,11 +132,11 @@ static int bmPngReadContents( png_info * - unsigned char * buffer; - - numberOfPasses= 1; -- if ( pngi->interlace_type ) -+ if ( png_get_interlace_type( png, pngi ) ) - { numberOfPasses= png_set_interlace_handling( png ); } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- pngi->bit_depth == 16 ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ png_get_bit_depth( png, pngi ) == 16 ) - { - const unsigned short one= 1; - const unsigned char * testEndian= (const unsigned char *)&one; -@@ -133,9 +146,6 @@ static int bmPngReadContents( png_info * - } - - png_start_read_image( png ); -- /* -- png_read_update_info( png, pngi ); -- */ - - buffer= (unsigned char *)malloc( bd->bdBufferLength ); - if ( ! buffer ) -@@ -236,9 +246,9 @@ int bmPngReadPng( BitmapDescription * bd - - png_read_info( pngp, pngip ); - -- if ( bpPngiToBitmap( pngip, bd ) ) -+ if ( bpPngiToBitmap( pngp, pngip, bd ) ) - { -- LLLDEB(pngip->color_type,bd->bdColorCount,bd->bdRGB8Palette); -+ LLDEB(bd->bdColorCount,bd->bdRGB8Palette); - png_destroy_read_struct( &pngp, &pngip, (png_infop *)0 ); - return -1; - } -@@ -282,44 +292,43 @@ int bmCanWritePngFile( const BitmapDescr - - static int bpPngiFromBitmap( png_structp png, - png_info * pngi, -+ png_colorp * pPalette, - const BitmapDescription * bd ) - { -- png_info_init( pngi ); -- pngi->width= bd->bdPixelsWide; -- pngi->height= bd->bdPixelsHigh; -+ int bit_depth; -+ int color_type; -+ png_color_8 sig_bit; - - switch( bd->bdUnit ) - { - case BMunM: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= bd->bdXResolution; -- pngi->y_pixels_per_unit= bd->bdYResolution; -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ bd->bdXResolution, -+ bd->bdYResolution, -+ PNG_RESOLUTION_METER); - break; - - case BMunINCH: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= (int)( 39.37* bd->bdXResolution ); -- pngi->y_pixels_per_unit= (int)( 39.37* bd->bdYResolution ); -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ (int)( 39.37* bd->bdXResolution ), -+ (int)( 39.37* bd->bdYResolution ), -+ PNG_RESOLUTION_METER); - break; - - case BMunPOINT: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= POINTS_PER_M* bd->bdXResolution; -- pngi->y_pixels_per_unit= POINTS_PER_M* bd->bdYResolution; -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ POINTS_PER_M* bd->bdXResolution, -+ POINTS_PER_M* bd->bdYResolution, -+ PNG_RESOLUTION_METER); - break; - - case BMunPIXEL: -- pngi->phys_unit_type= PNG_RESOLUTION_UNKNOWN; -- pngi->x_pixels_per_unit= 1; -- pngi->y_pixels_per_unit= 1; -+ png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); - break; - - default: - LDEB(bd->bdUnit); -- pngi->phys_unit_type= PNG_RESOLUTION_UNKNOWN; -+ png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); - break; - } - -@@ -329,41 +338,48 @@ static int bpPngiFromBitmap( png_structp - - case BMcoBLACKWHITE: - case BMcoWHITEBLACK: -- pngi->bit_depth= bd->bdBitsPerPixel; -+ bit_depth= bd->bdBitsPerPixel; - if ( bd->bdHasAlpha ) -- { pngi->color_type= PNG_COLOR_TYPE_GRAY_ALPHA; } -- else{ pngi->color_type= PNG_COLOR_TYPE_GRAY; } -- pngi->sig_bit.gray= bd->bdBitsPerSample; -+ { color_type= PNG_COLOR_TYPE_GRAY_ALPHA; } -+ else{ color_type= PNG_COLOR_TYPE_GRAY; } -+ sig_bit.gray= bd->bdBitsPerSample; - break; - - case BMcoRGB: -- pngi->bit_depth= bd->bdBitsPerSample; -+ bit_depth= bd->bdBitsPerSample; - if ( bd->bdHasAlpha ) -- { pngi->color_type= PNG_COLOR_TYPE_RGB_ALPHA; } -- else{ pngi->color_type= PNG_COLOR_TYPE_RGB; } -- pngi->sig_bit.red= bd->bdBitsPerSample; -- pngi->sig_bit.green= bd->bdBitsPerSample; -- pngi->sig_bit.blue= bd->bdBitsPerSample; -+ { color_type= PNG_COLOR_TYPE_RGB_ALPHA; } -+ else{ color_type= PNG_COLOR_TYPE_RGB; } -+ sig_bit.red= bd->bdBitsPerSample; -+ sig_bit.green= bd->bdBitsPerSample; -+ sig_bit.blue= bd->bdBitsPerSample; - break; - - case BMcoRGB8PALETTE: -- pngi->bit_depth= bd->bdBitsPerPixel; -- pngi->color_type= PNG_COLOR_TYPE_PALETTE; -+ bit_depth= bd->bdBitsPerPixel; -+ color_type= PNG_COLOR_TYPE_PALETTE; - -- pngi->valid |= PNG_INFO_PLTE; -- pngi->palette= (png_color *)malloc( 256* sizeof( png_color ) ); -- if ( ! pngi->palette ) -- { XDEB(pngi->palette); return -1; } -- pngi->num_palette= bd->bdColorCount; -- pngi->sig_bit.red= bd->bdBitsPerSample; -- pngi->sig_bit.green= bd->bdBitsPerSample; -- pngi->sig_bit.blue= bd->bdBitsPerSample; -- for ( i= 0; i < pngi->num_palette; i++ ) -+ if ( bd->bdColorCount > PNG_MAX_PALETTE_LENGTH ) - { -- pngi->palette[i].red= bd->bdRGB8Palette[i].rgb8Red; -- pngi->palette[i].green= bd->bdRGB8Palette[i].rgb8Green; -- pngi->palette[i].blue= bd->bdRGB8Palette[i].rgb8Blue; -+ LLDEB(bd->bdColorCount,PNG_MAX_PALETTE_LENGTH); -+ return -1; - } -+ -+ *pPalette= (png_color *)malloc( PNG_MAX_PALETTE_LENGTH* -+ sizeof( png_color ) ); -+ if ( ! *pPalette ) -+ { XDEB(*pPalette); return -1; } -+ sig_bit.red= bd->bdBitsPerSample; -+ sig_bit.green= bd->bdBitsPerSample; -+ sig_bit.blue= bd->bdBitsPerSample; -+ for ( i= 0; i < bd->bdColorCount; i++ ) -+ { -+ (*pPalette)[i].red= bd->bdRGB8Palette[i].rgb8Red; -+ (*pPalette)[i].green= bd->bdRGB8Palette[i].rgb8Green; -+ (*pPalette)[i].blue= bd->bdRGB8Palette[i].rgb8Blue; -+ } -+ -+ png_set_PLTE( png, pngi, (*pPalette), bd->bdColorCount ); - break; - - default: -@@ -371,7 +387,13 @@ static int bpPngiFromBitmap( png_structp - return -1; - } - -- pngi->interlace_type= 0; -+ png_set_sBIT( png, pngi, &sig_bit ); -+ png_set_IHDR( png, pngi, -+ bd->bdPixelsWide, bd->bdPixelsHigh, -+ bit_depth, color_type, -+ PNG_INTERLACE_NONE, -+ PNG_COMPRESSION_TYPE_BASE, -+ PNG_FILTER_TYPE_BASE ); - - return 0; - } -@@ -395,8 +417,8 @@ static void bmPngWriteContents( png_stru - } - } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- bd->bdBitsPerSample == 16 ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ bd->bdBitsPerSample == 16 ) - { - const unsigned short one= 1; - const unsigned char * testEndian= (const unsigned char *)&one; -@@ -431,9 +453,9 @@ static void bmPngWriteContents( png_stru - from= scratch; - } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- bd->bdBitsPerSample == 16 && -- scratch ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ bd->bdBitsPerSample == 16 && -+ scratch ) - { - int col; - const BmUint16 * fr= (const BmUint16 *)from; -@@ -453,10 +475,6 @@ static void bmPngWriteContents( png_stru - - png_write_end( png, pngi ); - -- if ( bd->bdColorEncoding == BMcoRGB8PALETTE && -- pngi->palette ) -- { free( pngi->palette ); } -- - if ( scratch ) - { free( scratch ); } - -@@ -510,50 +528,43 @@ int bmPngWritePng( const BitmapDescript - const unsigned char * buffer, - SimpleOutputStream * sos ) - { -+ int rval= 0; - png_structp pngp= (png_structp)0; - png_infop pngip= (png_infop)0; -+ png_colorp palette= (png_colorp)0; - - pngp = png_create_write_struct( PNG_LIBPNG_VER_STRING, (void *)0, - (png_error_ptr)0, (png_error_ptr)0 ); - if ( ! pngp ) -- { LDEB(1); return -1; } -+ { XDEB(pngp); rval= -1; goto ready; } - - pngip = png_create_info_struct( pngp ); - if ( ! pngip ) -- { -- LDEB(1); -- png_destroy_write_struct( &pngp, (png_infop *)0 ); -- return -1; -- } -+ { XDEB(pngip); rval= -1; goto ready; } -+ -+ /* -+ As the info struct is built by libpng this is not needed: -+ (The call will disappear from libpng in version 1.4) -+ png_info_init( pngi ); -+ */ - - if ( setjmp( png_jmpbuf( pngp ) ) ) -- { -- LDEB(1); -- png_destroy_write_struct( &pngp, &pngip ); -- /* Crashes: -- if ( bd->bdColorEncoding == BMcoRGB8PALETTE && -- pngip->palette ) -- { free( pngip->palette ); } -- */ -- return -1; -- } -+ { LDEB(1); rval= -1; goto ready; } - - png_init_io( pngp, (FILE *)0 ); - png_set_write_fn( pngp, (void *)sos, bmPngWriteBytes, bmPngFlushBytes ); - -- if ( bpPngiFromBitmap( pngp, pngip, bd ) ) -- { -- LDEB(bd->bdColorEncoding); -- png_destroy_write_struct( &pngp, &pngip ); -- return -1; -- } -- -- /* -- png_write_info( pngp, pngip ); -- */ -+ if ( bpPngiFromBitmap( pngp, pngip, &palette, bd ) ) -+ { LDEB(bd->bdColorEncoding); rval= -1; goto ready; } - - bmPngWriteContents( pngp, pngip, buffer, bd ); - -+ ready: -+ -+ if ( palette ) -+ { free( palette ); } -+ - png_destroy_write_struct( &pngp, &pngip ); -- return 0; -+ -+ return rval; - } diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD index 51ee46ff9..5fc8bcb74 100644 --- a/community/teeworlds/PKGBUILD +++ b/community/teeworlds/PKGBUILD @@ -8,7 +8,7 @@ pkgname=teeworlds pkgver=0.6.1 pkgrel=3 pkgdesc="A multiplayer 2D shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://teeworlds.com" license=('custom') depends=('alsa-lib' 'glu' 'sdl' 'freetype2') diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 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/terminator/PKGBUILD b/community/terminator/PKGBUILD index eaacd67d3..817bf2368 100644 --- a/community/terminator/PKGBUILD +++ b/community/terminator/PKGBUILD @@ -7,7 +7,7 @@ pkgname=terminator pkgver=0.96 pkgrel=1 pkgdesc='an application that provides lots of terminals in a single window' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.tenshu.net/terminator/' license=('GPL2') depends=('vte' 'pygtk' 'xdg-utils') diff --git a/community/tesseract/PKGBUILD b/community/tesseract/PKGBUILD index 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 75f7fe4f2..456221513 100644 --- a/community/texvc/PKGBUILD +++ b/community/texvc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.19.1 _svnrev=110614 pkgrel=1 pkgdesc="tex to HTML/MathML/png converter used by mediawiki" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.mediawiki.org/wiki/Extension:Math" license=("GPL") depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra') diff --git a/community/tig/PKGBUILD b/community/tig/PKGBUILD index bfb561b9c..b9bccd3ea 100644 --- a/community/tig/PKGBUILD +++ b/community/tig/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='Text-mode interface for Git.' depends=('git' 'ncurses') url='http://jonas.nitro.dk/tig/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz") md5sums=('adeb797a8320962eeb345a615257cbac') diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD index 19ba559f2..018ea0f39 100644 --- a/community/tilda/PKGBUILD +++ b/community/tilda/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tilda pkgver=0.9.6 pkgrel=6 pkgdesc="Linux terminal based on classic terminals from first person shooter games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tilda.sourceforge.net" license=('GPL') depends=('vte' 'confuse' 'libglade') diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index 1fa1f008a..be91eae05 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tinc pkgver=1.0.19 pkgrel=2 pkgdesc="VPN (Virtual Private Network) daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tinc-vpn.org/" license=('GPL') depends=('lzo2' 'openssl') diff --git a/community/tint2/PKGBUILD b/community/tint2/PKGBUILD index 09bc4aff4..c45639ddb 100644 --- a/community/tint2/PKGBUILD +++ b/community/tint2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tint2 pkgver=0.11 pkgrel=5 pkgdesc="A basic, good-looking task manager for WMs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/tint2/" license=('GPL2') conflicts=('ttm-svn' 'tint') diff --git a/community/tinycdb/PKGBUILD b/community/tinycdb/PKGBUILD deleted file mode 100644 index a405c0b48..000000000 --- a/community/tinycdb/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 65399 2012-02-21 03:25:20Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=tinycdb -pkgver=0.77 -pkgrel=4 -pkgdesc="very fast and simple package for creating and reading constant data bases" -arch=(i686 x86_64) -url="http://www.corpit.ru/mjt/tinycdb.html" -license=("GPL") -depends=(glibc) -source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}_$pkgver.tar.gz) -md5sums=('c00e5fb96c30356ac3b67b2ab5d5641b') - -build() { - cd $srcdir/$pkgname-$pkgver - make sharedlib staticlib cdb - - install -D -m 0644 cdb.h $pkgdir/usr/include/cdb.h - install -D -m 0644 cdb.3 $pkgdir/usr/share/man/man3/cdb.3 - install -D -m 0644 cdb.1 $pkgdir/usr/share/man/man1/cdb.1 - install -D -m 0644 cdb.5 $pkgdir/usr/share/man/man5/cdb.5 - install -D -m 0755 cdb $pkgdir/usr/bin/cdb - install -D -m 0644 libcdb.a $pkgdir/usr/lib/libcdb.a - install -D -m 0644 libcdb.so $pkgdir/usr/lib/libcdb.so - install -D -m 0644 libcdb.so.1 $pkgdir/usr/lib/libcdb.so.1 -} 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 10c5091dc..2c357ef0d 100644 --- a/community/tinyxml/PKGBUILD +++ b/community/tinyxml/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.6.2 pkgrel=2 pkgdesc="A simple, small, C++ XML parser that can be easily integrated into other programs." url='http://www.grinninglizard.com/tinyxml/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('zlib') depends=('gcc-libs') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz" diff --git a/community/tipp10/PKGBUILD b/community/tipp10/PKGBUILD index 96a77adbd..b8f17a823 100644 --- a/community/tipp10/PKGBUILD +++ b/community/tipp10/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tipp10 pkgver=2.1.0 pkgrel=4 pkgdesc="intelligent typing tutor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tipp10.com/" license=('GPL2') depends=('qt>=4.2.2') diff --git a/community/tix/PKGBUILD b/community/tix/PKGBUILD index fd24d859b..a8696e4e8 100644 --- a/community/tix/PKGBUILD +++ b/community/tix/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tix pkgver=8.4.3 pkgrel=4 pkgdesc="Tk Interface eXtension, a powerful set of user interface components" -arch=(i686 'x86_64') +arch=(i686 'x86_64' 'mips64el') url="http://tix.sourceforge.net/" license=("BSD") depends=('tk' 'libx11') diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD index 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 eb7d55a06..69792e433 100644 --- a/community/tmux/PKGBUILD +++ b/community/tmux/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.7 pkgrel=1 pkgdesc='A terminal multiplexer' url='http://tmux.sourceforge.net/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('ncurses' 'libevent') source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index c18d2a065..191048044 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tmw pkgver=0.6.1 pkgrel=1 pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://themanaworld.org" license=('GPL') depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD index af56e5d39..781f88de4 100644 --- a/community/tnef/PKGBUILD +++ b/community/tnef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tnef pkgver=1.4.9 pkgrel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment" url="http://sourceforge.net/projects/tnef/" license=('GPL') diff --git a/community/tnftp/PKGBUILD b/community/tnftp/PKGBUILD index 6ca660613..1dfa52704 100644 --- a/community/tnftp/PKGBUILD +++ b/community/tnftp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tnftp pkgver=20100108 pkgrel=2 pkgdesc="NetBSD FTP client with several advanced features" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" license=('BSD') depends=('ncurses' 'dante') diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index 86d8a19a1..e5e46d471 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -9,7 +9,7 @@ _file=53357 pkgver=${_basever}.${_timestamp} pkgrel=1 pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tomoyo.sourceforge.jp' #url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818' license=('GPL') diff --git a/community/toolame/PKGBUILD b/community/toolame/PKGBUILD index 48e2f25fc..a9545a94c 100644 --- a/community/toolame/PKGBUILD +++ b/community/toolame/PKGBUILD @@ -7,7 +7,7 @@ pkgname=toolame pkgver=02l pkgrel=9 pkgdesc="An optimized mpeg 1/2 layer 2 audio encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/toolame" license=('LGPL') depends=('glibc') @@ -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..6792915b6 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tor pkgver=0.2.3.25 pkgrel=1 pkgdesc='Anonymizing overlay network.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.torproject.org/' license=('BSD') depends=('openssl' 'libevent' 'tsocks' 'bash') diff --git a/community/torch/PKGBUILD b/community/torch/PKGBUILD index 6ac1ae427..cc4fffb13 100644 --- a/community/torch/PKGBUILD +++ b/community/torch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=torch pkgver=3.1 pkgrel=3 pkgdesc="State of the art machine learning library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://packages.debian.org/source/lenny/torch3" license=('GPL') depends=(gcc-libs) diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 1cf1b6253..0d644cad8 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu') makedepends=('plib' 'mesa') options=('!makeflags') diff --git a/community/tp_smapi/PKGBUILD b/community/tp_smapi/PKGBUILD deleted file mode 100644 index 55fef179e..000000000 --- a/community/tp_smapi/PKGBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: xduugu -# Contributor: nh2 -# Contributor: Steven Davidovitz <steviedizzle ð gmail đ com> -# Contributor: Nick B <Shirakawasuna ð gmail đ com> -# Contributor: Christof Musik <christof ð senfdax đ de> -# Contributor: Stefan Rupp <archlinux ð stefanrupp đ de> -# Contributor: Ignas Anikevicius <anikevicius ð gmail đ com> - -pkgname=tp_smapi -pkgver=0.41 -pkgrel=11 -pkgdesc="Modules for ThinkPad's SMAPI functionality" -arch=('i686' 'x86_64') -url='https://github.com/evgeni/tp_smapi' -license=('GPL') -depends=('linux>=3.6' 'linux<3.7') -makedepends=('linux-headers>=3.6' 'linux-headers<3.7') -install="${pkgname}.install" -source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('63c683415c764568f6bf17c7eabe4752') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - _kernver=${_kernver:-$(uname -r)} - _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || true) - _kernver=$(< "${_extramodules}/version") - - sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \ - -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile - - make HDAPS=1 -} - -package() { - _kernver=${_kernver:-$(uname -r)} - _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || true) - _kernver=$(< "${_extramodules}/version") - - make -C "${_extramodules%/*}/${_kernver}/build" \ - INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \ - M="${srcdir}/${pkgname}-${pkgver}" modules_install - - cd "${pkgdir}/${_extramodules%/*}" - mv "${_kernver}/extra" "${_extramodules##*/}" - rmdir "${_kernver}" - - # compress kernel modules - find "${pkgdir}" -name "*.ko" -exec gzip -9 {} + - - # load module on startup - echo tp_smapi > "${srcdir}/${pkgname}.conf" - install -Dm644 "${srcdir}/${pkgname}.conf" "${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf" - - # update kernel version in install file - sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" "${startdir}/${pkgname}.install" -} diff --git a/community/tp_smapi/tp_smapi.install b/community/tp_smapi/tp_smapi.install deleted file mode 100644 index 3662e7f34..000000000 --- a/community/tp_smapi/tp_smapi.install +++ /dev/null @@ -1,13 +0,0 @@ -extramodules=/usr/lib/modules/extramodules-3.6-ARCH - -post_install() { - depmod -v $(< "$extramodules/version") &>/dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} 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..0e7ab68e5 100644 --- a/community/tre/PKGBUILD +++ b/community/tre/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tre pkgver=0.8.0 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="POSIX compliant regexp matching library. Includes agrep for aproximate grepping." url="http://laurikari.net/tre" depends=('glibc') diff --git a/community/tremulous/PKGBUILD b/community/tremulous/PKGBUILD index f53fbc46f..81f0e46a4 100644 --- a/community/tremulous/PKGBUILD +++ b/community/tremulous/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=9 pkgdesc="A free team based FPS/RTS hybrid built on the ioq3 engine. Includes community updates." url="http://tremulous.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('sdl' 'openal>=1.7.411' 'libgl' "tremulous-data=$pkgver" "freetype2") makedepends=(mesa) diff --git a/community/trickle/PKGBUILD b/community/trickle/PKGBUILD index 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/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD index a1b216c8d..cda6b5b17 100644 --- a/community/tuxcards/PKGBUILD +++ b/community/tuxcards/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcards pkgver=2.2.1 pkgrel=2 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a structured manner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tuxcards.de" license=('GPL') depends=('qt') diff --git a/community/tuxcmd-modules/PKGBUILD b/community/tuxcmd-modules/PKGBUILD index 39a8b5dd2..fe0240868 100644 --- a/community/tuxcmd-modules/PKGBUILD +++ b/community/tuxcmd-modules/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcmd-modules pkgver=0.6.70 pkgrel=2 pkgdesc='Modules for Tux Commander' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tuxcmd.sourceforge.net/' license=('GPL') depends=('tuxcmd') diff --git a/community/tuxcmd/PKGBUILD b/community/tuxcmd/PKGBUILD index 5eefb36b3..140f31bc1 100644 --- a/community/tuxcmd/PKGBUILD +++ b/community/tuxcmd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuxcmd pkgver=0.6.70 pkgrel=4 pkgdesc='A GTK2 file manager with two panels' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tuxcmd.sourceforge.net/' license=('GPL') depends=('gtk2' 'hicolor-icon-theme') diff --git a/community/tuxguitar/PKGBUILD b/community/tuxguitar/PKGBUILD index 3da24b09c..a1fae110c 100644 --- a/community/tuxguitar/PKGBUILD +++ b/community/tuxguitar/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2 pkgrel=5 _jdk=java-7-openjdk pkgdesc="multitrack guitar tablature editor and player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://www.herac.com.ar/contenidos/tuxguitar.html" url="http://sourceforge.net/projects/tuxguitar" license=('LGPL') diff --git a/community/tuxpaint/PKGBUILD b/community/tuxpaint/PKGBUILD index 3a67c2021..3b51c3188 100644 --- a/community/tuxpaint/PKGBUILD +++ b/community/tuxpaint/PKGBUILD @@ -8,7 +8,7 @@ pkgname=tuxpaint pkgver=0.9.21 pkgrel=7 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 d5e6eb6d2..01b21ed4b 100644 --- a/community/tvtime/PKGBUILD +++ b/community/tvtime/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tvtime pkgver=1.0.2 pkgrel=4 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..fc4253da1 100644 --- a/community/twolame/PKGBUILD +++ b/community/twolame/PKGBUILD @@ -5,9 +5,9 @@ pkgname=twolame pkgver=0.3.13 -pkgrel=6 +pkgrel=6.1 pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.twolame.org/" license=('LGPL') depends=('libsndfile') diff --git a/community/typespeed/PKGBUILD b/community/typespeed/PKGBUILD index a899715a1..0be3db773 100644 --- a/community/typespeed/PKGBUILD +++ b/community/typespeed/PKGBUILD @@ -6,7 +6,7 @@ pkgname=typespeed pkgver=0.6.5 pkgrel=4 pkgdesc="Test your typing speed, and get your fingers' CPS." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://typespeed.sourceforge.net" license=('GPL') depends=('ncurses') diff --git a/community/ucarp/PKGBUILD b/community/ucarp/PKGBUILD index 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 56d373322..70de4c9c7 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=udevil pkgver=0.3.6 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc='Mount and unmount without password' url='http://ignorantguru.github.com/udevil/' license=('GPL3') diff --git a/community/udunits/PKGBUILD b/community/udunits/PKGBUILD index 45657589d..edf46032f 100644 --- a/community/udunits/PKGBUILD +++ b/community/udunits/PKGBUILD @@ -6,7 +6,7 @@ pkgname=udunits pkgver=2.1.24 pkgrel=1 pkgdesc='A tool for calculations of physical quantities' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.unidata.ucar.edu/software/udunits/' license=('custom') options=('!libtool') diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 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 cda2d1034..3f7f0fe68 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ulogd pkgver=2.0.1 pkgrel=4 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 9b057d569..1242a98aa 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 d9e468341..a2b1bf057 100644 --- a/community/unifdef/PKGBUILD +++ b/community/unifdef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unifdef pkgver=2.6 pkgrel=3 pkgdesc="Remove #ifdef'ed lines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://dotat.at/prog/unifdef/" license=('GPL') depends=() diff --git a/community/units/PKGBUILD b/community/units/PKGBUILD index 0fb0d9ff3..7f95ba95a 100644 --- a/community/units/PKGBUILD +++ b/community/units/PKGBUILD @@ -7,7 +7,7 @@ pkgname=units pkgver=2.00 pkgrel=2 pkgdesc="converts between different units" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/units/units.html" depends=('readline') license=("GPL") diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD index b407f1db3..80c070dc7 100644 --- a/community/unpaper/PKGBUILD +++ b/community/unpaper/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unpaper pkgver=0.4.2 pkgrel=1 pkgdesc="post-processing tool for scanned sheets of paper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://$pkgname.berlios.de/" url="https://github.com/Flameeyes/unpaper" license="GPL" diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index 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 1b3950de9..bce1f2817 100644 --- a/community/unrtf/PKGBUILD +++ b/community/unrtf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=unrtf pkgver=0.21.2 pkgrel=1 pkgdesc="Command-line program which converts RTF documents to other formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/unrtf/unrtf.html" license=('GPL3') depends=('glibc') diff --git a/community/unshield/PKGBUILD b/community/unshield/PKGBUILD index b549269c0..5e95a493b 100644 --- a/community/unshield/PKGBUILD +++ b/community/unshield/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unshield pkgver=0.6 pkgrel=3 pkgdesc="Extracts CAB files from InstallShield installers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/synce/files/" license=('custom') depends=('zlib') diff --git a/community/uptimed/PKGBUILD b/community/uptimed/PKGBUILD index 12ae4bb73..3f6ae3fa8 100644 --- a/community/uptimed/PKGBUILD +++ b/community/uptimed/PKGBUILD @@ -8,7 +8,7 @@ pkgname=uptimed pkgver=0.3.17 pkgrel=2 pkgdesc="A system uptime record daemon" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://podgorny.cz/uptimed/" license=('GPL') depends=('glibc' 'bash') diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index b6242a652..e50838122 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=upx pkgver=3.08 pkgrel=1 pkgdesc='Ultimate executable compressor.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' license=('GPL') depends=('zlib') diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD index 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 8f78d72e2..a1433e81b 100644 --- a/community/uriparser/PKGBUILD +++ b/community/uriparser/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="uriparser is a strictly RFC 3986 compliant URI parsing library. uripars url="http://sourceforge.net/projects/uriparser/" depends=(glibc) makedepends=(doxygen) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2) md5sums=('4f4349085fe5de33bcae8d0f26649593') diff --git a/community/usb_modeswitch/PKGBUILD b/community/usb_modeswitch/PKGBUILD index 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..85ad36a75 100644 --- a/community/uucp/PKGBUILD +++ b/community/uucp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uucp pkgver=1.07 pkgrel=3 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gnu.org/software/uucp/uucp.html" license=('GPL') makedepends=('wget' 'sed' 'grep') diff --git a/community/uudeview/PKGBUILD b/community/uudeview/PKGBUILD index 1123c1614..6e3ef0d5b 100644 --- a/community/uudeview/PKGBUILD +++ b/community/uudeview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uudeview pkgver=0.5.20 pkgrel=10 pkgdesc="UUDeview helps transmitting & receiving binary files using mail or newsgroups. Includes library files." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fpx.de/fp/Software/UUDeview/" license=('GPL') optdepends=('tk: for GUI') diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD index 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/v8/PKGBUILD b/community/v8/PKGBUILD index be4399a1d..c7c394aa5 100644 --- a/community/v8/PKGBUILD +++ b/community/v8/PKGBUILD @@ -6,7 +6,7 @@ pkgname=v8 pkgver=3.16.4.1 pkgrel=1 pkgdesc='A fast and modern javascript engine' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/v8' license=('BSD') depends=('gcc-libs' 'readline') 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/vhba-module/60-vhba.rules b/community/vhba-module/60-vhba.rules deleted file mode 100644 index e4de1dca7..000000000 --- a/community/vhba-module/60-vhba.rules +++ /dev/null @@ -1,13 +0,0 @@ -ACTION=="remove", GOTO="vhba_end" -KERNEL!="vhba_ctl", GOTO="vhba_end" - -NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu" - -TEST=="/sys/fs/cgroup/systemd", GOTO="vhba_uaccess" -TAG+="udev-acl" -GOTO="vhba_end" - -LABEL="vhba_uaccess" -TAG+="uaccess" - -LABEL="vhba_end" diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD deleted file mode 100644 index 8f114c3ff..000000000 --- a/community/vhba-module/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 79181 2012-10-31 07:25:46Z tpowa $ -# Maintainer: Ray Rashif <schiv@archlinux.org> -# Contributor: Mateusz Herych <heniekk@gmail.com> -# Contributor: Charles Lindsay <charles@chaoslizard.org> - -pkgname=vhba-module -pkgver=20120422 -_extramodules=extramodules-3.6-ARCH -pkgrel=14 -pkgdesc="Kernel module that emulates SCSI devices" -arch=('i686' 'x86_64') -url="http://cdemu.sourceforge.net/" -license=('GPL') -depends=('linux>=3.6' 'linux<3.7') -makedepends=('linux-headers') -options=(!makeflags) -install=$pkgname.install -source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" - '60-vhba.rules') -md5sums=('d97372da1d270d1605742b2995fb6678' - 'b5e82d0160e7a181219b67c1794d5c27') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - _kernver="$(cat /usr/lib/modules/$_extramodules/version)" - - make KDIR=/usr/lib/modules/$_kernver/build -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - install -Dm644 vhba.ko \ - "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko" - - sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" \ - "$startdir/vhba-module.install" - - install -Dm644 "$srcdir/60-vhba.rules" \ - "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/vhba-module/vhba-module.install b/community/vhba-module/vhba-module.install deleted file mode 100644 index d6e4d08d7..000000000 --- a/community/vhba-module/vhba-module.install +++ /dev/null @@ -1,21 +0,0 @@ -_updatemod() { - echo " > Updating module dependencies..." - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_install() { - post_upgrade -} - -post_upgrade() { - getent group cdemu &>/dev/null || groupadd -r cdemu - _updatemod -} - -post_remove() { - _updatemod - groupdel cdemu -} - -# vim:set ts=2 sw=2 et: diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD index 3a2d72c19..2b0daa4a9 100644 --- a/community/vidalia/PKGBUILD +++ b/community/vidalia/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.2.21 pkgrel=1 pkgdesc="Controller GUI for Tor" url="https://www.torproject.org/vidalia" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('geoip' 'qt' 'tor') makedepends=('cmake') diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD index cf29740da..b0695e908 100644 --- a/community/viewnior/PKGBUILD +++ b/community/viewnior/PKGBUILD @@ -7,7 +7,7 @@ pkgname=viewnior pkgver=1.3 pkgrel=1 pkgdesc="A simple, fast and elegant image viewer program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xsisqox.github.com/Viewnior/" license=('GPL3') depends=('gtk2>=2.12') diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD index 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 e9f8b27f5..e497c2e6b 100644 --- a/community/viking/PKGBUILD +++ b/community/viking/PKGBUILD @@ -7,7 +7,7 @@ pkgname=viking pkgver=1.3.2.1 pkgrel=1 pkgdesc="GTK+2 application to manage GPS data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://viking.sourceforge.net/" license=('GPL2') depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel') diff --git a/community/vile/PKGBUILD b/community/vile/PKGBUILD index 3b3043fb1..189f1d3b8 100644 --- a/community/vile/PKGBUILD +++ b/community/vile/PKGBUILD @@ -6,7 +6,7 @@ pkgver=9.8_i _basever=9.8 pkgrel=1 pkgdesc="vi like emacs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://invisible-island.net/vile/vile.html" depends=('ncurses') license=('custom') diff --git a/community/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/virtviewer/PKGBUILD b/community/virtviewer/PKGBUILD index 0ad3fb7af..50acdd99b 100644 --- a/community/virtviewer/PKGBUILD +++ b/community/virtviewer/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A lightweight interface for interacting with the graphical display of v depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt') makedepends=('intltool') url="http://virt-manager.et.redhat.com" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz") md5sums=('43c269da571e65b12421b6fc9f871e98') diff --git a/community/visitors/PKGBUILD b/community/visitors/PKGBUILD index b9ad7302f..af4790b6e 100644 --- a/community/visitors/PKGBUILD +++ b/community/visitors/PKGBUILD @@ -7,7 +7,7 @@ pkgname=visitors pkgver=0.7 pkgrel=3 pkgdesc='A very fast web log analyzer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.hping.org/visitors/" license=('GPL2' 'custom') depends=('glibc') diff --git a/community/vlock/PKGBUILD b/community/vlock/PKGBUILD index 0e79a7875..7beb1f60e 100644 --- a/community/vlock/PKGBUILD +++ b/community/vlock/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.3 pkgrel=1 pkgdesc="A small console locking program" url="http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('pam') install=vlock.install diff --git a/community/vmoviedb/PKGBUILD b/community/vmoviedb/PKGBUILD index 7b6219b26..5aeccb3db 100644 --- a/community/vmoviedb/PKGBUILD +++ b/community/vmoviedb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vmoviedb pkgver=0.1.5 pkgrel=5 pkgdesc="A movie collection manager for the Gnome desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://vmoviedb.sourceforge.net" license=('GPL') depends=('libgnomeui' 'gconf>=2.18.0.1-4' 'desktop-file-utils') diff --git a/community/vnstat/PKGBUILD b/community/vnstat/PKGBUILD index c6efc2d18..355eedeee 100644 --- a/community/vnstat/PKGBUILD +++ b/community/vnstat/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vnstat pkgver=1.11 pkgrel=3 pkgdesc="A console-based network traffic monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://humdi.net/vnstat/" license=('GPL') depends=('bash') diff --git a/community/vobcopy/PKGBUILD b/community/vobcopy/PKGBUILD index f1446abd2..6760ee59c 100644 --- a/community/vobcopy/PKGBUILD +++ b/community/vobcopy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vobcopy pkgver=1.2.0 pkgrel=4 pkgdesc="Copies DVD .vob files to harddisk, decrypting them on the way" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.vobcopy.org" license=('GPL2') depends=('libdvdread' 'libdvdcss') diff --git a/community/volumeicon/PKGBUILD b/community/volumeicon/PKGBUILD index 574ebfbde..24abc2b05 100644 --- a/community/volumeicon/PKGBUILD +++ b/community/volumeicon/PKGBUILD @@ -6,7 +6,7 @@ pkgname=volumeicon pkgver=0.4.6 pkgrel=4 pkgdesc="Volume control for your system tray" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://softwarebakery.com/maato/volumeicon.html" license=('GPL3') depends=('gtk2>=2.16.0' 'alsa-lib' 'libnotify') diff --git a/community/vorbisgain/PKGBUILD b/community/vorbisgain/PKGBUILD index 6853e7379..58b5aee84 100644 --- a/community/vorbisgain/PKGBUILD +++ b/community/vorbisgain/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vorbisgain pkgver=0.37 pkgrel=3 pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sjeng.org/vorbisgain.html" license=('GPL') depends=('libvorbis') diff --git a/community/vorbissimple/PKGBUILD b/community/vorbissimple/PKGBUILD index 53976371d..c07291a36 100644 --- a/community/vorbissimple/PKGBUILD +++ b/community/vorbissimple/PKGBUILD @@ -6,7 +6,7 @@ pkgname=vorbissimple pkgver=0.0.2 pkgrel=3 pkgdesc="A Vorbis decoder" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kamaelia.sourceforge.net" license=('GPL') options=('!libtool') diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD index fdff92bbd..43c26e6a0 100644 --- a/community/vsftpd/PKGBUILD +++ b/community/vsftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vsftpd pkgver=3.0.2 pkgrel=1 pkgdesc="Very Secure FTP daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://security.appspot.com/vsftpd.html" license=('GPL2') depends=('openssl') diff --git a/community/vym/PKGBUILD b/community/vym/PKGBUILD index 5be932d1c..69f76eafe 100644 --- a/community/vym/PKGBUILD +++ b/community/vym/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vym pkgver=2.2.4 pkgrel=1 pkgdesc="A mindmapping tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.insilmaril.de/vym/" license=('GPL') depends=('qt' 'unzip' 'zip') diff --git a/community/vyqchat/PKGBUILD b/community/vyqchat/PKGBUILD index 9e8a0dc5a..fc504490d 100644 --- a/community/vyqchat/PKGBUILD +++ b/community/vyqchat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=vyqchat pkgver=0.2.8 pkgrel=4 pkgdesc="vypress compatible qt chat (can work without server)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linux.bydg.org/~yogin/" license=('GPL') depends=('qt3' 'libao' 'libxi') diff --git a/community/w3cam/PKGBUILD b/community/w3cam/PKGBUILD index d0e0dcc6d..fa507841f 100644 --- a/community/w3cam/PKGBUILD +++ b/community/w3cam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=w3cam pkgver=0.7.2 pkgrel=10 pkgdesc="a small and fast CGI program to retrieve images from a video4linux device." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mpx.freeshell.net/" license=('GPL') depends=('libpng' 'libjpeg') diff --git a/community/warmux/PKGBUILD b/community/warmux/PKGBUILD index 1f266bf67..65e5012a8 100644 --- a/community/warmux/PKGBUILD +++ b/community/warmux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=warmux pkgver=11.04.1 pkgrel=5 pkgdesc="A clone of the worms game" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.wormux.org/" license=('GPL') makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx>=2.0.24' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'curl>=7.16.2' 'gcc-libs' 'libxml2') diff --git a/community/warsow/PKGBUILD b/community/warsow/PKGBUILD deleted file mode 100644 index 306c6e2d9..000000000 --- a/community/warsow/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 78440 2012-10-18 12:10:18Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Slash <demodevil5[at]yahoo[dot]com> -# Contributor: Babets -# Contributor: Vain - -pkgname=warsow -pkgver=1.02 -pkgrel=1 -pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine" -url="http://www.warsow.net/" -license=('GPL') -arch=('i686' 'x86_64') -depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm' 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora') -makedepends=('mesa' 'openal' 'imagemagick' 'gendesk') -optdepends=('openal: for openal audio support') -source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \ - "http://wsw.null.so/warsow_${pkgver}_sdk.tar.gz") -_genericname=('First person shooter') -_comment=('Online Mulitiplayer Competitive FPS') -md5sums=('ec00081d81ad9802a8ca42fc2eac5498' - 'f73e10c26197178df71b941b10bf83d7' - 'd7e4a69835bbcf801e58307e9d6b951e' - 'df3dee05dd6f84b44ba131a2445a1706') - -build() { - cd "$srcdir" - gendesk -n - - # This was used to fix some crashing due to alignment problems before. Has upstream - # finally got their shit together and we don't need them anymore? - #unset CFLAGS - #unset CXXFLAGS - - # Compile Warsow - cd $srcdir/warsow_${pkgver}_sdk/source/ - make -j1 -} - -package() { - cd $srcdir/warsow_${pkgver}_sdk/source/ - - # Create Destination Directories - install -d $pkgdir/opt/warsow/ - - # Move Compiled Data to Destination Directory - cp -r $srcdir/warsow_${pkgver}_sdk/source/release/* $pkgdir/opt/warsow - - install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow - install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server - install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server - install -D -m 0644 $srcdir/warsow.desktop $pkgdir/usr/share/applications/warsow.desktop - convert $srcdir/warsow_${pkgver}_sdk/source/win32/warsow.ico $srcdir/warsow.png - install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png -} - -# vim: ts=2:sw=2 diff --git a/community/warsow/warsow.desktop b/community/warsow/warsow.desktop deleted file mode 100644 index 839e13e02..000000000 --- a/community/warsow/warsow.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Warsow -GenericName=Warsow -Comment=Online Multiplayer Competitive FPS -Icon=/usr/share/pixmaps/warsow.ico -Exec=/usr/bin/warsow -Terminal=false -Type=Application -Categories=Application;Game -StartupNotify=true diff --git a/community/warsow/warsow.launcher b/community/warsow/warsow.launcher deleted file mode 100644 index 64dac4188..000000000 --- a/community/warsow/warsow.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./warsow $* -exit $? diff --git a/community/warsow/wsw-server.launcher b/community/warsow/wsw-server.launcher deleted file mode 100644 index 5035253e6..000000000 --- a/community/warsow/wsw-server.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./wsw_server $* -exit $? diff --git a/community/warsow/wswtv-server.launcher b/community/warsow/wswtv-server.launcher deleted file mode 100644 index 10f70a234..000000000 --- a/community/warsow/wswtv-server.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./wswtv_server $* -exit $? diff --git a/community/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD index 8f252301f..100243ad7 100644 --- a/community/warzone2100/PKGBUILD +++ b/community/warzone2100/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.1.0 pkgrel=1 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' 'qt') 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 e5391a139..d1f70cf68 100644 --- a/community/wdm/PKGBUILD +++ b/community/wdm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=wdm pkgver=1.28 pkgrel=6 pkgdesc="An replacement X window display manager similar to, and based on XDM" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('windowmaker' 'pam' 'bash' 'libxmu') license=('GPL') source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2) diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD index 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 0a1957a0b..29a7bc55d 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -8,7 +8,7 @@ pkgver=17 _realver=build17 pkgrel=6 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') diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD index f2bf963fc..cf5676443 100644 --- a/community/windowlab/PKGBUILD +++ b/community/windowlab/PKGBUILD @@ -8,7 +8,7 @@ pkgname=windowlab pkgver=1.40 pkgrel=3 pkgdesc="A small and simple window manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nickgravgaard.com/windowlab" license=('GPL') depends=('xorg-server' 'libxft' 'libxext') diff --git a/community/winefish/PKGBUILD b/community/winefish/PKGBUILD index b08aeba86..1a098a70a 100644 --- a/community/winefish/PKGBUILD +++ b/community/winefish/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.3.3 pkgrel=11 pkgdesc="LaTeX editor based on Bluefish with auto-completion and syntax highlighting" url="http://winefish.berlios.de/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk2' 'desktop-file-utils' 'shared-mime-info') makedepends=('pkgconfig') diff --git a/community/wkhtmltopdf/PKGBUILD b/community/wkhtmltopdf/PKGBUILD index 14c05a4e8..92f24f434 100644 --- a/community/wkhtmltopdf/PKGBUILD +++ b/community/wkhtmltopdf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=wkhtmltopdf pkgver=0.9.9 pkgrel=2 pkgdesc="Simple shell utility to convert html to pdf using the webkit rendering engine, and qt" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/wkhtmltopdf/" license=('GPL3') depends=('qtwebkit') diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD index 92cb2c484..a4a8a9af6 100644 --- a/community/wmctrl/PKGBUILD +++ b/community/wmctrl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.07 pkgrel=3 pkgdesc="Control your EWMH compliant window manager from command line" url="http://sweb.cz/tripie/utils/wmctrl/" -arch=('i686' 'x86_64') +arch=('i686' 'mips64el') license=('GPL') depends=(libxmu glib2) source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz @@ -27,4 +27,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir/usr" install } - diff --git a/community/wmii/PKGBUILD b/community/wmii/PKGBUILD index 84407f57c..76d8a85a0 100644 --- a/community/wmii/PKGBUILD +++ b/community/wmii/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wmii pkgver=3.9.2 pkgrel=3 pkgdesc="A small, dynamic window manager for X11" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') url="http://wmii.suckless.org/" depends=('libxft' 'libxrandr' 'libxinerama' 'dash') diff --git a/community/wmname/PKGBUILD b/community/wmname/PKGBUILD index 599d35733..778e1f94a 100644 --- a/community/wmname/PKGBUILD +++ b/community/wmname/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="An utility to set the name of your window manager" url="http://tools.suckless.org/wmname" license=('custom') depends=('libx11') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz") md5sums=('6903d299f84d335e529fbd2c1d6e49fe') diff --git a/community/wol/PKGBUILD b/community/wol/PKGBUILD index 1920390a7..b5d778ac6 100644 --- a/community/wol/PKGBUILD +++ b/community/wol/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wol pkgver=0.7.1 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant" license=("GPL") depends=() diff --git a/community/workrave/PKGBUILD b/community/workrave/PKGBUILD index 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..5a158476c 100644 --- a/community/wput/PKGBUILD +++ b/community/wput/PKGBUILD @@ -7,7 +7,7 @@ pkgname=wput pkgver=0.6.2 pkgrel=2 pkgdesc="A command line tool to upload files to FTP site, the opposite to wget" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wput.sourceforge.net/" depends=('gnutls>=2.4.1') license=('GPL') diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 345cce42c..55c972c43 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.2.3 _pkgver=3.2.3 pkgrel=4 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/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index 81973859a..30e04b55f 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wyrd pkgver=1.4.5 pkgrel=3 pkgdesc='A text-based front-end to Remind.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pessimization.com/software/wyrd/' license=('GPL') depends=('remind' 'ncurses') diff --git a/community/xalan-c/PKGBUILD b/community/xalan-c/PKGBUILD index c73848fca..e013f6b97 100644 --- a/community/xalan-c/PKGBUILD +++ b/community/xalan-c/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xalan-c pkgver=1.11_pre1153059 pkgrel=1 pkgdesc="A XSLT processor for transforming XML documents" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xml.apache.org/xalan-c" license=('APACHE') depends=('xerces-c') diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 4b007cc4b..20ea6bc91 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xapian-core pkgver=1.2.12 pkgrel=1 pkgdesc='Open source search engine library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.xapian.org/' license=('GPL') depends=('sh' 'gcc-libs' 'zlib' 'util-linux') diff --git a/community/xautolock/PKGBUILD b/community/xautolock/PKGBUILD index 9ab05243c..52b0e878d 100644 --- a/community/xautolock/PKGBUILD +++ b/community/xautolock/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xautolock pkgver=2.2 pkgrel=3 pkgdesc="An automatic X screen-locker/screen-saver" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="ftp://ibiblio.org/pub/Linux/X11/screensavers/" license=('GPL2') depends=('libxss') diff --git a/community/xautomation/PKGBUILD b/community/xautomation/PKGBUILD index 39472db42..b295b6e28 100644 --- a/community/xautomation/PKGBUILD +++ b/community/xautomation/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.05 pkgrel=2 pkgdesc='Controls X from the command line and does "visual scraping".' url='http://hoopajoo.net/projects/xautomation.html' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libpng' 'libxtst') source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz" diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD index 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 35eb41181..3331e7cc0 100644 --- a/community/xboard/PKGBUILD +++ b/community/xboard/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xboard pkgver=4.6.2 pkgrel=3 pkgdesc="Graphical user interfaces for chess" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/xboard/" license=('GPL3') depends=('libxaw' 'gnuchess' 'texinfo' 'xdg-utils' diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index 3cc2b9c2b..e3d81614f 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xcircuit pkgver=3.7.26 pkgrel=3 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencircuitdesign.com/xcircuit" license=('GPL2') depends=('tk' 'libxpm' 'zlib') @@ -17,7 +17,7 @@ md5sums=('6026f65a4bc327e5769157ffd1387342') build() { cd $srcdir/$pkgname-$pkgver - ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man + ./configure prefix=/usr --build=$CHOST --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man make make DESTDIR=$pkgdir install mkdir -p $pkgdir/usr/share/man/man1 diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 683559441..adcc5d09c 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xdebug pkgver=2.2.1 pkgrel=1 pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" license=('GPL') depends=('php') @@ -30,7 +30,7 @@ build() { make cd debugclient - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make make DESTDIR=$pkgdir install diff --git a/community/xdialog/PKGBUILD b/community/xdialog/PKGBUILD index ddc3a1601..d79e98a6f 100644 --- a/community/xdialog/PKGBUILD +++ b/community/xdialog/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.3.1 pkgrel=6 pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs" url="http://xdialog.dyns.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2') license=('GPL') source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2" diff --git a/community/xdiskusage/PKGBUILD b/community/xdiskusage/PKGBUILD index 71491ef78..e1d5683a1 100644 --- a/community/xdiskusage/PKGBUILD +++ b/community/xdiskusage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xdiskusage pkgver=1.48 pkgrel=7 pkgdesc="xdiskusage is a user-friendly program to show you what is using up all your disk space" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('fltk') makedepends=('libxi') license=('GPL') diff --git a/community/xdotool/PKGBUILD b/community/xdotool/PKGBUILD index 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 d1328646e..685e896b6 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xemacs pkgver=21.5.33 pkgrel=1 pkgdesc="An highly customizable open source text editor and application development system forked from GNU Emacs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xemacs.org/" license=('GPL') depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'giflib') diff --git a/community/xerces-c/PKGBUILD b/community/xerces-c/PKGBUILD deleted file mode 100644 index 9048826b4..000000000 --- a/community/xerces-c/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 65252 2012-02-20 12:36:18Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org> -# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: pukyxd - -pkgname=xerces-c -pkgver=3.1.1 -pkgrel=3 -pkgdesc="A validating XML parser written in a portable subset of C++." -arch=('i686' 'x86_64') -url="http://xerces.apache.org/xerces-c" -license=("APACHE") -depends=('gcc-libs' 'curl') -options=('!libtool') -source=("http://apache.osuosl.org/xerces/c/3/sources/xerces-c-${pkgver}.tar.gz") -md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc - make - make DESTDIR=${pkgdir}/ install -} diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index 2498f4f8b..5ca0e3ab0 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xfe pkgver=1.33 pkgrel=1 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://roland65.free.fr/xfe" license=("GPL") depends=('fox') diff --git a/community/xfmedia/PKGBUILD b/community/xfmedia/PKGBUILD index aad13ec98..a3bece90b 100644 --- a/community/xfmedia/PKGBUILD +++ b/community/xfmedia/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xfmedia pkgver=0.9.2 pkgrel=11 pkgdesc="xfce media player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://spuriousinterrupt.org/projects/xfmedia/" depends=('xine-lib' 'taglib' 'exo' 'libxtst' 'libxss' 'libxfcegui4' 'dbus-glib') diff --git a/community/xkbsel/PKGBUILD b/community/xkbsel/PKGBUILD index e6114985f..c292de3d6 100644 --- a/community/xkbsel/PKGBUILD +++ b/community/xkbsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xkbsel pkgver=0.13 pkgrel=5 pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.meduna.org/sw_xkbsel_en.html" license=('GPL') depends=('gdbm' 'libxaw') diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD index ef7c188bf..6922d467d 100644 --- a/community/xkeycaps/PKGBUILD +++ b/community/xkeycaps/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xkeycaps pkgver=2.46 pkgrel=6 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') pkgdesc="XKeyCaps is a graphical front-end to xmodmap." url="http://www.jwz.org/xkeycaps/" license=('custom') diff --git a/community/xl2tpd/PKGBUILD b/community/xl2tpd/PKGBUILD index 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 077f71eff..7917e5a8e 100644 --- a/community/xloadimage/PKGBUILD +++ b/community/xloadimage/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xloadimage pkgver=4.1 pkgrel=12 pkgdesc="An utility to view many different types of images under X11" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') #url="http://world.std.com/~jimf/xloadimage.html" url="http://sioseis.ucsd.edu/xloadimage.html" license=("MIT") diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD index d2add346c..ba33064bd 100644 --- a/community/xlockmore/PKGBUILD +++ b/community/xlockmore/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xlockmore pkgver=5.41 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) makedepends=(mesa) diff --git a/community/xml2/PKGBUILD b/community/xml2/PKGBUILD index ab1fdd7fc..409334ff4 100644 --- a/community/xml2/PKGBUILD +++ b/community/xml2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xml2 pkgver=0.4 pkgrel=2 pkgdesc="XML/Unix Processing Tools to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://www.ofb.net/~egnor/xml2/" license=("GPL") depends=("libxml2") diff --git a/community/xmldiff/PKGBUILD b/community/xmldiff/PKGBUILD index a041c92fa..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 d1bb79e11..6982c0e3d 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -9,14 +9,14 @@ pkgver=1.32.2 pkgrel=1 epoch=1 pkgdesc='XML-RPC for C and C++' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://xmlrpc-c.sourceforge.net/' license=('custom') depends=('curl' 'libxml2') 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=('2707de25dba9823eaa328072392f2c25f08ed6c707be300bfae8f945609f9c19') +sha256sums=('5ed7260e6d07b0fe1a1e8d117ddf6ef1e1d2b6a4c40f1ec7083e0da36b2eade5') 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 2da88d1f1..cbf481a01 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -5,15 +5,16 @@ pkgname=xmms2 pkgver=0.8DrO_o pkgrel=9 pkgdesc="complete rewrite of the popular music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmms2.org/" license=('LGPL') backup=('etc/conf.d/xmms2d.conf') depends=('sqlite' 'libmad') makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout' - 'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex' + 'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex' 'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 'libgme' 'avahi') +[ "$CARCH" = "mips64el" ] || makedepends+=('oss') optdepends=('alsa-lib: ALSA audio output' 'avahi: announce xmms2d via bonjour/mDNS/zeroconf' 'boost: C++ language bindings' @@ -33,9 +34,9 @@ optdepends=('alsa-lib: ALSA audio output' 'libshout: Icecast audio output' 'libvorbis: Ogg Vorbis support' 'libxml2: XSPF and podcast support' - 'mpg123: alternative MP3 plugin' - 'oss: OSS audio output' - 'perl: Perl language bindings' + 'mpg123: alternative MP3 plugin') +[ "$CARCH" = "mips64el" ] || optdepends+=('oss: OSS audio output') +optdepends+=('perl: Perl language bindings' 'pulseaudio: PulseAudio audio output' 'pyrex: Python language bindings' 'ruby: Ruby language bindings' diff --git a/community/xmmsctrl/PKGBUILD b/community/xmmsctrl/PKGBUILD index 10e4566d6..95839d1b1 100644 --- a/community/xmmsctrl/PKGBUILD +++ b/community/xmmsctrl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xmmsctrl pkgver=1.9 pkgrel=3 pkgdesc="An XMMS console control application" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.aau.dk/~adavid/utils/" license=("GPL") depends=('xmms') diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 8da30d456..3dc3faf32 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') makedepends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-stm>=2.3' 'haskell-parsec>=3.1' 'haskell-mtl>=2') diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 7863c5dba..a2aeac512 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad-contrib pkgver=0.11 pkgrel=1 pkgdesc="Add-ons for xmonad" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.1' 'xmonad=0.11' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3') diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index 4b570db5c..a5a2542e4 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad pkgver=0.11 pkgrel=1 pkgdesc="Lightweight X11 tiled window manager written in Haskell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.1-1' 'gmp' 'haskell-x11=1.6.0.2' 'sh' 'haskell-mtl=2.1.2' 'haskell-utf8-string=0.3.7' 'haskell-extensible-exceptions') diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD index 685a94b44..081ac181c 100644 --- a/community/xmoto/PKGBUILD +++ b/community/xmoto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmoto pkgver=0.5.10 pkgrel=3 pkgdesc="A challenging 2D motocross platform game, where physics play an important role." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmoto.tuxfamily.org" license=('GPL') depends=('libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' diff --git a/community/xmoto/unistd.patch b/community/xmoto/unistd.patch new file mode 100644 index 000000000..5cc765449 --- /dev/null +++ b/community/xmoto/unistd.patch @@ -0,0 +1,12 @@ +*** src/helpers/System.cpp 2011-10-11 22:18:14.000000000 +0200 +--- src/helpers/System2.cpp 2012-06-10 12:13:10.899345562 +0200 +*************** +*** 24,29 **** +--- 24,30 ---- + #include "Log.h" + #include "VExcept.h" + #include <sstream> ++ #include <unistd.h> + + std::vector<std::string>* System::getDisplayModes(int windowed) { + std::vector<std::string>* modes = new std::vector<std::string>; diff --git a/community/xmove/PKGBUILD b/community/xmove/PKGBUILD index e1ac2aba5..e24d2b3d3 100644 --- a/community/xmove/PKGBUILD +++ b/community/xmove/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xmove pkgver=2.0beta2 pkgrel=5 pkgdesc="A tool to move X windows to different X servers, something like a GNU screen for X." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/archlinux-stuff/" license=('custom') depends=('libx11') diff --git a/community/xnc/PKGBUILD b/community/xnc/PKGBUILD index bba6b27df..74b6a4f11 100644 --- a/community/xnc/PKGBUILD +++ b/community/xnc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xnc pkgver=5.0.4 pkgrel=6 pkgdesc="X nortern captain file manager" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xnc.jinr.ru/" license=('GPL') depends=('gcc-libs' 'libpng' 'libtiff' 'libsm' 'libxext' 'libjpeg>=7') @@ -23,7 +23,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 <$srcdir/xnc-gcc44.patch patch -p1 <$srcdir/libpng15.patch - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make make DESTDIR="$pkgdir" install } diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index 0735311bb..298bc0a9a 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnee pkgver=3.15 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sandklef.com/xnee/" license=('GPL3') depends=('gtk2' 'libgnomeui' 'libxtst') diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index 6439d912f..0ca15e5a0 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xnoise pkgver=0.2.14 pkgrel=6 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' 'gstreamer0.10-base-plugins' 'gtk3' 'libsoup' 'sqlite' 'taglib') diff --git a/community/xosd/PKGBUILD b/community/xosd/PKGBUILD index 675b532d9..525ea5aaf 100644 --- a/community/xosd/PKGBUILD +++ b/community/xosd/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xosd pkgver=2.2.14 -pkgrel=5 +pkgrel=5.1 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 acabe79ff..b9221c93e 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xplanet pkgver=1.3.0 pkgrel=1 pkgdesc="An Xearth wannabe" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xplanet.sourceforge.net/" license=('GPL') depends=('pango' 'libungif' 'libtiff' 'libxss') diff --git a/community/xplc/PKGBUILD b/community/xplc/PKGBUILD index bcd055e00..f31efdc52 100644 --- a/community/xplc/PKGBUILD +++ b/community/xplc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xplc pkgver=0.3.13 pkgrel=4 pkgdesc="Cross-Platform Lightweight Components" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xplc.sourceforge.net" license=('LGPL') depends=('gcc-libs') diff --git a/community/xrestop/PKGBUILD b/community/xrestop/PKGBUILD index 3ecb58312..141e97f53 100644 --- a/community/xrestop/PKGBUILD +++ b/community/xrestop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xrestop pkgver=0.4 pkgrel=4 pkgdesc="Uses the X-Resource extension to provide 'top' like statistics" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freedesktop.org/wiki/Software/xrestop" license=('GPL') depends=('libxres' 'ncurses') diff --git a/community/xsel/PKGBUILD b/community/xsel/PKGBUILD index 4a4e361ee..7e945448d 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsel pkgver=1.2.0 pkgrel=5 pkgdesc="XSel is a command-line program for getting and setting the contents of the X selection" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.vergenet.net/~conrad/software/xsel/" license=("custom") depends=('libx11') diff --git a/community/xsensors/PKGBUILD b/community/xsensors/PKGBUILD index 16a329b5e..c061523d2 100644 --- a/community/xsensors/PKGBUILD +++ b/community/xsensors/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xsensors pkgver=0.70 pkgrel=3 pkgdesc="X11 interface to lm_sensors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.linuxhardware.org/xsensors/" license=('GPL') depends=('gtk2' 'lm_sensors') diff --git a/community/xsettings-client/PKGBUILD b/community/xsettings-client/PKGBUILD index afef330ad..4b259f6e8 100644 --- a/community/xsettings-client/PKGBUILD +++ b/community/xsettings-client/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsettings-client pkgver=0.10 pkgrel=6 pkgdesc="Provides cross toolkit configuration settings such as theme parameters" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://matchbox-project.org" depends=('libx11') diff --git a/community/xtmsplit/PKGBUILD b/community/xtmsplit/PKGBUILD index c1d0c5a70..e69bf849c 100644 --- a/community/xtmsplit/PKGBUILD +++ b/community/xtmsplit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xtmsplit pkgver=0.2 pkgrel=3 pkgdesc="Xtremsplit-compliant file splitter/merger" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.software.caelistis.be/" license=('GPL') depends=('glibc') diff --git a/community/xvidcap/PKGBUILD b/community/xvidcap/PKGBUILD deleted file mode 100644 index 6d68a48a9..000000000 --- a/community/xvidcap/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# $Id: PKGBUILD 63169 2010-01-15 14:58:38Z giovanni $ -# Maintainer: Thorsten Töpper <atsutane at freethoughts dot de> -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: red_over_blue, Abaddon <kukububu@go2.pl> -# Contributor: damir <damir@archlinux.org> - -pkgname=xvidcap -pkgver=1.1.7 -pkgrel=4 -pkgdesc="A small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video" -arch=("i686" "x86_64") -license=('GPL') -url="http://xvidcap.sourceforge.net/" -depends=('dbus-glib' 'lame' 'libxmu' 'libglade' 'ffmpeg' 'dbus') -makedepends=('perlxml' 'rarian') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - 'xextproto-7.1.1.patch' - 'xvidcap-ffmpeg.patch' - 'ffmpeg-0.8.patch') -md5sums=('b39a682d3ef9fcbf424af771936780e2' - 'fbde2b076c5ea05723883b87f3ef2a65' - 'f18817da1c0dada05fa791ae53193b2c') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - patch -Np1 -i ${srcdir}/xextproto-7.1.1.patch - patch -Np0 -i ${srcdir}/xvidcap-ffmpeg.patch - patch -Np1 -i ${srcdir}/ffmpeg-0.8.patch - - ./configure --prefix=/usr \ - --with-x \ - --with-gtk2 \ - --enable-libmp3lame \ - --without-forced-embedded-ffmpeg - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make prefix=${pkgdir}/usr install -} -md5sums=('b39a682d3ef9fcbf424af771936780e2' - 'fbde2b076c5ea05723883b87f3ef2a65' - 'f18817da1c0dada05fa791ae53193b2c' - '36ead5f0345ae776601d49c1c90cb101') -md5sums=('b39a682d3ef9fcbf424af771936780e2' - 'fbde2b076c5ea05723883b87f3ef2a65' - 'f18817da1c0dada05fa791ae53193b2c' - '6e4dfab56b877362757092f55ad6b337') diff --git a/community/xvidcap/ffmpeg-0.8.patch b/community/xvidcap/ffmpeg-0.8.patch deleted file mode 100644 index 511333a0f..000000000 --- a/community/xvidcap/ffmpeg-0.8.patch +++ /dev/null @@ -1,82 +0,0 @@ -diff -aur xvidcap-1.1.7/src/xtoffmpeg.c xvidcap-1.1.7.new/src/xtoffmpeg.c ---- xvidcap-1.1.7/src/xtoffmpeg.c 2008-05-25 22:01:54.000000000 +0000 -+++ xvidcap-1.1.7.new/src/xtoffmpeg.c 2011-10-31 20:41:08.259171263 +0000 -@@ -361,7 +361,7 @@ - } - // put sample parameters - au_c->codec_id = xvc_audio_codecs[job->au_targetCodec].ffmpeg_id; -- au_c->codec_type = CODEC_TYPE_AUDIO; -+ au_c->codec_type = AVMEDIA_TYPE_AUDIO; - au_c->bit_rate = target->sndsize; - au_c->sample_rate = target->sndrate; - au_c->channels = target->sndchannels; -@@ -567,7 +567,7 @@ - av_rescale_q (enc->coded_frame->pts, enc->time_base, - ost->st->time_base); - } -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = ost->st->index; - - pkt.data = audio_out; -@@ -627,7 +627,7 @@ - pkt.pts = - av_rescale_q (enc->coded_frame->pts, enc->time_base, - ost->st->time_base); -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - av_interleaved_write_frame (s, &pkt); - } - -@@ -681,7 +681,7 @@ - if (ret <= 0) { - ret = avcodec_encode_audio (enc, bit_buffer, bit_buffer_size, NULL); - } -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - - if (samples) { - av_free (samples); -@@ -905,7 +905,7 @@ - ost->time_base); - } - if (enc->coded_frame->key_frame) -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - } - - pkt.stream_index = ost->index; -@@ -1157,7 +1157,7 @@ - } - - st->codec->codec_id = codec_id; -- st->codec->codec_type = CODEC_TYPE_VIDEO; -+ st->codec->codec_type = AVMEDIA_TYPE_VIDEO; - - // find the video encoder - codec = avcodec_find_encoder (st->codec->codec_id); -@@ -1439,13 +1439,13 @@ - // guess AVOutputFormat - if (job->target >= CAP_MF) - file_oformat = -- guess_format (xvc_formats[job->target].ffmpeg_name, NULL, NULL); -+ av_guess_format (xvc_formats[job->target].ffmpeg_name, NULL, NULL); - else { - char tmp_fn[30]; - - snprintf (tmp_fn, 29, "test-%%d.%s", - xvc_formats[job->target].extensions[0]); -- file_oformat = guess_format (NULL, tmp_fn, NULL); -+ file_oformat = av_guess_format (NULL, tmp_fn, NULL); - } - if (!file_oformat) { - fprintf (stderr, -@@ -1466,7 +1466,7 @@ - #endif // DEBUG - - // prepare AVFormatContext -- output_file = av_alloc_format_context (); -+ output_file = avformat_alloc_context(); - if (!output_file) { - fprintf (stderr, - _ diff --git a/community/xvidcap/xextproto-7.1.1.patch b/community/xvidcap/xextproto-7.1.1.patch deleted file mode 100644 index b65da0ee7..000000000 --- a/community/xvidcap/xextproto-7.1.1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xvidcap-1.1.7/src/capture.c.orig 2008-05-26 02:01:53.000000000 +0400 -+++ xvidcap-1.1.7/src/capture.c 2009-12-12 00:12:31.368260518 +0300 -@@ -65,7 +65,7 @@ - #include <sys/ipc.h> - #include <sys/shm.h> - #include <X11/extensions/XShm.h> --#include <X11/extensions/shmstr.h> -+#include <X11/extensions/shmproto.h> - #ifndef SOLARIS - #include <X11/extensions/extutil.h> - #endif // SOLARIS diff --git a/community/xvidcap/xvidcap-ffmpeg.patch b/community/xvidcap/xvidcap-ffmpeg.patch deleted file mode 100644 index 3a74bf508..000000000 --- a/community/xvidcap/xvidcap-ffmpeg.patch +++ /dev/null @@ -1,105 +0,0 @@ -Index: src/codecs.c -=================================================================== ---- src/codecs.c (revision 319) -+++ src/codecs.c (working copy) -@@ -43,8 +43,8 @@ - #include <locale.h> - - #ifdef USE_FFMPEG --#include <ffmpeg/avcodec.h> --#include <ffmpeg/avformat.h> -+#include <libavcodec/avcodec.h> -+#include <libavformat/avformat.h> - #endif // USE_FFMPEG - - #include "app_data.h" -Index: src/xtoffmpeg.c -=================================================================== ---- src/xtoffmpeg.c (revision 319) -+++ src/xtoffmpeg.c (working copy) -@@ -56,13 +56,13 @@ - #include "xvidcap-intl.h" - - // ffmpeg stuff --#include <ffmpeg/avcodec.h> --#include <ffmpeg/avformat.h> --#include <ffmpeg/avdevice.h> -+#include <libavcodec/avcodec.h> -+#include <libavformat/avformat.h> -+#include <libavdevice/avdevice.h> - //#include <ffmpeg/dsputil.h> --#include <ffmpeg/swscale.h> --#include <ffmpeg/rgb2rgb.h> --#include <ffmpeg/fifo.h> -+#include <libswscale/swscale.h> -+#include <libavutil/pixfmt.h> -+#include <libavutil/fifo.h> - #define swscale_isRGB(x) ((x)==PIX_FMT_BGR32 || (x)==PIX_FMT_RGB24 \ - || (x)==PIX_FMT_RGB565 || (x)==PIX_FMT_RGB555 \ - || (x)==PIX_FMT_RGB8 || (x)==PIX_FMT_RGB4 \ -@@ -96,9 +96,10 @@ - || (x)==PIX_FMT_YUVJ420P || (x)==PIX_FMT_YUVJ422P \ - || (x)==PIX_FMT_YUVJ444P) - --#define PIX_FMT_ARGB32 PIX_FMT_RGBA32 /* this is just my personal -- * convenience */ -+#define PIX_FMT_ARGB32 PIX_FMT_RGB32 /* this is just my personal -+ * convenience */ - -+ - /* - * file globals - */ -@@ -1248,7 +1249,11 @@ - st->codec->flags |= CODEC_FLAG2_FAST; - // there is no trellis quantiser in libav* for mjpeg - if (st->codec->codec_id != CODEC_ID_MJPEG) -+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) - st->codec->flags |= CODEC_FLAG_TRELLIS_QUANT; -+#else -+ st->codec->trellis = 1; -+#endif - st->codec->flags &= ~CODEC_FLAG_OBMC; - // some formats want stream headers to be seperate - if (oc->oformat->flags & AVFMT_GLOBALHEADER) -@@ -1498,11 +1503,10 @@ - // add the video stream and initialize the codecs - // - // prepare stream -- out_st = -- add_video_stream (output_file, image, -- (input_pixfmt == -- PIX_FMT_PAL8 ? PIX_FMT_RGB24 : input_pixfmt), -- xvc_codecs[job->targetCodec].ffmpeg_id, job); -+ fprintf(stderr, "The current pixfmt is %d, but the choosen one is %d\n", input_pixfmt, (input_pixfmt == PIX_FMT_PAL8 ? PIX_FMT_RGB24 : input_pixfmt)); -+ out_st = add_video_stream (output_file, image, -+ (input_pixfmt == PIX_FMT_PAL8 ? PIX_FMT_RGB24 : input_pixfmt), -+ xvc_codecs[job->targetCodec].ffmpeg_id, job); - - // FIXME: set params - // memset (p_fParams, 0, sizeof(*p_fParams)); -Index: src/main.c -=================================================================== ---- src/main.c (revision 319) -+++ src/main.c (working copy) -@@ -45,7 +45,7 @@ - #include <locale.h> - - #ifdef USE_FFMPEG --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - #endif // USE_FFMPEG - - #include "control.h" -@@ -217,9 +217,6 @@ - - if (app) - xvc_appdata_free (app); --#ifdef USE_FFMPEG -- av_free_static (); --#endif - } - - /** - - diff --git a/community/xvkbd/PKGBUILD b/community/xvkbd/PKGBUILD index 97803208a..631d31c17 100644 --- a/community/xvkbd/PKGBUILD +++ b/community/xvkbd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xvkbd pkgver=3.3 pkgrel=1 pkgdesc="virtual (graphical) keyboard program for X Window System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://homepage3.nifty.com/tsato/xvkbd/" license=('GPL') depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm') diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD index 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/yacpi/PKGBUILD b/community/yacpi/PKGBUILD index 81721db51..e484be041 100644 --- a/community/yacpi/PKGBUILD +++ b/community/yacpi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yacpi pkgver=3.0.1 pkgrel=3 pkgdesc="ncurses-based acpi monitor." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ngolde.de/yacpi.html" license=('GPL') depends=(ncurses libacpi) diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index 19ba20943..204be06b7 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=yagf pkgver=0.9.2 pkgrel=2 pkgdesc="QT4-based GUI for Cuneiform and Tesseract OCRs" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://symmetrica.net/cuneiform-linux/yagf-en.html" license=('GPL') depends=('qt>=4.3' 'aspell') diff --git a/community/yajl/PKGBUILD b/community/yajl/PKGBUILD deleted file mode 100644 index 8eb588368..000000000 --- a/community/yajl/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Dave Reisner <d@falconindy.com> -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu> - -pkgname=yajl -pkgver=2.0.4 -pkgrel=1 -pkgdesc='Yet Another JSON Library.' -arch=('i686' 'x86_64') -url='http://lloyd.github.com/yajl/' -license=('ISC') -makedepends=('cmake') -source=("$pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver") -md5sums=('2356068635e8b93c09896a72c5b9cb8b') - -build() { - dirname=$(tar tf "$srcdir/$pkgname-$pkgver.tar.gz" | sed 1q); - cd "$dirname" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - - make -} - -package() { - dirname=$(tar tf "$srcdir/$pkgname-$pkgver.tar.gz" | sed 1q); - cd "$dirname" - - make DESTDIR="$pkgdir" install - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" -} -md5sums=('ee6208e697c43dcccf798ce80d370379') diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD index b7a741c64..e87b249b8 100644 --- a/community/yaml-cpp/PKGBUILD +++ b/community/yaml-cpp/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.5.0 pkgrel=1 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec" url="http://code.google.com/p/yaml-cpp/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') makedepends=('cmake' 'boost') source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz) diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD index 47f65c69c..402d60541 100644 --- a/community/yaws/PKGBUILD +++ b/community/yaws/PKGBUILD @@ -7,7 +7,7 @@ pkgname=yaws pkgver=1.95 pkgrel=4 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 8861c7966..3eb6ba72a 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yaz pkgver=4.2.49 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-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/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' |