pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/imv
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 14 22:11:30 UTC 2024
Modified Files:
pkgsrc/graphics/imv: Makefile distinfo
pkgsrc/graphics/imv/patches: patch-meson.build
Log Message:
imv: directly link against everything that it uses
(Needed for icu 76.)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/imv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/imv/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/imv/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/imv/Makefile
diff -u pkgsrc/graphics/imv/Makefile:1.31 pkgsrc/graphics/imv/Makefile:1.32
--- pkgsrc/graphics/imv/Makefile:1.31 Fri Nov 1 12:52:54 2024
+++ pkgsrc/graphics/imv/Makefile Thu Nov 14 22:11:30 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2024/11/01 12:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/11/14 22:11:30 wiz Exp $
DISTNAME= v4.5.0
DIST_SUBDIR= imv
PKGNAME= imv-${DISTNAME:S/^v//g}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://git.sr.ht/~exec64/imv/archive/
Index: pkgsrc/graphics/imv/distinfo
diff -u pkgsrc/graphics/imv/distinfo:1.8 pkgsrc/graphics/imv/distinfo:1.9
--- pkgsrc/graphics/imv/distinfo:1.8 Tue Aug 6 14:18:05 2024
+++ pkgsrc/graphics/imv/distinfo Thu Nov 14 22:11:30 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2024/08/06 14:18:05 nia Exp $
+$NetBSD: distinfo,v 1.9 2024/11/14 22:11:30 wiz Exp $
BLAKE2s (imv/v4.5.0.tar.gz) = eea8ccde94f6c5b2047bebdbd18d2fb64262dfd3d10151bb565e5b40f11a22c3
SHA512 (imv/v4.5.0.tar.gz) = 5a192e1721b4752ba98de23e4a709904f43cce6954d1bc4a8feb5fb4921b46d497915fb7b2885cf87a65983fe2727c856d6c0c8b0cca2906e4b069e4a4f9c417
Size (imv/v4.5.0.tar.gz) = 82559 bytes
-SHA1 (patch-meson.build) = bd0ae99fc71416486f6ba855ff3635540e5916cf
+SHA1 (patch-meson.build) = 39344266464ffb0148bcff586c2c6fbcb9847c24
SHA1 (patch-src_imv.c) = 75c3931a5b315174cb66d78e1c62593e8bacc96a
Index: pkgsrc/graphics/imv/patches/patch-meson.build
diff -u pkgsrc/graphics/imv/patches/patch-meson.build:1.1 pkgsrc/graphics/imv/patches/patch-meson.build:1.2
--- pkgsrc/graphics/imv/patches/patch-meson.build:1.1 Wed Feb 3 10:43:42 2021
+++ pkgsrc/graphics/imv/patches/patch-meson.build Thu Nov 14 22:11:30 2024
@@ -1,10 +1,19 @@
-$NetBSD: patch-meson.build,v 1.1 2021/02/03 10:43:42 nia Exp $
+$NetBSD: patch-meson.build,v 1.2 2024/11/14 22:11:30 wiz Exp $
Install example config file to examples.
---- meson.build.orig 2020-12-17 20:30:42.000000000 +0000
+--- meson.build.orig 2024-02-20 22:30:06.000000000 +0000
+++ meson.build
-@@ -165,7 +165,7 @@ install_data(
+@@ -42,7 +42,7 @@ endif
+
+ _unicode = get_option('unicode')
+ if _unicode == 'icu'
+- unicode_lib = dependency('icu-io')
++ unicode_lib = [dependency('icu-io'), dependency('icu-uc')]
+ add_project_arguments('-DIMV_USE_ICU', language: 'c')
+ elif _unicode == 'grapheme'
+ unicode_lib = cc.find_library('grapheme')
+@@ -203,7 +203,7 @@ endforeach
install_data(
files('files/imv_config'),
Home |
Main Index |
Thread Index |
Old Index