libspiro: update to 1.3.0.20221101.

- 2022-Nov-01
    * Libspiro Version 20221101 (1.3.0)
    * Bugfix - removed forgotten if-then code used with scaling tests.
      Majority of users won't notice a difference since most FontForge
      fonts are created in the +x,+y quadrant. Users that might see a
      change/difference are users drawing only in the -x, -y quadrant.
    * Enhanced libspiro to allow closed-loop spiros starting with '['
      or 'a' by seeking the first available 'v', 'c', or 'o' as start,
      which may be found later in the spiro curve. This was the least
      modification needed to allow call-test10 or call-test11 to pass.

- 2022-Jul-22
    * Libspiro Version 20220722 (1.2.0)
    * Due to confusion created when ppedit was also re-licensed as MIT
      APACHE and GPL2+, it's necessary to re-clarify libspiro is GPL3+.
      In summary, GPL can include MIT code, MIT code cannot accept GPL.
      Please note code not in ppedit like libspiro's java is GNU GPL2+.
      Please note that libspiro's improvements or patches are also GPL.
    * Thanks to orbea for bugfixes concerning linking and linker flags,
      and removing .libs from linker path (some linkers don't like it).
    * Added more commenting in spiroentrypoints.h to clarify functions.
    * Reconfigured code to avoid exporting bezctx_intf.h since this is
      supposed to be internal to libspiro and not for external calling.
    * Also added https://gcc.gnu.org/wiki/Visibility to reduce exports.
    * SPIRO_INTERNAL_BEZCTX and call-test21.c added for simpler method
      of accessing libspiro for programs that only need the end result.
    * Test added for 'a','h' to ensure points don't overlap, else exit.
This commit is contained in:
wiz 2023-04-27 12:29:50 +00:00
parent 149fe1bcda
commit 43330c3a8b
3 changed files with 9 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.3 2020/09/09 08:44:46 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/04/27 12:29:50 wiz Exp $
DISTNAME= libspiro-dist-20200505
PKGNAME= libspiro-1.1.0.20200505
DISTNAME= libspiro-dist-20221101
PKGNAME= libspiro-1.3.0.20221101
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=fontforge/}
GITHUB_PROJECT= libspiro
GITHUB_RELEASE= 20200505
GITHUB_RELEASE= 20221101
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://fontforge.github.io/

View File

@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.2 2020/09/09 08:44:46 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2023/04/27 12:29:50 wiz Exp $
include/bezctx.h
include/bezctx_intf.h
include/spiro.h
include/spiroentrypoints.h
lib/libspiro.la

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:46:29 nia Exp $
$NetBSD: distinfo,v 1.5 2023/04/27 12:29:50 wiz Exp $
BLAKE2s (libspiro-dist-20200505.tar.gz) = c7b91a67bc65ca495263296e7a17c538f228b004fa933931db4a3ba771c7db94
SHA512 (libspiro-dist-20200505.tar.gz) = 84627e8925bd6090cd7d234a0b5f3ee109d3341d24c038a0fb1ce4c09ab97fe8fc7eb92bc5df040d559c5ebe3b4fc8f51652a2538e155be9b2f3c78b96b706ee
Size (libspiro-dist-20200505.tar.gz) = 422546 bytes
BLAKE2s (libspiro-dist-20221101.tar.gz) = 5f4aab87e534e6f773e1a01f86a678eca27ce55d7baa21a7dc645efc8f833b09
SHA512 (libspiro-dist-20221101.tar.gz) = a4fd1d225da94f4146b2d086f1c0d0111ca0b1efc1d1a051d4f1d995af424cf573072791118d6e0a5c06462ff1dd58b2ce662dbb6a46c6aa082c1319030899f8
Size (libspiro-dist-20221101.tar.gz) = 434906 bytes