From: Christian S. <csc...@gm...> - 2005-08-23 18:15:28
|
hello, first off, sorry for beeing off the project for so long my spare time was quite limited (a-levels...) i'm currently working on a panel applet for gnome, with allows quick changeing of profiles created with gddccontrol. while doing this i noticed libddcci is build as a static library. as i needed it's functionality in my applet i changed the makefiles (and headers) to build a shared library and install it in $PREFIX/lib (headers in $prefix/include/ddcci) now i'd suggest to split the project into seperate modules: - libgddcc (or libddcci??) - ddccontrol - gddccontrol - ddcc-applet another benefit of making libddcc a seperate package would be, that fo instance someone could write "kddccontrol", or build the funktionality into applications like video players (automaticly change to "movie" profile, when fullscreen video playback is started)..and so on.. what do you think about this idea? Regards, Christian |