aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libmkv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: simplify rev/repo arguments in srcPavol Rusnak2020-11-011-3/+4
| | | | + use fetchFromGithub where possible
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libmkv: add description & longDescriptionAnton-Latukha2018-12-281-0/+5
|
* libmkv: rm old HandBrake patchesAnton-Latukha2018-05-104-75/+4
| | | | Patches no longer used in HandBrake upstream
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
|
* libmkv: from Handbrake projectWout Mertens2014-05-044-0/+93
Libmkv was started from Handbrake but is now unmaintained upstream. Patches: - A01: add constant to header file - A02: Breaks API: Allow changing output sampling frequency - P00: Fix accessing large files on Mingw32