summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-01-30 16:09:52 -0400
committerYour Name2018-01-30 16:09:52 -0400
commit7248f01f5ac678e8350461c377e735630675dea6 (patch)
tree33ad6f027ba791996de134947a5d52e90971830e
parent7eb3f1f75ebec4115c5ae1ee153c6065593778ef (diff)
downloadaur-synfigstudio-git.tar.gz
boost with kernel415 gives ooms, well mitigate it
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e3e4a1ab406..acb32f6e56bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = synfigstudio-git
pkgdesc = Professional vector animation program (GUI)
pkgver = r8165.bd7d8b2cc
- pkgrel = 2
+ pkgrel = 4
url = http://synfig.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b62c60d0d0a3..3d4b5c55ae63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=synfigstudio-git
pkgver=r8165.bd7d8b2cc
-pkgrel=2
+pkgrel=4
pkgdesc="Professional vector animation program (GUI)"
arch=(i686 x86_64)
url="http://synfig.org"
@@ -32,7 +32,10 @@ build() {
intltoolize --force
[ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv
sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' src/gui/dialogs/dialog_color.cpp
- make
+ # please pay attention to your number of cores and ram amount for avoid oom errors
+ # this number its fine for and amd fx 8350 with 16gb ram
+ # you need 2gb per core for avoid surprises, OR dont do anything while it compiles
+ make -j8
}
package() {