summary refs log tree commit diff
path: root/pkgs/applications/video/mkvtoolnix/default.nix
Commit message (Collapse)AuthorAge
* mkvtoolnix: 65.0.0 -> 66.0.0R. Ryantm2022-03-18
|
* mkvtoolnix: 64.0.0 -> 65.0.0rnhmjoj2022-02-10
|
* mkvtoolnix: 63.0.0 -> 64.0.0R. Ryantm2022-01-02
|
* mkvtoolnix: 62.0.0 -> 63.0.0rnhmjoj2021-11-28
|
* qt512: Make apps work on macOS Big Surtalyz2021-11-11
| | | | | | | | Make Qt applications work on macOS Big Sur even if they're built with an older version of the macOS SDK (<10.14 - we're currently using 10.12). This issue is fixed in 5.12.11, but it requires macOS SDK 10.13 to build. See https://bugreports.qt.io/browse/QTBUG-87014 for more info.
* mkvtoolnix: 61.0.0 -> 62.0.0rnhmjoj2021-10-17
|
* mkvtoolnix: 60.0.0 -> 61.0.0rnhmjoj2021-09-11
|
* mkvtoolnix: fix GUI on darwin (#133848)Sebastián Mancilla2021-08-15
| | | | | | | | | | | | | | The MKVToolNix GUI has been marked as unsupported on darwin since 88d7718a64d (mkvtoolnix-cli: fix build on darwin, 2017-03-13), but currently it builds without issues. It is when mkvtoolnix-gui is run that the window doesn't appear. Setting the environment variable QT_MAC_WANTS_LAYER=1 fixes it and now the GUI runs on Darwin too. Tested on Big Sur. Picked from 461466306ef (octaveFull: set QT_MAC_WANTS_LAYER=1 on Darwin, 2021-07-22).
* mkvtoolnix: 59.0.0 -> 60.0.0 (#133688)Sebastián Mancilla2021-08-13
| | | | | | | Use stdenv.mkDerivation instead of mkDerivation from libsForQt5, because the latter forces the compiler to LLVM 5 on Darwin, which doesn't support the new C++ filesystem library. Fixes #132675.
* mkvtoolnix: 56.0.0 -> 59.0.0Peter Hoeg2021-07-29
| | | | | | | | | | | | Additional changes: 1. Qt is now needed for both the cli and gui variants. 2. Run the test suite 3. Drop a number of dependencies that are no longer needed 4. We have nlohmann_json and pugixml, so use those instead of the vendored versions 5. Add support for reading chapters from DVDs 6. Build with rake as recommended by upstream
* mkvtoolnix: 55.0.0 -> 56.0.0rnhmjoj2021-04-24
|
* mkvtoolnix: 53.0.0 -> 55.0.0Thibault Gagnaux2021-03-14
|
* mkvtoolnix: 51.0.0 -> 53.0.0Emmanuel Rosa2021-02-10
|
* treewide: xdg_utils -> xdg-utilsBen Siraphob2021-02-01
|
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* mkvtoolnix: 50.0.0 -> 51.0.0rnhmjoj2020-10-17
|
* mkvtoolnix: 48.0.0 -> 50.0.0Titouan2020-09-16
|
* mkvtoolnix: 47.0.0 -> 48.0.0R. RyanTM2020-07-17
|
* mkvtoolnix: 46.0.0 -> 47.0.0R. RyanTM2020-06-10
|
* mkvtoolnix: fix Darwin build by specifying -std=c++17Benjamin Esham2020-06-05
|
* mkvtoolnix: 45.0.0 -> 46.0.0R. RyanTM2020-05-06
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mkvtoolnix: 44.0.0 -> 45.0.0R. RyanTM2020-04-06
|
* mkvtoolnix: 43.0.0 -> 44.0.0R. RyanTM2020-03-11
|
* mkvtoolnix: 42.0.0 -> 43.0.0Michael Hoang2020-01-29
|
* mkvtoolnix: 41.0.0 -> 42.0.0Michael Hoang2020-01-16
|
* mkvtoolnix: 40.0.0 -> 41.0.0R. RyanTM2019-12-23
|
* Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-05
| | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* mkvtoolnix: 38.0.0 -> 40.0.0R. RyanTM2019-11-28
|
* mkvtoolnix: 37.0.0 -> 38.0.0 (#71696)R. RyanTM2019-10-24
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: fix build with clangMario Rodas2019-09-17
|
* mkvtoolnix: 36.0.0 -> 37.0.0Will Dietz2019-09-03
| | | | https://www.bunkus.org/blog/2019/08/mkvtoolnix-v37-0-0-released/
* Merge pull request #66991 from r-ryantm/auto-update/mkvtoolnixMarek Mahut2019-08-20
|\ | | | | mkvtoolnix: 35.0.0 -> 36.0.0
| * mkvtoolnix: 35.0.0 -> 36.0.0R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* | mkvtoolnix: use wrapQtAppVincent Laporte2019-08-18
|/ | | | See #65399
* mkvtoolnix: 34.0.0 -> 35.0.0R. RyanTM2019-07-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: 33.1.0 -> 34.0.0R. RyanTM2019-06-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: 33.0.0 -> 33.1.0 (#60315)xrelkd2019-04-29
|
* mkvtoolnix: 32.0.0 -> 33.0.0R. RyanTM2019-04-18
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: 31.0.0 -> 32.0.0Will Dietz2019-03-26
| | | | https://gitlab.com/mbunkus/mkvtoolnix/blob/release-32.0.0/NEWS.md
* mkvtoolnix: 28.2.0 -> 31.0.0Tadeo Kondrak2019-02-15
|
* mkvtoolnix: 27.0.0 -> 28.2.0 (#49253)R. RyanTM2018-10-27
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: 26.0.0 -> 27.0.0R. RyanTM2018-10-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
* mkvtoolnix: 25.0.0 -> 26.0.0 (#45812)R. RyanTM2018-09-04
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from mkvtoolnix
* mkvtoolnix: 24.0.0 -> 25.0.0R. RyanTM2018-07-13
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions.
* mkvtoolnix: 23.0.0 -> 24.0.0R. RyanTM2018-06-14
| | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions. These checks were done: - built on NixOS - /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvmerge passed the binary check. - /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvinfo passed the binary check. - /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvextract passed the binary check. - /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvpropedit passed the binary check. - Warning: no invocation of /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvtoolnix-gui had a zero exit code or showed the expected version - 4 of 5 passed binary check by having a zero exit code. - 0 of 5 passed binary check by having the new version present in output. - found 24.0.0 with grep in /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0 - directory tree listing: https://gist.github.com/91328ec90c8ee5a51b0a1f29e5e11d51 - du listing: https://gist.github.com/e66ad0366b78978eb90f87a6c66e434a
* mkvtoolnix: 22.0.0 -> 23.0.0 (#40081)R. RyanTM2018-05-12
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions. These checks were done: - built on NixOS - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvmerge -h’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvmerge --help’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvinfo -h’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvinfo --help’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvextract -h’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvextract --help’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvpropedit -h’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvpropedit --help’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvtoolnix-gui -h’ got 0 exit code - ran ‘/nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0/bin/mkvtoolnix-gui --help’ got 0 exit code - found 23.0.0 with grep in /nix/store/k4lfj957aamgj0nav6mvb43zmzx7xip8-mkvtoolnix-23.0.0 - directory tree listing: https://gist.github.com/659909909b82ce86f9ec71f713bc7c6b
* mkvtoolnix: 21.0.0 -> 22.0.0R. RyanTM2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions. These checks were done: - built on NixOS - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvmerge -h` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvmerge --help` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvmerge -V` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvmerge --version` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvinfo -h` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvinfo --help` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvinfo -V` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvinfo --version` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvextract -h` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvextract --help` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvextract -V` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvextract --version` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvpropedit -h` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvpropedit --help` got 0 exit code - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvpropedit -V` and found version 22.0.0 - ran `/nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0/bin/mkvpropedit --version` and found version 22.0.0 - found 22.0.0 with grep in /nix/store/qzarbwgjblj2vw9wc017gich3a5rv9f0-mkvtoolnix-22.0.0 - directory tree listing: https://gist.github.com/7834479431ce4c1f041e9b5d9da3129d