summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/ffado
AgeCommit message (Collapse)Author
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-06-10ffado: 2.4.2 -> 2.4.3R. RyanTM
2020-03-31Merge branch 'master' into staging-nextJan Tojnar
2020-03-30quoted home page URL according to RFC 0045Michal Minář
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss
Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
2020-03-23switched from the current system to the booted oneMichal Minář
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-03-22ffado: 2.4.1 -> 2.4.2Michal Minář
- fixed ffado-diag - fixed ffado-mixer - enabled ffado-test Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-06-18ffado: prevent build tools from leaking into closure (#63393)Jan Tojnar
ffado: prevent build tools from leaking into closure
2019-06-18ffado: prevent build tools from leaking into closureJan Tojnar
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.
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-03-03ffado: 2.4.0 → 2.4.1Jan Tojnar
Update, switch to Python 3, Qt 5, libxmlxx3, and clean up the expression.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim
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.
2018-12-15libffado: refactor lib-prefixed packageMatthew Bauer
2018-09-28treewide: Replace meta.available checks in `shouldUsePackages` copypastaTuomas Tynkkynen
This reverts commit 79d8353b5e4bb98f1b51ab32b9b26df81bb7e106. This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
2018-03-12treewide: Make `shouldUsePackages` copypasta use meta.availableJohn Ericson
The old way depended on old list-of-strings `meta.platforms`, and was not good for cross.
2018-02-18libffado: 2.3.0 -> 2.4.0 (maintenance)Vladimír Čunát
http://ffado.org/?q=node/3379 This fixes build with gcc7. The removed patches are inside now.
2017-11-08ffado: fix build with glibc-2.26Piotr Bogdan
see https://sourceforge.net/p/ffado/mailman/message/36008067/
2017-08-25ffado: 2.2.1 -> 2.3.0Jörg Thalheim
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk
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.
2015-06-04Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra
This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
2015-05-22Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III
2015-05-02ffado: Refactor and cleanupWilliam A. Kennington III
2015-04-26ffado: Add maintainerWilliam A. Kennington III
2015-04-25ffado: RefactorWilliam A. Kennington III
2014-08-24FFADO: fix build on i686Cillian de Róiste
2014-08-24ffado: update from 2.1.0 to 2.2.1Cillian de Róiste
2014-03-16nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste
2012-10-07Disable the debug option for FFADOCillian de Róiste
The debug option is enabled by default and causes performance and stability issues
2012-09-30Upgrade ffado (FireWire audio drivers) to the recently released 2.1.0Cillian de Róiste
2012-07-15Fix the hardcoded /usr/local path in the debug ffado-diag, diagnostic scriptCillian de Róiste
2012-04-08Reverting to revision 1995, this is what AVLinux uses, and works well with ↵Cillian de Roiste
jackdbus too svn path=/nixpkgs/trunk/; revision=33670
2012-04-07Adding extra requirements, fixing some of the ffado utilitiesCillian de Roiste
svn path=/nixpkgs/trunk/; revision=33664
2012-04-05Adding ffado, Linux Firewire audio driversCillian de Roiste
svn path=/nixpkgs/trunk/; revision=33634