about summary refs log tree commit diff
path: root/pkgs/applications/audio/musikcube
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2023-11-03treewide: remove myself as maintainerSolène Rapenne1-1/+1
2023-09-12musikcube: 3.0.1 -> 3.0.2Alexis Hildebrandt1-6/+6
remove with lib
2023-05-29musikcube: 3.0.0 -> 3.0.1Alexis Hildebrandt1-2/+2
2023-04-22musikcube: 0.99.7 -> 3.0.0Alexis Hildebrandt1-4/+4
2023-03-30musikcube: 0.99.6 -> 0.99.7R. Ryantm1-2/+2
2023-03-22musikcube: 0.99.5 -> 0.99.6R. Ryantm1-2/+2
2023-03-11treewide: fix lintsArtturin1-3/+3
Arg to lib.optional is a list build time tool in buildInputs
2023-02-22musikcube: Fix build on macOSAlexis Hildebrandt1-3/+5
2023-02-20Merge pull request #214077 from tuxinaut/masterAaron Andersen1-6/+15
musikcube: activate portaudio, pipewire, sndio, core audio plugins
2023-02-06musikcube: 0.99.4 -> 0.99.5Alexis Hildebrandt1-2/+2
2023-02-02musikcube: order dependencies A-ZSchäfer, Denny1-10/+9
2023-02-02musikcube: activate portaudio, pipewire, sndio, core audio pluginsSchäfer, Denny1-1/+11
2023-02-01musikcube: replace alias libgme with game-music-emuNick Cao1-2/+2
2023-01-27musikcube: 0.98.1 -> 0.99.4Schäfer, Denny1-4/+6
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph1-4/+4
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2022-11-03musikcube: split dev outputAlexis Hildebrandt1-0/+2
2022-11-01musikcube: 0.98.0 -> 0.98.1Alexis Hildebrandt1-13/+2
2022-10-06musikcube: use with maintainersSolène Rapenne1-1/+1
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2022-10-04musikcube: add srapenne as maintainerSolene Rapenne1-1/+1
2022-07-26Address PR feedbackAlexis Hildebrandt1-4/+4
2022-07-25musikcube: fix rpath for musikcubeAlexis Hildebrandt1-0/+5
2022-07-11musikcube: Replace local patch with upstream patchAlexis Hildebrandt2-17/+10
2022-07-11musikcube: 0.97.0 -> 0.98.0Alexis Hildebrandt1-9/+6
2022-05-14musikcube: Fix Linux buildAlexis Hildebrandt1-3/+3
2022-05-07musikcube: fix darwin buildAlexis Hildebrandt2-5/+29
2022-04-25musikcube: 0.96.10 -> 0.97.0Alexis Hildebrandt1-3/+5
2021-12-29musikcube: 0.96.9 -> 0.96.10superwhiskers1-2/+2
2021-12-28musikcube: 0.96.7 -> 0.96.9superwhiskers1-4/+6
2021-11-17musikcube: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich1-0/+11
Without the fix build on ncurses-6.3 fails as: musikcube/cursespp/cursespp/curses_config.h:54:36: error: format not a string literal and no format arguments [-Werror=format-security] 54 | if (window && format) { wprintw(window, format, ##__VA_ARGS__); } | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ musikcube/src/musikcube/app/window/TransportWindow.cpp:640:5: note: in expansion of macro 'checked_wprintw' 640 | checked_wprintw(c, shuffleLabel.c_str(
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-04-30musikcube: 0.96.5 -> 0.96.7Aaron Andersen1-2/+2
2021-04-30musikcube: update from ffmpeg_3 to ffmpegAaron Andersen1-2/+2
2021-02-03musikcube: 0.96.4 -> 0.96.5R. RyanTM1-2/+2
2021-01-20musikcube: 0.96.2 -> 0.96.4R. RyanTM1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
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-12-10musikcube: 0.96.1 -> 0.96.2R. RyanTM1-2/+2
2020-12-08musikcube: 0.95.0 -> 0.96.1R. RyanTM1-2/+2
2020-11-15musikcube: 0.94.0 -> 0.95.0R. RyanTM1-2/+2
2020-11-11musikcube: 0.93.1 -> 0.94.0R. RyanTM1-2/+2
2020-08-06musikcube: 0.92.1 -> 0.93.1R. RyanTM1-2/+2
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-26musikcube: 0.90.1 -> 0.92.1Aaron Andersen2-19/+6
2020-04-24musikcube: init at 0.90.1Aaron Andersen2-0/+70