Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-29 Thread Sven Neumann
Hi,

On Mon, 2008-12-29 at 13:13 +0100, Richard H. wrote:

> Maybe you are interested in these links:
> http://www.gimpusers.com/news/2008-10-07/compile-gimp-260-for-ubuntu-804.html

But what's described there is way more difficult and error-prone than
doing the backport of the Ubuntu Jaunty package as I suggested earlier.


Sven


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


[Gimp-user] How to update GIMP in Ubuntu?

2008-12-29 Thread Richard H.
>I am running Ubuntu Linux v8.04.  I love Gimp 2.6 on Windows, but am using
>only version 2.4.5 on Ubuntu.
>
>How do I upgrade to v 2.6.x of Gimp on Ubuntu?

Maybe you are interested in these links:
http://www.gimpusers.com/news/2008-10-07/compile-gimp-260-for-ubuntu-804.html
http://www.getdeb.net/app/Gimp

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


[Gimp-user] How to update GIMP in Ubuntu?

2008-12-28 Thread Mike B.
>Hi,
>
>you can download the gimp source package from Ubuntu jaunty (which has
>gimp 2.6.3 packaged) and then use dpkg-buildpackage to build a gimp
>package for your particular system and Ubuntu distribution. This is
>often called doing a backport and it if often the easiest way to install
>a newer version.
>
>
>Sven

OK, that sounds worth a try! Sure like 2.6, other than the discussed
problem...

Do you have time to type a tutorial/instructions for doing that?

Thanks!

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


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-28 Thread Sven Neumann
Hi,

you can download the gimp source package from Ubuntu jaunty (which has
gimp 2.6.3 packaged) and then use dpkg-buildpackage to build a gimp
package for your particular system and Ubuntu distribution. This is
often called doing a backport and it if often the easiest way to install
a newer version.


