pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/babl babl: Update to 0.1.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d677023a57d2
branches:  trunk
changeset: 440413:d677023a57d2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Oct 08 11:16:29 2020 +0000

description:
babl: Update to 0.1.82

Changelog:
2020-10-04 babl-0.1.82
Handle the parametric ICCv4 types that are not strictly the same type as core
sRGB curve.

2020-08-02 babl-0.1.80
meson build cleanups, depend on meson 0.54

diffstat:

 graphics/babl/Makefile                       |   4 ++--
 graphics/babl/PLIST                          |   4 ++--
 graphics/babl/distinfo                       |  11 +++++------
 graphics/babl/patches/patch-babl_meson.build |  15 ---------------
 4 files changed, 9 insertions(+), 25 deletions(-)

diffs (64 lines):

diff -r f65da878d64f -r d677023a57d2 graphics/babl/Makefile
--- a/graphics/babl/Makefile    Thu Oct 08 10:58:56 2020 +0000
+++ b/graphics/babl/Makefile    Thu Oct 08 11:16:29 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/06/15 10:55:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2020/10/08 11:16:29 ryoon Exp $
 
-DISTNAME=      babl-0.1.78
+DISTNAME=      babl-0.1.82
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/babl/0.1/
 EXTRACT_SUFX=  .tar.xz
diff -r f65da878d64f -r d677023a57d2 graphics/babl/PLIST
--- a/graphics/babl/PLIST       Thu Oct 08 10:58:56 2020 +0000
+++ b/graphics/babl/PLIST       Thu Oct 08 11:16:29 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/06/15 10:55:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/10/08 11:16:29 ryoon Exp $
 include/babl-0.1/babl/babl-introspect.h
 include/babl-0.1/babl/babl-macros.h
 include/babl-0.1/babl/babl-types.h
@@ -35,5 +35,5 @@
 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.177.1
+${PLIST.not_Darwin}lib/libbabl-0.1.${SOEXT}.0.181.1
 lib/pkgconfig/babl.pc
diff -r f65da878d64f -r d677023a57d2 graphics/babl/distinfo
--- a/graphics/babl/distinfo    Thu Oct 08 10:58:56 2020 +0000
+++ b/graphics/babl/distinfo    Thu Oct 08 11:16:29 2020 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.27 2020/06/15 10:55:02 ryoon Exp $
+$NetBSD: distinfo,v 1.28 2020/10/08 11:16:29 ryoon Exp $
 
-SHA1 (babl-0.1.78.tar.xz) = f37dfbf9a66f796a5ca3303a76f0c4b982e5ff0c
-RMD160 (babl-0.1.78.tar.xz) = 8a3233eeb60b6332a96cc82eb2494afe2b77ed7d
-SHA512 (babl-0.1.78.tar.xz) = d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b
-Size (babl-0.1.78.tar.xz) = 298920 bytes
-SHA1 (patch-babl_meson.build) = 26ac4ae222a46c2ce24f3acb0c9c100cf893dd8c
+SHA1 (babl-0.1.82.tar.xz) = d446cde86c13905fbb47a44afee3f80935580893
+RMD160 (babl-0.1.82.tar.xz) = 4d1a990773217d2a2536c773f6621fa511dd5598
+SHA512 (babl-0.1.82.tar.xz) = f6eabc53a8b9a2f6002ec75ec9175aa854e54a6d1c14e8723506d44f7fc3230dbfb19b4595d73d5922c705a97a000230aa6ed33f4dc0de0d9399dc939fe61c8c
+Size (babl-0.1.82.tar.xz) = 299348 bytes
 SHA1 (patch-extensions_gggl.c) = 4981d58c145a84a8b4f579127221e6289f13c036
diff -r f65da878d64f -r d677023a57d2 graphics/babl/patches/patch-babl_meson.build
--- a/graphics/babl/patches/patch-babl_meson.build      Thu Oct 08 10:58:56 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-babl_meson.build,v 1.2 2020/05/04 13:49:28 nia Exp $
-
-Don't make lacking --version-script a hard error
-
---- babl/meson.build.orig      2020-01-12 23:26:51.000000000 +0000
-+++ babl/meson.build
-@@ -36,7 +36,7 @@ elif host_machine.system() == 'darwin' a
-   # Clang on Darwin
-   babl_link_args = ['-Wl,-exported_symbols_list',version_script_clang]
- else
--  error('Linker doesn\'t support --version-script or -exported_symbols_list')
-+  babl_link_args = []
- endif
- if platform_win32
-   babl_link_args += '-Wl,--no-undefined'



Home | Main Index | Thread Index | Old Index