git: 608d47a4c191 - main - multimedia/libmediaart: unbreak build with Meson 0.62.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 14:57:06 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=608d47a4c19183bdceb13814b2f0eb1806606a50
commit 608d47a4c19183bdceb13814b2f0eb1806606a50
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-25 14:46:05 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-25 14:56:41 +0000
multimedia/libmediaart: unbreak build with Meson 0.62.0
ERROR: Error in gtkdoc helper script:
ld: error: unable to find library -lmediaart-2.0
PR: 262465
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/457fb53ea46
---
multimedia/libmediaart/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile
index 2ddae65502c9..85363b87c060 100644
--- a/multimedia/libmediaart/Makefile
+++ b/multimedia/libmediaart/Makefile
@@ -22,6 +22,7 @@ USE_LDCONFIG= yes
MESON_ARGS= -Dimage_library=gdk-pixbuf
OPTIONS_DEFINE= DOCS
+OPTIONS_EXCLUDE=DOCS # https://gitlab.gnome.org/GNOME/libmediaart/-/issues/4
DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],