I’ve added it in.
Search Criteria
Package Details: aseprite 1.3.9.1-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: | 116 |
Popularity: | 1.61 |
First Submitted: | 2011-11-01 17:40 (UTC) |
Last Updated: | 2024-10-06 06:48 (UTC) |
Dependencies (27)
- cmark (cmark-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libarchive.so (lib32-libarchive, libarchive)
- libcurl.so (curl-quiche-gitAUR, 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-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libgif.so (giflib-gitAUR, giflib)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, 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-compatAUR, zlib-ng-compat)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (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 (8)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 28 Next › Last »
rouhannb commented on 2020-04-11 15:27 (UTC)
WaffleLapkin commented on 2020-04-11 09:34 (UTC)
The xorgproto
package is missing from makedepends
array. This is what currently happens when trying to install aseprite
without xorgproto
installed:
==> Starting build()...
Done. Made 60 targets from 43 files in 307ms
ninja: Entering directory `out/Release-x64'
[258/1593] compile ../../src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp
FAILED: obj/src/gpu/gl/glx/gpu.GrGLMakeNativeInterface_glx.o
c++ -MD -MF obj/src/gpu/gl/glx/gpu.GrGLMakeNativeInterface_glx.o.d -DNDEBUG -DSK_R32_SHIFT=16 -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -fstrict-aliasing -fPIC -O3 -fdata-sections -ffunction-sections -Wno-unused-parameter -std=c++17 -fno-exceptions -fno-rtti -c ../../src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp -o obj/src/gpu/gl/glx/gpu.GrGLMakeNativeInterface_glx.o
In file included from /usr/include/GL/glx.h:30,
from ../../src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:
/usr/include/X11/Xlib.h:44:10: fatal error: X11/X.h: No such file or directory
44 | #include <X11/X.h>
| ^~~~~~~~~
compilation terminated.
[267/1593] compile ../../src/sksl/SkSLSPIRVCodeGenerator.cpp
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
Error making: aseprite
rouhannb commented on 2020-04-04 02:34 (UTC)
Seems that the problem only occurs when running git clone --mirror
as makepkg does. I tried running that on another machine (running Ubuntu) and it worked fine.
rouhannb commented on 2020-04-01 04:31 (UTC) (edited on 2020-04-01 04:32 (UTC) by rouhannb)
I decided to try it out for myself, and the same thing is happening to me. I’m not really sure why it’s happening, but my guess is that it has something to do with makepkg. I’ve tried building the AUR package depot-tools-git and I ran into the same problem, but cloning the repository by hand works fine.
I’ll just leave this pinned until the problem goes away: if the package is hanging when downloading depot_tools, run git clone --bare https://chromium.googlesource.com/chromium/tools/depot_tools.git depot_tools
and rerun makepkg.
sramey40 commented on 2020-04-01 02:37 (UTC)
I'm having the same issue as Vincentca.
rouhannb commented on 2020-03-31 15:10 (UTC)
If you’re referring to the Git repos, shallow cloning would be hard, if not impossible, as AFAIK Git doesn’t have a way to shallow clone specific commits.
maxcahill commented on 2020-03-31 05:09 (UTC)
Nice to have this package but it sure does hammer your machine and data while installing! Would it be possible to get a shallow clone on the dependencies?
rouhannb commented on 2020-03-30 20:57 (UTC) (edited on 2020-03-30 21:04 (UTC) by rouhannb)
I’ve had that happen to me quite a few times (though only with angle2 or swiftshader). It has nothing to do with the 3/13 update; it’s happened long before. I’m not really sure why it happens, but deleting the repo and rerunning makepkg fixes the problem.
EDIT: I forgot to mention that I think I ran into the same problem while compiling skia manually when I first updated this package. I’m almost certain it’s something funky with either Git or Google’s repos, and I can’t even begin to think of a workaround.
Vincentca commented on 2020-03-30 14:14 (UTC) (edited on 2020-03-30 14:15 (UTC) by Vincentca)
The aur package still doesn't seem to build. I don't know if that was updated on 3/13? It keeps hanging at the last part of the log I'm pasting below.
Preparing...
Cloning aseprite build files...
Checking aseprite dependencies...
Resolving dependencies...
Checking inter-conflicts...
Building aseprite...
==> Making package: aseprite 1.2.17-2 (Mon 30 Mar 2020 09:55:21 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Aseprite-v1.2.17-Source.zip
-> Found aseprite.desktop
-> Cloning depot_tools git repo...
Cloning into bare repository '/var/tmp/pamac-build-corey/aseprite/depot_tools'...
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