pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/totem



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 14 03:10:49 UTC 2022

Modified Files:
        pkgsrc/multimedia/totem: distinfo
Added Files:
        pkgsrc/multimedia/totem/patches: patch-data_appdata_meson.build
            patch-data_meson.build

Log Message:
totem: fix build with latest meson


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/multimedia/totem/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/multimedia/totem/patches/patch-data_appdata_meson.build \
    pkgsrc/multimedia/totem/patches/patch-data_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/multimedia/totem/distinfo
diff -u pkgsrc/multimedia/totem/distinfo:1.47 pkgsrc/multimedia/totem/distinfo:1.48
--- pkgsrc/multimedia/totem/distinfo:1.47       Tue Oct 26 11:01:18 2021
+++ pkgsrc/multimedia/totem/distinfo    Mon Mar 14 03:10:49 2022
@@ -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

Added files:

Index: pkgsrc/multimedia/totem/patches/patch-data_appdata_meson.build
diff -u /dev/null pkgsrc/multimedia/totem/patches/patch-data_appdata_meson.build:1.1
--- /dev/null   Mon Mar 14 03:10:49 2022
+++ pkgsrc/multimedia/totem/patches/patch-data_appdata_meson.build      Mon Mar 14 03:10:49 2022
@@ -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'),
Index: pkgsrc/multimedia/totem/patches/patch-data_meson.build
diff -u /dev/null pkgsrc/multimedia/totem/patches/patch-data_meson.build:1.1
--- /dev/null   Mon Mar 14 03:10:49 2022
+++ pkgsrc/multimedia/totem/patches/patch-data_meson.build      Mon Mar 14 03:10:49 2022
@@ -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