From 83cc3a93ce0b8bd3b63b7e265f358593f8c17816 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 1 Oct 2018 20:06:29 +0200 Subject: [PATCH] synfig: update to 1.2.2. --- srcpkgs/synfig/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/synfig/template b/srcpkgs/synfig/template index f0920f77b66..a558d07c909 100644 --- a/srcpkgs/synfig/template +++ b/srcpkgs/synfig/template @@ -1,7 +1,7 @@ # Template file for 'synfig' pkgname=synfig -version=1.2.1 -revision=3 +version=1.2.2 +revision=1 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="boost-build ImageMagick pkg-config intltool" @@ -10,10 +10,10 @@ makedepends="ETL gettext-devel libxml++-devel mlt-devel depends="ImageMagick" short_desc="Open Source 2D vector and timeline-based animation software (command line renderer)" maintainer="Diogo Leal " -license="GPL-3.0-or-later" +license="GPL-2.0-or-later" homepage="http://www.synfig.org/" -distfiles="${SOURCEFORGE_SITE}/synfig/releases/${version}/source/synfig-${version}.tar.gz" -checksum=4d8bada4e99f05ee16b4256fc3f5a551d00a745347944837bbd6fa158b57e457 +distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-synfig-${version}.tar.gz" +checksum=5f5f7b33483041165f9a63fe4d95eb815971c7444569e574206f6964e83cc2ef CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"