pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mkvtoolnix



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 14 12:11:29 UTC 2017

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 18.0.0

Version 18.0.0 "Apricity" 2017-11-18

New features and enhancements
* build system: when building with clang v3.8.0 or newer, `configure` will no
  longer restrict optimization flags to `-O1` and use `-O3` again (older
  versions of clang suffered from excessive memory usage with higher
  optimization levels).
* build system: when building with mingw 7.2.0 or newer, `configure` will no
  longer restrict optimization flags to `-O2` and use `-O3` again (older
  versions of mingw suffered from bugs such as segmentation faults with higher
  optimization levels).
* build system: stack protection is enabled when building with clang 3.5.0 or
  newer on all platforms.
* mkvmerge: AVC & HEVC ES parsers: performance improvements by copying much
  less memory around.
* mkvmerge: tags: reintroduced a workaround for non-compliant files with tags
  that do not contain the mandatory `SimpleTag` element. This workaround was
  removed during code refactoring in release v15.0.0.
* GUI: multiplexer: the "AAC is SBR/HE-AAC/AAC+" checkbox in the "audio
  properties" section will be disabled if the functionality is not implemented
  for the selected track's codec & container.
* GUI: multiplexer: the "reduce to core" checkbox in the "audio properties"
  section will be disabled if the functionality is not implemented for the
  selected track's codec.

Bug fixes
* mkvmerge: AAC ADTS parser: fixed interpretation of the
  `channel_configuration` header element for ADTS files that do not contain a
  program configuration element: value 7 means 7.1 channels.
* mkvmerge: Matroska identification: the `date_local` and `date_utc`
  attributes will only be output if the identified Matroska file actually
  contains the "date" header field.
* mkvmerge: WebVTT: mkvmerge did not recognize timestamp lines if the hours
  components were absent.
* mkvpropedit, GUI's header editor: the `date` header field won't be added
  automatically anymore whenever the segment info section is edited and the
  `date` element is either deleted or not present in the first place.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/mkvtoolnix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mkvtoolnix/Makefile
diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.97 pkgsrc/multimedia/mkvtoolnix/Makefile:1.98
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.97  Thu Nov 30 16:45:32 2017
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Thu Dec 14 12:11:29 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2017/11/30 16:45:32 adam Exp $
+# $NetBSD: Makefile,v 1.98 2017/12/14 12:11:29 adam Exp $
 
-DISTNAME=      mkvtoolnix-17.0.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-18.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.43 pkgsrc/multimedia/mkvtoolnix/distinfo:1.44
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.43  Tue Oct 24 18:14:26 2017
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Thu Dec 14 12:11:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2017/10/24 18:14:26 adam Exp $
+$NetBSD: distinfo,v 1.44 2017/12/14 12:11:29 adam Exp $
 
-SHA1 (mkvtoolnix-17.0.0.tar.xz) = 0eddb2782f8337d81cc5c961a4a5143050ac72b9
-RMD160 (mkvtoolnix-17.0.0.tar.xz) = 5856e91952d250c9432c311f94dab99a85e385aa
-SHA512 (mkvtoolnix-17.0.0.tar.xz) = 9d092949a78bcf063483219245b610c73b73dd6c3bb740e4c30016c49dd35612629679df10265235ad1e7f77422afa913ae9473765611b049eef6d8f2f174fe5
-Size (mkvtoolnix-17.0.0.tar.xz) = 4606064 bytes
+SHA1 (mkvtoolnix-18.0.0.tar.xz) = 9d9fba0529cbe43dfaab3d7be24f2a8ce117097e
+RMD160 (mkvtoolnix-18.0.0.tar.xz) = e78d782b03a0ccd63e564220b357f7191ea6c999
+SHA512 (mkvtoolnix-18.0.0.tar.xz) = 3094bc4859a29bc35a9051989a327a50bcfc2a033386f9ece0dba23a5221037ae6aa318345ecae024ef7884fc3622b56bf3cbafbee9e2b116b74bb28c5d779f9
+Size (mkvtoolnix-18.0.0.tar.xz) = 4613492 bytes



Home | Main Index | Thread Index | Old Index