mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
synfig: update to 1.2.2.
This commit is contained in:
parent
89bc5f34c0
commit
83cc3a93ce
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue