From: Duilio J. P. <dp...@fc...> - 2005-07-02 22:12:31
Attachments:
libvisual-duilio-i18n.patch
|
Ok, here is the patch to fix i18n on libvisual core. Now ./autogen.sh script run autopoint (which is part of gettext package) instead of gettextize to generate all the initial i18n infrastructure. This way, we can remove all the .m4 macros from the repository, as well as many other small scripts. To check this thing - Fresh checkout. - Remove the 'm4' subdir entirely. - Remove from the 'po' subdir the following files: Makefile.in.in, Rules-quot, boldquot.sed, en@boldquot.header, en@quot.header, insert-header.sin, quot.sed, remove-potcdate.sed, remove-potcdate.sin (this files must be removed from the repository if the patch is accepted). - Apply the patch. - Run autogen.sh, configure, make, make install. I hope this works! I have tested on Fedora 3. Bye, Duilio. |
From: Dennis S. <sy...@yo...> - 2005-07-02 22:20:06
|
Alright, I am in the middle of something, I am going to check all this out tomorrow, thank you a lot! On Sat, 2005-07-02 at 19:11 -0300, Duilio J. Protti wrote: > Ok, here is the patch to fix i18n on libvisual core. Now ./autogen.sh > script run autopoint (which is part of gettext package) instead of > gettextize to generate all the initial i18n infrastructure. This way, we > can remove all the .m4 macros from the repository, as well as many other > small scripts. > > To check this thing > > - Fresh checkout. > - Remove the 'm4' subdir entirely. > - Remove from the 'po' subdir the following files: Makefile.in.in, > Rules-quot, boldquot.sed, en@boldquot.header, en@quot.header, > insert-header.sin, quot.sed, remove-potcdate.sed, remove-potcdate.sin > (this files must be removed from the repository if the patch is > accepted). > - Apply the patch. > - Run autogen.sh, configure, make, make install. > > > I hope this works! > I have tested on Fedora 3. > > > Bye, > Duilio. |
From: Dennis S. <sy...@yo...> - 2005-07-02 22:54:23
|
Ooh one more question, what about the glib stuff !?, is it included in gettext or what ? :) On Sat, 2005-07-02 at 19:11 -0300, Duilio J. Protti wrote: > Ok, here is the patch to fix i18n on libvisual core. Now ./autogen.sh > script run autopoint (which is part of gettext package) instead of > gettextize to generate all the initial i18n infrastructure. This way, we > can remove all the .m4 macros from the repository, as well as many other > small scripts. > > To check this thing > > - Fresh checkout. > - Remove the 'm4' subdir entirely. > - Remove from the 'po' subdir the following files: Makefile.in.in, > Rules-quot, boldquot.sed, en@boldquot.header, en@quot.header, > insert-header.sin, quot.sed, remove-potcdate.sed, remove-potcdate.sin > (this files must be removed from the repository if the patch is > accepted). > - Apply the patch. > - Run autogen.sh, configure, make, make install. > > > I hope this works! > I have tested on Fedora 3. > > > Bye, > Duilio. |
From: Duilio J. P. <dp...@fc...> - 2005-07-03 22:09:03
|
No, it's no part of gettext. The good thing is that right now, libvisual core do not depend on glib at all, just on pure plain gettext implementation. > Ooh one more question, what about the glib stuff !?, is it included > in gettext or what ? :) |
From: Dennis S. <sy...@yo...> - 2005-07-04 10:20:54
|
Well I see you use GLIB macros in the patch, and we won't depend on glib how to solve this ? On Sun, 2005-07-03 at 19:08 -0300, Duilio J. Protti wrote: > No, it's no part of gettext. > > The good thing is that right now, libvisual core do not depend on glib at > all, just on pure plain gettext implementation. > > > > Ooh one more question, what about the glib stuff !?, is it included > > in gettext or what ? :) > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Duilio J. P. <dp...@fc...> - 2005-07-04 13:29:11
|
??? GLIB macros are not used on the patch. Some GLIB macros are mentioned on the autogen.sh script, but that code sections are never reached, because that depends on what configure.ac wants, and our configure.ac doesn't want anything from GLIB. Trust me, we have no glib dependency at all. The win32 version I have was builded on cygwin with no glib (no runtime nor macros). Bye, Duilio. > Well I see you use GLIB macros in the patch, and we won't depend on glib > how to solve this ? |
From: Dennis S. <sy...@yo...> - 2005-07-04 22:25:53
|
Aah ok that cleared stuff up, sorry Will check it in after some other work is finished ( VisAudio related). Cheers, Dennis On Mon, 2005-07-04 at 10:27 -0300, Duilio J. Protti wrote: > ??? GLIB macros are not used on the patch. > > Some GLIB macros are mentioned on the autogen.sh script, but that code > sections are never reached, because that depends on what configure.ac > wants, and our configure.ac doesn't want anything from GLIB. > > Trust me, we have no glib dependency at all. The win32 version I have was > builded on cygwin with no glib (no runtime nor macros). > > > Bye, > Duilio. > > > Well I see you use GLIB macros in the patch, and we won't depend on glib > > how to solve this ? > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |