Carlo Stemberger | 30 Mar 2012 13:43
Picon
Gravatar

Debian packaging

Hello,
the LeoCAD packaging for Debian is currently blocked by some issues.

Could you look at this[1] discussion, please?

Thank you!

Carlo

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553311#79

--

-- 
  .'  `.   | Registered Linux User #443882
  |a_a  |  | http://counter.li.org/                      .''`.
  \<_)__/  +---                                         : :'  :
  /(   )\                                          ---+ `. `'`
|\`>  <  /\                  Registered Debian User #9 |   `-
\_|=='|_/       http://debiancounter.altervista.org/ |
Leonardo Zide | 30 Mar 2012 18:27
Picon

Re: Debian packaging


  The LeoCAD pieces library is compiled from the LDraw library but optimized for faster rendering. It's currently built using the LeoCAD GUI (File->Pieces Library Manager->Import Folder) but I can add a command line option or separate utility that can generate it from the command line if you really need it.

  Also, please use one of the svn tags or the source tgz file for building, the svn trunk isn't always the best option.



On Fri, Mar 30, 2012 at 4:43 AM, Carlo Stemberger <carlo.stemberger-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hello,
the LeoCAD packaging for Debian is currently blocked by some issues.

Could you look at this[1] discussion, please?

Thank you!

Carlo


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553311#79

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/                      .''`.
 \<_)__/  +---                                         : :'  :
 /(   )\                                          ---+ `. `'`
|\`>  <  /\                  Registered Debian User #9 |   `-
\_|=='|_/       http://debiancounter.altervista.org/ |

_______________________________________________
Leocad mailing list
Leocad-KBwQgg6FT4uIDo7VEyMWhg@public.gmane.orgorg
https://list.gerf.org/listinfo/leocad

_______________________________________________
Leocad mailing list
Leocad@...
https://list.gerf.org/listinfo/leocad
David Paleino | 30 Mar 2012 18:44
Picon
Gravatar

Bug#553311: Debian packaging

Hello,

2012/3/30 Leonardo Zide <leozide <at> gmail.com>:
>
> The LeoCAD pieces library is compiled from the LDraw library but optimized
> for faster rendering. It's currently built using the LeoCAD GUI
> (File->Pieces Library Manager->Import Folder) but I can add a command line
> option or separate utility that can generate it from the command line if you
> really need it.

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

> Also, please use one of the svn tags or the source tgz file for building,
> the svn trunk isn't always the best option.

Ok, do you have suggestions? :)

Kindly,
David

Leonardo Zide | 3 Apr 2012 01:29
Picon

Re: Bug#553311: Debian packaging

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I'm working on adding a command line option to build the library so you'll be able to call it from a script.
 
> Also, please use one of the svn tags or the source tgz file for building,
> the svn trunk isn't always the best option.

Ok, do you have suggestions? :)

  Currently the latest version is /tags/leocad-0.76 in svn, which matches the source file on the website leocad-0.76-src.tgz. 

Leonardo

_______________________________________________
Leocad mailing list
Leocad@...
https://list.gerf.org/listinfo/leocad
Leonardo Zide | 3 Apr 2012 01:29
Picon

Bug#553311: Debian packaging

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I'm working on adding a command line option to build the library so you'll be able to call it from a script.
 
> Also, please use one of the svn tags or the source tgz file for building,
> the svn trunk isn't always the best option.

Ok, do you have suggestions? :)

  Currently the latest version is /tags/leocad-0.76 in svn, which matches the source file on the website leocad-0.76-src.tgz. 

Leonardo

Leonardo Zide | 3 Apr 2012 01:29
Picon

Bug#553311: Debian packaging

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I'm working on adding a command line option to build the library so you'll be able to call it from a script.
 
> Also, please use one of the svn tags or the source tgz file for building,
> the svn trunk isn't always the best option.

Ok, do you have suggestions? :)

  Currently the latest version is /tags/leocad-0.76 in svn, which matches the source file on the website leocad-0.76-src.tgz. 

Leonardo

Leonardo Zide | 10 Apr 2012 00:03
Picon

Re: Bug#553311: Debian packaging

On Fri, Mar 30, 2012 at 9:44 AM, David Paleino <d.paleino <at> gmail.com> wrote:
> The LeoCAD pieces library is compiled from the LDraw library but optimized
> for faster rendering. It's currently built using the LeoCAD GUI
> (File->Pieces Library Manager->Import Folder) but I can add a command line
> option or separate utility that can generate it from the command line if you
> really need it.

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I've added a new command line option to convert LDraw files, if you run something like "leocad --convert /home/david/ldraw/parts/ /home/david/leocad/" it will convert all LDraw parts from the first directory and save a new LeoCAD library in the second directory.

  You can get the source from either svn http://svn.leocad.org/tags/leocad-0.76.2/ or leocad-0.76.2-src.tgz from http://code.google.com/p/leocad

  Let me know if you run into any problems.

