summary refs log tree commit diff
path: root/pkgs/development/libraries/audiofile
Commit message (Collapse)AuthorAge
* audiofile: fix build with gcc9Franz Pletz2019-11-05
|
* audiofile: fix build with gcc9Franz Pletz2019-11-02
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* audiofile: Update Patch File Locationjammerful2018-02-02
| | | | Debian moved git servers.
* audiofile: add patches for multiple CVEsFranz Pletz2017-11-19
| | | | | | | | | | | | | | | | | | | Fixes: * CVE-2017-6827 * CVE-2017-6828 * CVE-2017-6829 * CVE-2017-6830 * CVE-2017-6831 * CVE-2017-6832 * CVE-2017-6833 * CVE-2017-6834 * CVE-2017-6835 * CVE-2017-6836 * CVE-2017-6837 * CVE-2017-6838 * CVE-2017-6839 cc #30959
* audiofile: move alsaLib from nativeBuildInputs to buildInputsRyan Trinkle2017-09-28
|
* audiofile: Fix build on GCC 6Eelco Dolstra2017-01-25
| | | | http://hydra.nixos.org/build/42228674
* audiofile: Fix build on darwinOllie Charles2016-01-26
|
* audiofile: fix CVE-2015-7747 (close #10829)Pascal Wittmann2015-11-05
| | | | Fixes #10678.
* audiofile: Use alsaLib for native Linux only.aszlig2014-03-12
| | | | | | | | | | | Using ALSA for non-Linux systems really doesn't make much sense, so using buildNativeInputs to ensure it won't be used for cross-builds. Of course, if you're cross-building to Linux, the dependency won't be used, but right now we don't have a good way to easily check whether the cross target is Linux. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Unmaintain a bunch of packagesShea Levy2014-01-21
| | | | | | Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
* audiofile: update from 0.3.3 to 0.3.6Nixpkgs Monitor2013-12-18
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Fix licenses. My fixes were more carefully checked against sources and home ↵Evgeny Egorochkin2013-07-14
| | | | page license claims :)
* Fix tarballShea Levy2013-07-13
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* audiofile: fix build on darwinJason \"Don\" O'Conal2013-07-12
| | | | | * disable alsaLib * build with gccApple
* Add a module for the pommed tool for Apple laptop keyboards.Shea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33286
* * Gnome 2.22.1.Eelco Dolstra2008-05-20
| | | | | | | | | | * Moved some of the Gnome package Nix expressions into pkgs/desktops/gnome/default.nix - no need to have them in separate files. This way the code is much shorter. Still to be done for all the other Gnome packages. * Glib 2.16.3. svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
* update to 0.2.6Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10032
* * 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
* * Glibc 2.3.6.Eelco Dolstra2005-12-06
| | | | | | | | | * GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Added `zapping', a TV viewer application. It depends on Gnome, soEelco Dolstra2004-01-21
lots of packages are needed. svn path=/nixpkgs/trunk/; revision=681