[E-devel] CVS dependency on etk

2009-05-08 Thread Rodrigo Belem
Hi all,

I was building etk so I saw that etk depends on cvs. This dependency
comes from autopoint that lives in autogen.sh.

rodr...@sculptor:/tmp/etk$ ./autogen.sh
Running autopoint...
autopoint: *** cvs program not found
autopoint: *** Stop.

Is it right? Do we need this?



Rodrigo Belem.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Rodrigo Belem schrieb:
 Hi all,

 I was building etk so I saw that etk depends on cvs. This dependency
 comes from autopoint that lives in autogen.sh.

 rodr...@sculptor:/tmp/etk$ ./autogen.sh
 Running autopoint...
 autopoint: *** cvs program not found
 autopoint: *** Stop.

 Is it right? Do we need this?

   
Yes, autopoint has cvs as dep. And yes we need autopoint. At least I 
don't know a better way to setup gettext support. And it isn't a hard 
limitation, on the long run -- once e17 is released -- only packagers 
and developers need it.

Regards Peter

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Christopher Michael
Yes, that is correct. E17 itself also requires cvs due to the autopoint 
crap.

dh

Rodrigo Belem wrote:
 Hi all,
 
 I was building etk so I saw that etk depends on cvs. This dependency
 comes from autopoint that lives in autogen.sh.
 
 rodr...@sculptor:/tmp/etk$ ./autogen.sh
 Running autopoint...
 autopoint: *** cvs program not found
 autopoint: *** Stop.
 
 Is it right? Do we need this?
 
 
 
 Rodrigo Belem.
 


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Albin Tonnerre
On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote :
 Rodrigo Belem schrieb:
  Hi all,

  I was building etk so I saw that etk depends on cvs. This dependency
  comes from autopoint that lives in autogen.sh.

So do all the core EFL, too

  rodr...@sculptor:/tmp/etk$ ./autogen.sh
  Running autopoint...
  autopoint: *** cvs program not found
  autopoint: *** Stop.

  Is it right? Do we need this?

I wouldn't say it's ``right'', as gettext should arguably be depending on cvs.
You can see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506022#17 and the
related discussion for further information.

 Yes, autopoint has cvs as dep. And yes we need autopoint. At least I 
 don't know a better way to setup gettext support. And it isn't a hard 
 limitation, on the long run -- once e17 is released -- only packagers 
 and developers need it.

Packagers shouldn't even need it. Ideally, packages should be created using
release tarballs, which are produced by make dist, and as a consequence one
wouldn't need cvs (nor autopoint, for that matter) as ./autogen.sh has already
been run

Regards,
-- 
Albin Tonnerre


signature.asc
Description: Digital signature
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Peter Wehrfritz schrieb:
 Rodrigo Belem schrieb:
   
 Hi all,

 I was building etk so I saw that etk depends on cvs. This dependency
 comes from autopoint that lives in autogen.sh.

 rodr...@sculptor:/tmp/etk$ ./autogen.sh
 Running autopoint...
 autopoint: *** cvs program not found
 autopoint: *** Stop.

 Is it right? Do we need this?

   
 
 Yes, autopoint has cvs as dep. And yes we need autopoint. At least I 
 don't know a better way to setup gettext support. And it isn't a hard 
 limitation, on the long run -- once e17 is released -- only packagers 
 and developers need it.
   

Replace e17 here with etk or any other app/lib relying on autpoint/gettext.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Albin Tonnerre schrieb:
 On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote :
   
 Rodrigo Belem schrieb:
 
 Hi all,
   

   
 I was building etk so I saw that etk depends on cvs. This dependency
 comes from autopoint that lives in autogen.sh.
   

 So do all the core EFL, too

   
 rodr...@sculptor:/tmp/etk$ ./autogen.sh
 Running autopoint...
 autopoint: *** cvs program not found
 autopoint: *** Stop.
   

   
 Is it right? Do we need this?
   

 I wouldn't say it's ``right'', as gettext should arguably be depending on cvs.
 You can see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506022#17 and the
 related discussion for further information.

   
 Yes, autopoint has cvs as dep. And yes we need autopoint. At least I 
 don't know a better way to setup gettext support. And it isn't a hard 
 limitation, on the long run -- once e17 is released -- only packagers 
 and developers need it.
 

 Packagers shouldn't even need it. Ideally, packages should be created using
 release tarballs, which are produced by make dist, and as a consequence one
 wouldn't need cvs (nor autopoint, for that matter) as ./autogen.sh has already
 been run
   

Indeed, so only the devs have to worry about it. :)


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread The Rasterman
On Sat, 09 May 2009 02:27:28 +0200 Peter Wehrfritz peter.wehrfr...@web.de
said:

 Rodrigo Belem schrieb:
  Hi all,
 
  I was building etk so I saw that etk depends on cvs. This dependency
  comes from autopoint that lives in autogen.sh.
 
  rodr...@sculptor:/tmp/etk$ ./autogen.sh
  Running autopoint...
  autopoint: *** cvs program not found
  autopoint: *** Stop.
 
  Is it right? Do we need this?
 

 Yes, autopoint has cvs as dep. And yes we need autopoint. At least I 
 don't know a better way to setup gettext support. And it isn't a hard 
 limitation, on the long run -- once e17 is released -- only packagers 
 and developers need it.

feel free to tell the autopoint developers :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Rodrigo Belem
On Fri, May 8, 2009 at 8:38 PM, Albin Tonnerre albin.tonne...@gmail.com wrote:
 On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote :
 Yes, autopoint has cvs as dep. And yes we need autopoint. At least I
 don't know a better way to setup gettext support. And it isn't a hard
 limitation, on the long run -- once e17 is released -- only packagers
 and developers need it.

 Packagers shouldn't even need it. Ideally, packages should be created using
 release tarballs, which are produced by make dist, and as a consequence one
 wouldn't need cvs (nor autopoint, for that matter) as ./autogen.sh has already
 been run


So I will add cvs to Build-Dependency because of DEB_CONFIGURE_SCRIPT
:= ./autogen.sh

Thanks all :-)

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel