summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/aseprite
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-25aseprite.skia: Override the gn version to fix the buildMichael Weiss
With #83290 merged the build would fail during the configuration phase: ``` configuring ERROR at //gn/BUILDCONFIG.gn:85:14: Script returned non-zero exit code. is_clang = exec_script("gn/is_clang.py", ^---------- Current dir: /build/source/out/Release/ Command: python /build/source/gn/gn/is_clang.py cc c++ Returned 2. stderr: python: can't open file '/build/source/gn/gn/is_clang.py': [Errno 2] No such file or directory ```
2020-02-18aseprite-unfree: 1.2.11 -> 1.2.16.3Orivej Desh
Restore the comment explaining the split between free and unfree versions deleted in caa4e6dcb24fe5f0d9bc334049f90bbece8fa461.
2020-02-18aseprite-unfree: fix buildOrivej Desh
It fails with: src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory 15 | #include <GL/glx.h>
2020-02-18aseprite: fix build with glibc 2.30Orivej Desh
Otherwise it fails with: In file included from /build/source/src/allegro/include/allegro/base.h:41, from /build/source/src/allegro/include/allegro.h:25, from /build/source/src/./she/alleg4/alleg_surface.h:11, from /build/source/src/she/alleg4/alleg_surface.cpp:11: /build/source/src/allegro/include/allegro/alcompat.h:44:22: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)' 44 | AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y)) | ^~~~ /build/source/src/allegro/include/allegro/internal/alconfig.h:164:49: note: in definition of macro 'AL_ALIAS' 164 | static __attribute__((unused)) __inline__ DECL \ | ^~~~ In file included from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/cmath:45, from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/math.h:36, from /build/source/src/./base/base.h:13, from /build/source/src/./config.h:40, from /build/source/src/she/alleg4/alleg_surface.cpp:8: /nix/store/2v6pi2wj3lcsc3j48n7flx9mgqyii1lv-glibc-2.30-dev/include/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)' 24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2); | ^~~~~~~~~~~~~~~
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-07aseprite-unfree: 1.2.9 -> 1.2.11Loïc Fontaine
2018-09-10aseprite-unfree: 1.2.4 -> 1.2.9Orivej Desh
2017-11-29aseprite-unfree: 1.2.2 -> 1.2.4Orivej Desh
2017-09-30aseprite: 1.2-beta12 -> 1.2.2Orivej Desh
2017-09-12aseprite: install desktop iconsOrivej Desh
2017-09-12aseprite unfree: init at 1.2-beta12Orivej Desh
2017-09-11aseprite: 0.9.5 -> 1.1.7Orivej Desh
2017-08-03Update homepage attributes: http -> httpsmimadrid
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-03-13drop my maintainership (close #13881)宋文武
2013-09-28add aseprite 0.9.5Song Wenwu