Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12239 - enable the new Quicktime support in mplayer
Summary: enable the new Quicktime support in mplayer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-16 03:51 UTC by Martin Vollrathson
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Vollrathson 2002-12-16 03:51:02 UTC
Maybe add --enable-qtx-codecs to mplayer's configure and add their QT binary
codecs to the win32codecs package? I believe this would enable mplayer to play
Sorenson V3 encoded movies.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2002-12-16 12:22:00 UTC
bump.  Was about to submit a bug with this request and the howto link.

Would you like me to get the ebuild and QT dll digests working?
Comment 3 Don Seiler (RETIRED) gentoo-dev 2002-12-16 13:19:50 UTC
I pretty much have it done.  However I think you'll need to have the Quicktime
dlls added to the win32codecs ebuild.  That win32codecs package is under the
domain of the gentoo.  I could also edit up a new win32codecs ebuild to download
it separately.  Let me know what you think is best.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2002-12-16 13:32:54 UTC

*** This bug has been marked as a duplicate of 11136 ***
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-16 13:42:28 UTC
I do not see the use of this, as with mplayer-0.90_rc1-r1 you already have
that support ... all you need is the QT codecs.  This I will add to the
win32codecs:

---------------------
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for GUI ... yes
Checking for XShape extension ... yes
Checking for GTK+ version ... 1.2.10 (using gtk-config)
Checking for glib version ... 1.2.10 (using glib-config)
Creating Gui/config.mak
Checking for ftello() ... yes
Checking for vidix ... yes
Checking for joystick ... no
Checking for lirc ... no
Creating config.mak
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating help_mp.h

Config files successfully generated by ./configure !

  Install prefix: /usr
  Data directory: /usr/share/mplayer
  Config direct.: /usr/share/mplayer

  Byte order: Little Endian
  Optimizing for: pentium4 mmx mmx2 sse sse2 mtrr
  
  Enabled optional drivers:
    Input: streaming tv cdda dvdnav mpdvdkit2 vcd 
    Codecs: qtx xvid libdv libavcodec real dshow/dmo win32 libvorbis libmad 
    Audio output: oss sdl mpegpes(file) 
    Video output: xvidix sdl vesa gif89a jpeg png mpegpes(file) fbdev svga aa
opengl dga xv x11 
  Disabled optional drivers:
    Input: tv-v4l tv-bsdbt848 dvdread dvdcss 
    Codecs: opendivx divx5linux divx4linux xanim liblzo 
    Audio output: sgi sun alsa arts dxr2 nas win32 
    Video output: bl zr dxr3 dxr2 directx ggi xmga mga directfb tdfxfb 3dfx 
---------------------

As you can see, it is already enabled.
Comment 6 Don Seiler (RETIRED) gentoo-dev 2002-12-16 13:53:04 UTC
Well the 0.90_rc1-r1 ebuild doesn't specify the --enable-qtx-codecs flag. 
Perhaps those are set by default by mplayer's Quicktime howto indicated
otherwise.  And yes the Quicktime codecs do need to be added win32codecs. 
Someone on bug #11136 said they were already in 0.90.1 but my tests indicate
otherwise.

I suppose we should continue this discussion on bug #11136
Comment 7 John Davis (zhen) (RETIRED) gentoo-dev 2002-12-19 18:15:54 UTC
fixing dupe problem
//ZhEN
Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-20 11:43:01 UTC
Fixed.