Package Details: aseprite 1.0.9-1

Package Base: aseprite
Description: Create animated sprites and pixel art
Upstream URL: http://www.aseprite.org/
Category: multimedia
Licenses: GPL
Submitter: benob
Maintainer: benob
Last Packager: benob
Votes: 30
First Submitted: 2011-11-01 17:40
Last Updated: 2015-02-25 16:53

Dependencies (9)

Required by (0)

Sources

Latest Comments

Comment by benob

2015-02-25 16:53

Updated to 1.0.9

Comment by benob

2015-02-02 17:10

Updated to 1.0.8.1

Comment by benob

2014-12-05 07:59

Updated to 1.0.8

Comment by benob

2014-11-25 09:15

Updated to 1.0.7

Comment by benob

2014-11-14 14:57

1.0.6-2: disable use of system libpng which seems to not work for everybody

Comment by gmenguez

2014-11-14 14:20

Hi,

I wasn't able to open aseprite, it failed with this error:

$ aseprite
libpng warning: Application built with libpng-1.5.9 but running with 1.6.14
Error loading skins/default/sheet.png file
Segmentation fault (core dumped)

libpng 1.6.14 is the one I have installed. However, modifying the cmake command line in PKGBUILD from -DUSE_SHARED_LIBPNG=ON \ to -DUSE_SHARED_LIBPNG=OFF \ has made it work again.

Does anybody know why is this happening? Is something wrong in my system setup?

Thanks.

Comment by benob

2014-11-13 12:57

Updated to 1.0.6 (thanks Kamil)

Comment by benob

2014-11-12 20:07

Upstream v 1.0.6 does not compile with the following error:

CMake Error: File src/aseprite/third_party/pixman-cmake/../pixman/pixman/pixman-version.h.in does not exist.
CMake Error at third_party/pixman-cmake/CMakeLists.txt:13 (configure_file):
configure_file Problem configuring file

I'll investigate as soon as I have time, but let me know if you have a fix.

Comment by benob

2014-09-22 12:59

Updated to 1.0.5 (thanks bidek)

Comment by benob

2014-09-09 09:34

Updated to 1.0.4, with a small patch to fix the compilation issue until upstream come up with a proper fix (https://github.com/aseprite/aseprite/issues/482).

Comment by benob

2014-09-09 08:29

Having trouble compiling 1.0.4.

aseprite/src/aseprite-1.0.4/src/she/alleg4/she_alleg4.cpp:98:28: error: expected unqualified-id before numeric constant
event.setType(Event::None);

Will update as soon as I have time to look into this.

Comment by Etzos

2014-08-31 23:35

@benob: I don't know if you have this slated for the next release, but PKGBUILDs support git repositories directly now (as well as branch and tag fragments) so the repo can be added to the source instead of doing it separately.

i.e. source=("git+https://github.com/aseprite/aseprite.git#tag=v${pkgver}")

Comment by benob

2014-06-28 19:56

Updated to v1.0.2 -- Note that sources are now downloaded directly from tagged git repository.

Comment by xyproto

2013-10-14 12:40

Updated PKGBUILD that includes a desktop shortcut (the source package already includes an icon): http://ix.io/8te

Comment by benob

2013-08-21 14:05

@lintz: do you have an icon in mind?

Comment by lintz

2013-08-18 17:33

Would be nice if it installed a .desktop file in /usr/share/applications/
(Would make it show up in menus like for example xfce4)

Basic template would be

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Aseprite
Comment=Pixel-art paint program
Exec=aseprite
Terminal=false
Categories=Graphics

Comment by cookies

2012-11-08 14:22

The package gets currently installed into "/usr/local", you should change "cmake --prefix=/usr ." into "cmake -DCMAKE_INSTALL_PREFIX:STRING=/usr ."
Thanks.

Comment by benob

2012-10-10 08:15

> Works for me on 64bit, but the package installs as asesprite-git instead of aseprite-git.
> Thanks :)

Fixed package name and submitted to aur. By the way, 0.9.5 works on x86_64 again.

Anonymous comment

2012-10-10 03:49

<<Comment by: benob on Sun, 15 Jul 2012 21:55:17 +0000
I made a PKGBUILD for aseprite-git at http://pastebin.com/ik5HfnMB, but it currently does not build.>>

Works for me on 64bit, but the package installs as asesprite-git instead of aseprite-git.
Thanks :)

Comment by tomasabril

2012-07-16 00:59

Thanks, I have 0.9.2 for now.

Comment by benob

2012-07-15 21:55

I made a PKGBUILD for aseprite-git at http://pastebin.com/ik5HfnMB, but it currently does not build. Your best option is probably to revert to 0.9.2

Comment by tomasabril

2012-07-15 20:34

[url]http://code.google.com/p/aseprite/issues/detail?id=136[/url]
is fixed, i wonder when there will be a new release. Or can you patch it?

Comment by benob

2012-07-13 17:24

Updated to 0.9.3, but it does not compile on x86_64 because of that upstream issue:

http://code.google.com/p/aseprite/issues/detail?id=136