Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50533 - mplayer 1.0 pre4 doesn't use external matroska libraries
Summary: mplayer 1.0 pre4 doesn't use external matroska libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-09 04:29 UTC by Giacomo Perale
Modified: 2004-06-01 06:53 UTC (History)
2 users (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 Giacomo Perale 2004-05-09 04:29:02 UTC
mplayer-1.0_pre4-r1.ebuild has got an USE for matroska and depends on >=media-libs/libmatroska-0.6.0, but the configure script autodetection doesn't recognize external matroska support (tested with media-libs/libmatroska-0.7.0) and still use internal support

Adding to the ebuild the lines:

use matroska \
        && myconf="${myconf} --disable-internal-matroska"

I've just compiled against libmatroska-0.7.0 without errors and played mkv files

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge =media-video/mplayer-1.0_pre4-r1
2.
3.

Actual Results:  
in configure output:

Checking for Matroska support (external 0.6.0 or later OR internal) ... yes,
internal
[...]
  Enabled optional drivers:
    Input: ftp network edl tv live.com matroska(internal) cdda mpdvdkit2 vcd smb

Expected Results:  
Checking for Matroska support (external 0.6.0 or later OR internal) ... yes,
external
[...]
  Enabled optional drivers:
    Input: ftp network edl tv live.com matroska(external) cdda mpdvdkit2 vcd smb
Comment 1 Brian Harring (RETIRED) gentoo-dev 2004-06-01 06:53:24 UTC
in-cvs.