summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-19 23:30:46 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-19 23:30:46 +0100
commit1bf114d00280c9cfb2075d30830fdf86adb30951 (patch)
treed467006c2a4bfac02360842f0a15725407fc4d92
parent1ef0a77697cd263a33911c15efef138c7904b0c9 (diff)
libbluray and libspiro build on mips64el.
-rw-r--r--extra/libbluray/PKGBUILD2
-rw-r--r--extra/libspiro/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/libbluray/PKGBUILD b/extra/libbluray/PKGBUILD
index cad6d04c5..d7c6b2216 100644
--- a/extra/libbluray/PKGBUILD
+++ b/extra/libbluray/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libbluray
pkgver=0.2.1
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.videolan.org/developers/libbluray.html"
license=('LGPL2.1')
depends=('libxml2')
diff --git a/extra/libspiro/PKGBUILD b/extra/libspiro/PKGBUILD
index d27e6b9c1..39460af1e 100644
--- a/extra/libspiro/PKGBUILD
+++ b/extra/libspiro/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Simplifies the drawing of beautiful curves'
url='http://libspiro.sourceforge.net/'
license=('GPL')
options=('!libtool')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2")
sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382')