Mon Dec 20 07:02:20 2021 UTC ()
totem: Add missing dependency on pod2man


(nia)
diff -r1.119 -r1.120 pkgsrc/multimedia/totem/Makefile

cvs diff -r1.119 -r1.120 pkgsrc/multimedia/totem/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/totem/Makefile 2021/12/08 16:02:25 1.119
+++ pkgsrc/multimedia/totem/Makefile 2021/12/20 07:02:20 1.120
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.119 2021/12/08 16:02:25 adam Exp $ 1# $NetBSD: Makefile,v 1.120 2021/12/20 07:02:20 nia Exp $
2 2
3DISTNAME= totem-3.34.1 3DISTNAME= totem-3.34.1
4PKGREVISION= 13 4PKGREVISION= 13
5CATEGORIES= multimedia gnome 5CATEGORIES= multimedia gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/3.34/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/3.34/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://wiki.gnome.org/Apps/Videos 10HOMEPAGE= https://wiki.gnome.org/Apps/Videos
11COMMENT= Movie player designed for GNOME 11COMMENT= Movie player designed for GNOME
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_TOOLS+= pkg-config msgfmt xgettext itstool 14USE_TOOLS+= pkg-config msgfmt xgettext itstool
 15USE_TOOLS+= pod2man
15 16
16MESON_ARGS+= -Denable-python=no 17MESON_ARGS+= -Denable-python=no
17 18
18PYTHON_FOR_BUILD_ONLY= tool 19PYTHON_FOR_BUILD_ONLY= tool
19 20
20PKGCONFIG_OVERRIDE+= data/totem.pc.in 21PKGCONFIG_OVERRIDE+= data/totem.pc.in
21 22
22# workaround for build failure 23# workaround for build failure
23# https://gitlab.gnome.org/GNOME/json-glib/issues/35 24# https://gitlab.gnome.org/GNOME/json-glib/issues/35
24MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src 25MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src
25 26
26# XXX msgfmt: unknown option -- desktop 27# XXX msgfmt: unknown option -- desktop
27_TOOLS_USE_PKGSRC.msgfmt= yes 28_TOOLS_USE_PKGSRC.msgfmt= yes