mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
synfig: update to 1.2.0.
This commit is contained in:
parent
c4d81ada08
commit
917881c636
2 changed files with 3 additions and 12 deletions
|
@ -1,9 +0,0 @@
|
||||||
--- src/synfig/time.cpp 2015-07-09 09:33:03.000000000 +0200
|
|
||||||
+++ src/synfig/time.cpp 2015-10-20 02:51:23.394773482 +0200
|
|
||||||
@@ -319,5 +319,5 @@
|
|
||||||
bool
|
|
||||||
Time::is_valid()const
|
|
||||||
{
|
|
||||||
- return !isnan(value_);
|
|
||||||
+ return !std::isnan(value_);
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'synfig'
|
# Template file for 'synfig'
|
||||||
pkgname=synfig
|
pkgname=synfig
|
||||||
version=1.0.2
|
version=1.2.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="boost-build ImageMagick pkg-config"
|
hostmakedepends="boost-build ImageMagick pkg-config"
|
||||||
makedepends="ETL gettext-devel libxml++-devel mlt-devel
|
makedepends="ETL gettext-devel libxml++-devel mlt-devel
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.synfig.org/"
|
homepage="http://www.synfig.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/synfig/releases/${version}/source/synfig-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/synfig/releases/${version}/source/synfig-${version}.tar.gz"
|
||||||
checksum=34cdf9eac90aadea29fb2997e82da1c32713ab02940f7c8873330f894e167fb4
|
checksum=611ea9f156188c9ecbb99a21116b5330e5070c51a0ffa721c7791c46ec231dbf
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11"
|
CXXFLAGS="-std=c++11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue