synfig: update to 1.2.2.

This commit is contained in:
Johannes 2018-10-01 20:06:29 +02:00 committed by Johannes
parent 89bc5f34c0
commit 83cc3a93ce

View file

@ -1,7 +1,7 @@
# Template file for 'synfig' # Template file for 'synfig'
pkgname=synfig pkgname=synfig
version=1.2.1 version=1.2.2
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="boost-build ImageMagick pkg-config intltool" hostmakedepends="boost-build ImageMagick pkg-config intltool"
@ -10,10 +10,10 @@ makedepends="ETL gettext-devel libxml++-devel mlt-devel
depends="ImageMagick" depends="ImageMagick"
short_desc="Open Source 2D vector and timeline-based animation software (command line renderer)" short_desc="Open Source 2D vector and timeline-based animation software (command line renderer)"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.synfig.org/" homepage="http://www.synfig.org/"
distfiles="${SOURCEFORGE_SITE}/synfig/releases/${version}/source/synfig-${version}.tar.gz" distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-synfig-${version}.tar.gz"
checksum=4d8bada4e99f05ee16b4256fc3f5a551d00a745347944837bbd6fa158b57e457 checksum=5f5f7b33483041165f9a63fe4d95eb815971c7444569e574206f6964e83cc2ef
CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1" CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"