about summary refs log tree commit diff
path: root/pkgs/applications/audio/mp3gain
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-06-30application/development: /s/name/pname&version/Felix Buehler1-3/+4
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2021-01-06mp3gain: enable on darwinMario Rodas1-1/+1
2020-12-27mp3gain: Fix vulnerabilitiesdevhell1-5/+13
This commit fetches a patch for CVE-2019-18359 from Gentoo's repository [1]. Previously openSuSE[2] was used, but that did not work well with `fetchpatch` and having copies of patches is discouraged. This commit should also close https://github.com/NixOS/nixpkgs/issues/90893 [1]: https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/mp3gain?id=36f8689f7903548f5d89827a6e7bdf70a9882cee [2]: https://build.opensuse.org/package/view_file/openSUSE:Factory/mp3gain/0001-fix-security-bugs.patch
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-03mp3gain: 1.5.2 -> 1.6.2derchris1-5/+5
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2014-12-30mp3gain: Fix output path bin directory.aszlig1-2/+1
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-20mp3gain: Add packagedevhell1-0/+28
This adds mp3gain which is a normalizer for mp3 audio files.