Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Removed the radius lock patch which was I belived added upstream and no longer
nessesary for building. We are changing to meson for buiding all of mypaint so
a rewrite of this PKGBUILD will be nessesarry in the future.
|
|
|
|
|
|
Updated PKGBUILD with latest commit and have it ignore the
*.pkg.tar.zst packages that arch has adopted to prevent unintended
package pushes.
|
|
|
|
|
|
|
|
Added optimization flags recomended in mypaint's BUILDING.MD file
These can be skipped by passing the --noprepare option in makepkg.
|
|
setup.py's build_config command calls pkg-config
to find out where the brushes are installed.
This is much cleaner than manually using sed
to edit the lib/config.py.
|
|
|
|
Problem has been fixed upstream now.
|
|
Forgot to update the srcinfo from the last commit.
|
|
Added a patch file to fix mypaint from not loading png files.
|
|
Removed hyphen form _basever to follow provides=() syntax requirements.
|
|
Forgot to change the build commands to use python3 instead of python2.
|
|
MyPaint Alpha builds now depends on python 3 libraries instead of python 2 libaries.
|
|
Updating Alpha Builds to latest commit. This brings in new changes to the layer management system.
|
|
9 new commits were added to mypaint repo.
|
|
Update commit version to the latest from master branch
|
|
|
|
|
|
I plan to update mypaint weekly if there are commit changes.
|
|
|
|
|
|
|
|
Remove gegl dependency temporarliy until it is fixed. Also fix versioning that reflex mypaint versioning scheme.
|
|
|
|
|
|
|
|
Prior to this, it was only checking the most recent annotated tag. The
beta tags weren't annotated, so the versioning function made it look
like it was being built against the pre-beta versions.
This may have been confusing to the people who marked this package out
of date even though it builds against the beta.
|
|
This is so gimp-git can live side-by-side with mypaint-git. Also,
there's a fix for the current build (it breaks without the
libmypaint-tests.so). The issue will need to be reported upstream later.
|
|
install-sandbox option of scons to make sure the
${pkgdir} references don't exist in the first place.
See https://github.com/mypaint/mypaint/issues/346#issuecomment-145183536
and onward for more information.
|
|
|