| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: remove wkennington as maintainer•••He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
| Jörg Thalheim | 2019-01-26 | 1 | -1/+0 |
| * | webrtc-audio-processing: 0.3 -> 0.3.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/webrtc-audio-processing/versions.
Also remove isAarch32 configure hack since it is no longer applicable after
https://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/commit/?id=ff77a85c28564d939d554ba264480d1876cbc316
Also fix Darwin build
Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
| R. RyanTM | 2018-08-08 | 1 | -8/+6 |
| * | treewide: http -> https sources (#42676)•••* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
| Silvan Mosberger | 2018-06-28 | 1 | -1/+1 |
| * | treewide: isArm -> isAarch32•••Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.
The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:
```
ISA: ARMv8 {-A, -R, -M}
/ \
Mode: Aarch32 Aarch64
| / \
Encoding: A64 A32 T32
```
At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.
The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.
[1]: https://developer.arm.com/products/architecture/a-profile
| John Ericson | 2018-04-25 | 1 | -1/+1 |
| * | webrtc-audio-processing: don't use execinfo w/musl | Will Dietz | 2018-02-13 | 1 | -0/+2 |
| * | webrtc-audio-processing: Fix ARM breakage | Tuomas Tynkkynen | 2016-07-10 | 1 | -0/+6 |
| * | pulseaudio: 8.0 -> 9.0•••This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].
Release notes can be seen in [1].
[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
| Simon Vandel Sillesen | 2016-07-05 | 1 | -2/+2 |
| * | Captialize meta.description of all packages•••In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
| Bjørn Forsman | 2016-06-20 | 1 | -1/+1 |
| * | webrtc-audio-processing: Add derivation | William A. Kennington III | 2015-04-25 | 1 | -0/+18 |