Updated to 1.0.9
Search Criteria
Package Details: aseprite 1.0.9-1
Package Actions
| Package Base: | aseprite |
|---|---|
| Description: | Create animated sprites and pixel art |
| Upstream URL: | http://www.aseprite.org/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | benob |
| Maintainer: | benob |
| Last Packager: | benob |
| Votes: | 30 |
| First Submitted: | 2011-11-01 17:40 |
| Last Updated: | 2015-02-25 16:53 |
Latest Comments
Comment by benob
Comment by benob
Updated to 1.0.8.1
Comment by benob
Updated to 1.0.8
Comment by benob
Updated to 1.0.7
Comment by benob
1.0.6-2: disable use of system libpng which seems to not work for everybody
Comment by gmenguez
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
Updated to 1.0.6 (thanks Kamil)
Comment by benob
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
Updated to 1.0.5 (thanks bidek)
Comment by benob
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
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
@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
Updated to v1.0.2 -- Note that sources are now downloaded directly from tagged git repository.
Comment by xyproto
Updated PKGBUILD that includes a desktop shortcut (the source package already includes an icon): http://ix.io/8te
Comment by benob
@lintz: do you have an icon in mind?
Comment by lintz
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
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
> 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
<<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
Thanks, I have 0.9.2 for now.
Comment by benob
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
[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
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