_______________________________________________
Leocad mailing list
Leocad@...
https://list.gerf.org/listinfo/leocad
Leonardo Zide | 10 Apr 2012 00:03
Picon

Bug#553311: Debian packaging

On Fri, Mar 30, 2012 at 9:44 AM, David Paleino <d.paleino <at> gmail.com> wrote:
> The LeoCAD pieces library is compiled from the LDraw library but optimized
> for faster rendering. It's currently built using the LeoCAD GUI
> (File->Pieces Library Manager->Import Folder) but I can add a command line
> option or separate utility that can generate it from the command line if you
> really need it.

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I've added a new command line option to convert LDraw files, if you run something like "leocad --convert /home/david/ldraw/parts/ /home/david/leocad/" it will convert all LDraw parts from the first directory and save a new LeoCAD library in the second directory.

  You can get the source from either svn http://svn.leocad.org/tags/leocad-0.76.2/ or leocad-0.76.2-src.tgz from http://code.google.com/p/leocad

  Let me know if you run into any problems.

Leonardo Zide | 10 Apr 2012 00:03
Picon

Bug#553311: Debian packaging

On Fri, Mar 30, 2012 at 9:44 AM, David Paleino <d.paleino <at> gmail.com> wrote:
> The LeoCAD pieces library is compiled from the LDraw library but optimized
> for faster rendering. It's currently built using the LeoCAD GUI
> (File->Pieces Library Manager->Import Folder) but I can add a command line
> option or separate utility that can generate it from the command line if you
> really need it.

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

  I've added a new command line option to convert LDraw files, if you run something like "leocad --convert /home/david/ldraw/parts/ /home/david/leocad/" it will convert all LDraw parts from the first directory and save a new LeoCAD library in the second directory.

  You can get the source from either svn http://svn.leocad.org/tags/leocad-0.76.2/ or leocad-0.76.2-src.tgz from http://code.google.com/p/leocad

  Let me know if you run into any problems.

David Paleino | 30 Mar 2012 18:44
Picon
Gravatar

Bug#553311: Debian packaging

Hello,

2012/3/30 Leonardo Zide <leozide <at> gmail.com>:
>
> The LeoCAD pieces library is compiled from the LDraw library but optimized
> for faster rendering. It's currently built using the LeoCAD GUI
> (File->Pieces Library Manager->Import Folder) but I can add a command line
> option or separate utility that can generate it from the command line if you
> really need it.

Yes, please. A separate utility would be best. Consider that the build
would need to be scriptable.

> Also, please use one of the svn tags or the source tgz file for building,
> the svn trunk isn't always the best option.

Ok, do you have suggestions? :)

Kindly,
David

Leonardo Zide | 30 Mar 2012 18:27
Picon

Bug#553311: Debian packaging


  The LeoCAD pieces library is compiled from the LDraw library but optimized for faster rendering. It's currently built using the LeoCAD GUI (File->Pieces Library Manager->Import Folder) but I can add a command line option or separate utility that can generate it from the command line if you really need it.

  Also, please use one of the svn tags or the source tgz file for building, the svn trunk isn't always the best option.



On Fri, Mar 30, 2012 at 4:43 AM, Carlo Stemberger <carlo.stemberger <at> gmail.com> wrote:
Hello,
the LeoCAD packaging for Debian is currently blocked by some issues.

Could you look at this[1] discussion, please?

Thank you!

Carlo


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553311#79

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/                      .''`.
 \<_)__/  +---                                         : :'  :
 /(   )\                                          ---+ `. `'`
|\`>  <  /\                  Registered Debian User #9 |   `-
\_|=='|_/       http://debiancounter.altervista.org/ |

_______________________________________________
Leocad mailing list
Leocad <at> list.gerf.org
https://list.gerf.org/listinfo/leocad

Leonardo Zide | 30 Mar 2012 18:27
Picon

Bug#553311: Debian packaging


  The LeoCAD pieces library is compiled from the LDraw library but optimized for faster rendering. It's currently built using the LeoCAD GUI (File->Pieces Library Manager->Import Folder) but I can add a command line option or separate utility that can generate it from the command line if you really need it.

  Also, please use one of the svn tags or the source tgz file for building, the svn trunk isn't always the best option.



On Fri, Mar 30, 2012 at 4:43 AM, Carlo Stemberger <carlo.stemberger <at> gmail.com> wrote:
Hello,
the LeoCAD packaging for Debian is currently blocked by some issues.

Could you look at this[1] discussion, please?

Thank you!

Carlo


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553311#79

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/                      .''`.
 \<_)__/  +---                                         : :'  :
 /(   )\                                          ---+ `. `'`
|\`>  <  /\                  Registered Debian User #9 |   `-
\_|=='|_/       http://debiancounter.altervista.org/ |

_______________________________________________
Leocad mailing list
Leocad <at> list.gerf.org
https://list.gerf.org/listinfo/leocad


Gmane