pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/babl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 10 09:34:16 UTC 2022

Modified Files:
        pkgsrc/graphics/babl: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/babl/patches: patch-meson.build

Log Message:
babl: update to 0.1.96.

2022-08-23 babl-0.1.96
Minor changes from 0.1.94, fixing build.

2022-08-21 babl-0.1.94
Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala
compatibility of introspection info.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/babl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/babl/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/babl/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/babl/patches/patch-meson.build

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

Modified files:

Index: pkgsrc/graphics/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.49 pkgsrc/graphics/babl/Makefile:1.50
--- pkgsrc/graphics/babl/Makefile:1.49  Sun Jul 17 16:38:25 2022
+++ pkgsrc/graphics/babl/Makefile       Sat Sep 10 09:34:16 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2022/07/17 16:38:25 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2022/09/10 09:34:16 wiz Exp $
 
-DISTNAME=      babl-0.1.92
-PKGREVISION=   1
+DISTNAME=      babl-0.1.96
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/babl/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/babl/PLIST
diff -u pkgsrc/graphics/babl/PLIST:1.22 pkgsrc/graphics/babl/PLIST:1.23
--- pkgsrc/graphics/babl/PLIST:1.22     Sun Jul 17 16:38:25 2022
+++ pkgsrc/graphics/babl/PLIST  Sat Sep 10 09:34:16 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.22 2022/07/17 16:38:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/09/10 09:34:16 wiz Exp $
+bin/babl
 include/babl-0.1/babl/babl-introspect.h
 include/babl-0.1/babl/babl-macros.h
 include/babl-0.1/babl/babl-types.h
@@ -61,7 +62,7 @@ lib/girepository-1.0/Babl-0.1.typelib
 lib/libbabl-0.1.${SOEXT}
 ${PLIST.Darwin}lib/libbabl-0.1.0.${SOEXT}
 ${PLIST.not_Darwin}lib/libbabl-0.1.${SOEXT}.0
-${PLIST.not_Darwin}lib/libbabl-0.1.${SOEXT}.0.191.1
+${PLIST.not_Darwin}lib/libbabl-0.1.${SOEXT}.0.195.1
 lib/pkgconfig/babl.pc
 share/gir-1.0/Babl-0.1.gir
 share/vala/vapi/babl-0.1.deps

Index: pkgsrc/graphics/babl/distinfo
diff -u pkgsrc/graphics/babl/distinfo:1.37 pkgsrc/graphics/babl/distinfo:1.38
--- pkgsrc/graphics/babl/distinfo:1.37  Sun Jul 10 20:23:38 2022
+++ pkgsrc/graphics/babl/distinfo       Sat Sep 10 09:34:16 2022
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.37 2022/07/10 20:23:38 wiz Exp $
+$NetBSD: distinfo,v 1.38 2022/09/10 09:34:16 wiz Exp $
 
-BLAKE2s (babl-0.1.92.tar.xz) = 70ad87bcf37d3d696d64dc0a5d48cf11b2307f5898bc7a657af2260409650526
-SHA512 (babl-0.1.92.tar.xz) = c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
-Size (babl-0.1.92.tar.xz) = 309784 bytes
+BLAKE2s (babl-0.1.96.tar.xz) = 694bc278b69d10e513dec38aaccb96c3205a8c1de5babc574421218e9256fba3
+SHA512 (babl-0.1.96.tar.xz) = 771d68b80f1123baa38256e4b1d7946284cd88997b2ab7c7092a74120e91ea5ee7ab4c001686ae4b3e363b6465484f185a64f9c75515a55d3ffb81fecbeaca42
+Size (babl-0.1.96.tar.xz) = 312184 bytes
 SHA1 (patch-babl_babl-cpuaccel.c) = e06c723627b5449e2311b6d1a8a68def9ddf7033
 SHA1 (patch-babl_meson.build) = ff2ab73080b97cf442e7581932d22a612f4e3093
 SHA1 (patch-extensions_gggl.c) = b88bd62e59c921ea3d71fb6cbf69fd441a0ae4c8
-SHA1 (patch-meson.build) = 303db249139fba8430707b80795285a09470dbed



Home | Main Index | Thread Index | Old Index