[Lunar-commits] <moonbase> mkvtoolnix: version bumped to 4.0.0.

Florin Braescu florin at lunar-linux.org
Sun Jun 6 14:09:50 CEST 2010


commit e43e823b416feefea2690bcf4865cc828409f2d3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jun 6 15:09:50 2010 +0300

    mkvtoolnix: version bumped to 4.0.0.
    
    This release introduces full WebM support for mkvmerge, mkvextract, and mmg.
    This consists of several restrictions for the WebM container, VP8 track
    support, and IVF container support. Several bugs reading Matroska/WebM files
    with elements with an unknown size have been fixed. mkvextract cannot extract
    FLAC into OggFLAC files anymore, only into raw FLAC files. mmg shows the
    estimated remaining time during muxing.
---
 video/mkvtoolnix/BUILD   |    1 +
 video/mkvtoolnix/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/video/mkvtoolnix/BUILD b/video/mkvtoolnix/BUILD
index 8dbdcbb..94c5b46 100644
--- a/video/mkvtoolnix/BUILD
+++ b/video/mkvtoolnix/BUILD
@@ -1,6 +1,7 @@
 (
 
   . /etc/profile.d/qt4.rc
+  sedit 's:console_show_element(level, text, position):console_show_element(level, text, position, size):' src/info/qt_ui.cpp  &&
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS
index 045bf4d..f2d9b62 100644
--- a/video/mkvtoolnix/DETAILS
+++ b/video/mkvtoolnix/DETAILS
@@ -1,11 +1,11 @@
          MODULE=mkvtoolnix
-        VERSION=3.4.0
+        VERSION=4.0.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources
-     SOURCE_VFY=sha1:ec29960fa5d23d3a090882c70806c34c50548a4f
+     SOURCE_VFY=sha1:ee9f2f8e25e8c6b34905c981a686691210a1b5cc
        WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix
         ENTERED=20031113
-        UPDATED=20100516
+        UPDATED=20100606
      MAINTAINER=florin at lunar-linux.org
           SHORT="Tools for using Matroska audio/video container files"
 


More information about the Lunar-commits mailing list