From: Manuel C. <ll...@er...> - 2004-01-05 14:36:14
|
Denis Leroy wrote: > Hi, > > I've created a new branch called 'gnome2' and checked in a > gnome2/gtkmm2 port of gcdmaster : > > cvs -d:ext:you...@cv...:/cvsroot/cdrdao co -P -r > gnome2 cdrdao > > (for some reason, the anonymous checkout is not working for me) I think that anon cvs lags some hours. > Everything should build though be sure to run autogen.sh first. Note > that this branch uses automake, and the automake/autoconf configuration > is not yet squeaky clean but i'm working on it. To build gcdmaster you > will need the latest stable versions of gtkmm-2.0 and libgnomeuimm-2.0 > (available at freshrpms.net or at gtkmm.sourceforge.net). It builds ok. A few problems are reported at the end of this mail. > We should discuss the features to add for the next release of > cdrdao/gcdmaster. This is what i was planning on doing : > > - gtkmm2 port (pretty much done) great. > - ATAPI disk support (working on it) > - DMA/performance issue Harald Welte <la...@gn...> recently send an email about that. I have just forwarded it to you. > - Esd sound support shouldn't we use gstreamer here? I don't know if it picks an user configured method automagically (esd, alsa, oss), but you can tell it to output to oss, esd... I think it would be better to use just one api (since we are going to use it to import other audio formats). Also it seems that it will be the default in gnome. > Another list of ideas, in random order, but not necessarily in the next > release IMO: > - gcdmaster: multiple views using tabs/Notebook > - gstreamer support to have mp3/ogg > - data CD creation > - intl support I would like to get intl ready for the gnome2 release if it is doable. I'll take a look. > - WAV processing (normalize,...), plugin support Jonatan Liljedahl <th...@te...> posted some feature requests. I'm forwarding the mail to you. See you. ----------------------------------------- BUILD REPORT: ============= make[2]: Entering directory `/home/llanero/cvs/cdrdao-gnome2/cdrdao/trackdb' source='Cddb.cc' object='Cddb.o' libtool=no \ depfile='.deps/Cddb.Po' tmpdepfile='.deps/Cddb.TPo' \ depmode=none /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../pccts/h -g -O2 -c -o Cddb.o `test -f 'Cddb.cc' || echo './'`Cddb.cc ../depcomp: ../depcomp: No existe el fichero o el directorio make[2]: *** [Cddb.o] Error 127 ==> cp /gnome/gnome-2.3.3/share/automake-1.7/depcomp . toc2mp3.cc should build only if lame is detected. I have disabled utils/ localy since I can't find lame-dev on Debian Sarge. make install fails as a normal user: I used --prefix=/gnome/gnome-2.3.3 but scsilib tries /opt/schily/ and pccts lacks an install target. make install works in dao and xdao. -- Manuel Clos ll...@er... http://llanero.eresmas.net |