To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49174
                  Issue #:|49174
                  Summary:|gengal: Utility to generate OO.o gallery files
                Component:|Drawing
                  Version:|680m100
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|wg
              Reported by:|pmladek





------- Additional comments from [EMAIL PROTECTED] Thu May 12 10:01:07 -0700 
2005 -------
Michael Meeks and me created a commandline tool, which allows to generare and
update OOo galleries from given bitmaps.

The tool consists of the following files:
<OOO_HOME>/program/gengal        # only on Linux
<OOO_HOME>/program/gengal.bin
<OOO_HOME>/program/gengal.rdb

It provides the follwing functionality:

$ <OOO_HOME>/program//gengal --help
Utility to generate OO.o gallery files

using: gengal --name <name> --path <dir> [ --destdir <path> ]
              [ --number-from <num> ] [ files ... ]

options:
 --name <theme>         defines a name of the created or updated theme.
 --path <dir>           defines directory where the gallery files are created
                        or updated.
 --destdir <dir>        defines a path prefix to be removed from the paths
                        stored in the gallery files. It is useful to create
                        RPM packages using the BuildRoot feature.
 --number-from <num>    defines minimal number for the newly created gallery
                        theme files.
 files                  lists files to be added to the gallery. Absolute paths
                        are required.


I will attach 4 patches. The tool was developed in some stages. I did not merge
the changes because you might not like a particular feature and the separate
patches would be helpful then :-)

1st patch provides basic version of the tool. It does not provide the
possibility to define the destdir and there is an ugly option --num implemented
in the shell script

2nd path adds the option --destir

3rd patch adds the option --num-from instead of the ugly --num option. Also
it cleans up the shell wrapper.

4th path allows to build gengal with gcc-4.0. It makes the necessary symbols
visible.

I am open for any reminders and can rework the patches on request.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to