Skip to content

Commit

Permalink
deploy: e0b030c
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed May 21, 2024
1 parent 35970fc commit 2330b61
Show file tree
Hide file tree
Showing 440 changed files with 5,623 additions and 39,499 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cb6f8d55f6613d7c9241b935d1d10fbd
config: 3410c08029d89a29278ae25904c6005a
tags: 645f666f9bcd5a90fca523b33c5a78b7
22 changes: 10 additions & 12 deletions _sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Linux

Prerequisites:

- Python 2.7 (build time only)
- Python 3 (build time only)
- GLIBC >= 2.17
- fontconfig >= 2.10.93
- OpenGL
Expand All @@ -89,14 +89,14 @@ or:
Set up ``PATH`` to the ``depot_tools``. build skia library. At this point,
``python`` executable should be python 2. Note the build tools require
relatively new glibc and python 2.7.
``python`` executable should be python 3. Note the build tools require
relatively new glibc and python 3.

.. code-block:: bash
export PATH="$PWD/depot_tools:$PATH"
cd skia
python2 tools/git-sync-deps
python tools/git-sync-deps
bin/gn gen out/Release --args='is_official_build=true skia_enable_tools=true skia_use_system_libjpeg_turbo=false skia_use_system_libwebp=false skia_use_system_libpng=false skia_use_system_icu=false skia_use_system_harfbuzz=false extra_cflags_cc=["-frtti"] extra_ldflags=["-lrt"]'
ninja -C out/Release skia skia.h
cd ..
Expand All @@ -116,22 +116,20 @@ macOS

Prerequisites:

- Python 2.7 (build time only)
- Xcode Command Line Tools

Set up ``PATH`` to the ``depot_tools``, and build skia library. At this point,
``python`` executable should be python 2.
Set up ``PATH`` to the ``depot_tools``, and build skia library.

.. code-block:: bash
export PATH="$PWD/depot_tools:$PATH"
cd skia
python2 tools/git-sync-deps
python3 tools/git-sync-deps
bin/gn gen out/Release --args='is_official_build=true skia_enable_tools=true skia_use_system_libjpeg_turbo=false skia_use_system_libwebp=false skia_use_system_libpng=false skia_use_system_icu=false skia_use_system_harfbuzz=false extra_cflags_cc=["-frtti"]'
ninja -C out/Release skia skia.h
cd ..
Then, build the skia python binding. At this point, ``python`` should be set to
Then, build the skia-python binding. Here, ``python`` should be set to
the desired version.

.. code-block:: bash
Expand All @@ -146,8 +144,8 @@ Windows

Prerequisites:

- Python 2.7 (build time only)
- Visual C++ version that supports C++14
- Python 3 (build time only)
- Visual C++ version that supports C++17

Windows binary can be built using the generic steps above.

Expand All @@ -156,7 +154,7 @@ Windows binary can be built using the generic steps above.
$env:Path += ";$pwd\depot_tools"
cd skia
python2 tools\git-sync-deps
python tools\git-sync-deps
bin\gn gen out\Release --args="is_official_build=true skia_enable_tools=true skia_use_system_libjpeg_turbo=false skia_use_system_libwebp=false skia_use_system_libpng=false skia_use_system_icu=false skia_use_system_harfbuzz=false skia_use_system_expat=false skia_use_system_zlib=false extra_cflags_cc=[\"/GR\", \"/EHsc\", \"/MD\"] target_cpu=\"x86_64\""
ninja -C out\Release skia skia.h
cd ..
Expand Down
45 changes: 0 additions & 45 deletions _sources/reference/skia.AlphaThresholdFilter.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions _sources/reference/skia.ArithmeticImageFilter.rst.txt

This file was deleted.

65 changes: 0 additions & 65 deletions _sources/reference/skia.BackingFit.rst.txt

This file was deleted.

3 changes: 0 additions & 3 deletions _sources/reference/skia.Bitmap.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Bitmap
~skia.Bitmap.empty
~skia.Bitmap.erase
~skia.Bitmap.eraseARGB
~skia.Bitmap.eraseColor
~skia.Bitmap.extractAlpha
~skia.Bitmap.extractSubset
~skia.Bitmap.getAlphaf
Expand Down Expand Up @@ -129,8 +128,6 @@ Methods

.. automethod:: skia.Bitmap.eraseARGB

.. automethod:: skia.Bitmap.eraseColor

.. automethod:: skia.Bitmap.extractAlpha

.. automethod:: skia.Bitmap.extractSubset
Expand Down
74 changes: 0 additions & 74 deletions _sources/reference/skia.BlurImageFilter.TileMode.rst.txt

This file was deleted.

Loading

0 comments on commit 2330b61

Please sign in to comment.