Felix Buehler
|
6f04cd0e69
|
application/development: /s/name/pname&version/
|
2021-06-30 09:55:22 +02:00 |
|
Ben Siraphob
|
127733211e
|
treewide: unzip buildInputs to nativeBuildInputs (#112302)
|
2021-02-20 16:01:53 -05:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00 |
|
Mario Rodas
|
44ef664c89
|
mp3gain: enable on darwin
|
2021-01-06 04:20:00 +00:00 |
|
devhell
|
487fb291d9
|
mp3gain: Fix vulnerabilities
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-12-27 14:27:24 +00:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
derchris
|
7b7360dab5
|
mp3gain: 1.5.2 -> 1.6.2
|
2019-10-03 18:41:06 +02:00 |
|
zimbatm
|
69ce5cb656
|
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
|
2016-02-28 12:07:42 +00:00 |
|
aszlig
|
9634b52039
|
mp3gain: Fix output path bin directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
|
2014-12-30 22:30:05 +01:00 |
|
devhell
|
1b4094cf5a
|
mp3gain: Add package
This adds mp3gain which is a normalizer for mp3 audio files.
|
2014-12-20 15:29:53 +00:00 |
|