summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aften (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* treewide: replace http by https when https is a permanent redirectionFerry Jérémie2023-01-221-1/+1
* maintainers: update emilytrauAngus Trau2022-02-111-1/+1
* aften: apple silicon supportAngus Trau2021-08-102-3/+35
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-2/+2
* aften: use spaces for indentationzowoq2021-01-201-14/+14
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+2
* aften: Disables build on aarch64-linux•••It looks like it would be a trivial fix with `-Wno-shift-negative-value`, but in the end it fails with: ``` [100%] Linking C executable aften libaften_static.a(a52enc.o): In function `aften_encode_init': a52enc.c:(.text+0x303c): undefined reference to `apply_simd_restrictions' collect2: error: ld returned 1 exit status ``` So it looks like it's not simply a warning issue. Samuel Dionne-Riel2018-12-101-1/+1
* aften: init at 0.0.8•••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/ Vincent Laporte2017-09-091-0/+21