Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126117 - mkvtoolnix-1.6.5 should require libmatroska-0.8.0 or higher
Summary: mkvtoolnix-1.6.5 should require libmatroska-0.8.0 or higher
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 126118 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-13 21:38 UTC by Adam Chodorowski
Modified: 2006-03-14 13:47 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 Adam Chodorowski 2006-03-13 21:38:05 UTC
mkvtoolnix 1.6.5 requires libmatroska 0.8.0 or higher, but the ebuild only requires 0.7.5, resulting in build failure during an update:

checking for libebml version >= 0.7.5... yes
checking if linking against libebml requires -DEBML_DLL... no
checking for libmatroska version >= 0.8.0... no
*** Your Matroska version is too old. Upgrade to at least version
*** 0.8.0 and re-run configure.

Easily fixed by replacing the line
>=media-libs/libmatroska-0.7.5
with
>=media-libs/libmatroska-0.8.0
in the ebuild.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-14 01:14:27 UTC
*** Bug 126118 has been marked as a duplicate of this bug. ***
Comment 2 Benjamin Paul Kay 2006-03-14 13:29:11 UTC
This bug exists on my system too. mkvtoolnix emerges fine once libmatroska-0.8.0 is emerged.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-14 13:44:07 UTC
Err okay I should double check that I don't hit "u" in vim before committing, especially while I'm feverish :/
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-14 13:47:09 UTC
Okay committed.