Search Criteria
Package Details: aseprite 1.3.12-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: | 122 |
Popularity: | 4.19 |
First Submitted: | 2011-11-01 17:40 (UTC) |
Last Updated: | 2025-01-28 21:03 (UTC) |
Dependencies (27)
- cmark (cmark-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libarchive.so (lib32-libarchive, libarchive)
- libcurl.so (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-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR, freetype2, lib32-freetype2)
- libgif.so (giflib-gitAUR, giflib)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, 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-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (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 (11)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 29 Next › Last »
rouhannb commented on 2019-11-22 22:51 (UTC) (edited on 2019-11-22 22:55 (UTC) by rouhannb)
birdsnotberries commented on 2019-11-22 10:12 (UTC)
The hash for aseprite.desktop is outdated https://gitlab.com/snippets/1915645
rouhannb commented on 2019-08-31 14:57 (UTC) (edited on 2019-08-31 18:51 (UTC) by rouhannb)
I made a PKGBUILD that does what @jeancf suggested without needing a separate aseprite-skia-git
package. I have a diff at https://hastebin.com/otehapasov if anyone wants to check it out
Also it looks like libwebp
is statically linked so it's not needed as a dependency.
EDIT: Looks like hastebin is down...? I've posted it at https://paste.ee/p/p7uiM if so.
jeancf commented on 2019-07-10 19:04 (UTC)
the AUR package aseprite-git builds the aseprite dependency, compiles fine and runs. maybe this package can use the same method.
warmwaffles commented on 2019-07-03 15:19 (UTC) (edited on 2019-07-03 15:27 (UTC) by warmwaffles)
@jusw85 the ticket that dacap is tracking for skia stuff is here https://github.com/aseprite/aseprite/issues/139 I recently added a comment about trying to get it to compile for arch
jusw85 commented on 2019-07-03 14:10 (UTC)
I wasn't able to build with a current version of skia, in case anyone's thinking of fixing the current skia-git to build aseprite with. Even though aseprite-skia is only six months old, there are too many backward compatibility breaking changes. Some of them can be trivially hacked around e.g. patching os/CMakeLists.txt in laf to point to new SKCMS location, adding base directory for includes, but APIs have been wholesale changed or removed
warmwaffles commented on 2019-07-03 04:00 (UTC) (edited on 2019-07-03 04:01 (UTC) by warmwaffles)
All right I suck at making PKGBUILD files but I made a real quick and dirty aseprite-skia-git
and then altered the current PKGBUILD for aseprite
to use the following
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DLAF_OS_BACKEND=skia \
-DSKIA_DIR=/usr/src/aseprite-skia/ \
-DSKIA_OUT_DIR=/usr/lib \
Here is my glorious mess https://gist.github.com/warmwaffles/4f600d764d659d9302e7da85768aa2b0
After I ran the PKGBUILD.aseprite-skia-git
and added those defines, it runs fine for me.
The AUR skia-git
currently fails to compile for me. Aseprite also requires some of the source code from skia as well. This dependency is a pain in the ass to build, and it won't be going away and will be required from here on out.
warmwaffles commented on 2019-07-02 22:03 (UTC)
I'm getting the same error as @grevius. I'm going to checkout the older version of the PKGBUILD until something is figured out. I'm sure that separate fork of skia is gonna be a pain. You could make a new package aseprite-skia
and add it as a dep here. Just seems like a PITA.
jusw85 commented on 2019-07-02 19:29 (UTC)
@grevius I successfully compiled and built it manually. I had to use a custom skia provided by aseprite at https://github.com/aseprite/skia. The PKGBUILD provided here won't work with skia until it's updated. I'm not sure if the latest aseprite can work without skia.
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