summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-30 22:59:31 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-30 22:59:31 +0100
commitd6908f32a89db898ee3b17398fb7dcf4df134c9a (patch)
treee471f77f439f12585a5ef499c06dee2bee2d4d33 /community
parenta13b599d38789773a8bae0d435d6b4622dffa008 (diff)
parent1b5659bd580631ef740a2ee3b6994b4aa490e095 (diff)
Merge branch 'master' of git+ssh://parabola-git/srv/git/abslibre-mips64el
Diffstat (limited to 'community')
-rw-r--r--community/agg/PKGBUILD3
-rw-r--r--community/apitrace/PKGBUILD4
-rw-r--r--community/augeas/PKGBUILD1
3 files changed, 4 insertions, 4 deletions
diff --git a/community/agg/PKGBUILD b/community/agg/PKGBUILD
index 4ac0172da..a8f4b8e7d 100644
--- a/community/agg/PKGBUILD
+++ b/community/agg/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=agg
pkgver=2.5
-pkgrel=4
+pkgrel=4.1
pkgdesc="A High Quality Rendering Engine for C++"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.antigrain.com/"
@@ -23,6 +23,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/agg-2.4-depends.patch"
patch -Np1 -i "${srcdir}/agg-2.5-pkgconfig.patch"
+ sed -i '/^AM_C_PROTOTYPES/d' configure.in
sh ./autogen.sh
./configure --prefix=/usr --disable-static
make
diff --git a/community/apitrace/PKGBUILD b/community/apitrace/PKGBUILD
index ba20fd302..1676111a2 100644
--- a/community/apitrace/PKGBUILD
+++ b/community/apitrace/PKGBUILD
@@ -7,14 +7,14 @@ pkgname=apitrace
pkgver=3.0
pkgrel=1
pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/apitrace/apitrace"
license=('custom')
makedepends=('cmake' 'mesa' 'libgl>=9.1' 'python2' 'qtwebkit' 'qjson')
optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
source=("https://github.com/apitrace/$pkgname/zipball/$pkgver"
gcc-4.7-fix.patch)
-md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+md5sums=('d3c61c88684de9dc2641d974292b0c49'
'27a9a7aa14355b56fb48e2e17ff9911e')
build() {
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index b19b3e230..09ef5c9c2 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -17,7 +17,6 @@ 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