Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58284 - mkvtoolnix version bump to v0.9.4
Summary: mkvtoolnix version bump to v0.9.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-07-25 06:53 UTC by ivanova
Modified: 2004-08-25 12:25 UTC (History)
3 users (show)

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


Attachments
mkvtoolnix 0.9.4 ebuild (mkvtoolnix-0.9.4.ebuild,967 bytes, text/plain)
2004-07-25 06:57 UTC, ivanova
Details
libmatroska 0.7.1 ebuild (libmatroska-0.7.1.ebuild,1.24 KB, text/plain)
2004-07-25 06:58 UTC, ivanova
Details
libebml 0.7.1 ebuild (libebml-0.7.1.ebuild,1.04 KB, text/plain)
2004-07-25 07:00 UTC, ivanova
Details
configure-wx_config.patch (configure-wx_config.patch,1.25 KB, patch)
2004-08-11 09:57 UTC, Rob Cakebread (RETIRED)
Details | Diff
mkvtoolnix 0.9.4 ebuild (mkvtoolnix-0.9.4.ebuild,1.17 KB, text/plain)
2004-08-11 10:00 UTC, Rob Cakebread (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ivanova 2004-07-25 06:53:46 UTC
mkvtoolnix version bump to v0.9.4
libebml bump to 0.7.1
libmatroska bump to 0.7.1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 ivanova 2004-07-25 06:57:28 UTC
Created attachment 36116 [details]
mkvtoolnix 0.9.4 ebuild
Comment 2 ivanova 2004-07-25 06:58:56 UTC
Created attachment 36117 [details]
libmatroska 0.7.1 ebuild
Comment 3 ivanova 2004-07-25 07:00:57 UTC
Created attachment 36118 [details]
libebml 0.7.1 ebuild
Comment 4 Chris White (RETIRED) gentoo-dev 2004-07-25 09:44:36 UTC
I'll take this one :).

Please re-post your attachments as text/plain.
Comment 5 Chris White (RETIRED) gentoo-dev 2004-07-26 11:32:31 UTC
mkvtoolnix is having compile issues.  Looks like a wx[something] issue
(possibly an api change).  I'll check it after work:

src/mkvinfo.cpp: function 
Comment 6 Chris White (RETIRED) gentoo-dev 2004-07-26 11:32:31 UTC
mkvtoolnix is having compile issues.  Looks like a wx[something] issue
(possibly an api change).  I'll check it after work:

src/mkvinfo.cpp: function Æâ¤Î `void handle_tags(mm_io_c*&, 
   libebml::EbmlStream*&, int&, libebml::EbmlElement*&, libebml::EbmlElement*&, 
   libebml::EbmlElement*&, libebml::EbmlElement*&, libebml::EbmlElement*&, 
   libebml::EbmlElement*&)':
src/mkvinfo.cpp:2635: error: cannot convert `const wxChar*' to `const char*' 
   for argument `5' to `void _show_element(libebml::EbmlElement*, 
   libebml::EbmlStream*, bool, int, const char*, ...)'
src/mkvinfo.cpp:2640: error: cannot convert `const wxChar*' to `const char*' 
   for argument `5' to `void _show_element(libebml::EbmlElement*, 
   libebml::EbmlStream*, bool, int, const char*, ...)'
src/mkvinfo.cpp: function Æâ¤Î `bool process_file(const char*)':
src/mkvinfo.cpp:2748: error: cannot convert `const wxChar*' to `const char*' 
   for argument `5' to `void _show_element(libebml::EbmlElement*, 
   libebml::EbmlStream*, bool, int, const char*, ...)'
make: *** [src/mkvinfo.o] ¥¨¥é¡¼ 1

!!! ERROR: media-video/mkvtoolnix-0.9.4 failed.
!!! Function src_compile, Line 25, Exitcode 2
!!! make failed
Comment 7 Joël 2004-08-02 06:22:51 UTC
Did you find something ?
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2004-08-03 09:10:31 UTC
works here with x11-libs/wxGTK-2.4.2
Comment 9 Joël 2004-08-04 06:58:18 UTC
I found the necessary workaround:

USE="-unicode" emerge wxGTK

Then mkvtoolnix compiles successfully.
Comment 10 Rob Cakebread (RETIRED) gentoo-dev 2004-08-11 09:57:21 UTC
Created attachment 37225 [details, diff]
configure-wx_config.patch

Lets you use gtk2 or -gtk2 non-unicode version of wxGTK
Comment 11 Rob Cakebread (RETIRED) gentoo-dev 2004-08-11 10:00:02 UTC
Created attachment 37226 [details]
mkvtoolnix 0.9.4 ebuild

This ebuild used with configure-wx_config.patch uses the new wxwidgets eclass
which will only allow mkvtoolnix to be compiled with a gtk2 or -gtk2 (not
unicode) version of wxGTK.
Comment 12 Joël 2004-08-11 14:41:10 UTC
Thanks a lot, it builds fine now ;-)  (for me at least)
Comment 13 Martin Holzer (RETIRED) gentoo-dev 2004-08-25 12:25:18 UTC
in cvs

thx for the great work