# HG changeset patch # User Samuel Trassare # Date 1329962488 28800 # Node ID 61ea7838a1914bd799640cb3c100df17ce12bb33 # Parent 9e7f44e2a0e96e3786f6a47d40f241f51800fe1a up mtpaint (3.40) and added description diff -r 9e7f44e2a0e9 -r 61ea7838a191 mtpaint/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtpaint/description.txt Wed Feb 22 18:01:28 2012 -0800 @@ -0,0 +1,6 @@ +mtPaint is a painting program which Mark Tyler developed from scratch so he +could easily create pixel art and manipulate digital photos. + +It uses the GTK+ toolkit (version 1 or 2) and runs on PC's via the GNU/Linux or +Windows operating systems. Due to its efficient design it can run on older PC +hardware (e.g. a 200MHz CPU and 16MB of free RAM). diff -r 9e7f44e2a0e9 -r 61ea7838a191 mtpaint/receipt --- a/mtpaint/receipt Wed Feb 22 17:33:57 2012 -0800 +++ b/mtpaint/receipt Wed Feb 22 18:01:28 2012 -0800 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mtpaint" -VERSION="3.31" +VERSION="3.40" CATEGORY="graphics" SHORT_DESC="Light paint programm and image manipulation." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ tiff xorg-libXdamage" -BUILD_DEPENDS="gtk+ gtk+-dev pkg-config xorg-xproto bzip2 acl" +DEPENDS="gtk+ tiff xorg-libXdamage lcms" +BUILD_DEPENDS="gtk+ gtk+-dev pkg-config xorg-xproto bzip2 acl lcms-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://mtpaint.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"