Skip to content
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

aften: init at 0.0.8 #28886

Merged
merged 1 commit into from Sep 9, 2017
Merged

aften: init at 0.0.8 #28886

merged 1 commit into from Sep 9, 2017

Conversation

vbgl
Copy link
Contributor

@vbgl vbgl commented Sep 2, 2017

Aften is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby®
Digital and is one of the audio codecs used in DVD-Video content.

Homepage: http://aften.sourceforge.net/

Motivation for this change

libjack2 in nixpkgs is broken on darwin. The configure phase fails with the following error:

Checking for library aften               : not found

So this PR adds the aften library to nixpkgs. Unfortunately, this is not enough to completely fix libjack2 (the configure phase goes through, but there are build errors related to CoreFoundation).

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.

Aften is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby®
Digital and is one of the audio codecs used in DVD-Video content.

Homepage: http://aften.sourceforge.net/
@vbgl vbgl merged commit 6e009ed into NixOS:master Sep 9, 2017
@vbgl vbgl deleted the aften branch October 2, 2017 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant