summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ffado
Commit message (Collapse)AuthorAge
* ffado: prevent build tools from leaking into closure (#63393)Jan Tojnar2019-06-18
|\ | | | | ffado: prevent build tools from leaking into closure
| * ffado: prevent build tools from leaking into closureJan Tojnar2019-06-18
| | | | | | | | | | | | | | | | | | | | | | FFADO stored paths to various build dependencies and libraries like gcc or pyuic5 (from PyQT) in $out/lib/libffado/static_info.txt, thus bringing them into the runtime closure. With Nix, this information is not really critical, as we can find out the exact dependencies from .drv files in Nix store. This alone reduced the closure size from 914866184B to 132341176B.
* | treewide: remove unused variables (#63177)volth2019-06-16
|/ | | | | | * treewide: remove unused variables * making ofborg happy
* ffado: 2.4.0 → 2.4.1Jan Tojnar2019-03-03
| | | | Update, switch to Python 3, Qt 5, libxmlxx3, and clean up the expression.
* 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.
* libffado: refactor lib-prefixed packageMatthew Bauer2018-12-15
|
* treewide: Replace meta.available checks in `shouldUsePackages` copypastaTuomas Tynkkynen2018-09-28
| | | | | | | This reverts commit 79d8353b5e4bb98f1b51ab32b9b26df81bb7e106. This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
* treewide: Make `shouldUsePackages` copypasta use meta.availableJohn Ericson2018-03-12
| | | | | The old way depended on old list-of-strings `meta.platforms`, and was not good for cross.
* libffado: 2.3.0 -> 2.4.0 (maintenance)Vladimír Čunát2018-02-18
| | | | | http://ffado.org/?q=node/3379 This fixes build with gcc7. The removed patches are inside now.
* ffado: fix build with glibc-2.26Piotr Bogdan2017-11-08
| | | | see https://sourceforge.net/p/ffado/mailman/message/36008067/
* ffado: 2.2.1 -> 2.3.0Jörg Thalheim2017-08-25
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
| | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* ffado: Refactor and cleanupWilliam A. Kennington III2015-05-02
|
* ffado: Add maintainerWilliam A. Kennington III2015-04-26
|
* ffado: RefactorWilliam A. Kennington III2015-04-25
|
* FFADO: fix build on i686Cillian de Róiste2014-08-24
|
* ffado: update from 2.1.0 to 2.2.1Cillian de Róiste2014-08-24
|
* nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste2014-03-16
|
* Disable the debug option for FFADOCillian de Róiste2012-10-07
| | | | The debug option is enabled by default and causes performance and stability issues
* Upgrade ffado (FireWire audio drivers) to the recently released 2.1.0Cillian de Róiste2012-09-30
|
* Fix the hardcoded /usr/local path in the debug ffado-diag, diagnostic scriptCillian de Róiste2012-07-15
|
* Reverting to revision 1995, this is what AVLinux uses, and works well with ↵Cillian de Roiste2012-04-08
| | | | | | jackdbus too svn path=/nixpkgs/trunk/; revision=33670
* Adding extra requirements, fixing some of the ffado utilitiesCillian de Roiste2012-04-07
| | | | svn path=/nixpkgs/trunk/; revision=33664
* Adding ffado, Linux Firewire audio driversCillian de Roiste2012-04-05
svn path=/nixpkgs/trunk/; revision=33634