Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Schumacher
Von: [EMAIL PROTECTED]

 It seems that the make scripts are incompleter somehow and are not  
 cleaning up properly.

There are other clean-targets. For example, maintainer-clean.


HTH,
Michael
-- 
Feel free - 5 GB Mailbox, 50 FreeSMS/Monat ...
Jetzt GMX ProMail testen: www.gmx.net/de/go/mailfooter/promail-out
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] prefix issues

2007-02-27 Thread gg
On Tue, 27 Feb 2007 22:04:54 +0100, Sven Neumann [EMAIL PROTECTED] wrote:

 Hi,

 On Tue, 2007-02-27 at 12:05 +0100, [EMAIL PROTECTED] wrote:

 I am having a lot of trouble getting a clean install from snv.

 I specified --prefix=/opt/gimp

 make[2]: Entering directory `/svn/gimp/libgimpconfig'
 test -z /opt/gimp/lib || mkdir -p -- /opt/gimp/lib
   /bin/sh ../libtool --mode=install /usr/bin/install -c
 'libgimpconfig-2.0.la' '/opt/gimp/lib/libgimpconfig-2.0.la'
 libtool: install: error: cannot install `libgimpconfig-2.0.la' to a
 directory not ending in /opt/lib
 make[2]: *** [install-libLTLIBRARIES] Error 1


 I did a previous build with --prefix=/opt which was not what I required.

 You need to 'make maintainer-clean' after changing the prefix.


 Sven




Thanks for your explaination. This is what I gathered from Alexandre's  
post but I got a msg saying that target did not exist :?


bash-3.2#make maintainer-clean
make: *** No rule to make target `maintainer-clean'.  Stop.

I have resolved the immediate problem by deleting everything in sight  
including the source and starting over again.

When I can spare the computer next I will try 'make maintainer-clean'  
again, now it is all installed.

I'd prefer to do this cleanly rather than having to resort to shotgun  
deletions.

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


Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Natterer
On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote:

 Thanks for your explaination. This is what I gathered from Alexandre's  
 post but I got a msg saying that target did not exist :?

you don't have make maintainer-clean because at some point
after you said ./autogen.sh, you did ./configure without
passing --enable-maintainer-mode. autogen.sh passes that
automatically for you.

ciao,
--mitch

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


Re: [Gimp-developer] prefix issues

2007-02-27 Thread Marco Ciampa
On Tue, Feb 27, 2007 at 11:16:43PM +0100, Michael Natterer wrote:
 On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote:
 
  Thanks for your explaination. This is what I gathered from Alexandre's  
  post but I got a msg saying that target did not exist :?
 
 you don't have make maintainer-clean because at some point
 after you said ./autogen.sh, you did ./configure without
 passing --enable-maintainer-mode. autogen.sh passes that
 automatically for you.
 
Newbie questions: 

- are there any other mantainer options to know of?
- are those options generated automatically by normal automake/autoconf
  nowadays gnu programs or are those a gimp only convention?
- documentation links?

TIA

-- 

Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Enhancement Proposal: Add a temporary magnifier

2007-02-27 Thread Jakub Steiner
Hi Gimpers,
allow me to join the brainstorm. As the loupe tool seems to be most
useful for making pixel-perfect selections while retaining a global view
on the image, what if the selection tools provided that functionality?

When creating or resizing selections, the loupe would show up after
holding the mouse button for a certain amount of time, automatically.
Alternatively it could be a checkbox in the tool's preferences. 

I also believe the preview is more useful being rectangular rather than
round.

cheers

-- 
Jakub Steiner [EMAIL PROTECTED]

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


Re: [Gimp-developer] LGM - goint to, and GIMP presentation

2007-02-27 Thread Jakub Steiner
On Mon, 2007-02-26 at 23:50 -0300, Joao S. O. Bueno Calligaris wrote:
 GIMP presentation at LGM -
 
 Hi people -
 
 LGM guys are asking for a GIMP presentation at the Libre Graphics 
 Meeting. Something to show off GIMP's capabilities, new features in 
 the 2.4 version, and plans for the future.
 
 The other big projects there will feature such a presentation (more or 
 less like Andyfitsz's presentation last year, sans the bugs)
 
 christoph usage is of utmost importance; we expect many graphics 
 pros who haven't even heard of FLOSS
 
 So, if anyone wants to present such a lecture, please step ahead -
 
 Just remembering you that Pippin will already present something about 
 the achievements and other dark magic in GEGL.

Hi Joao,
I wouldn't mind showing off the hard work of other people :). Some
photo-related things that come to my mind:

  * Linux input device support - wacom(pressure) + powermate(brush
size). (Removing dust, dodging/burning)
  * Fullscreen photo editing, view customizations, demo of the new
transform tools. 
  * Perspective clone, (healing brush?).
  * If time allows, corrective perspective transform usually appeals
to people.

Color management would perhaps be nice to demo, but I'm not sure if
we'll going to be in demoable state.

cheers

-- 
Jakub Steiner [EMAIL PROTECTED]

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


Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Natterer
On Tue, 2007-02-27 at 23:44 +0100, Marco Ciampa wrote:
 On Tue, Feb 27, 2007 at 11:16:43PM +0100, Michael Natterer wrote:
  On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote:
  
   Thanks for your explaination. This is what I gathered from Alexandre's  
   post but I got a msg saying that target did not exist :?
  
  you don't have make maintainer-clean because at some point
  after you said ./autogen.sh, you did ./configure without
  passing --enable-maintainer-mode. autogen.sh passes that
  automatically for you.
  
 Newbie questions: 
 
 - are there any other mantainer options to know of?
 - are those options generated automatically by normal automake/autoconf
   nowadays gnu programs or are those a gimp only convention?
 - documentation links?

less autogen.sh

ciao,
--mitch

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


[Gimp-developer] gimpwin install

2007-02-27 Thread Joao S. O. Bueno Calligaris
Hi,

I, exceptionally, have a question reguarding the GIMP builds for 
windows:

How  hard would it be to create a .msi installer for gimp + gtk+, 
instead of the current zip files? 

It seems to be quite standard nowadays, and a couple high profile free 
software packages are uisng it.

I think that could be a nice surprise for win users.

regards,

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


Re: [Gimp-developer] prefix issues

2007-02-27 Thread Sven Neumann
Hi,

On Tue, 2007-02-27 at 23:44 +0100, Marco Ciampa wrote:

 - are those options generated automatically by normal automake/autoconf
   nowadays gnu programs or are those a gimp only convention?

These are standard and they are documented in the automake and autoconf
manuals.


Sven


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


[Gimp-developer] how to get the code of feather function?

2007-02-27 Thread zhang chi

I hope to know the feather algorithm for my research,so how to get the
feather funcion code?

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