From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/skia/
Date: Thu, 10 Mar 2022 18:23:31 +0000 (UTC) [thread overview]
Message-ID: <1646936609.3d10bcaf4ad74752d3de70c0e604936811a5dd4d.Alessandro-Barbieri@gentoo> (raw)
commit: 3d10bcaf4ad74752d3de70c0e604936811a5dd4d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 18:22:09 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 18:23:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d10bcaf
media-libs/skia: fix useflags
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
media-libs/skia/metadata.xml | 2 ++
media-libs/skia/skia-97-r1.ebuild | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-libs/skia/metadata.xml b/media-libs/skia/metadata.xml
index c4eacab6f..c9c4a6c8a 100644
--- a/media-libs/skia/metadata.xml
+++ b/media-libs/skia/metadata.xml
@@ -12,10 +12,12 @@ Skia is an open source 2D graphics library which provides common APIs that work
<use>
<flag name="ccpr">enable coverage counting path renderer</flag>
<flag name="freetype">enable <pkg>media-libs/freetype</pkg> support</flag>
+ <flag name="gpu">enable GPU backend</flag>
<flag name="harfbuzz">enable <pkg>media-libs/harfbuzz</pkg> support</flag>
<flag name="lottie">Play back bodymovin lottie files</flag>
<flag name="opencl">enable opencl support</flag>
<flag name="rive">enable support for rive files</flag>
+ <flag name="svg">enable support for SVG files</flag>
<flag name="vulkan">enable vulkan backend</flag>
</use>
</pkgmetadata>
diff --git a/media-libs/skia/skia-97-r1.ebuild b/media-libs/skia/skia-97-r1.ebuild
index cf53c41df..fd289b368 100644
--- a/media-libs/skia/skia-97-r1.ebuild
+++ b/media-libs/skia/skia-97-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
-IUSE="+ccpr debug ffmpeg +fontconfig +freetype +harfbuzz +icu jit +jpeg +lottie lua opencl +opengl +pdf +png +rive vulkan +webp +zlib +X +xml"
+IUSE="+ccpr debug ffmpeg +fontconfig +freetype gpu +harfbuzz +icu jit +jpeg +lottie lua opencl +opengl +pdf +png +rive svg vulkan +webp +zlib +X +xml"
#TODO: find out how to enable and link: angle dawn piex sfntly wuffs
CDEPEND="
@@ -92,10 +92,11 @@ src_configure() {
ar=\"${AR}\"
cc=\"${CC}\"
cxx=\"${CXX}\"
- is_component_build=false
+ is_component_build=true
is_official_build=true
is_shared_library=true
skia_build_fuzzers=false
+ skia_compile_processors = true
skia_compile_sksl_tests=false
skia_enable_android_utils=false #android
skia_enable_api_available_macro = true
@@ -128,8 +129,7 @@ src_configure() {
skia_use_wuffs=false #todo
skia_use_xps=false #windows
- skia_compile_processors = $(usex processors true false)
- skia_enable_ccpr=$(usex cppr true false)
+ skia_enable_ccpr=$(usex ccpr true false)
skia_enable_gpu=$(usex gpu true false)
skia_enable_gpu_debug_layers=$(usex debug true false)
skia_enable_pdf=$(usex pdf true false)
next reply other threads:[~2022-03-10 18:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 18:23 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-29 21:04 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/skia/ Alessandro Barbieri
2022-05-29 21:04 Alessandro Barbieri
2022-05-29 21:04 Alessandro Barbieri
2021-10-09 9:30 Theo Anderson
2021-05-05 7:32 Alessandro Barbieri
2021-04-24 18:51 Alessandro Barbieri
2021-04-15 12:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 12:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-15 12:44 Andrew Ammerlaan
2020-12-23 8:22 Theo Anderson
2020-11-23 23:54 Theo Anderson
2020-04-30 19:17 Alessandro Barbieri
2020-04-26 20:38 Alessandro Barbieri
2020-04-25 0:37 Alessandro Barbieri
2020-04-25 0:37 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1646936609.3d10bcaf4ad74752d3de70c0e604936811a5dd4d.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox