@ronjouch @ludwintor uninstall aseprite, update, and then rebuild and reinstall aseprite.
Search Criteria
Package Details: aseprite 1.3.15.3-2
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: | 136 |
Popularity: | 2.23 |
First Submitted: | 2011-11-01 17:40 (UTC) |
Last Updated: | 2025-10-07 21:32 (UTC) |
Dependencies (28)
- cmark (cmark-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libarchive.so (lib32-libarchive, libarchive)
- libcurl.so (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-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2, lib32-freetype2)
- libgif.so (giflib-gitAUR, giflib)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libjpeg.so (mozjpeg-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, libjpeg-turbo-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp.so (libwebp0.5AUR, lib32-libwebp, libwebp)
- libwebpdemux.so (libwebp0.5AUR, lib32-libwebp, libwebp)
- libwebpmux.so (libwebp0.5AUR, lib32-libwebp, libwebp)
- libxcursor
- libxrandr (libxrandr-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- Show 8 more dependencies...
Required by (1)
Sources (14)
- aseprite-strings
- desktop.patch
- fix-shared-tinyxml2.patch
- https://github.com/aseprite/aseprite/releases/download/v1.3.15.3/Aseprite-v1.3.15.3-Source.zip
- include_cstdint.patch
- optional-pixman.patch
- shared-fmt.patch
- shared-libarchive.patch
- shared-libwebp-found.patch
- shared-libwebp.patch
- shared-skia-deps.patch
- shared_libjpeg-turbo.patch
- skia-m124-icu
- skia-m124.tar.gz
ImperatorStorm commented on 2025-10-08 03:23 (UTC)
Ludwintor commented on 2025-10-08 03:21 (UTC)
same problem as for @ronjouch, even on 1.3.15.3-2
ImperatorStorm commented on 2025-10-07 22:00 (UTC)
@ronjouch pushed rebuild with 1.3.15.3-2.
ronjouch commented on 2025-10-07 21:23 (UTC)
pacman -Syu is broken since today October 6 because it brings fmt@12 and
:: installing fmt (12.0.0-1) breaks dependency 'libfmt.so=11-64' required by aseprite
Malystryx997 commented on 2025-07-10 18:51 (UTC) (edited on 2025-07-10 18:53 (UTC) by Malystryx997)
I receive the following error when attempting to install this:
Aseprite-v1.3.14.3-Source.zip ... NOT FOUND
skia-m124.tar.gz ... Passed
skia-m124-icu ... Passed
aseprite-strings ... Passed
desktop.patch ... Passed
shared-fmt.patch ... Passed
shared-libarchive.patch ... Passed
shared-libwebp.patch ... Passed
shared-skia-deps.patch ... Passed
optional-pixman.patch ... Passed
fix-shared-tinyxml2.patch ... Passed
shared-libwebp-found.patch ... Passed
include_cstdint.patch ... Passed
shared_libjpeg-turbo.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
ImperatorStorm commented on 2025-05-01 00:04 (UTC)
@lufog aware of the breakage, trying to fix the PKGBUILD so it uses clang
as intended, which should hopefully fix that aswell.
lufog commented on 2025-05-01 00:03 (UTC) (edited on 2025-05-01 00:06 (UTC) by lufog)
It doesn't compile with the error: "Elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword". Apparently due to a compiler update.
Managed to build after adding #include <cstdint>
to:
aseprite/src/
aseprite/third_party/json11/json11.cpp:27
skia/src/sksl/transform/SkSLTransform.h:13
ImperatorStorm commented on 2025-03-30 15:10 (UTC)
@hatkidchan pushed rebuild, thanks for the heads-up!
hatkidchan commented on 2025-03-30 10:35 (UTC)
TinyEXIF dependency didn't update to cmake4, build fails with
CMake Error at third_party/TinyEXIF/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
As a workaround, I added -DCMAKE_POLICY_VERSION_MINIMUM=3.5
to cmake -S aseprite [...]
in build()
which seems to work
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