Package Details: aseprite 1.3.6-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: 114
Popularity: 2.46
First Submitted: 2011-11-01 17:40 (UTC)
Last Updated: 2024-04-09 18:56 (UTC)

Pinned Comments

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 8 9 10 11 .. 26 Next › Last »

ImperatorStorm commented on 2021-12-30 20:53 (UTC)

Very strange. I'll nuke them.

Eremiell commented on 2021-12-30 20:50 (UTC)

Sadly nope, seem to be failing for me right now. Curious why they change this fast.

ImperatorStorm commented on 2021-12-30 19:58 (UTC) (edited on 2021-12-30 19:59 (UTC) by ImperatorStorm)

Alright, checksums should hopefully be fixed. Sorry about that.

Melon_Bread commented on 2021-12-30 00:28 (UTC)

Yeah an now none of the *.tar.gz are passing validity checks. Those checksums need updated as well.

ImperatorStorm commented on 2021-12-28 22:34 (UTC)

Adopted package. I have no idea what the original maintainers were doing, so I just bumped aseprite to v1.2.30 and skia to aseprite-m96

warmwaffles commented on 2021-12-28 19:42 (UTC)

There is also https://aur.archlinux.org/packages/aseprite-git/ but the compile process will peg your CPU to 100%. Consider this if you need to heat your home for 10 minutes.

ImperatorStorm commented on 2021-12-16 03:04 (UTC)

This package is 3 releases out of date. Mind updating it?

majamin commented on 2021-11-03 00:23 (UTC)

I managed to compile aseprite by changing -DWITH_WEBP_SUPPORT=ON \ to -DWITH_WEBP_SUPPORT=OFF \ in the PKGBUILD. See

https://github.com/aseprite/aseprite/issues/2556

Hope this helps someone M

HurricanePootis commented on 2021-09-17 00:13 (UTC)

Hey, I don't know why no one has updated the package in 2 months now, but I am going to copy and paste a git diff of changes I made to the PKGBUILD that allowed me to compiled 1.2.29. Now, admittedly, I didn't look into any changes into Cmake flags, but this does get the program compiled and running on my system.

diff --git a/.SRCINFO b/.SRCINFO
index d98c6ca..825fecf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = aseprite
        pkgdesc = Create animated sprites and pixel art
-       pkgver = 1.2.27
+       pkgver = 1.2.29
        pkgrel = 1
        url = http://www.aseprite.org/
        arch = x86_64
@@ -57,7 +57,7 @@ pkgbase = aseprite
        noextract = aseprite-swiftshader.tar.gz
        noextract = aseprite-wuffs.tar.gz
        noextract = aseprite-zlib.tar.gz
-       source = https://github.com/aseprite/aseprite/releases/download/v1.2.27/Aseprite-v1.2.27-Source.zip
+       source = https://github.com/aseprite/aseprite/releases/download/v1.2.29/Aseprite-v1.2.29-Source.zip
        source = aseprite.desktop
        source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
        source = git+https://github.com/aseprite/skia.git#branch=aseprite-m81
@@ -91,7 +91,7 @@ pkgbase = aseprite
        source = aseprite-wuffs.tar.gz::https://skia.googlesource.com/external/github.com/google/wuffs.git/+archive/4080840928c0b05a80cda0d14ac2e2615f679f1a.tar.gz
        source = aseprite-zlib.tar.gz::https://chromium.googlesource.com/chromium/src/third_party/zlib/+archive/ea3ba903faac98b64b2bf8de5e98cd97b335a474.tar.gz
        source = gn::https://chromium-gn.storage-download.googleapis.com/3523d50538357829725d4ed74b777a572ce0ac74
-       sha256sums = 541a5c561fe7481cfb6aec80ecc9a8435d8387325ba30c9e3116c3c76ef539d7
+       sha256sums = ed37e12495bf81ad1126076ec2634b132976c40dd56d4f3924e6fddad4a1e2e4
        sha256sums = deaf646a615c79a4672b087562a09c44beef37e7acfc6f5f66a437d4f3b97a25
        sha256sums = SKIP
        sha256sums = SKIP
@@ -127,4 +127,3 @@ pkgbase = aseprite
        sha256sums = c8c2d617f1a33d6eb27f25ebcc30bd8ba1e6a0aa980cada21dda2ad1401fa4a2

 pkgname = aseprite
-
diff --git a/PKGBUILD b/PKGBUILD
index 90e5bc9..dc7fd3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,10 @@
 # Contributor: Benoit Favre <benoit.favre@gmail.com>
 # Contributor: Alexander Rødseth <rodseth@gmail.com>
 # Contributor: Kamil Biduś <kamil.bidus@gmail.com>
+# Contributor: HurricanePootis <hurricanepootis@protonmail.com>

 pkgname=aseprite
-pkgver=1.2.27
+pkgver=1.2.29
 pkgrel=1
 pkgdesc='Create animated sprites and pixel art'
 arch=('x86_64')
@@ -85,7 +86,7 @@ ea3ba903faac98b64b2bf8de5e98cd97b335a474.tar.gz"
 )