forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/juce706: update webkit2gtk3 API version to 4.1
- remove duplicate libsoup LILB_DEPENDS from DEMOS options, the library is already pulled in unconditionally Pull Request: freebsd#266
- Loading branch information
1 parent
b37139f
commit 9811f55
Showing
5 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
devel/juce706/files/patch-extras_Build_CMake_JUCEUtils.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- extras/Build/CMake/JUCEUtils.cmake.orig 2024-05-24 21:30:27 UTC | ||
+++ extras/Build/CMake/JUCEUtils.cmake | ||
@@ -86,7 +86,7 @@ if((CMAKE_SYSTEM_NAME STREQUAL "Linux") OR (CMAKE_SYST | ||
|
||
if((CMAKE_SYSTEM_NAME STREQUAL "Linux") OR (CMAKE_SYSTEM_NAME MATCHES ".*BSD")) | ||
_juce_create_pkgconfig_target(JUCE_CURL_LINUX_DEPS libcurl) | ||
- _juce_create_pkgconfig_target(JUCE_BROWSER_LINUX_DEPS webkit2gtk-4.0 gtk+-x11-3.0) | ||
+ _juce_create_pkgconfig_target(JUCE_BROWSER_LINUX_DEPS webkit2gtk-4.1 gtk+-x11-3.0) | ||
endif() | ||
|
||
# We set up default/fallback copy dirs here. If you need different copy dirs, use |
11 changes: 11 additions & 0 deletions
11
devel/juce706/files/patch-extras_Projucer_Source_ProjectSaving_jucer__ProjectExporter.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp.orig 2024-05-24 21:31:08 UTC | ||
+++ extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp | ||
@@ -607,7 +607,7 @@ StringArray ProjectExporter::getLinuxPackages (Package | ||
|
||
if (isWebBrowserComponentEnabled (project) && type == PackageDependencyType::compile) | ||
{ | ||
- packages.add ("webkit2gtk-4.0"); | ||
+ packages.add ("webkit2gtk-4.1"); | ||
packages.add ("gtk+-x11-3.0"); | ||
} | ||
|
8 changes: 4 additions & 4 deletions
8
...h-modules_juce__audio__processors_format__types_VST3__SDK_pluginterfaces_base_fplatform.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.../juce706/files/patch-modules_juce__gui__extra_native_juce__WebBrowserComponent__linux.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters