@ShadowKyogre
Life's been taking its toll on me recently, so I'll orphan this package to free it up for someone else.
Search Criteria
Package Details: mypaint-git 20140806-1
Package Actions
| 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: | |
| Conflicts: | |
| Provides: | |
| Submitter: | jonnor |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 17 |
| First Submitted: | 2009-06-08 17:08 |
| Last Updated: | 2014-08-06 15:23 |
Dependencies (9)
- desktop-file-utils
- gtk3
- json-c
- python2-cairo
- python2-gobject
- python2-numpy
- git (make)
- scons (make)
- swig (make)
Required by (0)
Sources
Latest Comments
Anonymous comment
Comment by ShadowKyogre
@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
Source repositories have moved to github.
New URLs are:
https://github.com/mypaint/mypaint.git
https://github.com/mypaint/libmypaint.git
Anonymous comment
I'll take it for now
Thanks to ledti for the PKGBUILD, I tweaked it a bit
Comment by jonnor
Orphaned. Sorry for poor maintenance.
Comment by adriaticc
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
Here's an updated PKGBUILD, http://pastebin.com/cuA3WZza
Comment by jonnor
Updated to include lcms2 and json-c dependencies.
Comment by mosra
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
Requires json-c and lcms2