about summary refs log tree commit diff
path: root/pkgs/applications/audio/mixxx
AgeCommit message (Collapse)AuthorFilesLines
2024-05-24mixxx: 2.4.0 -> 2.4.1Benjamin Staffin1-2/+2
2024-05-24mixxx: add benley to maintainersBenjamin Staffin1-1/+1
2024-05-03mixxx: add wrapGAppsHook3 to fix file dialogC0D3 M4513R1-4/+7
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-22mixxx: 2.3.6 -> 2.4.0Benjamin Staffin1-2/+10
2023-08-24mixxx: 2.3.5 -> 2.3.6Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-15mixxx: 2.3.4 -> 2.3.5R. Ryantm1-3/+3
2023-03-08mixxx: 2.3.3 -> 2.3.4R. Ryantm1-3/+3
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+0
2022-08-03mixxx: 2.3.2 -> 2.3.3R. Ryantm1-3/+3
2022-02-13mixxx: 2.3.1 -> 2.3.2R. Ryantm1-3/+3
2021-11-03mixxx: 2.3.0 -> 2.3.1R. Ryantm1-3/+3
2021-07-22Merge staging-next into staginggithub-actions[bot]1-0/+18
2021-07-20treewide: remove unnecessary enableParallelBuilding when using cmakeBen Siraphob1-2/+0
2021-07-18mixxx: Fix udev rules installationJakob Leifhelm1-0/+18
2021-06-30mixxx: 2.2.4 -> 2.3.0Pavol Rusnak1-32/+100
* 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
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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;Profpatsch1-2/+2
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-28Unmaintain packages I don't use anymoreaszlig1-1/+1
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>
2020-07-18Merge pull request #92920 from primeos/sconsMichael Weiss1-2/+2
scons: 3.1.2 -> 4.0.0
2020-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss1-2/+2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-06mixxx: 2.2.3 -> 2.2.4Martin Milata1-2/+2
https://github.com/mixxxdj/mixxx/releases/tag/release-2.2.4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-29Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim1-2/+13
2020-03-28mixx: Build with libshout 2.4.1Matthias Beyer1-2/+13
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>
2020-03-28Merge staging-next into stagingFrederik Rietdijk1-2/+2
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss1-1/+2
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-26vamp-plugin-sdk: rename from vamp.vampSDKOrivej Desh1-2/+2
2019-12-23mixxx: 2.2.2 -> 2.2.3R. RyanTM1-2/+2
2019-08-18Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-16mixxx: 2.2.1 -> 2.2.2Matthias Beyer1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-07mixxx: drop custom wrapperworldofpeace1-7/+4
This prevented it from being wrapped automatically because it wasn't an ELF header.
2019-08-05mixxx: use qt5.mkDerivationСухарик1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-01mixxx: 2.2.0 -> 2.2.1 (#60632)R. RyanTM1-2/+4
* 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
2019-04-07mixxx: 2.1.5 -> 2.2.0 (#53643)Tim Williams1-8/+8
2018-11-13treewide: use scons setup hookMatthew Bauer1-16/+1
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
2018-11-10mixxx: 2.1.4 -> 2.1.5 (#50043)R. RyanTM1-2/+2
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
2018-10-19mixxx: added opus files supportBernard Fortz1-1/+3
2018-09-24mixxx: 2.1.3 -> 2.1.4 (#47012)R. RyanTM1-2/+2
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
2018-08-31mixxx 2.1.3: Fixed glibc locale bugBernard Fortz1-2/+10
2018-08-26mixxx: 2.0.0 -> 2.1.3Bernard Fortz1-20/+10
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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
2018-01-09mixxx: add AAC supportTim Williams1-4/+5
fixes #29472
2017-08-30mixxx: patch to build with gcc6 (via debian)Cillian de Róiste2-15/+12
Also, get the sqlite patch directly from bugs.gentoo.org.
2017-08-12mixxx: fix buildBart Brouns2-0/+15
2017-08-03mixxx: fix homepageCillian de Róiste1-1/+1
2016-01-23mixxx: tidy up, remove obsolete patch, co-adoptCillian de Róiste1-15/+12