#13122 closed enhancement (fixed)
libmypaint-1.5.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 9.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (6)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
No configure script (and no sign of cmake or meson files).
I tried running autoreconf -fiv, but configure ended in error:
config.status: error: cannot find input file: `po/Makefile.in.in'
Giving back to the book, I guess this can probably wait for 9.2 unless someone is motivated to persuade it to build.
comment:4 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
The version I downloaded had configure and built/tested as in the book.
comment:6 by , 5 years ago
Thanks, Looks as if I accidentally downloaded the "source code" .tar.gz instead of the .tar.xz.
Note:
See TracTickets
for help on using tickets.
The 1.5.0 release includes the following: Backported functionality
Features from the dev branch are backported in an API-compatible way, under the new MyPaintSurface2 interface (and the MyPaintTiledSurface2 implementation).
(new symmetry modes only available for MyPaintTiledSurface2)
Changes from 1.4.0
Directional offsets are clamped to a maximum distance of 3 * 1080 pixels.
Some string updates and a lot translated strings.
Gegl build and examples fixed (note that neither MyPaint nor GIMP require or use the gegl-compatible interface or GObject introspection provided by libmypaint). Compatibility note
For those who mess around with their library installs, note that the 1.5.0 release is ABI-compatible with 1.3.0, but not 1.4.0 (due to a enum reordering).