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:   ryoon
Date:           Tue Apr  9 13:08:00 UTC 2019

Modified Files:
        pkgsrc/graphics/babl: Makefile distinfo

Log Message:
Update to 0.1.62

Changelog:
2019-02-01 babl-0.1.62
Continuous integration with gitlab.
Initial CMYK spaces with lcms2 based ICC support, much room for optimization.
Improved custom space support for palette formats.
scRGB space, works like sRGB but always with linear TRCs.
Model introspection API permitting low overhead checks whether a format/model
is RGB, CMYK type of alpha and similar.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/babl/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/babl/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/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.23 pkgsrc/graphics/babl/Makefile:1.24
--- pkgsrc/graphics/babl/Makefile:1.23  Sun Dec  9 03:04:34 2018
+++ pkgsrc/graphics/babl/Makefile       Tue Apr  9 13:08:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/12/09 03:04:34 sevan Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/09 13:08:00 ryoon Exp $
 
-DISTNAME=      babl-0.1.60
+DISTNAME=      babl-0.1.62
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/babl/0.1/
 EXTRACT_SUFX=  .tar.bz2
@@ -26,6 +26,7 @@ PKGCONFIG_OVERRIDE+=  babl.pc.in
 #CONFIGURE_ARGS+=      --disable-sse
 #.endif
 
+.include "../../graphics/lcms2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/babl/distinfo
diff -u pkgsrc/graphics/babl/distinfo:1.20 pkgsrc/graphics/babl/distinfo:1.21
--- pkgsrc/graphics/babl/distinfo:1.20  Thu Nov 22 12:59:07 2018
+++ pkgsrc/graphics/babl/distinfo       Tue Apr  9 13:08:00 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2018/11/22 12:59:07 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2019/04/09 13:08:00 ryoon Exp $
 
-SHA1 (babl-0.1.60.tar.bz2) = 3582b064d9c605d669ea74df2bc7437d9f322b40
-RMD160 (babl-0.1.60.tar.bz2) = 599e621a0f7458257eed64de9daac78834f67601
-SHA512 (babl-0.1.60.tar.bz2) = a65533b4527c4334c7ab14fb16be41e3e2e93f51bbeb24dd427fa9263e25fa8ad83337b73a805bebc2414fb57bccceaa681f89ce5c5187bd0a03703bf07cccc2
-Size (babl-0.1.60.tar.bz2) = 685707 bytes
+SHA1 (babl-0.1.62.tar.bz2) = aed2d7c093174a76179b4916f09da2769070dc2b
+RMD160 (babl-0.1.62.tar.bz2) = 58cb4dbd495251c598281ef801be62c0f1b9520f
+SHA512 (babl-0.1.62.tar.bz2) = 4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
+Size (babl-0.1.62.tar.bz2) = 698161 bytes
 SHA1 (patch-extensions_gggl.c) = fd0c5258436ebacfc0e866a236fb863b0dfd9bc0



Home | Main Index | Thread Index | Old Index