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:           Sun May 29 21:44:13 UTC 2022

Modified Files:
        pkgsrc/graphics/babl: distinfo
Added Files:
        pkgsrc/graphics/babl/patches: patch-meson.build

Log Message:
babl: Fix build failure with meson-0.62.1


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/babl/distinfo
cvs rdiff -u -r0 -r1.1 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/distinfo
diff -u pkgsrc/graphics/babl/distinfo:1.35 pkgsrc/graphics/babl/distinfo:1.36
--- pkgsrc/graphics/babl/distinfo:1.35  Wed Mar 23 22:43:43 2022
+++ pkgsrc/graphics/babl/distinfo       Sun May 29 21:44:13 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2022/03/23 22:43:43 tnn Exp $
+$NetBSD: distinfo,v 1.36 2022/05/29 21:44:13 ryoon Exp $
 
 BLAKE2s (babl-0.1.90.tar.xz) = 73f2d51d2d720a799f8b70b6ce1e3b812d97c7f3034b6415e8770dac7647f115
 SHA512 (babl-0.1.90.tar.xz) = c0eac3c7d5eb328de2f97ccc9743bc2f78d79c23dc4d3465e979d98827b1643a0f2a257f0445e4acd09f15a9f95c79f67d09cb18c2c94b4f3d290944a0341e3c
@@ -6,3 +6,4 @@ Size (babl-0.1.90.tar.xz) = 309324 bytes
 SHA1 (patch-babl_babl-cpuaccel.c) = e06c723627b5449e2311b6d1a8a68def9ddf7033
 SHA1 (patch-babl_meson.build) = ff2ab73080b97cf442e7581932d22a612f4e3093
 SHA1 (patch-extensions_gggl.c) = 4981d58c145a84a8b4f579127221e6289f13c036
+SHA1 (patch-meson.build) = 303db249139fba8430707b80795285a09470dbed

Added files:

Index: pkgsrc/graphics/babl/patches/patch-meson.build
diff -u /dev/null pkgsrc/graphics/babl/patches/patch-meson.build:1.1
--- /dev/null   Sun May 29 21:44:13 2022
+++ pkgsrc/graphics/babl/patches/patch-meson.build      Sun May 29 21:44:13 2022
@@ -0,0 +1,16 @@
+$NetBSD: patch-meson.build,v 1.1 2022/05/29 21:44:13 ryoon Exp $
+
+* Fix build failure with meson-0.62.1.
+  Upstream merge-request 45
+
+--- meson.build.orig   2022-02-21 21:30:17.000000000 +0000
++++ meson.build
+@@ -55,7 +55,7 @@ lib_name    = meson.project_name() + '-'
+ stability_version_number = (major_version != 0 ? minor_version : micro_version)
+ stable = (stability_version_number % 2 == 0)
+ 
+-conf.set10('BABL_UNSTABLE', not stable, Description:
++conf.set10('BABL_UNSTABLE', not stable, description:
+   'Define to 1 if this is an unstable version of BABL.')
+ 
+ conf.set       ('BABL_MAJOR_VERSION',    '@0@'.format(major_version))



Home | Main Index | Thread Index | Old Index