-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump versions #487
Closed
Closed
Bump versions #487
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
12f73a6
Add nanbield to compatible layers
woutervanh 6659b4f
Remove webaudio as it introduced gstreamer-dependency which failed
woutervanh 973b4b1
Remove soup2
woutervanh e1cee21
Add cog 0.18.1
woutervanh 8881fa9
Add wpebackend-fdo 1.14.2
woutervanh 2d40f36
Add wpewebkit 2.42.2
woutervanh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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 @@ | ||
require cog.inc | ||
require cog-meson.inc | ||
|
||
DEFAULT_PREFERENCE = "-1" | ||
|
||
SRC_URI[sha256sum] = "72e3a84052b459e2d53d0e8b947f20e27bf5d8049766c4c1594eb9c6b6cf7ab3" | ||
|
||
# Required since https://github.com/Igalia/cog/commit/48dfac2ba637e223eeea1b289526d0f51e39ab88 | ||
DEPENDS:append = " libxkbcommon" | ||
|
||
RDEPENDS:${PN} += "wpewebkit (>= 2.36)" |
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,3 @@ | ||
require wpebackend-fdo.inc | ||
|
||
SRC_URI[sha256sum] = "93c9766ae9864eeaeaee2b0a74f22cbca08df42c1a1bdb55b086f2528e380d38" |
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
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,35 @@ | ||
require wpewebkit.inc | ||
require conf/include/devupstream.inc | ||
|
||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz;name=tarball \ | ||
file://0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se.patch \ | ||
" | ||
|
||
SRC_URI[tarball.sha256sum] = "df99bbc7007df60d77821e4c169312464f145c8aa6e34398a43da36a857285e8" | ||
|
||
DEPENDS += " libwpe" | ||
RCONFLICTS:${PN} = "libwpe (< 1.12)" | ||
|
||
# documentation: Needed from 2.38 | ||
PACKAGECONFIG[documentation] = "-DENABLE_DOCUMENTATION=ON,-DENABLE_DOCUMENTATION=OFF, gi-docgen-native gi-docgen" | ||
|
||
# introspection: Needed from 2.38 | ||
PACKAGECONFIG[introspection] = "-DENABLE_INTROSPECTION=ON,-DENABLE_INTROSPECTION=OFF, gobject-introspection-native" | ||
|
||
# webgl2: Activated by default from >2.38 | ||
PACKAGECONFIG:append = " webgl2" | ||
|
||
# TODO: documentation and introspection are disabled by default because the are | ||
# causing cross-compiling build errors | ||
# PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'documentation', '' ,d)} introspection" | ||
|
||
# Layer-Based SVG Engine | ||
PACKAGECONFIG[lbse] = "-DENABLE_LAYER_BASED_SVG_ENGINE=ON,-DENABLE_LAYER_BASED_SVG_ENGINE=OFF, " | ||
|
||
# unifdef-native: Needed since >2.38. | ||
DEPENDS:append = " unifdef-native" | ||
|
||
#jpegxl | ||
DEPENDS:append = " libjxl" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the reason for removing webaudio? did it fail to build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was an issue in the gstreamer webaudio dependencie. Some broken api if I remember well. But I didn't bother investigating as I don't have an audio device anyway.