Skip to content

Commit

Permalink
graphics/guile-cairo: Update to 1.11.2
Browse files Browse the repository at this point in the history
Packaging changes: Downloads now on savannah.

Not tested, but it's surely better to have code from 2020 compared to
2011.

This is still on guile 2.0; probably that should be revisited.

guile-cairo 1.11.2 -- 2020-10-19
================================

* Include build-aux/git-version-gen in distcheck.


guile-cairo 1.11.1 -- 2020-05-20
================================

* Builds in freebsd (i386, armv7, amd64).


guile-cairo 1.11.0 -- 2020-05-13
================================

* New bindings cairo-surface-get-mime-data, cairo-surface-set-mime-data.

* Compatibility with Guile 1.8 has been dropped.

* Documentation fixes.


guile-cairo 1.10.0 -- 2018-10-01
================================

* Released to get out the fixes made since 1.4.1.


guile-cairo 1.9.92 -- 2018-04-04
================================

* This version includes bug fixes to cairo-matrix-translate, cairo-pop-group,
  cairo-surface-get-device, and cairo-set-dash.

  The names of cairo-make-scale-matrix and cairo-make-rotate-matrix have been
  fixed to cairo-matrix-scale and cairo-matrix-rotate, following the original C
  names.

  The following new functions have been added: cairo-destroy,
  cairo-surface-destroy, cairo-image-surface-create-for-data,
  cairo-image-surface-get-data, and cairo-image-surface-set-data.


guile-cairo 1.9.91 -- 2011-11-22
================================

* Moved to a new home on Savannah: http://www.non-gnu.org/guile-cairo/.
  The git repository is now properly hosted there, instead of on my http
  server; see http://www.non-gnu.org/guile-cairo/dev/ for details.


guile-cairo 1.9.90 -- 2011-04-23
================================

* Updated with support for Cairo 1.6, 1.8, and 1.10.  Documentation was
  updated as well.  This is a prerelease to shake out problems with the
  API.
  • Loading branch information
gdt committed Sep 21, 2024
1 parent 2df0e59 commit 6e65ad6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions graphics/guile-cairo/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# $NetBSD: Makefile,v 1.34 2024/04/07 07:34:15 wiz Exp $
# $NetBSD: Makefile,v 1.35 2024/09/21 13:16:16 gdt Exp $

DISTNAME= guile-cairo-1.4.1
PKGREVISION= 12
DISTNAME= guile-cairo-1.11.2
CATEGORIES= graphics
MASTER_SITES= http://download.gna.org/guile-cairo/
# guile-cario has moved to savannah and is at 1.9.1, but that is
# a prerlease and hence not packaged.
MASTER_SITES= https://download.savannah.gnu.org/releases/guile-cairo/

MAINTAINER= [email protected]
HOMEPAGE= https://www.nongnu.org/guile-cairo/
Expand Down
8 changes: 4 additions & 4 deletions graphics/guile-cairo/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:46:18 nia Exp $
$NetBSD: distinfo,v 1.6 2024/09/21 13:16:16 gdt Exp $

BLAKE2s (guile-cairo-1.4.1.tar.gz) = 1092fb736ea92bc140aef54e3725b14899b5482882f285341a0cc4d2bdb8c4a0
SHA512 (guile-cairo-1.4.1.tar.gz) = 66b8aba0d9b2b333465b45b726bf108322a58fdff8b2dc05eb5f155364d9ccc742b328a2c5f7fe6893f40dc85be4d38b9738f6f8f2758f6ae72452b85d57a586
Size (guile-cairo-1.4.1.tar.gz) = 524114 bytes
BLAKE2s (guile-cairo-1.11.2.tar.gz) = fff9eb77562bc2adee7f1d71933fe5173276f4012c17f32fbc571470821bb5ca
SHA512 (guile-cairo-1.11.2.tar.gz) = 6696abbfcc9725079b875e0a0c4774db264cd317d6d48c804e18538d96ce1b2471b8a463745cb3d67fc3d9850398301de37170e928c563a3f34b5d6a35496f25
Size (guile-cairo-1.11.2.tar.gz) = 674992 bytes

0 comments on commit 6e65ad6

Please sign in to comment.