Pinta

If there's software you need and you can't find, make a request for it.
User avatar
timatou
Posts: 30
Joined: 23. Sep 2010, 09:12
Location: Reunion Island

Pinta

Post by timatou »

Hi Salix team!

Today I would like to request for the drawing/editing program Pinta. I'ts a fork of Paint.net (a windows program) write in GTK.
This soft is simpler than TheGimp but also more powerful and "userfriendly" than mtpaint the defaut painting soft.
Pinta home page: http://pinta-project.com/
The source code: http://github.com/jpobst/Pinta

Thanks ;)
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Pinta

Post by laprjns »

I tried building it, but it requires mono which is not installed on my machine nor is it available in the Salix repos
Sorry
Rich
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
timatou
Posts: 30
Joined: 23. Sep 2010, 09:12
Location: Reunion Island

Re: Pinta

Post by timatou »

Too bad :(

Thanks for the try ;)
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Pinta

Post by damNageHack »

laprjns wrote:I tried building it, but it requires mono which is not installed on my machine nor is it available in the Salic repos
mono seems to be available on both slacky.eu and slackbuilds.org.
Are there any strange compiler errors?
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Pinta

Post by laprjns »

damNageHack wrote:
laprjns wrote:Are there any strange compiler errors?
Strange errors, no, just build dependencies xbuild and mono

Code: Select all

rich[0.4]$ fakeroot slkbuild -X
Automatically setting arch to i486
WARNING: You appear to have too many commented variables, you should look into it.
pinta-0.4.tar.gz found in current directory
build-pinta.sh has been created
tar -xf pinta-0.4.tar.gz
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for xbuild... no
checking for mono... no
configure: error: XBuild not found
make: *** No targets specified and no makefile found.  Stop.
build() failed.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Pinta

Post by damNageHack »

Microsoft Build (msbuild) is a build system developed by Microsoft similar in spirit to Nant (in that it uses XML files for describing the build process) and in the same spirit as make.

Projects created in Visual Studio 2005 (except VC++2005) are saved in MSBuild format.

xbuild is Mono's implementation of msbuild and it allows projects that have an msbuild file to be compiled natively on Linux. xbuild has been part of the standard Mono distribution for some time now, but it is not 100% complete yet.
http://www.mono-project.com/Microsoft.Build
lol? :roll:
User avatar
timatou
Posts: 30
Joined: 23. Sep 2010, 09:12
Location: Reunion Island

Re: Pinta

Post by timatou »

I don't really understand :s
What is the prob?
We need mono and xbuild to compile the program?
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Pinta

Post by damNageHack »

timatou wrote:We need mono and xbuild to compile the program?
Yes. It seems so. But nobody wants to build both of them. :? :roll: :mrgreen:
It is some kind of porting M$ logic to Linux, you know.
And this for only providing a "simple" painting application, but there are so weird dependencies.
So, I am out of this, and maybe others too.
This is no trolling.
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Pinta

Post by laprjns »

I may give a try at building mono over the weekend if I can find some time.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
timatou
Posts: 30
Joined: 23. Sep 2010, 09:12
Location: Reunion Island

Re: Pinta

Post by timatou »

damNageHack wrote:
timatou wrote:We need mono and xbuild to compile the program?
Yes. It seems so. But nobody wants to build both of them. :? :roll: :mrgreen:
It is some kind of porting M$ logic to Linux, you know.
And this for only providing a "simple" painting application, but there are so weird dependencies.
So, I am out of this, and maybe others too.
This is no trolling.
I understand, it's maybe a simple painting software, but I never found any equivalent. No one to fork this fork without mono and any strange dependencies? :mrgreen:

laprjns :arrow: Thanks for your efforts ^^
Post Reply