summary refs log tree commit diff
path: root/pkgs/development/libraries/speex
Commit message (Collapse)AuthorAge
* speex: patch zero division vector in wave header parserMartin Weinelt2022-02-10
| | | | Fixes: CVE-2020-23903
* pkgs/development: rename name to pname&versionFelix Buehler2021-12-01
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | 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.
* speex: 1.2rc2 -> 1.2.0Markus Kowalewski2018-10-27
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* Merge staging into closure-sizeVladimír Čunát2015-05-05
|\
| * speex: 1.2rc1 -> 1.2rc2William A. Kennington III2015-04-25
| |
* | Split some more packagesEelco Dolstra2012-08-24
|/
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* Update SpeexMichael Raskin2010-06-09
| | | | svn path=/nixpkgs/trunk/; revision=22193
* 1.2beta2 -> 1.2beta3Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10003
* speex upgrade, added liboggYury G. Kudryashov2007-11-11
| | | | svn path=/nixpkgs/trunk/; revision=9631
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add speex, without Ogg support (if anyone wants that, just add it)Armijn Hemel2005-11-22
svn path=/nixpkgs/trunk/; revision=4308