Skip to content

dr14_tmeter: init at 1.0.16 #27092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2017
Merged

dr14_tmeter: init at 1.0.16 #27092

merged 1 commit into from
Jul 4, 2017

Conversation

adisbladis
Copy link
Member

Motivation for this change

Useful tool for checking dynamic range (DR14) of audio files.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

@mention-bot
Copy link

@adisbladis, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zimbatm, @zraexy and @vcunat to be potential reviewers.

@pSub pSub added the 8.has: package (new) This PR adds a new package label Jul 3, 2017

let
inherit (python3Packages) buildPythonApplication;
in buildPythonApplication rec {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just write python3Packages.buildPythonApplication.


meta = with stdenv.lib; {
description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
license = stdenv.lib.licenses.gpl3Plus;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using with stdenv.lib you bring everything into scope that is in stdenv.lib. Therefore you can just write license = licenses.gpl3Plus;

description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
license = stdenv.lib.licenses.gpl3Plus;
homepage = http://dr14tmeter.sourceforge.net/;
maintainers = [ stdenv.lib.maintainers.adisbladis ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here: maintainers = [ maintainers.adisbladis ];.

@adisbladis
Copy link
Member Author

@pSub Changes made

@pSub pSub merged commit ec04f18 into NixOS:master Jul 4, 2017
@Janik-Haag Janik-Haag added the 12. first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants