pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/guile-cairo



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Sep 21 13:16:16 UTC 2024

Modified Files:
        pkgsrc/graphics/guile-cairo: Makefile distinfo

Log Message:
graphics/guile-cairo: Update to 1.11.2

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.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/guile-cairo/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/guile-cairo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/guile-cairo/Makefile
diff -u pkgsrc/graphics/guile-cairo/Makefile:1.34 pkgsrc/graphics/guile-cairo/Makefile:1.35
--- pkgsrc/graphics/guile-cairo/Makefile:1.34   Sun Apr  7 07:34:15 2024
+++ pkgsrc/graphics/guile-cairo/Makefile        Sat Sep 21 13:16:16 2024
@@ -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=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://www.nongnu.org/guile-cairo/

Index: pkgsrc/graphics/guile-cairo/distinfo
diff -u pkgsrc/graphics/guile-cairo/distinfo:1.5 pkgsrc/graphics/guile-cairo/distinfo:1.6
--- pkgsrc/graphics/guile-cairo/distinfo:1.5    Tue Oct 26 10:46:18 2021
+++ pkgsrc/graphics/guile-cairo/distinfo        Sat Sep 21 13:16:16 2024
@@ -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



Home | Main Index | Thread Index | Old Index