Package Details: mixxx-git r9308-1

Git Clone URL: https://aur.archlinux.org/mixxx-git.git (read-only, click to copy)
Package Base: mixxx-git
Description: Digital DJ mixing software (latest development branch).
Upstream URL: https://mixxx.org/
Keywords: dj mix mp3 pro-audio
Licenses: GPL-2.0-or-later
Groups: pro-audio
Conflicts: mixxx
Provides: mixxx
Submitter: Gimmeapill
Maintainer: Holzhaus
Last Packager: Holzhaus
Votes: 21
Popularity: 0.000000
First Submitted: 2013-08-29 22:59 (UTC)
Last Updated: 2024-11-08 20:23 (UTC)

Pinned Comments

Gimmeapill commented on 2018-11-04 18:24 (UTC) (edited on 2020-11-14 20:16 (UTC) by Gimmeapill)

For those looking for something more stable than the alpha/default branch, there's another git pkgbuild for the 2.3 branch (beta), which should be reliable enough for daily use: https://aur.archlinux.org/packages/mixxx_beta-git/

Gimmeapill commented on 2018-02-25 20:15 (UTC) (edited on 2020-11-14 20:16 (UTC) by Gimmeapill)

This package will automatically retrieve and build the latest development snapshot of Mixxx from git (default branch).

It does not need to be updated on every release, so please do not flag out of date unless the build breaks or any actual packaging issue.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

j0inty commented on 2025-11-29 15:14 (UTC) (edited on 2025-11-30 05:19 (UTC) by j0inty)

Currently the libdjinterop is missing and you need to install it from github.com/xsco/libdjinterop first.

git clone git@github.com:xsco/libdjinterop.git
mkdir build && cd build
cmake ..
cmake --build .
sudo cmake --install .
  • Note: The cmake install job place the library to /usr/local/lib so you need to add it to your linker search paths.
user@host:~$ LD_LIBRARY_PATH="$LD_LIBRARAY_PATH:/usr/local/lib" mixxx

regards j0inty

carlosnewmusic commented on 2025-05-21 16:41 (UTC)

Build error https://pastebin.com/8ppi5CAv

icedream commented on 2024-02-10 21:32 (UTC)

This seems broken currently due to taglib being at version 2.x instead of 1.x. Installing taglib1 from AUR does not fix this without uninstalling taglib which breaks a lot of other software. Might need a patch for this.

liberoludo commented on 2023-08-29 20:52 (UTC)

Attempted to install on August 28th 2023 and failed at the 'mixxx-test' stage. It seems there's an unsatisfied dependency benchmark.

Thanks for the effort you've all put on this awesome piece of software, me and my friends had hours of fun.

dangole commented on 2021-11-24 01:23 (UTC)

builds and works fine on Aarch64 (tested on Pinebook Pro, Rockchip RK3399)

Holzhaus commented on 2021-01-12 14:48 (UTC)

I enabled WavPack support, fixed some dependencies and skipped building tests.

Holzhaus commented on 2021-01-05 14:23 (UTC)

Now that the pkgbuild in an ok shape I'm orphaning both mixxx pkgbuilds as I can't justify the time to maintain, so feel free to take it from there.

Sorry, we really did a lot of build-related changes lately. I'd be happy to take over.

Gimmeapill commented on 2021-01-03 13:47 (UTC)

udev rule installation updated accordingly.

Now that the pkgbuild in an ok shape I'm orphaning both mixxx pkgbuilds as I can't justify the time to maintain, so feel free to take it from there.

Gimmeapill commented on 2020-12-31 07:05 (UTC)

@xerus & Holzhaus: dependencies updated. I'll test & update the udev rule install on the 2.3 branch pkgbuild probably this week end.

melonion commented on 2020-12-30 18:22 (UTC)

Apparently the project depends on wavpack as well, just found that out as it failed to link.