summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {