commit f3e39ccf5c0464c2349b5073b8bdf16ca189e83e
parent af15bf65b0cb480e6c7f3490bff521c57b91080e
Author: Shokara Kou <kou@13f0.net>
Date: Thu, 10 Aug 2023 23:02:52 -0400
remove useless libraries from www/webkitgtk4
Diffstat:
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/www/webkitgtk4/Makefile b/www/webkitgtk4/Makefile
@@ -35,11 +35,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} EGL GL X11 Xcomposite Xdamage Xrender
WANTLIB += Xt c cairo cairo-gobject enchant-2 fontconfig
WANTLIB += freetype gcrypt gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
-WANTLIB += gobject-2.0 gpg-error gstallocators-1.0 gstapp-1.0
-WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstgl-1.0 gstpbutils-1.0
-WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 harfbuzz harfbuzz-icu
+WANTLIB += gobject-2.0 gpg-error
+WANTLIB += harfbuzz harfbuzz-icu
WANTLIB += hyphen icudata icui18n icuuc intl jpeg lcms2 m openjp2
-WANTLIB += pango-1.0 pangocairo-1.0 png secret-1 sqlite3 tasn1
+WANTLIB += pango-1.0 pangocairo-1.0 png sqlite3 tasn1
WANTLIB += woff2dec xml2 xslt z
MASTER_SITES = https://webkitgtk.org/releases/
@@ -66,11 +65,9 @@ BUILD_DEPENDS = devel/bison \
LIB_DEPENDS = archivers/woff2 \
devel/harfbuzz,-icu \
graphics/openjp2 \
- multimedia/gstreamer1/plugins-base \
textproc/enchant2 \
textproc/hyphen \
- textproc/libxslt \
- x11/gnome/libsecret
+ textproc/libxslt
CONFIGURE_ENV = WK_USE_CCACHE=NO
CONFIGURE_ARGS = -DPORT=GTK \