diff options
author | salo <salo> | 2004-05-08 18:09:20 +0000 |
---|---|---|
committer | salo <salo> | 2004-05-08 18:09:20 +0000 |
commit | 5c6bd31e1b964663e9653dc74da6827292b44510 (patch) | |
tree | ed1b99d53d365c8c07ca5692a6e9cfdd9b328d5f /multimedia/mkvtoolnix/Makefile.dist | |
parent | 54504c2c7d9353a953ee523bdd9de4b1d9a14eb6 (diff) | |
download | pkgsrc-5c6bd31e1b964663e9653dc74da6827292b44510.tar.gz |
Updated to version 0.8.9.
Changes:
- explicitly disable wxWindows support
- mark it as using c++
- prepare for mmg import
- delint
0.8.9:
======
- mmg: new feature: mmg will ask for confirmation before overwriting
a file. This can be turned off on the settings tab.
- mmg: new feature: Implement drag'n'drop of files onto the input,
attachment and chapter tabs. For the input and attachment tabs
it works like pressing the 'add' button. On the chapters tab it
works like calling 'Chapter Editor -> Open'.
- mkvinfo/mmg: Enabled compilation with wxWidgets 2.5 and Unicode
enabled builds of wxWidgets.
- all: Increased the precision for timecodes in chapter files to
nanoseconds (optionally, you can still use fewer digits after
the '.').
- mkvmerge: Fixes for compilation with gcc 3.4.
- mkvmerge: bug fix: Some strings read from RealMedia files were not
zero-terminated resulting in broken track recognition for some
files.
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile.dist')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist new file mode 100644 index 00000000000..4a185304354 --- /dev/null +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -0,0 +1,4 @@ +DISTNAME= mkvtoolnix-0.8.9 +CATEGORIES= multimedia +MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ +EXTRACT_SUFX= .tar.bz2 |