Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99024 - MPlayer 1.0 pre7 doesn't need dependency on media-libs/libmatroska
Summary: MPlayer 1.0 pre7 doesn't need dependency on media-libs/libmatroska
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 10:00 UTC by Giacomo Perale
Modified: 2005-08-04 11:48 UTC (History)
0 users

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 Giacomo Perale 2005-07-14 10:00:37 UTC
The ebuild for MPlayer 1.0 pre7 includes the use-flag "matroska", who, when enabled, set the configure option "--enable-internal-matroska" and requires >=media-libs/libmatroska-0.7.0.

This dependency isn't necessary, because MPlayer has an internal copy of libmatroska and doesn't use the external version. It compiles flawlessy without libmatroska on system and can play mkv files:

In riproduzione mymovie.mkv
Cache fill:  0.00% (0 bytes)    
[mkv] Track ID 1: video (V_MS/VFW/FOURCC), -vid 0
[mkv] Track ID 2: audio (A_AAC/MPEG2/LC/SBR), -aid 0, -alang ita
[mkv] Track ID 3: audio (A_AAC/MPEG2/LC/SBR), -aid 1, -alang eng
[mkv] Track ID 4: audio (A_AAC/MPEG2/LC/SBR), -aid 2, -alang eng
[mkv] Track ID 5: subtitles (S_VOBSUB), -sid 0, -slang ita
[mkv] Track ID 6: subtitles (S_VOBSUB), -sid 1, -slang ita
[mkv] Track ID 7: subtitles (S_VOBSUB), -sid 2, -slang eng
[mkv] Track ID 8: subtitles (S_VOBSUB), -sid 3, -slang ita
[mkv] Will play video track 1
[mkv] Will play audio track 2
Rilevato formato file Matroska!
VIDEO:  [XVID]  608x256  12bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Apertura decoder audio: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [faad] afm:faad (FAAD AAC (MPEG2/MPEG4 Audio) decoder)
==========================================================================
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-14 11:46:53 UTC
Shared libs are preferable.
Comment 2 Giacomo Perale 2005-07-14 12:07:49 UTC
Yes, I know. Problem is that mplayer can't use anymore shared libmatroska, just
its internal version.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-14 13:23:37 UTC
oh, o.k.  */me goes cleaning glasses*
Comment 4 Luca Barbato gentoo-dev 2005-08-04 11:48:21 UTC
Fixed, thanks