Search Criteria
Package Details: skia-git r73166.0b776ce0b8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/skia-git.git (read-only, click to copy) |
---|---|
Package Base: | skia-git |
Description: | Chromiums high-performance rendering library |
Upstream URL: | https://github.com/google/skia |
Licenses: | BSD |
Submitter: | nyorain |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 4 |
Popularity: | 0.44 |
First Submitted: | 2016-10-04 17:41 (UTC) |
Last Updated: | 2024-09-11 21:33 (UTC) |
Dependencies (17)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- harfbuzz (harfbuzz-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-apngAUR, libpng-gitAUR)
- libwebp (libwebp-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- depot-tools-gitAUR (teapot-gclientAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
Latest Comments
micwoj92 commented on 2024-09-03 18:57 (UTC)
This now is just the library.
micwoj92 commented on 2024-09-02 21:25 (UTC)
I'll push update to this tomorrow
fbrennan commented on 2023-11-04 06:41 (UTC)
This is now a split package.
fbrennan commented on 2021-04-07 08:38 (UTC)
I'm sorry, I filed a request because this wasn't working for me and I thought that the 2018 comment hadn't been dealt with, but I was wrong.
The real problem is that the /opt/depot_tools is owned by wrong user, resulting in:
I had to do:
Because
prepare()
runs as current user, it can't modify/opt
.flamendless commented on 2018-11-09 04:10 (UTC)
There is a problem with the script. It should first download and install depot_tools because it needs to run the "gclient" tool which would only be available after having depot_tools.
Also, pythonX-urllib is needed.
(This is my very first aur package comment :) )