Mixxx in the official portage tree is compiled with Qt5 and the Qt5 backend is affected by a bug with track duration. Track duration is not displayed in the library and on virtual decks. Ref: https://bugs.launchpad.net/mixxx/+bug/1531006 https://github.com/mixxxdj/mixxx/pull/845 https://github.com/mixxxdj/mixxx/pull/848 I have backported those fixes for the 2.0.0 release. Reproducible: Always Steps to Reproduce: 1. Launch Mixxx 2. Load a track and/or consult the library 3. Actual Results: Duration is empty The following patches need to be included and you can retrieve it from my personnal overlay (https://github.com/dguglielmi/sunny-overlay/tree/master/media-sound/mixxx) -- "${FILESDIR}"/${P}-fix-formatting-of-time-durations.patch "${FILESDIR}"/${P}-eliminate-unnecessary-heap-allocation-of-qtime.patch "${FILESDIR}"/${P}-fix-missing-pointer-initialization.patch "${FILESDIR}"/${P}-move-definition-of-time-formatseconds-into-dot-cpp-file.patch "${FILESDIR}"/${P}-fix-formatting-of-time-durations2.patch --
I'll have a look as soon as my time permits.
commit 13cb9bf35c722ff7207da51ecdd16d24df710aab (HEAD -> master, origin/master, origin/HEAD) Author: Lars Wendler <polynomial-c@gentoo.org> Date: Sun May 7 00:50:37 2017 media-sound/mixxx: Revbump to fix compilation with gcc-6 (bug #595090). This revbump also comes with a couple of fixes backported and provided by David Guglielmi (sunny-overlay) in bug #608430. Package-Manager: Portage-2.3.5, Repoman-2.3.2