Package Details: aseprite 1.3.11-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: 121
Popularity: 4.06
First Submitted: 2011-11-01 17:40 (UTC)
Last Updated: 2025-01-12 00:29 (UTC)

Required by (1)

Sources (11)

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 2 3 4 5 6 7 .. 29 Next › Last »

cabbase commented on 2024-09-21 10:08 (UTC)

thank you so much for this package

andersmmg commented on 2024-09-20 01:31 (UTC)

I had to do a clean build of Aseprite after updating libfmt, in case anyone is having issues with @ToToShampoin's fix. After that it did work

zicraftian commented on 2024-09-13 03:47 (UTC)

@ToToShampoin 's fix worked for me as well

TotoShampoin commented on 2024-09-12 21:02 (UTC) (edited on 2024-09-12 21:31 (UTC) by TotoShampoin)

So, libfmt has upgraded to libfmt 11, but aseprite still depends on libfmt 10?

This means that I cannot pacman -Syyu:

...
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing fmt (11.0.2-1) breaks dependency 'libfmt.so=10-64' required by aseprite
 -> error installing repo packages

EDIT: Nevermind, unistalling aseprite, upgrading, then installing aseprite again seems to be doing the trick

zicraftian commented on 2024-08-27 06:28 (UTC)

Thanks for maintaining!

TotoShampoin commented on 2024-08-07 17:55 (UTC) (edited on 2024-08-07 17:55 (UTC) by TotoShampoin)

aseprite: error while loading shared libraries: libcmark.so.0.31.0: cannot open shared object file: No such file or directory

$ pacman -Q cmark
cmark 0.31.1-1

ImperatorStorm commented on 2024-06-18 19:31 (UTC)

@visne yep, upstream issue, don't think there's anything I can do on my end to fix it without making translations out-of-date, as they appear to release independently of Aseprite itself.

Visne commented on 2024-06-18 19:12 (UTC) (edited on 2024-06-18 19:12 (UTC) by Visne)

It could be an upstream issue:

-- aseprite libwebp: /usr/lib/libwebp.so;/usr/lib/libwebpdemux.so;/usr/lib/libwebpmux.so
-- Found Git: /usr/bin/git (found version "2.45.2")
[1/9] Creating directories for 'clone_strings-populate'
[1/9] Performing download step (git clone) for 'clone_strings-populate'
Cloning into 'strings.git'...
fatal: invalid reference: origin/main
CMake Error at /home/username/src/aseprite/src/build/_deps/clone_strings-subbuild/clone_strings-populate-prefix/tmp/clone_strings-populate-gitclone.cmake:49 (message):
  Failed to checkout tag: 'origin/main'


FAILED: clone_strings-populate-prefix/src/clone_strings-populate-stamp/clone_strings-populate-download /home/username/src/aseprite/src/build/_deps/clone_strings-subbuild/clone_strings-populate-prefix/src/clone_strings-populate-stamp/clone_strings-populate-download 
cd /home/username/src/aseprite/src/build/bin/data && /usr/bin/cmake -P /home/username/src/aseprite/src/build/_deps/clone_strings-subbuild/clone_strings-populate-prefix/tmp/clone_strings-populate-gitclone.cmake && /usr/bin/cmake -E touch /home/username/src/aseprite/src/build/_deps/clone_strings-subbuild/clone_strings-populate-prefix/src/clone_strings-populate-stamp/clone_strings-populate-download
ninja: build stopped: subcommand failed.

CMake Error at /usr/share/cmake/Modules/FetchContent.cmake:1714 (message):
  Build step for clone_strings failed: 1
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FetchContent.cmake:1854:EVAL:2 (__FetchContent_directPopulate)
  /usr/share/cmake/Modules/FetchContent.cmake:1854 (cmake_language)
  /usr/share/cmake/Modules/FetchContent.cmake:2081 (FetchContent_Populate)
  src/CMakeLists.txt:165 (FetchContent_MakeAvailable)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

ImperatorStorm commented on 2024-06-18 19:01 (UTC) (edited on 2024-06-18 19:01 (UTC) by ImperatorStorm)

@Visne provide error message.

@phunni cannot reproduce, have you tried https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot ?

Visne commented on 2024-06-18 18:15 (UTC)

Just wanted to let you know that this PKGBUILD fails if you have clone.defaultRemoteName set to a non default value.