summaryrefslogtreecommitdiff
path: root/extra
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 /extra
parente1d6648483b87157a15c237e252be452acfb29b4 (diff)
parent05fd9f8b075635ca916aa7bdc92d6473d0a90db6 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'extra')
-rw-r--r--extra/audacity/PKGBUILD5
-rw-r--r--extra/mutter/PKGBUILD3
2 files changed, 5 insertions, 3 deletions
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
}