about summary refs log tree commit diff
path: root/pkgs/development/libraries/libmpeg2/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30libmpeg2: *Flags are listsRobin Gloster1-1/+1
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
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.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-03-25libmpeg2: Fix Darwin buildSpencer Whitt1-0/+3
2014-09-26fixed some meta.maintainers attributesPascal Wittmann1-1/+1
2014-08-29libmpeg2: update to 0.5.1Mateusz Kowalczyk1-7/+5
The patch seems unnecessary but I'll look out for breakage.
2014-05-04libmpeg2: Add patches from Handbrake projectWout Mertens1-1/+6
libmpeg2 is abandoned upstream. Patches: - A00: Fix tag handling on frames
2011-07-25* mpeg2dec -> libmpeg2, and updated to 0.5.1.Eelco Dolstra1-0/+15
svn path=/nixpkgs/branches/kde-4.7/; revision=27949