about summary refs log tree commit diff
path: root/pkgs/development/libraries/taglib-extras
AgeCommit message (Collapse)AuthorFilesLines
2021-06-30development: /s/name/pname&version/Felix Buehler1-2/+3
2021-05-15taglib-extras: add missing dependency zlibEmmanuel Rosa1-2/+2
This change adds zlib as a dependency to address the error: ``` /nix/store/5xyjd2qiily84lcv2w2grmwsb8r1hqpr-binutils-2.35.1/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status make[2]: *** [taglib-extras/CMakeFiles/tag-extras.dir/build.make:208: taglib-extras/libtag-extras.so.1.0.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:154: taglib-extras/CMakeFiles/tag-extras.dir/all] Error 2 make: *** [Makefile:149: all] Error 2 builder for '/nix/store/w1ac3b6v5yfblbnqzyxa6y4738frlmvr-taglib-extras-1.0.1.drv' failed with exit code 2 ``` ZHF: #122042
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2018-10-27taglib-extras: add license + descriptionMarkus Kowalewski1-2/+4
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2015-12-29use official taglib-extras sourceReno Reckling1-1/+1
2015-12-26Add comments identifying workaroundsReno Reckling1-0/+2
2015-12-25make taglib-extras work with taglib > 1.9Reno Reckling1-0/+3
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-01-05taglib{,-extras}: use buildNativeInputs, metaYury G. Kudryashov1-3/+4
svn path=/nixpkgs/trunk/; revision=31329
2009-12-24update to latest versionsArmijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=19098
2009-09-11- Added Qt script generator package (dependency for Amarok)Sander van der Burg1-0/+10
- Added taglib-extras package (dependency for Amarok) - Upgraded Amarok to 2.1.1 svn path=/nixpkgs/trunk/; revision=17045