Sven


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


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-28 Thread Tom Williams
Mike B. wrote:
>> Do you probably know if there is an option/possibility to
>> compile Gimp 2.6 for an older CPU architecture (AMD K6 II).
>> I'm having Ubuntu 8.10 installed, but Gimp 2.6 crashed
>> each time I tried some color adjustment/filters. Someone
>> on the list suggested that it might have to do with my
>> outdated CPU. As a temporary solution, I installed Gimp 2.4.7
>> 
> >from a .deb file (as well as 'gimp-data' and 'libgimp').
>   
>> Could it be that my problems are due to an improper installed
>> babl and gegl? I tried to compile 2.6 and got an error message
>> during ./configure that both gegl and babl were missing, although
>> according to Synaptic, they are both installed.
>>
>> TIA,
>>
>> Claus
>>
>> 
>
> Have you found a solution to this? I'm having a similar problem. I upgraded
> to GIMP 2.6.2 on Hardy (8.04), on a K6 II machine. Binaries and libraries were
> obtained from getdeb.net (http://www.getdeb.net/app/Gimp), and installed with
> these directions:
>
> sudo apt-get remove gimp gimp-data
>
> Download and save all five GIMP packages from GetDeb. Double-click on the
> packages to install them, in this order:
>
> 1. libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb
> 2. libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb
> 3. libgimp2.0_2.6.2-1~getdeb1_i386.deb
> 4. gimp-data_2.6.2-1~getdeb1_all.deb
> 5. gimp_2.6.2-1~getdeb1_i386.deb
>
> 2.6.2 seemed to work, until I tried to change brightness or contrast, then it
> crashed. If the Preview box is unchecked, no crash.
>
> Certainly suspicious that we are both having the problem with K6-II...
> Hopefully a developer will look into that!
>
> I installed to another 8.04 machine (not K6, is a Celeron 800, works without
> a problem there)
>
> Note that getdeb.net has 2.6.3 also, but only for Intrepid (8.10).
>
> Thanks!
>
>   
Is building from source an option?

To Claus, make sure you have the gegl-devel and babl-devel packages 
installed, unless you want to build those from source as well.

Peace...

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


[Gimp-user] How to update GIMP in Ubuntu?

2008-12-27 Thread Mike B.

>Do you probably know if there is an option/possibility to
>compile Gimp 2.6 for an older CPU architecture (AMD K6 II).
>I'm having Ubuntu 8.10 installed, but Gimp 2.6 crashed
>each time I tried some color adjustment/filters. Someone
>on the list suggested that it might have to do with my
>outdated CPU. As a temporary solution, I installed Gimp 2.4.7
>from a .deb file (as well as 'gimp-data' and 'libgimp').
>Could it be that my problems are due to an improper installed
>babl and gegl? I tried to compile 2.6 and got an error message
>during ./configure that both gegl and babl were missing, although
>according to Synaptic, they are both installed.
>
>TIA,
>
>Claus
>

Have you found a solution to this? I'm having a similar problem. I upgraded
to GIMP 2.6.2 on Hardy (8.04), on a K6 II machine. Binaries and libraries were
obtained from getdeb.net (http://www.getdeb.net/app/Gimp), and installed with
these directions:

sudo apt-get remove gimp gimp-data

Download and save all five GIMP packages from GetDeb. Double-click on the
packages to install them, in this order:

1. libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb
2. libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb
3. libgimp2.0_2.6.2-1~getdeb1_i386.deb
4. gimp-data_2.6.2-1~getdeb1_all.deb
5. gimp_2.6.2-1~getdeb1_i386.deb

2.6.2 seemed to work, until I tried to change brightness or contrast, then it
crashed. If the Preview box is unchecked, no crash.

Certainly suspicious that we are both having the problem with K6-II...
Hopefully a developer will look into that!

I installed to another 8.04 machine (not K6, is a Celeron 800, works without
a problem there)

Note that getdeb.net has 2.6.3 also, but only for Intrepid (8.10).

Thanks!

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


Re: [Gimp-user] How to update GIMP in Ubuntu? (P.S.)

2008-12-18 Thread Claus Cyrny
Claus Cyrny wrote:

> Meanwhile I performed an upgrade to 2.6 via Synaptic (including 
> 'gimp-data' and 'libgimp') and selected 'libbabl-dev' in addition

I selected gegl as well.

Claus

-- 
Claus Cyrny : Webdesign |  Grafik | Fotografie
:: Web: http://home.arcor.de/ccyrny/ ::.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-18 Thread Claus Cyrny
David Gowers wrote:
> On Thu, Dec 18, 2008 at 4:01 AM, Claus Cyrny  wrote:
>> Hi Akkana,
>>
>> Akkana Peck wrote:
>>
>>> I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
>>> You don't need the whole gtk+ chain -- the ones installed on 8.04
>>> are fine. You do need babl and gegl and there are a couple minor
>>> gotchas there.
>>>
>>> I have the complete list of packages you'll need here:
>>> http://shallowsky.com/linux/gimpbuild.html
>> Do you probably know if there is an option/possibility to
>> compile Gimp 2.6 for an older CPU architecture (AMD K6 II).
>> I'm having Ubuntu 8.10 installed, but Gimp 2.6 crashed
>> each time I tried some color adjustment/filters. Someone
>> on the list suggested that it might have to do with my
>> outdated CPU. As a temporary solution, I installed Gimp 2.4.7
>> from a .deb file (as well as 'gimp-data' and 'libgimp').
>> Could it be that my problems are due to an improper installed
>> babl and gegl? I tried to compile 2.6 and got an error message
>> during ./configure that both gegl and babl were missing, although
>> according to Synaptic, they are both installed.
> 
> Did you install the -dev packages? Failing to do so is the usual cause
> of such troubles.
> 

Meanwhile I performed an upgrade to 2.6 via Synaptic (including 
'gimp-data' and 'libgimp') and selected 'libbabl-dev' in addition
(there's no 'gegl-dev' available among the Ubuntu packages). Still,
Gimp crashes, and I am getting the following error message in the shell:

(script-fu:5477): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Illegal instruction

How can I fix this?

TIA,

Claus

-- 
Claus Cyrny : Webdesign |  Grafik | Fotografie
:: Web: http://home.arcor.de/ccyrny/ ::.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-17 Thread David Gowers
On Thu, Dec 18, 2008 at 4:01 AM, Claus Cyrny  wrote:
> Hi Akkana,
>
> Akkana Peck wrote:
>
>> I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
>> You don't need the whole gtk+ chain -- the ones installed on 8.04
>> are fine. You do need babl and gegl and there are a couple minor
>> gotchas there.
>>
>> I have the complete list of packages you'll need here:
>> http://shallowsky.com/linux/gimpbuild.html
>
> Do you probably know if there is an option/possibility to
> compile Gimp 2.6 for an older CPU architecture (AMD K6 II).
> I'm having Ubuntu 8.10 installed, but Gimp 2.6 crashed
> each time I tried some color adjustment/filters. Someone
> on the list suggested that it might have to do with my
> outdated CPU. As a temporary solution, I installed Gimp 2.4.7
> from a .deb file (as well as 'gimp-data' and 'libgimp').
> Could it be that my problems are due to an improper installed
> babl and gegl? I tried to compile 2.6 and got an error message
> during ./configure that both gegl and babl were missing, although
> according to Synaptic, they are both installed.

Did you install the -dev packages? Failing to do so is the usual cause
of such troubles.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-17 Thread Claus Cyrny
Hi Akkana,

Akkana Peck wrote:

> I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
> You don't need the whole gtk+ chain -- the ones installed on 8.04
> are fine. You do need babl and gegl and there are a couple minor
> gotchas there.
> 
> I have the complete list of packages you'll need here:
> http://shallowsky.com/linux/gimpbuild.html

Do you probably know if there is an option/possibility to
compile Gimp 2.6 for an older CPU architecture (AMD K6 II).
I'm having Ubuntu 8.10 installed, but Gimp 2.6 crashed
each time I tried some color adjustment/filters. Someone
on the list suggested that it might have to do with my
outdated CPU. As a temporary solution, I installed Gimp 2.4.7
from a .deb file (as well as 'gimp-data' and 'libgimp').
Could it be that my problems are due to an improper installed
babl and gegl? I tried to compile 2.6 and got an error message
during ./configure that both gegl and babl were missing, although
according to Synaptic, they are both installed.

TIA,

Claus

-- 
Claus Cyrny : Webdesign |  Grafik | Fotografie
:: Web: http://home.arcor.de/ccyrny/ ::.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-17 Thread Leonard Evens
On Tue, 2008-12-16 at 19:16 -0800, Akkana Peck wrote:
> > > How do I upgrade to v 2.6.x of Gimp on Ubuntu?
> > 
> > I don't think you are going to be able to do this.
> > 
> > To do so requires a number of updated libraries, glib,gtk, babl and
> > gegl are 4 off the top of my head and I am pretty sure the 8.04
> > repositories wont hold these.
> > 
> > You can do it by building your own libraries from the sources, but I
> > guess you don't want to do that
> 
> I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
> You don't need the whole gtk+ chain -- the ones installed on 8.04
> are fine. You do need babl and gegl and there are a couple minor
> gotchas there.
> 
> I have the complete list of packages you'll need here:
> http://shallowsky.com/linux/gimpbuild.html
> 
>   ...Akkana
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

I mainly work  under Fedora 9, which recently upgraded to gimp 2.6.3.
But I recently got a Dell laptop with Ubuntu 8.04 installed.  I believe
it is 8.04 LTS.

I'm new to ubuntu, so I wonder if you could enlighten me about its
update policy.

If I understand how ubuntu does things, which is highly uncertain,
regular releases only receive upgrades to packages for 6 months until
the next release, but the LTS releases receive upgrades for packages for
three years.  Is that correct?   If so, can I expect gimp to be upgraded
in the near future?  I've compiled gimp from source before on several
occasions, and the help you provided will make that easier, but I would
rather not bother, since the laptop is a secondary machine for me.
-- 
Leonard Evens 
Mathematics Department, Northwestern University

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


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-17 Thread Frantz de Germain
Le Tue, 16 Dec 2008 19:16:28 -0800
Akkana Peck  écrivait:

(...)
> I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
> You don't need the whole gtk+ chain -- the ones installed on 8.04
> are fine. You do need babl and gegl and there are a couple minor
> gotchas there.
> 
> I have the complete list of packages you'll need here:
> http://shallowsky.com/linux/gimpbuild.html


Thanks for the link. It worked for me :-)

Regards.

-- 
Frantz de Germain
http://librephoto.net/
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-16 Thread Akkana Peck
> > How do I upgrade to v 2.6.x of Gimp on Ubuntu?
> 
> I don't think you are going to be able to do this.
> 
> To do so requires a number of updated libraries, glib,gtk, babl and
> gegl are 4 off the top of my head and I am pretty sure the 8.04
> repositories wont hold these.
> 
> You can do it by building your own libraries from the sources, but I
> guess you don't want to do that

I'm building GIMP 2.6 on Ubuntu 8.04 and it's really no big deal.
You don't need the whole gtk+ chain -- the ones installed on 8.04
are fine. You do need babl and gegl and there are a couple minor
gotchas there.

I have the complete list of packages you'll need here:
http://shallowsky.com/linux/gimpbuild.html

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


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-15 Thread Dave 77459
Thank you everyone for your ideas.  I ended up upgrading to Ubuntu 8.1,
which automagically upgraded me to Gimp 2.6.1.  I'll now investigate how to
make the incremental upgrade to 2.6.3 or whatever.

As an aside, I had been running 8.04 LTS.  I didn't realize that the "LTS"
variants would not offer an upgrade to non-LTS versions.  That's why one
computer was running 8.10 but this one was running 8.04.

I do enjoy the 2.6.x flavors of GIMP, despite the shift in interface
paradigms.  I know it is a small thing, but my favorite improvement is the
diagonal line that shows in the curves dialog.  It really does help to let
me know how radical my changes are.  It's such a small thing, but I
appreciate it every day.

Thanks again for your insight and help.

Dave


On Mon, Dec 15, 2008 at 2:17 AM, Claus Cyrny  wrote:

> Hi Dave,
>
> Owen wrote:
>
>> I am running Ubuntu Linux v8.04.  I love Gimp 2.6 on Windows, but am
>>> using
>>> only version 2.4.5 on Ubuntu.
>>>
>>> How do I upgrade to v 2.6.x of Gimp on Ubuntu?
>>>
>>
>>
>>
>> I don't think you are going to be able to do this.
>>
>> To do so requires a number of updated libraries, glib,gtk, babl and
>> gegl are 4 off the top of my head and I am pretty sure the 8.04
>> repositories wont hold these.
>>
>> You can do it by building your own libraries from the sources, but I
>> guess you don't want to do that
>>
>
> As an afterthought to my private email, I think I agree with that.
> There are simply too many additional libraries to update, not just
> 'gimp-data' and 'libgimp'. I only kept my /home partition from Ubuntu
> 8.04 and did a complete new install of Ubuntu 8.10.
>
>
> HTH,
>
> Claus
>
> --
> Claus Cyrny : Webdesign |  Grafik | Fotografie
> :: Web: http://home.arcor.de/ccyrny/ ::.
>
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-15 Thread Claus Cyrny
Hi Dave,

Owen wrote:
>> I am running Ubuntu Linux v8.04.  I love Gimp 2.6 on Windows, but am
>> using
>> only version 2.4.5 on Ubuntu.
>>
>> How do I upgrade to v 2.6.x of Gimp on Ubuntu?
> 
> 
> 
> I don't think you are going to be able to do this.
> 
> To do so requires a number of updated libraries, glib,gtk, babl and
> gegl are 4 off the top of my head and I am pretty sure the 8.04
> repositories wont hold these.
> 
> You can do it by building your own libraries from the sources, but I
> guess you don't want to do that

As an afterthought to my private email, I think I agree with that.
There are simply too many additional libraries to update, not just
'gimp-data' and 'libgimp'. I only kept my /home partition from Ubuntu
8.04 and did a complete new install of Ubuntu 8.10.

HTH,

Claus

-- 
Claus Cyrny : Webdesign |  Grafik | Fotografie
:: Web: http://home.arcor.de/ccyrny/ ::.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-14 Thread Owen
> I am running Ubuntu Linux v8.04.  I love Gimp 2.6 on Windows, but am
> using
> only version 2.4.5 on Ubuntu.
>
> How do I upgrade to v 2.6.x of Gimp on Ubuntu?



I don't think you are going to be able to do this.

To do so requires a number of updated libraries, glib,gtk, babl and
gegl are 4 off the top of my head and I am pretty sure the 8.04
repositories wont hold these.

You can do it by building your own libraries from the sources, but I
guess you don't want to do that

So the only way out is to upgrade to 8.10. I understand that you can
upgrade 8.04 with 8.10. but I have not tried that.

Or use a live 8.10 (or similiar) CD



Owen



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


[Gimp-user] How to update GIMP in Ubuntu?

2008-12-14 Thread Dave 77459
I am running Ubuntu Linux v8.04.  I love Gimp 2.6 on Windows, but am using
only version 2.4.5 on Ubuntu.

How do I upgrade to v 2.6.x of Gimp on Ubuntu?

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