On Fri, Jun 13, 2003 at 10:11:32AM -0300, Rob Shortt wrote: > -Fonts look ugly! I don't know what caused this. The runtime includes > pygame 1.5.6, SDL12/SDL_ttf from CVS, freetype-2.1.3 .. however when I > build SDL_ttf it caomplained about not finding libttf which is Freetype > 1, so I installed the libttf-dev debian package to work against. This > system is pretty fresh (because of my crash) so it is possible that the > previous version picked up something better?
If you're installing from Debian, you want libsdl-ttf2.0-0-dev, not libsdl-ttf1.2-dev; it's a weird naming convention. libttf is, as you said, freetype 1. I use libsdlttf 2.0.6, which is the last released upstream, and it linked fine with freetype 2.1.3 so I'm not sure why it wouldn't have worked. This might be a dumb question, but did you have the 'libfreetype6-dev' package installed? For some reason to do with sonames, libfreetype6 actually corresponds to freetype 2.x > -Mplayer audio and the audio playing freevo screen. Freevo needs to be > updated for the new mplayer track times (mm:ss) and should probably > support both old and new. > > This is all I can think of at the moment. > > The rest should still be valid: > > > > >Before you unpack this runtime you should probably backup your existing > >runtime directory just in case. > > > >cd /path/to/freevo > >mv runtime runtime.orig > >cvs update -d runtime > >tar zxvf runtime-pre5-test1.tar.gz > > > >This runtime package has runtime/apps,lib,dll,preloads inside and will > >compliment the runtime directory out of CVS. > > > >Be warned that this runtime weighs in at a hefty 18 megs but I think > >that is a fair price to pay for less problems in the field. Also please > >note that you must update and recompile runapp because I had to modify > >it to handle staticly compiled apps. > > > >Things to test: > > > >-dxr3 support > >-directfb support > >-alsa support (mplayer) > >-play dvd, cd, mp3, ogg > >-test images > >-test different video file formats. I had mplayer freeze on some of my > >mpeg1 files but not others for instance. mplayer should also play nuv > >files from mythtv, and hopefully normal nuv files... if not then I will > >remove that patch. > >-someone who already uses it should test timeshifting > >-test mp1e in runtime/apps. This is compiled with a btaudio patch and > >also supports v4l2. > >-test mencoder > > > >I don't have a regular v4l or v4l2 device in my Freevo box anymore > >(using ivtv, woo hoo!!) so testing mencoder is especially important. > > > >Also there was a mysterious audio crash in -pre4 and CVS that happened > >while skipping to the next song which seems to have gone away, please > >test this also (ok so that would be pretty obvious). > > > >The runtime contains: > >mplayer > >mencoder > >mpe1 > >jpegtran > >cdparanoia > >fceu > >aumix > >python 2.2.2 with modules: > >CDDB > >DiscID > >Numeric > >PIL > >xmlplus > >xmms > >aomodule > >cdrom > >fchksum > >mmpython > >mx > >ogg > >pygame > >pygphoto > >pylirc > >pyshift > >twisted > > -Rob > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Freevo-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-devel ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
