libspiro-20200505

This commit is contained in:
Rmys
2021-08-10 16:01:18 +03:00
committed by GitHub
parent 3c59bd797b
commit 34e984b96d
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -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():
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Library to simplify the drawing of beautiful curves</Summary>
<Description>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.</Description>
<Archive sha1sum="853de0d70ac18c31ddeacca22a935612b262aea9" type="targz">https://github.com/fontforge/libspiro/releases/download/20190731/libspiro-20190731.tar.gz</Archive>
<Archive sha1sum="1b5433bc5122f8635faf16a5c5032f93b89463af" type="targz">https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz</Archive>
</Source>
<Package>
@@ -37,10 +37,17 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-10</Date>
<Version>1.1.0.20200505</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-18</Date>
<Version>0.5.20190731</Version>
<Comment>Rebuild.</Comment>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>