Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 928531 Details for
Bug 955769
net-libs/webkit-gtk-2.48.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flite use flag
file_955769.txt (text/plain), 1.78 KB, created by
Jason Lethbridge
on 2025-05-12 13:03:24 UTC
(
hide
)
Description:
flite use flag
Filename:
MIME Type:
Creator:
Jason Lethbridge
Created:
2025-05-12 13:03:24 UTC
Size:
1.78 KB
patch
obsolete
>--- /var/db/repos/gentoo/net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild 2025-03-10 17:11:19.000000000 +1100 >+++ /var/db/repos/local/net-libs/webkit-gtk/webkit-gtk-2.48.1.ebuild 2025-05-12 22:52:24.445091593 +1000 >@@ -19,7 +19,7 @@ > SLOT="4/37" # soname version of libwebkit2gtk-4.0 > KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~sparc ~x86" > >-IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" >+IUSE="aqua avif examples flite gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" > REQUIRED_USE="|| ( aqua wayland X )" > > # Tests do not run when built from tarballs >@@ -71,6 +71,7 @@ > x11-libs/gtk+:3[aqua?,introspection?,wayland?,X?] > x11-libs/libdrm > avif? ( media-libs/libavif:= ) >+ flite? ( app-accessibility/flite ) > gamepad? ( dev-libs/libmanette ) > gstreamer? ( > media-libs/gstreamer:1.0 >@@ -146,9 +147,6 @@ > cmake_src_prepare > gnome2_src_prepare > >- # https://bugs.gentoo.org/943213 >- eapply "${FILESDIR}"/2.44.4-fix-icu76.1.patch >- > # We don't want -Werror for gobject-introspection (bug #947761) > sed -i -e "s:--warn-error::" Source/cmake/FindGI.cmake || die > } >@@ -206,6 +204,7 @@ > -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service) > -DENABLE_MINIBROWSER=$(usex examples) > -DENABLE_PDFJS=$(usex pdf) >+ -DENABLE_SPEECH_SYNTHESIS=$(usex flite) > -DENABLE_SPELLCHECK=$(usex spell) > -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) > -DENABLE_VIDEO=$(usex gstreamer) >@@ -214,6 +213,7 @@ > -DENABLE_WEBDRIVER=OFF > -DENABLE_WEBGL=ON > -DUSE_AVIF=$(usex avif) >+ -DUSE_FLITE=$(usex flite) > -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer) > -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer) > # Source/cmake/OptionsGTK.cmake
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 955769
:
928382
|
928531
|
928845