Re: [Gimp-developer] Gimp license

2009-01-17 Thread Michael Natterer
On Fri, 2009-01-16 at 23:37 +0100, Michael Natterer wrote:
> On Fri, 2009-01-09 at 20:49 +0100, Michael Natterer wrote:
> > So finally, I hereby suggest to move to GPL3 asap.
> > 
> > Comments from any developers appreciated.
> 
> The general agreement seems to be to switch to GPLv3 now.
> I have done the change locally and will commit later
> tomorrow, so eek loudly *now* if you have any concerns.

The license change is committed. GIMP is GPLv3 now.

regards,
--mitch


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Tagging thoughts

2009-01-17 Thread Alexandre Prokoudine
2009/1/13 jbaker wrote:
> I've been messing with the tagging... Couple things came to mind...
>
> 1) Have you thought about assigning a 'default' tag to all of the
> standard gimp items ? - It would be nice to filter out all of the
> standard items with one click...
>
> 2) When a user clicks the refresh button in the palettes, gradients,
> brush dialog or a script uses any of the 'gimp-*-refresh' procedures,
> what if gimp would re-read the tags.xml file at that point. If someone
> wanted to write a plugin that changes the xml file, or even hand edit
> the xml file, the xml is overwritten by what is in memory...

3) Tagging several resources at once (requires multiple objects selection).

Alexandre
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Code cleanup in unsharp-mask.c and possible speed enhancement

2009-01-17 Thread Sven Neumann
Hi,

On Thu, 2009-01-15 at 18:19 -0600, Winston Chang wrote:

> OK - I'll submit the patches via bugzilla, then.

Yes, please do that. It would be very nice if we could speed up the
unsharp-mask plug-in for GIMP 2.8. Its slowness is quite often mentioned
in GIMP reviews and it makes GIMP look badly in comparisons to other
image manipulation programs.


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread Kevin Cozens
sanju More wrote:
> I am working on Linux platform ( Fedora 6).

When I was first going through my e-mail I read the above as Fedora 8. If you 
are using a Fedora which is that old you will soon discover that a lot more 
packages than just XML::Parser are missing or out-of-date on your system.

If you are having trouble handling the missing(?) XML::Parser package, getting 
updated glib, gtk+ and other libraries on your system will pose an even bigger 
challenge. You won't be able to just install updated versions of some of those 
packages in the usual places without risk of breaking your system.

> It is installed, please let me know how to check that is installed.

Checking my Fedora 8 machine, I find the following.
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/Parser.pm

I think that is the XML::Parser module for Perl. The "5.8.8" part will vary 
depending on which version of Perl you have on your computer.

BTW, are you aware that Fedora 10 just came out recently?

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/   |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172  |"Same thing we always do, Pinkutus:
 |  Try to assimilate the world!"
#include  |  -Pinkutus & the Borg
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread Sven Neumann
Hi,

On Sat, 2009-01-17 at 17:13 +0530, sanju More wrote:

> I am working on Linux platform ( Fedora 6).

If you want to work with recent software and compile from source, then
you should consider to upgrade your distribution. Fedora 6 is rather old
and it will save you a lot of trouble if you update to a more recent
version.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Tagging thoughts

2009-01-17 Thread Aurimas Juška
Hi,

On Tue, Jan 13, 2009 at 5:04 PM, jbaker  wrote:
> 1) Have you thought about assigning a 'default' tag to all of the
> standard gimp items ? - It would be nice to filter out all of the
> standard items with one click...

There were thoughts to assign default tags (which are neither assigned
nor removed by users), such as resource name. Perhaps they could even
be translatable. However, it is not obvious how it would be better to
implement such functionality.

I think resource distribution with tags assigned is one of the
questions which should be addressed before GIMP 2.8 release. When GIMP
detects new resources, how can it find tags for them (possibly
translated) ? It also would be nice to allow user to drag-and-drop
"resource pack" (*.tar.gz or similar) so that all resources with tags
assigned would get installed.

> 2) When a user clicks the refresh button in the palettes, gradients,
> brush dialog or a script uses any of the 'gimp-*-refresh' procedures,
> what if gimp would re-read the tags.xml file at that point.

That is a good idea. It should probably not reread, but "merge" with
loaded tags as user might have made changes both from GUI and manually
in tags.xml.

Regards,
Aurimas
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread sanju More
Hi,

It is installed, please let me know how to check that is installed.

-Sanjeev 



- Original Message 
From: Daniel Hornung 
To: gimp-developer@lists.xcf.berkeley.edu
Sent: Saturday, 17 January, 2009 5:09:35 PM
Subject: Re: [Gimp-developer] Gimp2.6 Install issue

On Saturday 17 January 2009, sanju More wrote:
> checking for perl... /usr/local/bin/perl
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool

Well, is the Perl xml parser installed?

Daniel

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread sanju More


Hi Martin,

I am working on Linux platform ( Fedora 6).


-Sanjeev

sanju More wrote:
> Hi All,
>
> I am facing some issues while installing gimp2.6. See below log 
>
> [...]

Hi

What platform are you on? I think I got that problem when I went through
the process of building GIMP on Windows. I ended up getting using a
prebuilt version I got from another developer.

In anycase, just make sure the XML::Parser module is available, that
should fix your problem.

- Martin

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread Daniel Hornung
On Saturday 17 January 2009, sanju More wrote:
> checking for perl... /usr/local/bin/perl
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool

Well, is the Perl xml parser installed?

Daniel


signature.asc
Description: This is a digitally signed message part.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread Martin Nordholts
sanju More wrote:
> Hi All,
>
> I am facing some issues while installing gimp2.6. See below log 
>
> [...]

Hi

What platform are you on? I think I got that problem when I went through
the process of building GIMP on Windows. I ended up getting using a
prebuilt version I got from another developer.

In anycase, just make sure the XML::Parser module is available, that
should fix your problem.

- Martin
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Gimp2.6 Install issue

2009-01-17 Thread sanju More
Hi All,

I am facing some issues while installing gimp2.6. See below log 

checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.5... ./configure: line 23764: intltool-update: 
command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.5 or later.

Then i tried to install intltool-0.40.5, some perl issue i am facing see below 
log messages

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/local/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is 
required for intltool

Please let me know any  comments . 

Regards,
Sanjeev

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer