summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAliaksandr Stelmachonak a.k.a. ava1ar2020-04-17 01:09:20 -0400
committerAliaksandr Stelmachonak a.k.a. ava1ar2020-04-17 01:09:20 -0400
commit4872bff5b0aef5931b4ada11378d068c69611331 (patch)
tree2ceaed766f580e81c5b1a92161d6b0efbe1a482b
parent26fbd6f0f19e9b91cf6d33662743637c2e649cd9 (diff)
downloadaur-4872bff5b0aef5931b4ada11378d068c69611331.tar.gz
Fix build
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99c1cd8e28fa..137ecfaf47bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Oct 4 05:02:12 UTC 2017
pkgbase = gstreamer0.10-base
pkgver = 0.10.36
- pkgrel = 11
+ pkgrel = 12
url = http://gstreamer.freedesktop.org/
+ arch = i686
arch = x86_64
arch = armv7h
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 3a9952a6fee8..466eea1d5750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=gstreamer0.10-base
_pkgname=gst-plugins-base
pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
pkgver=0.10.36
-pkgrel=11
+pkgrel=12
arch=('i686' 'x86_64' 'armv7h')
license=('LGPL')
makedepends=('gstreamer0.10>=0.10.36' 'orc' 'libxv' 'alsa-lib' 'cdparanoia'
@@ -40,6 +40,7 @@ build() {
cd ${_pkgname}-${pkgver}
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-experimental --disable-gnome_vfs --disable-gtk-doc
+ find . -type f -exec sed -i -e 's/\\#include/#include/g' {} \;
make
sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
}