Date: Monday, February 8, 2021 @ 17:07:57
  Author: arojas
Revision: 849412

archrelease: copy trunk to community-staging-x86_64

Added:
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
    (from rev 849411, synfig/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: synfig/repos/community-staging-x86_64/PKGBUILD (from rev 849411, 
synfig/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-08 17:07:57 UTC (rev 849412)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Franco Iacomella <[email protected]>
+
+pkgname=synfig
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Professional vector animation program (CLI renderer only)"
+arch=(x86_64)
+url="https://www.synfig.org/";
+license=(GPL2)
+depends=(boost-libs fftw imagemagick libjpeg-turbo libmng libxml++2.6 mlt 
openexr pango)
+makedepends=(boost etl intltool)
+source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f36d57eba9dc959e1deae89e6908585a08db7f2d9399915a46a9eff33080c9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to