about summary refs log tree commit diff
path: root/pkgs/applications/audio/jackmix
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* 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.
* jackmix: 0.5.2 -> 0.6.0ajs1242020-10-30
| | | | also qt4 -> qt5
* jackmix, jackmix_jack1: fix build, add alsaLib dependencyfreezeboy2020-09-11
|
* 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.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* 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.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: use scons setup hookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* jackmix: don't fail on deprecated definitionsArnold Krille2017-08-29
|
* qt4: Don't pass top-level attribute through kde4Thomas Tuegel2017-02-24
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* jackmix: Build jackmix in two flavoursArnold Krille2015-10-02
| | | | | | Flavours are: - *jackmix* using jack2 (default) - *jackmix_jack1* using jack1
* jackmix: init at version 0.5.2Arnold Krille2015-10-02
Add jackmix to the nix pkgs.