Page 1 of 1

mtpaint-3.49 or 3.50 i585 for Porteus 4.0 with webp support

Posted: 03 Feb 2021, 14:02
by Rava
mtpaint-3.49 or 3.50 i585 for Porteus 4.0 with webp support, just like mtpaint-3.49.32-x86_64-3_ncm.xzm's is for x86_64.

Created the module out of

Code: Select all

58c5dc56b0c8514e563255a96859a44a  mtpaint-3.50-i386-1_slack14.2.tgz
but alas! sadly no webp support. Image

Dunno what :magic: ncmprhnsbl used to create mtpaint-3.49.32-x86_64-3_ncm.xzm with webp support. Image

mtpaint-3.49 or 3.50 i585 for Porteus 4.0 with webp support

Posted: 03 Feb 2021, 22:57
by ncmprhnsbl
Rava wrote:
03 Feb 2021, 14:02
Dunno what :magic: ncmprhnsbl used to create mtpaint-3.49.32-x86_64-3_ncm.xzm with webp support.
:D i used this thing called "compile it yourself"
here's a SlackBuild that'll help with that: https://slackbuilds.org/repository/14.2 ... ch=mtpaint
you'll need to add webp to the configure line:

Code: Select all

./configure cflags intl man webp $GTK3 $TKWIDGETS \
the one i used looked like this:

Code: Select all

./configure man cflags intl GIF jpeg tiff lcms2 webp gtk3 jp2v2 \
you may not want gtk3 or some of that other stuff, idk..

mtpaint-3.49 or 3.50 i585 for Porteus 4.0 with webp support

Posted: 04 Feb 2021, 07:10
by Rava
ncmprhnsbl wrote:
03 Feb 2021, 22:57
:D i used this thing called "compile it yourself"
Oh I heard of that thingy called "compile it yourself" :teehee:
ncmprhnsbl wrote:
03 Feb 2021, 22:57
here's a SlackBuild that'll help with that: https://slackbuilds.org/repository/14.2 ... ch=mtpaint
you'll need to add webp to the configure line:
[..]

Code: Select all

./configure man cflags intl GIF jpeg tiff lcms2 webp gtk3 jp2v2 \
you may not want gtk3 or some of that other stuff, idk..
Thanks, will do so next week, too busy right now. :friends: