about summary refs log tree commit diff
path: root/pkgs/development/libraries/libid3tag
AgeCommit message (Collapse)AuthorFilesLines
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-09-12Merge pull request #190170 from SuperSandro2000/mpdSandro1-2/+6
2022-09-08libid3tag: fix cross compileSandro Jäckel1-2/+6
2022-09-07libid3tag: substitute version from src urlSandro Jäckel1-1/+1
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
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-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-01libid3tag: patch CVE-2017-11550 and CVE-2017-11551Periklis Tsirakidis2-1/+17
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-10-29libid3tag: Split into multiple outputsTuomas Tynkkynen2-6/+15
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-08-03libid3tag: move pkgconfig file into the nix-expression directorySven Keidel2-18/+17
[Bjørn Forsman: * use "mkdir -p" instead of "ensureDir" (deprecated) * place *.pc file in $out/lib/pkgconfig/ (instead of $out/share/pkgconfig/ which doesn't work) * prefix commit message with "libid3tag:" ]
2014-07-31gtkpod: bump to 2.1.4Sven Keidel1-3/+26
2014-06-16libid3tag: apply fixes before buildMateusz Kowalczyk2-4/+96
Amongst other things, this stops things like mpd spinning up to full memory when updating the database.
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2010-04-18libid3tag: Added zlib to propagatedBuildInputs.Alexander Tsamutali1-1/+1
svn path=/nixpkgs/trunk/; revision=21145
2008-02-11Add mpg321, libao and libid3tag; upgrade libmad.Ludovic Courtès1-0/+17
svn path=/nixpkgs/trunk/; revision=10626