Page 1 of 2
Pinta
Posted: 28. Sep 2010, 07:10
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

Re: Pinta
Posted: 28. Sep 2010, 10:33
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
Re: Pinta
Posted: 28. Sep 2010, 16:50
by timatou
Too bad
Thanks for the try

Re: Pinta
Posted: 28. Sep 2010, 20:32
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?
Re: Pinta
Posted: 29. Sep 2010, 10:27
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.
Re: Pinta
Posted: 30. Sep 2010, 10:11
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?

Re: Pinta
Posted: 1. Oct 2010, 05:57
by timatou
I don't really understand :s
What is the prob?
We need mono and xbuild to compile the program?
Re: Pinta
Posted: 1. Oct 2010, 09:56
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.
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.
Re: Pinta
Posted: 1. Oct 2010, 10:03
by laprjns
I may give a try at building mono over the weekend if I can find some time.
Re: Pinta
Posted: 2. Oct 2010, 05:57
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.
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?
laprjns

Thanks for your efforts ^^