Skip to content

Commit

Permalink
net/freerdp3: update webkit2gtk3 API version to 4.1
Browse files Browse the repository at this point in the history
Pull Request:	freebsd#266
  • Loading branch information
clausecker committed May 24, 2024
1 parent afea69e commit 217a7cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/freerdp3/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= freerdp
DISTVERSION= 3.5.1
PORTREVISION= 1
CATEGORIES= net comms
MASTER_SITES= https://pub.freerdp.com/releases/ \
https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
Expand Down Expand Up @@ -145,9 +146,9 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CMAKE_BOOL= WITH_PULSE

SDL_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \
libsoup-2.4.so:devel/libsoup \
libsoup-3.0.so:devel/libsoup3 \
libharfbuzz.so:print/harfbuzz \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
libwebkit2gtk-4.1.so:www/webkit2-gtk3
SDL_USES= gettext gnome sdl
SDL_USE= gnome=cairo,gdkpixbuf2,glib20,gtk30,pango sdl=sdl2,ttf2,image2
SDL_CMAKE_BOOL= WITH_CLIENT_SDL WITH_SDL_IMAGE_DIALOGS
Expand Down
11 changes: 11 additions & 0 deletions net/freerdp3/files/patch-client_SDL_aad_CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- client/SDL/aad/CMakeLists.txt.orig 2024-05-24 20:33:51 UTC
+++ client/SDL/aad/CMakeLists.txt
@@ -44,7 +44,7 @@ if (WITH_WEBVIEW)
)
else()
find_package(PkgConfig REQUIRED)
- pkg_check_modules(WEBVIEW_GTK webkit2gtk-4.0 REQUIRED)
+ pkg_check_modules(WEBVIEW_GTK webkit2gtk-4.1 REQUIRED)
include_directories(${WEBVIEW_GTK_INCLUDE_DIRS})
list(APPEND LIBS
${WEBVIEW_GTK_LIBRARIES}

0 comments on commit 217a7cd

Please sign in to comment.