synfig: update to 1.4.0
This commit is contained in:
parent
089f7234e5
commit
053cac3352
|
@ -1,13 +0,0 @@
|
||||||
--- src/synfig/savecanvas.cpp 2018-09-08 08:07:57.000000000 +0200
|
|
||||||
+++ src/synfig/savecanvas.cpp 2020-07-28 13:33:42.369091915 +0200
|
|
||||||
@@ -70,10 +70,7 @@
|
|
||||||
#include <ETL/stringf>
|
|
||||||
#include "gradient.h"
|
|
||||||
#include <errno.h>
|
|
||||||
-
|
|
||||||
-extern "C" {
|
|
||||||
#include <libxml/tree.h>
|
|
||||||
-}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'synfig'
|
# Template file for 'synfig'
|
||||||
pkgname=synfig
|
pkgname=synfig
|
||||||
version=1.2.2
|
version=1.4.0
|
||||||
revision=7
|
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"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="CLI 2D vector and timeline-based animation software"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.synfig.org/"
|
homepage="http://www.synfig.org/"
|
||||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/source-synfig-${version}.tar.gz"
|
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
|
||||||
checksum=5f5f7b33483041165f9a63fe4d95eb815971c7444569e574206f6964e83cc2ef
|
checksum=7f36d57eba9dc959e1deae89e6908585a08db7f2d9399915a46a9eff33080c9c
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
|
CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@ synfig-devel_package() {
|
||||||
vmove usr/bin/synfig-config
|
vmove usr/bin/synfig-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue