Package Details: mypaint-git 2.0.0.main.r6214.ad795c76-1

Git Clone URL: https://aur.archlinux.org/mypaint-git.git (read-only, click to copy)
Package Base: mypaint-git
Description: Simple drawing & painting program that works well with graphics tablets (git).
Upstream URL: http://mypaint.org/
Licenses: GPL-2.0-only
Conflicts: mypaint
Provides: mypaint
Submitter: jonnor
Maintainer: ShadowKyogre (odysseywestra)
Last Packager: odysseywestra
Votes: 25
Popularity: 0.000000
First Submitted: 2009-06-08 17:08 (UTC)
Last Updated: 2024-10-25 04:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

electricprism commented on 2016-06-05 03:47 (UTC)

In file included from lib/mypaintlib.hpp:13:0, from lib/mypaintlib_wrap.cc:3143: lib/mapping.hpp:21:29: fatal error: mypaint-mapping.h: No such file or directory #include <mypaint-mapping.h> ^ compilation terminated. scons: *** [lib/mypaintlib_wrap.os] Error 1 scons: building terminated because of errors. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build mypaint-git. ==> Restart building mypaint-git ? [y/N]

ShadowKyogre commented on 2016-05-20 03:13 (UTC)

mypaint-git can now live happily alongside libmypaint-git. Rejoice!

aaronp commented on 2016-05-20 02:10 (UTC)

Fantastic, thanks for your efforts ShadowKyogre!

ShadowKyogre commented on 2016-05-20 00:42 (UTC)

Notification from upstream about issue being reconsidered. I'll modify this PKGBUILD to build against libmypaint-git as soon as I can. It'll just take some time.

ShadowKyogre commented on 2016-05-19 23:31 (UTC)

https://github.com/mypaint/mypaint/issues/683 - *sigh* Doesn't look like this is going to get fixed until an actual 1.3 release. I'll go talk to the libmypaint maintainer about this.

ShadowKyogre commented on 2016-05-19 17:47 (UTC)

Hm, this is more complicated than I thought. I'll talk to upstream about it.

ShadowKyogre commented on 2016-05-19 17:39 (UTC)

@aaronp: Making a fix for this, give it a moment to build.

ShadowKyogre commented on 2016-05-19 14:53 (UTC)

@aaronp: It's due to mypaint not updating their submodule to point to the right commit. In master, it says: brushlib @ 65ffae1 https://github.com/mypaint/libmypaint/blob/65ffae19bc152749d30e78593b7f78749b294718/SConscript#L6 That's libmypaint at that commit. Yet, https://github.com/mypaint/libmypaint/blob/master/configure.ac#L5-L7 That's the master version of libmypaint. It's an upstream issue, but there should be a workaround for this (though IDK how to force a submodule to be updated to the most recent commit from upstream).

aaronp commented on 2016-05-19 14:24 (UTC)

It looks like gimp-git is requiring libmypaint >= 1.3.0, but the libmypaint provided by this package is only reporting 1.1 by pkg-config. Do you know the cause of this disparity?

ShadowKyogre commented on 2016-04-13 22:38 (UTC)

Found out the reason. That tag is not made on master. See https://github.com/mypaint/mypaint/commit/3fd40c8c0507f20a0401e6f480e58d0174ea52e0 I'm not going to point this at the testing cycle branch every time there's a new beta. It's too version dependent.