Tuesday, November 02, 2021

missing WANTLIB in x11/wxWidgets-media

Hello ports@,

I was hacking on the wxwidgets port and noticed that portcheck
complained about a missing WANTLIB on harfbuzz for the -media
subpackage. It shouldn't be a problem in practice since the -main
package already depends on harfbuzz, but anyway...

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/wxWidgets/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile 2 Nov 2021 00:23:45 -0000 1.71
+++ Makefile 2 Nov 2021 16:05:07 -0000
@@ -5,6 +5,7 @@ COMMENT-media = wxMediaCtrl class for wx

V = 3.0.5.1
REVISION-main = 0
+REVISION-media = 0
DISTNAME = wxWidgets-${V}
PKGNAME-main = wxWidgets-gtk3-${V}
PKGNAME-media = wxWidgets-media-${V}
@@ -64,7 +65,7 @@ LIB_DEPENDS-media = ${LIB_DEPENDS} \

WANTLIB-media += ${COMPILER_LIBCXX} SM X11 Xxf86vm atk-1.0 cairo cairo-gobject
WANTLIB-media += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gstbase-1.0
-WANTLIB-media += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 iconv
+WANTLIB-media += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz iconv
WANTLIB-media += intl jpeg m notify pango-1.0 pangocairo-1.0 png tiff
WANTLIB-media += wx_baseu-3.0 wx_gtk3u_core-3.0 z

No comments:

Post a Comment