about summary refs log tree commit diff
path: root/pkgs/applications/audio/abcde
Commit message (Collapse)AuthorAge
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pnamevolth2019-08-17
|
* abcde: 2.9.2 -> 2.9.3R. RyanTM2019-02-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/abcde/versions
* lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|
* abcde: 2.8.1 -> 2.9.2Gabriel Ebner2018-10-06
| | | | Fixes #41789.
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* abcde: switch to libcdio-paranoiaPiotr Bogdan2018-03-05
|
* abcde: 2.7.2 -> 2.8.1Tim Steinbach2017-08-21
|
* abcde: simplify wrapper codeJörg Thalheim2017-05-01
|
* abcde: specify perl runtime dependencies for abcde-musicbrainz-toollaMudri2017-04-30
|
* abcde: add glyr as dep to enable getalbumartsternenseemann2017-04-15
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* abcde: use makeBinPath to construct wrapper PATHProfpatsch2016-06-06
|
* abcde: fix flac bin outputProfpatsch2016-06-06
|
* abcde: 2.7 -> 2.7.2Tobias Geerinckx-Rice2016-04-30
|
* abcde: add flac and which as runtime depsProfpatsch2016-01-29
|
* vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice2016-01-26
|
* abcde: update to 2.7 and fix mp3 taggingCarles Pagès2015-06-27
| | | | It now depends on eyeD3 (python), but that's an upstream decision.
* abcde: 2.5.4 -> 2.6koral2015-04-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* fix bad "licence" namesVladimír Čunát2013-07-04
| | | | | | Mostly what I merged from @lovek323. Such errors can be easily checked by nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
* Updated version of abcde to 2.5.4Michael Ashton2012-10-29
| | | | | | | | | | - Added support for MusicBrainz queries to abcde package - Added new dependencies to abcde: mkcue, eject, perl, MusicBrainz, MusicBrainzDiscID - libdiscid version in pkg-config was incorrect; patched libdiscid to fix - Added WebServices::MusicBrainz Perl module - Added MusicBrainz::DiscID Perl module - Commented out XSLoader Perl module since it was broken, no packages depend on it, and it has been incorporated into the Perl core
* Allowing abcde to make mp3. I had to add id3v2, and fix the id3lib build.Lluís Batlle i Rossell2010-08-29
| | | | svn path=/nixpkgs/trunk/; revision=23513
* ABCDE: Fix interaction with libcdio's `cd-paranoia'.Ludovic Courtès2008-10-29
| | | | svn path=/nixpkgs/trunk/; revision=13157
* abcde: Fix URL.Ludovic Courtès2008-10-08
| | | | svn path=/nixpkgs/trunk/; revision=13012
* Add abcde, a command-line CD encoder.Ludovic Courtès2008-05-26
svn path=/nixpkgs/trunk/; revision=11904