summary refs log tree commit diff
path: root/pkgs/applications/audio/mixxx/default.nix
Commit message (Collapse)AuthorAge
* mixxx: Fix udev rules installationJakob Leifhelm2021-07-18
|
* mixxx: 2.2.4 -> 2.3.0Pavol Rusnak2021-06-30
| | | | | | | | | * version update * replace scons with cmake * add new dependencies: - hidapi, lame, libebur128, libkeyfinder, libmodplug, libsecret, qtkeychain, serd, sord, soundtouch, sratom, wavpack * use latest libshout again - streaming issues have been fixed
* 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
* Unmaintain packages I don't use anymoreaszlig2020-07-28
| | | | | | | | | | | | | | | Just got a reminder via the vulnerability roundup[1] that I'm still listed as maintainer for Synergy, even though I stopped using it years ago. I'll also take this as an opportunity to remove myself from other packages which I stopped using and thus most certainly won't be able to maintain. The latter is already hard enough these days for software which I *do* use. [1]: https://github.com/NixOS/nixpkgs/issues/94007 Signed-off-by: aszlig <aszlig@nix.build>
* Merge pull request #92920 from primeos/sconsMichael Weiss2020-07-18
|\ | | | | scons: 3.1.2 -> 4.0.0
| * 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.
* | mixxx: 2.2.3 -> 2.2.4Martin Milata2020-07-06
|/ | | | https://github.com/mixxxdj/mixxx/releases/tag/release-2.2.4
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim2020-03-29
|\
| * mixx: Build with libshout 2.4.1Matthias Beyer2020-03-28
| | | | | | | | | | | | | | | | | | Because libshout 2.4.2 and newer seem to break streaming in mixxx, build it with 2.4.1 instead. This actually fixes the problem. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | Merge staging-next into stagingFrederik Rietdijk2020-03-28
|\|
| * vamp-plugin-sdk: rename from vamp.vampSDKOrivej Desh2020-03-26
| |
* | 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.
* mixxx: 2.2.2 -> 2.2.3R. RyanTM2019-12-23
|
* Merge master into staging-nextFrederik Rietdijk2019-08-18
|\
| * mixxx: 2.2.1 -> 2.2.2Matthias Beyer2019-08-16
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mixxx: drop custom wrapperworldofpeace2019-08-07
| | | | | | This prevented it from being wrapped automatically because it wasn't an ELF header.
* mixxx: use qt5.mkDerivationСухарик2019-08-05
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* mixxx: 2.2.0 -> 2.2.1 (#60632)R. RyanTM2019-05-01
| | | | | | | | | | | * mixxx: 2.2.0 -> 2.2.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mixxx/versions * mixxx: speedup build with parallel building
* mixxx: 2.1.5 -> 2.2.0 (#53643)Tim Williams2019-04-07
|
* 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
* mixxx: 2.1.4 -> 2.1.5 (#50043)R. RyanTM2018-11-10
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mixxx/versions
* mixxx: added opus files supportBernard Fortz2018-10-19
|
* mixxx: 2.1.3 -> 2.1.4 (#47012)R. RyanTM2018-09-24
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mixxx/versions
* mixxx 2.1.3: Fixed glibc locale bugBernard Fortz2018-08-31
|
* mixxx: 2.0.0 -> 2.1.3Bernard Fortz2018-08-26
|
* 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
* mixxx: add AAC supportTim Williams2018-01-09
| | | | fixes #29472
* mixxx: patch to build with gcc6 (via debian)Cillian de Róiste2017-08-30
| | | | Also, get the sqlite patch directly from bugs.gentoo.org.
* mixxx: fix buildBart Brouns2017-08-12
|
* mixxx: fix homepageCillian de Róiste2017-08-03
|
* mixxx: tidy up, remove obsolete patch, co-adoptCillian de Róiste2016-01-23
|
* mixxx: 1.11.0 -> 2.0.0Cillian de Róiste2016-01-23
|
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* mixxx: New package in version 1.11.0.aszlig2013-10-28
Compiles fine on linux i686 and amd64. Adding myself as maintainer, even though I'm not using the package by myself, but a friend is using it for DJing from a NixOS live system I'm maintaining. Signed-off-by: aszlig <aszlig@redmoonstudios.org>