[arch-commits] Commit in synfig/repos (16 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:10:39
  Author: spupykin
Revision: 117271

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 117269, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 117269, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 117269, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 117269, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 117269, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 117269, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 117269, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 117269, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   49 --
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   49 --
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 10:10:36 UTC (rev 117270)
+++ community-i686/PKGBUILD 2014-08-12 10:10:39 UTC (rev 117271)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.1
-pkgrel=5
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 117269, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 10:10:39 UTC (rev 117271)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=7
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

[arch-commits] Commit in synfig/repos (16 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:32:33
  Author: spupykin
Revision: 117278

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 117277, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 117277, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 117277, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 117277, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 117277, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 117277, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 117277, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 117277, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   49 --
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   49 --
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 10:32:15 UTC (rev 117277)
+++ community-i686/PKGBUILD 2014-08-12 10:32:33 UTC (rev 117278)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.1
-pkgrel=7
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 117277, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 10:32:33 UTC (rev 117278)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=8
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

[arch-commits] Commit in synfig/repos (16 files)

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:42
  Author: spupykin
Revision: 100654

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 100653, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 100653, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 100653, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 100653, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 100653, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 100653, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 100653, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 100653, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   45 -
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 384 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-07 13:07:22 UTC (rev 100653)
+++ community-i686/PKGBUILD 2013-11-07 13:07:42 UTC (rev 100654)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.0
-pkgrel=7
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('124cb4059b9f48dc5c37204660053d6f'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 100653, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-07 13:07:42 UTC (rev 100654)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=1
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

[arch-commits] Commit in synfig/repos (16 files)

2013-08-16 Thread Sergej Pupykin
Date: Friday, August 16, 2013 @ 15:57:37
  Author: spupykin
Revision: 95760

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 95759, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 95759, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 95759, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 95759, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 95759, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 95759, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 95759, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 95759, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-staging-i686/PKGBUILD
  synfig/repos/community-staging-i686/build-fix.patch
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
  synfig/repos/community-staging-x86_64/PKGBUILD
  synfig/repos/community-staging-x86_64/build-fix.patch
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   92 
 /build-fix.patch   |   62 +
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 +
 community-staging-i686/PKGBUILD|   46 --
 community-staging-i686/build-fix.patch |   31 --
 community-staging-i686/ffmpeg-0.8.patch|   60 -
 community-staging-i686/ffmpeg-loop.patch   |   56 
 community-staging-x86_64/PKGBUILD  |   46 --
 community-staging-x86_64/build-fix.patch   |   31 --
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 -
 community-staging-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 386 insertions(+), 386 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-08-16 13:57:02 UTC (rev 95759)
+++ community-staging-i686/PKGBUILD 2013-08-16 13:57:37 UTC (rev 95760)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.0
-pkgrel=6
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('124cb4059b9f48dc5c37204660053d6f'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 95759, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-16 13:57:37 UTC (rev 95760)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.0
+pkgrel=7
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+