pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/totem totem: fix build with latest meson
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ba98880b2f5
branches: trunk
changeset: 375417:7ba98880b2f5
user: nia <nia%pkgsrc.org@localhost>
date: Mon Mar 14 03:10:49 2022 +0000
description:
totem: fix build with latest meson
diffstat:
multimedia/totem/distinfo | 4 +++-
multimedia/totem/patches/patch-data_appdata_meson.build | 16 ++++++++++++++++
multimedia/totem/patches/patch-data_meson.build | 15 +++++++++++++++
3 files changed, 34 insertions(+), 1 deletions(-)
diffs (51 lines):
diff -r 9ccd79b35333 -r 7ba98880b2f5 multimedia/totem/distinfo
--- a/multimedia/totem/distinfo Mon Mar 14 03:01:34 2022 +0000
+++ b/multimedia/totem/distinfo Mon Mar 14 03:10:49 2022 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.47 2021/10/26 11:01:18 nia Exp $
+$NetBSD: distinfo,v 1.48 2022/03/14 03:10:49 nia Exp $
BLAKE2s (totem-3.34.1.tar.xz) = 7f6f338122952e631a9fbd24a0cab39dd29e8a18c99648c259acdc930a2f66ee
SHA512 (totem-3.34.1.tar.xz) = 9a3556f5cf522fca29926db185c2e5d25bdb80a25e14d0ba3062a7f15fc3ec40ae9f25752763bc444d4fd82ec2098efd732da662a1b1c5923ec19fde432606db
Size (totem-3.34.1.tar.xz) = 2157160 bytes
+SHA1 (patch-data_appdata_meson.build) = c73994a4c3d21cda14e447ecc4c07d92062b6cef
+SHA1 (patch-data_meson.build) = 4ede548c7bb6f113cd9f6f1e0bc2af01d38e7bcf
diff -r 9ccd79b35333 -r 7ba98880b2f5 multimedia/totem/patches/patch-data_appdata_meson.build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/totem/patches/patch-data_appdata_meson.build Mon Mar 14 03:10:49 2022 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-data_appdata_meson.build,v 1.1 2022/03/14 03:10:49 nia Exp $
+
+Remove invalid positional argument. Previously these were ignored, now
+they cause failures.
+
+--- data/appdata/meson.build.orig 2019-10-04 15:59:28.000000000 +0000
++++ data/appdata/meson.build
+@@ -1,7 +1,6 @@
+ appdata = 'org.gnome.Totem.appdata.xml'
+
+-i18n.merge_file ('appdata',
+- input: appdata + '.in',
++i18n.merge_file (input: appdata + '.in',
+ output: appdata,
+ install: true,
+ install_dir: join_paths(totem_datadir, 'metainfo'),
diff -r 9ccd79b35333 -r 7ba98880b2f5 multimedia/totem/patches/patch-data_meson.build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/totem/patches/patch-data_meson.build Mon Mar 14 03:10:49 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-data_meson.build,v 1.1 2022/03/14 03:10:49 nia Exp $
+
+Remove invalid positional argument. Previously these were ignored, now
+they cause failures.
+
+--- data/meson.build.orig 2019-10-04 15:59:28.000000000 +0000
++++ data/meson.build
+@@ -68,7 +68,6 @@ desktop_in = configure_file(
+ )
+
+ i18n.merge_file (
+- desktop,
+ type: 'desktop',
+ input: desktop_in,
+ output: desktop,
Home |
Main Index |
Thread Index |
Old Index