bpa;451638 Wrote: 
> If you areusing 7.3 or higher - you should try the BBCiPlayer 0.9 beta (
> http://triodeplugins.googlecode.com/svn/trunk/testrepo.xml  ) .  It
> supports non UK users through the recently made available AAC streams so
> that you will be using faad instead of mplayer.
And that will be a relief :)

Anyway, the end on my bits and pieces about the compilation process
(everything wouldn't fit in a single message.)

As for mplayer, it comes from source, currently this is version
"1.0~rc2-17+lenny3". I hacked horribly debian/rules (and changelog, and
control and other files because I wanted to build an "mplayer-alienbbc"
package, that would not conflict with mplayer, as a safety measure.) I
mostly disabled stuff in the makefile at the step marked with the "# Add
commands to configure the package here." (you bet.)
After that, running "fakeroot debian/rules clean binary" launches a
build that includes autodetection by configure, slightly tamed by the
--disable options that were in the makefile. The compile trace for the
successful build shows this at the end of configure (carriage returns
are mine):

Code:
--------------------
    #Config files successfully generated by ./configure --prefix=/usr 
--confdir=/etc/mplayer-alienbbc 
  --datadir=/usr/share/mplayer-alienbbc --codecsdir=/usr/lib/codecs 
--disable-xvmc --disable-sdl 
  --enable-ossaudio --enable-largefiles --disable-gl --disable-iconv 
--disable-langinfo 
  --disable-radio-bsdbt848 --disable-tv --disable-tv-v4l1 --disable-tv-v4l2 
--disable-tv-bsdbt848 
  --disable-tv-teletext --disable-pvr --disable-dvdnav --disable-dvdread 
--disable-dvdread-internal 
  --disable-libdvdcss-internal --disable-bitmap-font --disable-freetype 
--disable-fontconfig 
  --disable-sortsub --disable-enca --disable-macosx --disable-maemo 
--disable-inet6 
  --disable-gethostbyname2 --disable-ftp --disable-vstream --disable-w32threads 
--disable-ass 
  --disable-ivtv --disable-tv --disable-radio-v4l2 --disable-gui 
--disable-bitmap-font --disable-gl 
  --disable-ggi --disable-xvid --disable-xmms --disable-arts --disable-aa 
--disable-mad --disable-libdv 
  --enable-libavutil_so --enable-libavcodec_so --enable-libavformat_so 
--enable-libpostproc_so 
  --disable-faad-internal --enable-faad-external --target=i586-linux 
--enable-win32dll --enable-real 
  --disable-xanim --enable-runtime-cpudetection --disable-libdvdcss-internal 
--disable-dvdread 
  --disable-mencoder --enable-debug --disable-tv-v4l2 --disable-xmga 
--disable-mga --disable-3dfx 
  --disable-tdfxfb --disable-fbdev !
--------------------

Then the process went on compiling all the codecs on earth, I didn't
have the nerve to disable each of them separately.

And it works, finally. I can't seem to find an --info or --version
switch on the command-line for the confounded thing, but here is a basic
idea:
Code:
--------------------
    otto:~# mplayer 
  MPlayer 1.0rc2-4.3.2-DFSG-free (C) 2000-2007 MPlayer Team
  CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2)
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection.
--------------------


AlienBBC works great. Little CPU use, forcibly suspending the machine
then resuming doesn't seem to end with a zombie. Great.

*bpa*, let me once again thank you for a fantastic plugin, and your
support.


-- 
epoch1970
------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=53536

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to