summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ffado
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* 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: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss2020-07-18
| | | | Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
* ffado: 2.4.2 -> 2.4.3R. RyanTM2020-06-10
|
* Merge branch 'master' into staging-nextJan Tojnar2020-03-31
|\
| * quoted home page URL according to RFC 0045Michal Minář2020-03-30
| | | | | | | | Signed-off-by: Michal Minář <mic.liamg@gmail.com>
| * switched from the current system to the booted oneMichal Minář2020-03-23
| | | | | | | | Signed-off-by: Michal Minář <mic.liamg@gmail.com>
| * ffado: 2.4.1 -> 2.4.2Michal Minář2020-03-22
| | | | | | | | | | | | | | | | - fixed ffado-diag - fixed ffado-mixer - enabled ffado-test Signed-off-by: Michal Minář <mic.liamg@gmail.com>
* | scons: Add passthru.py2 for backward compatibilityMichael Weiss2020-03-27
|/ | | | | 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.
* 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