Bug 126117 - mkvtoolnix-1.6.5 should require libmatroska-0.8.0 or higher
Bug#: 126117 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: adam@chodorowski.com
Component: Ebuilds
URL: 
Summary: mkvtoolnix-1.6.5 should require libmatroska-0.8.0 or higher
Keywords:  
Status Whiteboard: 
Opened: 2006-03-13 21:38 0000
Description:   Opened: 2006-03-13 21:38 0000
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 From Jakub Moc (RETIRED) 2006-03-14 01:14:27 0000 -------
*** Bug 126118 has been marked as a duplicate of this bug. ***

------- Comment #2 From Benjamin Paul Kay 2006-03-14 13:29:11 0000 -------
This bug exists on my system too. mkvtoolnix emerges fine once
libmatroska-0.8.0 is emerged.

------- Comment #3 From Diego E. 'Flameeyes' Pettenò 2006-03-14 13:44:07 0000 -------
Err okay I should double check that I don't hit "u" in vim before committing,
especially while I'm feverish :/

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2006-03-14 13:47:09 0000 -------
Okay committed.