From 34e984b96dcc372767564cad852000a1f0133012 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Aug 2021 16:01:18 +0300 Subject: [PATCH] libspiro-20200505 --- science/mathematics/libspiro/actions.py | 1 + science/mathematics/libspiro/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/science/mathematics/libspiro/actions.py b/science/mathematics/libspiro/actions.py index 71c91c6dd0..dd60cf82cf 100644 --- a/science/mathematics/libspiro/actions.py +++ b/science/mathematics/libspiro/actions.py @@ -8,6 +8,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): + autotools.autoreconf("-i") autotools.configure("--disable-static") def build(): diff --git a/science/mathematics/libspiro/pspec.xml b/science/mathematics/libspiro/pspec.xml index 110eb9930c..5813b48f1f 100644 --- a/science/mathematics/libspiro/pspec.xml +++ b/science/mathematics/libspiro/pspec.xml @@ -12,7 +12,7 @@ library Library to simplify the drawing of beautiful curves libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. - https://github.com/fontforge/libspiro/releases/download/20190731/libspiro-20190731.tar.gz + https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz @@ -37,10 +37,17 @@ + + 2021-08-10 + 1.1.0.20200505 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-18 0.5.20190731 - Rebuild. + Rebuild Mustafa Cinasal muscnsl@gmail.com