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.58
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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 28 Next › Last »

iirelu commented on 2018-12-18 16:47 (UTC)

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.

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.