summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-05-05 15:57:47 +0000
committersalo <salo@pkgsrc.org>2004-05-05 15:57:47 +0000
commit64cb4f43badba26b61e0513b923c0d4c4e52e617 (patch)
tree09cbc2f61ff366d631c2095481dbf0ce7c7c8c5e /multimedia/mkvtoolnix/Makefile
parentacdff7bfd80afa1d572792b5cc23e7e40a5af7a2 (diff)
downloadpkgsrc-64cb4f43badba26b61e0513b923c0d4c4e52e617.tar.gz
Updated to version 0.8.8.
Changes: 0.8.8: ====== - mkvtoolnix now depends on libebml 0.7.0 and libmatroska 0.7.0. - mkvinfo: bug fix: mkvinfo was forcing libmatroska not to handle unknown elements and crashed on those. - mmg: new feature: When adding Matroska files the video track's display dimensions are displayed as well. - mmg: bug fix: On non-Windows systems some combinations of wxWindows and GTK caused continuous 100% CPU usage after a special call to wxExecute. - mkvmerge: new feature: Implemented reading AAC from AVIs. - mkvmerge: bug fix: The Flac packetizer was accessing uninitialized memory resulting in a crash on Windows. - mkvemrge: bug fix: Fixed the handling of RealMedia files with 'multirate' tracks (again). - mkvmerge: bug fix: On some rare occasions chapters were not written correctly when splitting was active. - avilib: bug fix: Fixed compilation on big endian systems. 0.8.7: ====== - mkvinfo: new feature: Added a terse output format via '-s'. - mkvmerge: new feature: If using MPEG4 video and no aspect ratio or display dimensions are given mkvmerge will extract the aspect ratio information from the stream and automatically set the display dimensions accordingly. - mkvmerge: bug fix: Using audio sync on AC3 tracks read from Matroska files did not work. - mkvextract: new feature: Added extraction of RealAudio and RealVideo tracks to RealMedia files. - mmg: new feature: Added a 'job queue'. The current settings can be added as a new job, and all pending jobs can be started for batch processing without user interaction.
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r--multimedia/mkvtoolnix/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index ec8de8c3d4e..cd77b339f22 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/04/12 23:22:59 salo Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/05 15:57:47 salo Exp $
#
-DISTNAME= mkvtoolnix-0.8.6
+DISTNAME= mkvtoolnix-0.8.8
CATEGORIES= multimedia
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/libebml/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../multimedia/libmatroska/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"