mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Bumped version number to 0.7.2.
This commit is contained in:
parent
9a87e12840
commit
58ac25e46e
13
README
13
README
@ -1,4 +1,4 @@
|
|||||||
MKVToolNix 0.7.1
|
MKVToolNix 0.7.2
|
||||||
================
|
================
|
||||||
|
|
||||||
With these tools one can get information about (mkvinfo) Matroska
|
With these tools one can get information about (mkvinfo) Matroska
|
||||||
@ -37,7 +37,16 @@ deb-src http://www.bunkus.org/debian/unstable/ ./
|
|||||||
Run 'apt-get update' and 'apt-get install libebml-dev
|
Run 'apt-get update' and 'apt-get install libebml-dev
|
||||||
libmatroska-dev mkvtoolnix'.
|
libmatroska-dev mkvtoolnix'.
|
||||||
|
|
||||||
If you want to compile from source then get the two libraries via CVS:
|
If you want to compile from source then get the newest versions of
|
||||||
|
libebml and libmatroska. Normally the 'latest official release' will
|
||||||
|
work with the latest release of mkvtoolnix. At the time of writing
|
||||||
|
these versions where:
|
||||||
|
- libebml 0.6.0:
|
||||||
|
http://matroska.free.fr/downloads/libebml/libebml-0.6.0.tar.gz
|
||||||
|
- libmatroska 0.5.2:
|
||||||
|
http://matroska.free.fr/downloads/libmatroska/libmatroska-0.5.2.tar.gz
|
||||||
|
|
||||||
|
Alternatively you can get the two libraries via CVS:
|
||||||
|
|
||||||
cvs -d:pserver:anonymous@cvs.corecodec.org:/cvsroot/matroska login
|
cvs -d:pserver:anonymous@cvs.corecodec.org:/cvsroot/matroska login
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mkvtoolnix 0.7.1 and Windows
|
mkvtoolnix 0.7.2 and Windows
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
---[ NOTE ]-----------------------------------------------------------
|
---[ NOTE ]-----------------------------------------------------------
|
||||||
|
@ -3,7 +3,7 @@ dnl process this file with autoconf to generate the configure script
|
|||||||
AC_INIT(src/mkvmerge.cpp)
|
AC_INIT(src/mkvmerge.cpp)
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.1)
|
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.2)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
mkvtoolnix (0.7.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version.
|
||||||
|
|
||||||
|
-- Moritz Bunkus <moritz@bunkus.org> Sat, 11 Oct 2003 14:25:49 +0200
|
||||||
|
|
||||||
mkvtoolnix (0.7.1-1) unstable; urgency=low
|
mkvtoolnix (0.7.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* New version.
|
* New version.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH BASE64TOOL "1" "September 2003" "base64tool v0.7.1" "User Commands"
|
.TH BASE64TOOL "1" "October 2003" "base64tool v0.7.2" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.7.1" "User Commands"
|
.TH MKVEXTRACT "1" "October 2003" "mkvextract v0.7.2" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVINFO "1" "August 2003" "mkvinfo v0.7.1" "User Commands"
|
.TH MKVINFO "1" "October 2003" "mkvinfo v0.7.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mkvinfo \- Print information about tracks in Matroska files
|
mkvinfo \- Print information about tracks in Matroska files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.7.1" "User Commands"
|
.TH MKVMERGE "1" "October 2003" "mkvmerge v0.7.2" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MMG "1" "September 2003" "mmg v0.7.1" "User Commands"
|
.TH MMG "1" "October 2003" "mmg v0.7.2" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
2
src/os.h
2
src/os.h
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#if defined(COMP_MSC)
|
#if defined(COMP_MSC)
|
||||||
# define PACKAGE "mkvtoolnix"
|
# define PACKAGE "mkvtoolnix"
|
||||||
# define VERSION "0.7.1"
|
# define VERSION "0.7.2"
|
||||||
|
|
||||||
# define strncasecmp _strnicmp
|
# define strncasecmp _strnicmp
|
||||||
# define strcasecmp _stricmp
|
# define strcasecmp _stricmp
|
||||||
|
Loading…
Reference in New Issue
Block a user