Package Details: mypaint-git 20140806-1

Package Base: mypaint-git
Description: A fast and easy painting application for digital painters, with brush dynamics
Upstream URL: http://mypaint.intilinux.com/
Category: multimedia
Licenses: GPL
Conflicts: mypaint
Provides: mypaint
Submitter: jonnor
Maintainer: None
Last Packager: None
Votes: 17
First Submitted: 2009-06-08 17:08
Last Updated: 2014-08-06 15:23

Latest Comments

Anonymous comment

2015-04-02 02:48

@ShadowKyogre

Life's been taking its toll on me recently, so I'll orphan this package to free it up for someone else.

Comment by ShadowKyogre

2015-04-01 02:08

@akbjker: Would it be possible to split mypaint and libmypaint into separate packages? It'd be pretty handy for trying out the mypaint brush integration that got merged into Gimp's development branch today.

Also, in the package function, you'll need to include this line:

sed -e -i "s|$pkgdir||g" "$pkgdir/usr/lib/pkgconfig/"libmypaint*.pc

Otherwise, packages that try to compile against libmypaint will look at the place where the package tree was being built before the package was actually installed (which most likely won't exist).

Comment by eentrich

2014-08-06 09:14

Source repositories have moved to github.
New URLs are:

https://github.com/mypaint/mypaint.git
https://github.com/mypaint/libmypaint.git

Anonymous comment

2014-05-20 17:11

I'll take it for now
Thanks to ledti for the PKGBUILD, I tweaked it a bit

Comment by jonnor

2014-05-12 19:57

Orphaned. Sorry for poor maintenance.

Comment by adriaticc

2014-04-08 21:37

The brushlib subset of this source was moved to a git "submodule," so a git clone no longer pulls everything needed to build mypaint. You can use "git clone --recursive" to pull submodules, or manually run "git submodule init && git submodule update" to pull them.

Comment by ledti

2013-09-08 16:02

Here's an updated PKGBUILD, http://pastebin.com/cuA3WZza

Comment by jonnor

2012-11-29 18:13

Updated to include lcms2 and json-c dependencies.

Comment by mosra

2012-07-29 11:36

Building on some locales (here cs_CZ.UTF-8) fails with this message:

UnicodeDecodeError: 'ascii' codec can't decode byte ... in position ...: ordinal not in range(128)

Calling scons with `LANG="en_US.UTF-8" scons` fixes the issue: https://bugs.gentoo.org/show_bug.cgi?id=352700

Comment by aaronp

2012-07-24 12:45

Requires json-c and lcms2

All comments