Small reorganisation in examples/

View: New views
4 Messages — Rating Filter:   Alert me  

Small reorganisation in examples/

by Sam Hocevar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

   I would like to perform some minor reorganisation in the examples/
directory in order to reduce the depth of subdirectories. More
specifically, I would like to rename the following directories:

    examples/DevIlExamples/SimpleExample
    examples/FFmpegExamples/FFmpegPlayer
    examples/FreeGlutExamples/One
    examples/LuaExamples/Functions
    examples/LuaExamples/Simple
    examples/OdeExamples/Basic
    examples/PhysFsExamples/Simple

   Into:

    examples/DevIlExamples
    examples/FFmpegPlayer
    examples/FreeGlutExamples
    examples/LuaFunctions
    examples/LuaSimple
    examples/OdeExamples
    examples/PhysFsExamples

   The main reason is that it makes things slightly easier for the
autotools build system and it will let me factor a lot of things. Does
anyone object, or have comments?

Cheers,
--
Sam.
_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list

Re: Small reorganisation in examples/

by David_Hudson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Sam,

Thanks again for working on the autotools build and getting TaoFramework
into Debian.

As far as the two requests go, I think both are fine. Let me know what
date/time you will change the examples so that I can adjust the VS2005 and
NAnt files accordingly. The directory structure annoyed me as well, so it
is a welcome change.

Regarding the Debian-centric autotools build, I do not think that should
really be a problem. I think it is fine to change the casing to make it
more consistent. The main focus is that Tao has a robust autotools build.
Since Debian is used as a basis for a lot of distros, the Debian-centric
build would be easy to port. Even RPM based ones could use parts of the
build as we have seen.

Also, I use Debian :-), so I can make sure that all the builds (Windows,
Debian and OSX) work.

BTW, Cg is part of Debian, granted it is in contrib.

Dave

tao-list-bounces@... wrote on 02/18/2008 06:43:51 AM:

> On Wed, Jan 09, 2008, Andrew Jorgensen wrote:
>
> > First, debian renames or replaces the .pc files to lowercase.  Is this
> > desirable?  It seems that whatever we do out to be consistent across
> > distros or the .pc files are useless to developers wanting to use them.
>
>    I suggested this naming convention to the Tao developers for
> consistency with other .pc files (http://www.taoframework.com/node/432).
> Out of the 218 .pc files I have on my system, only two (OpenEXR.pc and
> SDL_Pango.pc) use uppercase characters.
>
> > Third, Cg and Glfw are not packaged at all.  Presumably because the
> > native libraries are not available in debian?
>
>    Yes, exactly.
>
> > Right now our package is based on the debian work.
>
>    I just started to check in native (ie. Prebuild-free) autotools
> support in the Tao SVN. As most of my experience is with Debian, I may
> have done a few things too Debian-centric, so please let me know of
> anything that might be annoying for the SUSE packaging.
>
> Cheers,
> --
> Sam.
> _______

tao-list-bounces@... wrote on 02/18/2008 08:22:58 AM:

>    I would like to perform some minor reorganisation in the examples/
> directory in order to reduce the depth of subdirectories. More
> specifically, I would like to rename the following directories:
>
>     examples/DevIlExamples/SimpleExample
>     examples/FFmpegExamples/FFmpegPlayer
>     examples/FreeGlutExamples/One
>     examples/LuaExamples/Functions
>     examples/LuaExamples/Simple
>     examples/OdeExamples/Basic
>     examples/PhysFsExamples/Simple
>
>    Into:
>
>     examples/DevIlExamples
>     examples/FFmpegPlayer
>     examples/FreeGlutExamples
>     examples/LuaFunctions
>     examples/LuaSimple
>     examples/OdeExamples
>     examples/PhysFsExamples
>
>    The main reason is that it makes things slightly easier for the
> autotools build system and it will let me factor a lot of things. Does
> anyone object, or have comments?
>
> Cheers,
> --
> Sam.
> _______________________________________________
> Tao-list mailing list
> Tao-list@...
> http://galactus.ximian.com/mailman/listinfo/tao-list

_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list

Re: Small reorganisation in examples/

by David_Hudson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One more thing, I think

examples/FFmpegExamples/FFmpegPlayer

should become

examples/FFmpegExamples

not

examples/FFmpegPlayer

Dave

tao-list-bounces@... wrote on 02/18/2008 08:22:58 AM:

>    I would like to perform some minor reorganisation in the examples/
> directory in order to reduce the depth of subdirectories. More
> specifically, I would like to rename the following directories:
>
>     examples/DevIlExamples/SimpleExample
>     examples/FFmpegExamples/FFmpegPlayer
>     examples/FreeGlutExamples/One
>     examples/LuaExamples/Functions
>     examples/LuaExamples/Simple
>     examples/OdeExamples/Basic
>     examples/PhysFsExamples/Simple
>
>    Into:
>
>     examples/DevIlExamples
>     examples/FFmpegPlayer
>     examples/FreeGlutExamples
>     examples/LuaFunctions
>     examples/LuaSimple
>     examples/OdeExamples
>     examples/PhysFsExamples
>
>    The main reason is that it makes things slightly easier for the
> autotools build system and it will let me factor a lot of things. Does
> anyone object, or have comments?
>
> Cheers,
> --
> Sam.
> _______________________________________________
> Tao-list mailing list
> Tao-list@...
> http://galactus.ximian.com/mailman/listinfo/tao-list

_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list

Re: Small reorganisation in examples/

by David_Hudson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Sam,

Well, I had some extra time so I made the changes myself. I also updated
the NAnt and VS2005 project files. I'll leave the autotools files to you.
Thanks for all of he help. Let me know if any other changes are needed. We
should also move this conversation over to the forums. Very few people use
the mailing list anymore.

Dave

tao-list-bounces@... wrote on 02/18/2008 08:22:58 AM:

>    I would like to perform some minor reorganisation in the examples/
> directory in order to reduce the depth of subdirectories. More
> specifically, I would like to rename the following directories:
>
>     examples/DevIlExamples/SimpleExample
>     examples/FFmpegExamples/FFmpegPlayer
>     examples/FreeGlutExamples/One
>     examples/LuaExamples/Functions
>     examples/LuaExamples/Simple
>     examples/OdeExamples/Basic
>     examples/PhysFsExamples/Simple
>
>    Into:
>
>     examples/DevIlExamples
>     examples/FFmpegPlayer
>     examples/FreeGlutExamples
>     examples/LuaFunctions
>     examples/LuaSimple
>     examples/OdeExamples
>     examples/PhysFsExamples
>
>    The main reason is that it makes things slightly easier for the
> autotools build system and it will let me factor a lot of things. Does
> anyone object, or have comments?
>
> Cheers,
> --
> Sam.
> _______________________________________________
> Tao-list mailing list
> Tao-list@...
> http://galactus.ximian.com/mailman/listinfo/tao-list

_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list