From 38c61836112051a936827d941200cb093f081190 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 14 Jun 2019 09:07:04 +0300 Subject: [PATCH] net-libs/webkit-gtk: default enable jpeg2k JPEG 2000 support is important for various image managers on the web, because they are giving that format with the currently used User Agent, while they'd give WebP with different user agents. But using that different UA would break many other things, thus jpeg2k is pretty much mandatory for good browser usages, therefore default enable it at least. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild index 5e332dec8436..fd02876d1608 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD" SLOT="4/37" # soname version of libwebkit2gtk-4.0 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X" +IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X" # webgl needs gstreamer, bug #560612 # gstreamer with opengl/gles2 needs egl -- 2.26.2