summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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() {