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/juce: update webkit2gtk3 API version to 4.1
- remove duplicate libsoup LIB_DEPENDS from DEMOS option, the library is already pulled in unconditionally Pull Request: freebsd#266
- Loading branch information
1 parent
aa7cc78
commit b37139f
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PORTNAME= juce | ||
DISTVERSION= 7.0.7 | ||
PORTREVISION= 1 | ||
PORTREVISION= 2 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -19,9 +19,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ | |
libcurl.so:ftp/curl \ | ||
libfreetype.so:print/freetype2 \ | ||
libharfbuzz.so:print/harfbuzz \ | ||
libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \ | ||
libjavascriptcoregtk-4.1.so:www/webkit2-gtk3 \ | ||
libpng16.so:graphics/png \ | ||
libsoup-2.4.so:devel/libsoup \ | ||
libsoup-3.0.so:devel/libsoup3 \ | ||
libsysinfo.so:devel/libsysinfo | ||
|
||
USES= cmake compiler:c++11-lang dos2unix gl gnome localbase:ldflags pkgconfig xorg | ||
|
@@ -55,8 +55,7 @@ DEMOS_CMAKE_BOOL= JUCE_BUILD_EXAMPLES | |
DEMOS_LDFLAGS= -lexecinfo | ||
DEMOS_USE= GNOME=atk,cairo,gdkpixbuf2,gtk30,pango | ||
DEMOS_LIB_DEPENDS= libcurl.so:ftp/curl \ | ||
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ | ||
libsoup-2.4.so:devel/libsoup | ||
libwebkit2gtk-4.1.so:www/webkit2-gtk3 | ||
DEMO_FILES= \ | ||
AnalyticsCollectionDemo AnimationAppDemo AnimationDemo AudioAppDemo AudioLatencyDemo AudioPlaybackDemo AudioPluginDemo AudioRecordingDemo AudioSettingsDemo AudioSynthesiserDemo \ | ||
BlocksDrawingDemo BlocksMonitorDemo BlocksSynthDemo BouncingBallWavetableDemo Box2DDemo ChildProcessDemo CodeEditorDemo ComponentDemo ComponentTransformsDemo ConvolutionDemo \ | ||
|
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:27:46 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/juce/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:26:57 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
devel/juce/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