Katsuhiko Nishimra
785422db30
Defined make rule to generate translated man pages.
2009-12-20 22:24:00 +09:00
Moritz Bunkus
12e69dad40
Added the release message, bumped the version number, set the release code name.
2009-12-12 15:18:56 +01:00
Moritz Bunkus
50b994599b
Automatically break help output at the actual terminal width.
...
Works only with programs using the cli_parser_c class. This is only
mkvpropedit so far, but the others will follow.
Oh, and this only works if ioctl & TIOCGWINSZ are available.
2009-12-07 21:09:14 +01:00
Moritz Bunkus
1b67331866
Added an option for omitting the build timestamp from all version information.
2009-12-05 12:59:10 +01:00
Moritz Bunkus
4535f4fa78
Added boost/foreach.hpp and configure checks in case the system version is older than 1.34.0.
...
I want Debian Etch & OpenSuSE 10.x to continue to be supported, and
those only ship with Boost 1.33.0.
2009-11-25 22:29:02 +01:00
Moritz Bunkus
503d21dec2
Set the release code name, added the release message and bumped the version number.
2009-11-25 20:44:57 +01:00
Moritz Bunkus
bd86697a61
Moved the directories 'librmff' and 'avilib-0.6.10' to a common subdirectory 'lib'.
2009-08-18 11:29:48 +02:00
Moritz Bunkus
7c590c01cf
The start of the property editor.
...
Conflicts:
Makefile.in
2009-08-16 13:33:40 +02:00
Moritz Bunkus
7466867a02
Added the release message, bumped the version number to 2.9.8 and set the release codename.
2009-08-13 12:32:50 +02:00
Moritz Bunkus
57c158cab7
Added a configure test for xsltproc and DocBook. Added make rules for converting DocBook XML to man pages.
2009-08-10 21:22:41 +02:00
Moritz Bunkus
b20fbd7086
Create tags for Emacs.
2009-07-30 20:13:58 +02:00
Moritz Bunkus
72320f6142
Preparations for release 2.9.7.
...
Bumped the version number. Set the release code name. Added the
release message.
2009-07-01 18:40:03 +02:00
Moritz Bunkus
95a6e8f18a
Create the Makefile in src/mmg/options.
2009-06-22 12:19:53 +02:00
Moritz Bunkus
a61237f991
Bumped the version number, added the release message, set the release code name.
2009-06-07 11:04:28 +02:00
Moritz Bunkus
29ce2003d3
Bumped the version number; set the release code name; added the release message.
2009-05-22 13:34:12 +02:00
Moritz Bunkus
f6a4bf6d90
Cleanup: Moved a lot of mmg's source files into subdirectories.
2009-05-21 12:08:39 +02:00
Moritz Bunkus
7ecada5225
Renamed many files with "common" in their name, and moved a couple ones from src/common to their own subdirectory of that directory.
2009-05-18 11:12:35 +02:00
Moritz Bunkus
ed5e761cfb
Bumped the version number. Added the release message. Set the release codename.
2009-05-09 11:08:44 +02:00
Moritz Bunkus
c573ecea0e
Set the version number, added the release message, set the release codename.
2009-04-14 19:51:32 +02:00
Moritz Bunkus
1320636f91
Bumped the version number to 2.6.0, set the release code name, added the release message to the ChangeLog.
2009-03-24 11:51:37 +01:00
Moritz Bunkus
c48917c747
Released v2.5.3.
2009-03-07 11:31:57 +01:00
Moritz Bunkus
5523f59962
Release 2.5.2.
...
Added the release message to the ChangeLog; set the version number;
set the release code name.
2009-02-28 15:11:55 +01:00
Moritz Bunkus
96cf092850
Removed support for gcc v2.x style dependency information
...
gcc v2.x will no longer be supported.
2009-02-26 19:58:16 +01:00
Moritz Bunkus
57d853188e
Release v2.5.1
...
Added the release message, set the release code name and the version number.
2009-02-22 14:59:55 +01:00
Moritz Bunkus
681fc96e94
Released v2.5.0.
...
Bumped the version number, added the release message, set the
release codename.
2009-02-21 19:06:46 +01:00
Moritz Bunkus
5a6ffed8cf
Makefile for the "po" subdirectory
...
Added a standard Makefile for the "po" subdirectory.
2009-02-07 20:06:30 +01:00
Moritz Bunkus
e5d156a07c
Releasemessage and version number for 2.4.2
2009-01-17 22:07:31 +01:00
Moritz Bunkus
ddd11a12b4
Set the release codename, the new version and the release message in the ChangeLog.
2008-12-04 20:13:51 +00:00
Moritz Bunkus
d6cd6fff27
Added the release message, set the release codename, bumped the version number to 2.4.0.
2008-10-11 17:17:00 +00:00
Moritz Bunkus
79d97f4729
Bumped the version number to 2.3.0, set the release name and added the release message.
2008-09-07 12:49:59 +00:00
Moritz Bunkus
f1f4b5567f
Switched from the PCRE regex library to Boost's one.
2008-08-30 12:45:54 +00:00
Moritz Bunkus
fed3d09de4
Split configure.in in several smaller files.
2008-08-27 20:38:55 +00:00
Moritz Bunkus
524a9c20bd
Use RPATHs on Unix platforms. Fix for bug 278.
2008-04-18 20:00:06 +00:00
Moritz Bunkus
b88b0ebf8a
Updated the version number, set the new release nick name and included the release message in ChangeLog.
2008-03-04 07:35:53 +00:00
Moritz Bunkus
8e6c592b59
Honor strip.
2008-02-29 09:37:27 +00:00
Moritz Bunkus
69f98fd6e0
FLAC v1.2.1 uses "ntohl" for byte swapping purposes. On Mingw this means that linking against Winsock is necessary.
2008-01-01 13:37:19 +00:00
Moritz Bunkus
120ca3389a
Bumped the version number to 2.1.0; set the release code name; added the release message to the ChangeLog.
2007-08-19 09:24:10 +00:00
Moritz Bunkus
9459522873
Allow disabling wxWidgets while enabling Qt.
2007-03-15 10:40:52 +00:00
Moritz Bunkus
24fb1b46f4
Bumped the version number to 2.0.2 and set the release code name.
2007-02-21 10:29:30 +00:00
Moritz Bunkus
c15c693f65
Portability fix for non-bash-shells.
2007-02-20 09:33:04 +00:00
Moritz Bunkus
e5c3c940dc
Added support for using CodecState for signaling changes to CodecPrivate. It is used for MPEG-1/-2 video if it is turned on with "--engage use_codec_state".
2007-01-15 19:02:18 +00:00
Moritz Bunkus
46838f2a41
Changed the version to 2.0.0 and the version code name.
2007-01-13 18:08:21 +00:00
Moritz Bunkus
16626e1170
Added a Qt version of mkvinfo's GUI (is not enabled by default, add "--enable-qt" to configure).
2006-11-28 17:58:30 +00:00
Moritz Bunkus
6740661040
Bumped the version number to 1.8.1 and updated the release code name.
2006-11-25 08:11:31 +00:00
Moritz Bunkus
671193fdb7
Allow the user to tell configure which wx-config executable to use.
2006-11-19 19:33:18 +00:00
Moritz Bunkus
dc9340391e
Missing right bracket.
2006-11-19 19:31:53 +00:00
Moritz Bunkus
7c32414d40
Use AC_HELP_STRING for formatting the help messages.
2006-11-19 19:06:23 +00:00
Moritz Bunkus
9d639c11e2
Do not strip binaries during installation.
2006-11-12 18:45:14 +00:00
Moritz Bunkus
69ac678c33
Renamed WXWINDOWS to WXWIDGETS and bumped the version check to 2.6.0.
2006-11-11 10:42:32 +00:00
Moritz Bunkus
a97134b3a0
Updated the version number and set the release codename.
2006-11-10 07:57:14 +00:00
Moritz Bunkus
68d402aabf
Implemented compatibility with the upcoming libFLAC 1.1.3. Patch by Josh Coalson (j_coalson)(yahoo.com) with modifications by myself.
2006-10-25 14:03:51 +00:00
Moritz Bunkus
f641676905
Force the EXE extension if mingw is used for compilation because newer autoconf versions get this wrong in cross-compilation situations.
2006-09-25 19:51:23 +00:00
Moritz Bunkus
d786c200a4
Added a check for the PCRE lib and its C++ companion.
2006-09-25 15:37:44 +00:00
Moritz Bunkus
83ae9edb83
Moved some @...@ style variables from configure.in to Makefile.in where they belong (very recent autoconf versions were choking on those). Fixes Anthill bug #197 .
2006-06-02 14:31:16 +00:00
Moritz Bunkus
7925ee7798
Try to link libmagic with zlib.
2006-05-24 12:34:25 +00:00
Moritz Bunkus
046704ecc2
Bumped the version number to 1.7.0 and set the new version code name.
2006-04-28 14:52:55 +00:00
Moritz Bunkus
6e2c0e104e
Bumped the required libebml and libmatroska versions to 0.7.7 and 0.8.0 respectively.
2006-04-28 12:19:35 +00:00
Moritz Bunkus
98edcb10ce
Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself). See also Anthill bug #194 .
2006-04-28 11:33:27 +00:00
Moritz Bunkus
1e1e6e5c39
Wrong use of shell logic.
2006-04-03 16:15:07 +00:00
Moritz Bunkus
38108f6c87
Cosmetics: more descriptive messages for the libEBML and libMatroska checks.
2005-12-09 16:27:04 +00:00
Moritz Bunkus
b00de421cf
Bumped the version number to 1.6.5 and set its release codename "Watcher Of The Skies".
2005-12-07 17:22:29 +00:00
Moritz Bunkus
154c611480
Added support for linking against liblzo2. Patch by Diego Pettenò (see AUTHORS).
2005-12-02 21:39:26 +00:00
Moritz Bunkus
181e409c9b
Added support for the new SimpleBlock instead of BlockGroups. Patch by Steve Lhomme (steve ! lhomme () free ! fr) with fixes by myself.
2005-10-21 11:11:57 +00:00
Moritz Bunkus
5c06fa248c
I think I'll call this one 1.6.0 and not 1.5.7.
2005-10-13 12:58:32 +00:00
Moritz Bunkus
75279b5a81
Use the PRId64/PRIu64 defines instead of %lld/%llu for enhanced cross-platform compatibility. Cosmetics.
2005-10-12 16:41:09 +00:00
Moritz Bunkus
3e1c93a10b
Added a check for the #defines PRId64 and PRIu64 (usually in inttypes.h).
2005-10-12 15:03:33 +00:00
Moritz Bunkus
5a0b3ac802
Bumped the version number to 1.5.7 and set the version name.
2005-10-05 09:40:22 +00:00
Moritz Bunkus
3b07dcbe73
Allow the user to override which wx-config script to use with the WX_CONFIG environment variable.
2005-09-21 10:57:05 +00:00
Moritz Bunkus
8a3bc6086a
Bumped the version number to 1.5.6.
2005-08-30 11:40:25 +00:00
Moritz Bunkus
1f725520dd
Bumped the version number to 1.5.5 and set the version code name.
2005-08-21 13:06:50 +00:00
Moritz Bunkus
b8296e4d0b
Updated the version number & the release code name.
2005-07-01 08:11:31 +00:00
Moritz Bunkus
e400678a73
Added an option to configure, --disable-flac, for forcefully disabling compilation with FLAC support. Patch by Diego Pettenò <flameeyes () gentoo ! org>.
2005-04-19 07:19:10 +00:00
Moritz Bunkus
444cecc212
Bumped the version number and set the version codename.
2005-04-09 17:36:20 +00:00
Moritz Bunkus
ce70df4732
Do not link mkvinfo with -mwindows as it will not allocate a console then on Windows.
2005-03-28 09:36:59 +00:00
Moritz Bunkus
7efb5c81d5
Bumped the version number to 1.4.1, set the new release code name and included the release message in the ChangeLog.
2005-03-15 08:32:08 +00:00
Moritz Bunkus
b7fd7bd916
Portability fixes.
2005-03-01 14:52:36 +00:00
Moritz Bunkus
c220e49b1c
Bumped the version number to 1.4.0.
2005-02-26 13:15:49 +00:00
Moritz Bunkus
bd20dccdc3
Added an option to configure for disabling the use of posix_fadvise completely. Also check the OS and kernel version. Use posix_fadvise only if we're running on Linux and a kernel from the 2.6.x series or newer.
2005-02-17 18:36:15 +00:00
Moritz Bunkus
d33fc2598a
Do not compile libmtxcommon as a DLL unless both libebml and libmatroska have been built as a DLL. Otherwise linking will result in duplicate symbols.
2005-02-07 22:18:44 +00:00
Moritz Bunkus
c9a560c5c6
Updated the libmatroska requirement to 0.7.5.
2005-02-07 13:02:59 +00:00
Moritz Bunkus
6f5d219249
A better test for posix_fadvise. Quote arguments to echo, especially if they contain '*'.
2005-02-06 09:10:16 +00:00
Moritz Bunkus
af3eee55e5
Use posix_fadvise if it is present. With newer libc and kernel 2.6.x this results in a speed up for the whole muxing process. Patch by Peter Niemayer (niemayer () isg ! de) with modifications by myself.
2005-02-02 09:16:52 +00:00
Moritz Bunkus
dc1a58845c
Added a resource file for Windows. This is needed because wxWidgets's HTML help needs the wxSTD_BITMAP_COLOURS resource.
2005-01-08 18:32:52 +00:00
Moritz Bunkus
fd8de8c292
-pg has to be added to the linker command as well.
2004-12-28 22:11:50 +00:00
Moritz Bunkus
b9a7ad6637
Support for generating dependency information with gcc 2.95.
2004-11-24 14:16:40 +00:00
Moritz Bunkus
afcdfb168d
Add the "GUIs" string to the optional feature lists. Made the libebml/libmatroska version checks work.
2004-11-16 15:59:34 +00:00
Moritz Bunkus
fed7ef7dba
Unified the build system again.
2004-11-14 12:41:02 +00:00
Moritz Bunkus
55ef898d62
Made the checks for libebml and libmatroska work for cross-compilation, too. Also check if EBML_DLL and MATROSKA_DLL have to be defined.
2004-11-14 12:14:16 +00:00
Moritz Bunkus
0b336e0233
Cross-compilation friendly version of the (u)int64_t checks.
2004-11-14 09:50:15 +00:00
Moritz Bunkus
35c2164c95
Increased the minimum libebml version to 0.7.3.
2004-11-10 20:51:27 +00:00
Moritz Bunkus
f93d0ab0e7
Merged 2392:2429 from branches/.../mkvtoolnix-cat.
2004-11-09 18:21:59 +00:00
Moritz Bunkus
8989bbffd2
Scale the references. Ignore some files, and generate the Makefile.
2004-11-02 21:38:18 +00:00
Moritz Bunkus
cc67f57fad
Merged 2374
2004-10-17 15:16:11 +00:00
Moritz Bunkus
8f5c15f617
Merged 2364
2004-10-16 19:24:14 +00:00
Moritz Bunkus
854fa616aa
Fixes for compilation with MSVC. Added vsscanf because MSVC doesn't provide one. Patch by Steve Lhomee <steve.lhomme@free.fr>, modifications by Moritz Bunkus <moritz@bunkus.org>.
2004-10-11 20:16:16 +00:00
Moritz Bunkus
dab5685402
Merged 2293
2004-10-06 08:26:17 +00:00
Moritz Bunkus
87ce579c97
Merged 2291
2004-10-05 21:43:41 +00:00
Moritz Bunkus
c8da182369
Merged 2289
2004-10-05 17:59:04 +00:00
Moritz Bunkus
b1d7e5ad5d
Merged 2285
2004-10-05 10:00:16 +00:00
Moritz Bunkus
a459276325
Merged 2243
2004-09-30 18:53:53 +00:00