summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-01 16:00:49 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-01 16:00:49 -0300
commitaee193a88b17ec5a5fa2b028f42dbe4161e3390d (patch)
tree9956398235f3726f006e96684d6aece3fc12e05a
parente1d6648483b87157a15c237e252be452acfb29b4 (diff)
parent05fd9f8b075635ca916aa7bdc92d6473d0a90db6 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
-rw-r--r--community/iec16022/PKGBUILD2
-rw-r--r--community/iptstate/PKGBUILD2
-rw-r--r--community/ipvsadm/PKGBUILD2
-rw-r--r--community/keepalived/PKGBUILD2
-rw-r--r--community/kpartsplugin/PKGBUILD2
-rw-r--r--extra/audacity/PKGBUILD5
-rw-r--r--extra/mutter/PKGBUILD3
-rw-r--r--libre/kdelibs-libre/PKGBUILD2
8 files changed, 11 insertions, 9 deletions
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/iptstate/PKGBUILD b/community/iptstate/PKGBUILD
index 9f1321bbe..4b4450916 100644
--- a/community/iptstate/PKGBUILD
+++ b/community/iptstate/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=iptstate
pkgver=2.2.5
pkgrel=1
pkgdesc='top-like interface to netfilter connection-tracking table'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.phildev.net/iptstate/'
license=('custom')
depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack')
diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD
index 42132b7b6..f516be986 100644
--- a/community/ipvsadm/PKGBUILD
+++ b/community/ipvsadm/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=ipvsadm
pkgver=1.26
pkgrel=5
pkgdesc='The IP Virtual Server administration utility'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.linuxvirtualserver.org/software/ipvs.html'
license=('GPL2')
depends=('libnl1' 'popt')
diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD
index 0652947d2..821958cae 100644
--- a/community/keepalived/PKGBUILD
+++ b/community/keepalived/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=keepalived
pkgver=1.2.2
pkgrel=4
pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.keepalived.org/'
license=('GPL2')
backup=('etc/keepalived/keepalived.conf' 'etc/conf.d/keepalived')
diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD
index 7c4ece00b..6ba4139ed 100644
--- a/community/kpartsplugin/PKGBUILD
+++ b/community/kpartsplugin/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=kpartsplugin
pkgver=20120605
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/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD
index 9601a26ac..8bb25db14 100644
--- a/extra/audacity/PKGBUILD
+++ b/extra/audacity/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=audacity
pkgver=2.0.1
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=(mips64el)
+arch=('i686' 'x86_64' 'mips64el')
url="http://audacity.sourceforge.net/"
license=('GPL')
depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
@@ -17,13 +17,14 @@ sha1sums=('366a10f3bd71c4d84c29437fff1e27a8560f691b')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
+ [ "$CARCH" = "mips64el" ] && extra="--disable-sse"
WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
--with-portaudio --with-libsamplerate \
--without-libresample --with-libmad \
--with-ffmpeg --with-id3tag --with-libflac \
--with-vorbis --with-libexpat \
--with-libsndfile --with-soundtouch \
- --enable-unicode --without-taglib
+ --enable-unicode --without-taglib $extra
make
}
diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD
index cccd57e60..69971cca1 100644
--- a/extra/mutter/PKGBUILD
+++ b/extra/mutter/PKGBUILD
@@ -23,7 +23,8 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/mutter \
--localstatedir=/var --disable-static \
- --disable-schemas-compile
+ --disable-schemas-compile \
+ --enable-compile-warnings=no
make
}
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD
index fed954896..a0bf5ac31 100644
--- a/libre/kdelibs-libre/PKGBUILD
+++ b/libre/kdelibs-libre/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=kdelibs
pkgname=kdelibs-libre
pkgver=4.8.4
-pkgrel=3
+pkgrel=3.1
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64' 'mips64el')
url='http://www.kde.org'