Package Details: aseprite 1.3.9.1-1

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.61
First Submitted: 2011-11-01 17:40 (UTC)
Last Updated: 2024-10-06 06:48 (UTC)

Dependencies (27)

Required by (1)

Sources (8)

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

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 28 Next › Last »

timjk36 commented on 2021-04-23 13:59 (UTC)

@rouhannb I was able to build successfully from the asperite git main branch after doing a slight workaround to a known issue with multiple definitions for libewbp constructs. I ended up using a prebuilt Skia package described in the install instructions.

Avahe commented on 2021-04-23 13:51 (UTC)

@rouhannb I end up with the same issue - it compiles successfully, but gives that error when I try to run aseprite. Maybe an issue with a dependency? I don't know c++

rouhannb commented on 2021-04-23 02:46 (UTC)

@Avahe, @timjk36 Sorry, but I can’t reproduce the error. Could either of you try building Aseprite manually?

timjk36 commented on 2021-04-22 23:11 (UTC)

@Avahe I am getting the same error after building today.

Avahe commented on 2021-04-22 03:37 (UTC)

Having an error after building today:

/usr/include/c++/10.2.0/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = long unsigned int; _Alloc = std::allocator<long unsigned int>; std::vector<_Tp, _Alloc>::reference = long unsigned int&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
zsh: abort (core dumped)  aseprite

Not sure if this is an upstream issue. Anyone else having this problem?

rouhannb commented on 2021-04-20 13:32 (UTC)

@quaqqer I’ve added it

quaqqer commented on 2021-04-18 22:03 (UTC)

I think python3 should be added to the make dependencies.

warmwaffles commented on 2021-03-29 20:16 (UTC)

@rokku no it's the only way I know that I am getting my moneys worth out of these two Xeon processors.

rokku commented on 2021-03-29 20:15 (UTC)

You should think about limiting ninja to a half of the available cpu cores. my computer was frying while the build process. IMOH it is enough to use a few cores but not all.

rouhannb commented on 2021-02-02 23:04 (UTC)

@HealerLFG Skia clones normally for me. Could you provide more details? Just so we’re clear, the “listed URL” is https://github.com/aseprite/skia.git, right? What URL are you redirected to? And just in case I misunderstand something, could you post a copy of your terminal log when trying to build this package?