Search Criteria
Package Details: libresprite 1:1.1+dev-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/libresprite.git (read-only, click to copy) |
---|---|
Package Base: | libresprite |
Description: | Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite |
Upstream URL: | https://github.com/LibreSprite/LibreSprite |
Keywords: | gamedev pixel sprites |
Licenses: | GPL |
Conflicts: | libresprite-appimage |
Submitter: | bell0x07 |
Maintainer: | Eragon |
Last Packager: | Eragon |
Votes: | 15 |
Popularity: | 0.107558 |
First Submitted: | 2018-06-19 10:54 (UTC) |
Last Updated: | 2023-12-20 23:36 (UTC) |
Dependencies (18)
- curl (curl-gitAUR, curl-c-aresAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- giflib (giflib-gitAUR)
- gtest (googletest-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- lua
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- pixman (pixman-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- sdl2_image
- tinyxml2 (tinyxml2-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patch (patch-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
FabioLolix commented on 2025-03-21 20:24 (UTC)
Don't do that, the
.so
have changed for a reason, the AUR package need to be rebuilded, AUR maintainers could but are not obliged to bump pkgver= for thisrainmaker0102 commented on 2025-03-21 20:14 (UTC) (edited on 2025-03-23 22:45 (UTC) by rainmaker0102)
Libresprite doesn't launch because libtinyxml2 got an update to version 11. Libresprite looks for 10, so making a symbolic link
ln -s libtinyxml2.so.11 libtinyxml2.so.10
is a workaround that seems to work.Edit: Rebuilding the package works. Thanks FabioLolix!
samthurston commented on 2023-12-22 13:30 (UTC)
Thanks for the speedy fix!
Eragon commented on 2023-12-20 23:37 (UTC)
Good catch, seems like the tinyxml package got moved to tinyxml2
samthurston commented on 2023-12-20 14:55 (UTC)
Installation failed until I manually installed tinyxml2 from AUR
FabioLolix commented on 2023-12-13 18:10 (UTC)
Source don't seem to exist:
RpxdYTX commented on 2023-12-13 17:49 (UTC)
Package source is broken, you currently need to manually build the code from a git clone
Whodiduexpect commented on 2023-09-10 07:39 (UTC) (edited on 2023-09-10 07:40 (UTC) by Whodiduexpect)
The latest version builds successfully, but has severe graphical bugs and crashes with a segmentation fault after opening a file and drawing for a little bit.
Eragon commented on 2023-08-31 22:34 (UTC)
I added the cstdint header patch, can you try to build this and tell me if it's all that was needed for it to build ? (works on my machine, but it may still require some work to build fine elsewhere)
FabioLolix commented on 2023-08-31 22:03 (UTC)
Hello
No it isn't
seems it has been made here https://github.com/LibreSprite/LibreSprite/pull/406/files
Adding them is doable if you know a bit of git
1 2 3 Next › Last »