The upcoming 1.2.10 release of aseprite is going to start depending on skia. How is that going to be resolved here? As far as I can tell, there aren't any prepackaged skia binaries anywhere, and compiling it is a monumental task. My computer can't even handle building skia-git.
Search Criteria
Package Details: aseprite 1.3.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aseprite.git (read-only, click to copy) |
---|---|
Package Base: | aseprite |
Description: | Create animated sprites and pixel art |
Upstream URL: | https://www.aseprite.org/ |
Keywords: | animation art aseprite editor gamedev image pixel sprites |
Licenses: | LicenseRef-Aseprite-EULA |
Submitter: | None |
Maintainer: | ImperatorStorm (ISSOtm) |
Last Packager: | ImperatorStorm |
Votes: | 116 |
Popularity: | 1.58 |
First Submitted: | 2011-11-01 17:40 (UTC) |
Last Updated: | 2024-10-06 06:48 (UTC) |
Dependencies (27)
- cmark (cmark-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libarchive.so (lib32-libarchive, libarchive)
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libexpat.so (expat-gitAUR, expat, lib32-expat)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libfontconfig.so (fontconfig-gitAUR, fontconfig-ubuntuAUR, fontconfig, lib32-fontconfig)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libgif.so (giflib-gitAUR, giflib)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp.so (lib32-libwebp, libwebp)
- libwebpdemux.so (lib32-libwebp, libwebp)
- libwebpmux.so (lib32-libwebp, libwebp)
- libxcursor
- tinyxml2 (tinyxml2-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gn (gn-gitAUR) (make)
- harfbuzz-icu (harfbuzz-icu-gitAUR) (make)
- libxi (libxi-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (1)
Sources (8)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 28 Next › Last »
iirelu commented on 2018-12-18 16:47 (UTC)
scippie75 commented on 2018-10-19 11:49 (UTC) (edited on 2018-10-19 12:50 (UTC) by scippie75)
After doing all steps without errors and no important warnings, after tidying, checking for issues, creating package, leaving fakeroot, finishing making, it comes to the Installing package step and give me: WARNING: Failed to install built package(s).
Can someone help me (or tell me what extra info I should add to this comment)?
EDIT: Was able to install it with yay (never needed an aur manager before), so I guess something is missing but is not checked for?
bb010g commented on 2018-09-27 03:22 (UTC)
This has a dependency on libx11 that is not listed.
Rubonnek commented on 2018-08-14 00:11 (UTC)
@godofgrunts Thank you for reporting it. The issue should now be fixed.
godofgrunts commented on 2018-08-10 17:35 (UTC)
Using aurman, my package has failed to build.
[ 52%] Building CXX object src/gen/CMakeFiles/gen.dir/ui_class.cpp.o [ 52%] Building C object third_party/libarchive/tar/CMakeFiles/bsdtar.dir/__/libarchive_fe/passphrase.c.o [ 52%] Linking C executable ../../../bin/bsdtar [ 52%] Built target bsdtar [ 52%] Linking CXX executable ../../bin/gen [ 52%] Built target gen make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... 2018-08-10 13:30:11,669 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/godofgrunts/.cache/aurman/aseprite ~~ the following packages are now orphans :: community/cmark
Rubonnek commented on 2018-04-12 15:04 (UTC)
It should not be added. Most packages from the AUR are expected to be built from source code unless they include '-bin' in their pkgname.
Also AUR users must ensure the base-devel package group is installed as stated in the wiki: https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started
pkg-config is included in that package group.
KP1533TM2 commented on 2018-04-12 14:51 (UTC)
Hi there. I think pkg-config should be added as a dependecncy too to enable CMake to locate harfbuzz.
yahbu commented on 2018-03-19 01:54 (UTC)
@Rubonnek
Thank you for your quick reply, seems to be working perfectly now.
Rubonnek commented on 2018-03-19 01:30 (UTC)
@yahbu Thank you for reporting this. I forgot to drop the configuration for using the shared libloadpng library. You should be able to build it now.
This library is included with the allegro4 package from the official repository, a dependency that was dropped since it was causing weird aseprite glitches. It's better to use the bundled allegro4 and libloadpng libraries instead, which is what the PKGBUILD does now.
Pinned Comments
ImperatorStorm commented on 2024-10-02 17:56 (UTC)
Remember: You are expected to have the
base-devel
metapackage installed before using the AUR.ImperatorStorm commented on 2022-08-06 04:31 (UTC)
A note that, per Aseprite's EULA, binaries created by this PKGBUILD CANNOT BE DISTRIBUTED.
I will comply with any upstream requests to remove this package.
ImperatorStorm commented on 2022-01-06 00:07 (UTC)
Big thanks to ISSOtm for rewriting the PKGBUILD!
ImperatorStorm commented on 2021-12-31 21:31 (UTC) (edited on 2022-01-03 04:42 (UTC) by ImperatorStorm)
Hosting this package's PKGBUILD at https://github.com/ImperatorStorm/PKGBUILDs