don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

mtpaint 3.49.06 available

Wed Jan 27, 2016 1:05 am

I made a debian package for mtpaint -
fast yet powerful graphics editing program

mtpaint-wheezy-arm-3.44.94.deb

Download: https://www.mydrive.ch/
Guest user: porteus@don570
Password: porteus

It works on a pi2 using Wheezy so it probably won't work on an original pi
It was compiled without tiff support because I didn't want to
put more libraries inside the package. It already has libpng16
and that is enough :roll:

Install the standard debian way

Code: Select all

dpkg -i mtpaint-wheezy-arm-3.44.94.deb
It's the most recent release. It supports scripts.
Examples of scripts can be found at
http://murga-linux.com/puppy/viewtopic.php?t=81136

Enjoy


______________________________________________
Last edited by don570 on Sat Apr 02, 2016 8:37 pm, edited 4 times in total.

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.44.94 available

Thu Feb 11, 2016 12:11 am

I updated the application to mtpaint 3.44.95

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.44.99 available

Thu Mar 10, 2016 9:42 pm

New version available

mtpaint-wheezy-arm-3.44.99.deb

Download: https://www.mydrive.ch/
Guest user: porteus@don570
Password: porteus

___________________________________________________

I show how to make a chart with a simple perl script at this post
http://www.murga-linux.com/puppy/viewto ... 266#893266
It needs mtpaint version 3.44.99 to be installed!!

Image

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

mtpaint 3.45.01 available

Thu Mar 17, 2016 6:16 pm

New version available

mtpaint-wheezy-armhf-3.45.01.deb

Download: https://www.mydrive.ch/
Guest user: porteus@don570
Password: porteus

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.45.01 available

Sat Apr 02, 2016 8:37 pm

new version at www.mydrive.ch

mtpaint-wheezy-armhf-3.49.06.deb

_________________________________

cjan
Posts: 829
Joined: Sun May 06, 2012 12:00 am

Re: mtpaint 3.49.06 available

Sun Apr 03, 2016 12:37 am

why wheezy?

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.49.06 available

Mon Apr 11, 2016 11:32 pm

Why Wheezy?
I put wheezy in the name because I only tested it on a Wheezy Raspian
using berryboot. I don't want to mislead anyone into thinking this is fully tested.

https://sourceforge.net/projects/berryb ... 2/download

User avatar
scruss
Posts: 3155
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: mtpaint 3.45.01 available

Tue Apr 12, 2016 12:56 am

don570 wrote:new version at http://www.mydrive.ch

mtpaint-wheezy-armhf-3.49.06.deb

_________________________________
Thanks! What does this give over the version (3.40) in the Raspbian repos?
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.49.06 available

Thu Apr 14, 2016 11:26 pm

Version 3.40 is excellent. As for the newest, the feature that excites me the most is
scripting. ... but you'll need to read through the Murga forum to pick up tips.
__________________________________________________

When you install with the debian installer app there is a check for both the
name (mtpaint) and the version number.

This version is obviously greater than 3.40 so it allows the
installation. There is a check for dependencies as well.

Tip: Check for dependencies with a simple command..

Code: Select all

ldd /usr/bin/mtpaint
_____________________________________

User avatar
scruss
Posts: 3155
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: mtpaint 3.49.06 available

Fri Apr 15, 2016 11:57 pm

don570 wrote:Tip: Check for dependencies with a simple command..

Code: Select all

ldd /usr/bin/mtpaint
Okay … but it's not exactly the most difficult build, and the Raspbian Wheezy binary you kindly supply won't (unfortunately) easily run on many users' systems.

This is roughly what I did to build the current version:

Code: Select all

sudo apt-get install build-essential git libgettextpo-dev liblcms-dev argyll libjpeg-dev libtiff-dev libgtk2.0-dev libpng-dev zlib1g-dev libgif-dev
git clone https://github.com/wjaguar/mtPaint.git
cd mtPaint
./configure intl
make -j4
This builds a multilingual, colour-managed version with PNG, GIF, TIFF and JPEG support. I've exclude JPEG-2000 support in these instructions.

Build time was under a minute on a Raspberry Pi 3.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

don570
Posts: 24
Joined: Mon Oct 26, 2015 10:15 pm

Re: mtpaint 3.49.06 available

Thu Apr 21, 2016 6:07 pm

I believe that you can open jp2 files if you compile
with the libjasper-dev

I don't have internet access so I can't test.
_______________________________________

User avatar
scruss
Posts: 3155
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: mtpaint 3.49.06 available

Thu Apr 21, 2016 11:08 pm

Yes, that's right. I deliberately left out JPEG-2000 support from the first build as it's likely to be very slow on a Raspberry Pi.

The full apt-get line to build all of the options is:

Code: Select all

sudo apt-get install build-essential git libgettextpo-dev liblcms-dev argyll libjpeg-dev libtiff-dev libgtk2.0-dev libpng-dev zlib1g-dev libgif-dev libjasper-dev
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

Return to “Raspberry Pi OS”