summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/tauon
AgeCommit message (Collapse)Author
12 daystauon: turn discord rpc on by defaulthuantian
upstream includes this on by default, and it's more convenient for users if they don't have to turn this on both in application settings, and in the derivation arguments. discord rpc doesn't take up a lot of space or time to build either, as it's just an additional pythong module.
12 daystauon: 7.8.0 -> 7.8.2huantian
2024-08-23tauon: sort arguments by usage orderhuantian
2024-08-23tauon: remove unused depedencies and fix runtime dependencyhuantian
game-music-emu needs to be in LD_LIBRARY_PATH for the app to find it. gst-python and pylyrics are no longer used. tauon does have optional support for libjxl, but it's via the python library pyjxl and not directly with the C library.
2024-08-23tauon: update substituteInPlace patcheshuantian
2024-08-23tauon: fix build errorhuantian
If the interpreter path to bash after patchShebang contians the string 'gcc', then we will end up mangaling the shebang interpreter path with the substituteInPlace on 'gcc' that follows the patchShebang. We can fix this by switching the order of the two, but since this script is only used once during compilation, it's simplier just to call bash directly to run the script.
2024-08-22tauon: format with nixfmthuantian
2024-07-08tauon: 7.7.2 -> 7.8.0Stefan Frijters
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-04-04tauon: 7.7.1 -> 7.7.2R. Ryantm
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
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-01-27tauon: 7.7.0 -> 7.7.1R. Ryantm
2023-11-16tauon: 7.6.7 -> 7.7.0R. Ryantm
2023-09-26tauon: 7.6.6 -> 7.6.7R. Ryantm
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
2023-06-22tauon: 7.6.5 -> 7.6.6R. Ryantm
2023-06-13Merge pull request #227728 from yelite/tauon-add-sys-trayPol Dellaiera
tauon: add libappindicator for tray icon
2023-06-12tauon: 7.6.4 -> 7.6.5Jan Solanti
2023-04-29tauon: 7.6.3 -> 7.6.4R. Ryantm
2023-04-25tauon: Add Darwin supportwaelwindows
2023-04-22Add libappindicator to the build inputs of tauonLite Ye
2023-04-06tauon: 7.6.2 -> 7.6.3R. Ryantm
2023-03-26tauon: 7.6.0 -> 7.6.2Jan Solanti
2023-03-21tauon: 7.5.0 -> 7.6.0Jan Solanti
2023-02-19python310Packages.pychromecast: Normalize attribute nameMartin Weinelt
2023-02-17tauon: 7.4.7 -> 7.5.0Jan Solanti
2022-12-23tauon: 7.4.6 -> 7.4.7R. Ryantm
2022-12-14tauon: 7.4.5 -> 7.4.6R. Ryantm
2022-11-26tauon: 7.4.3 -> 7.4.5Jan Solanti
https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.5 https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.4
2022-10-31tauon: 7.4.2 -> 7.4.3Jan Solanti
2022-10-07tauon: 7.4.1 -> 7.4.2Jan Solanti
2022-10-01tauon: change maintainer to jansolSandro
2022-09-27tauon: 7.4.0 -> 7.4.1Jan Solanti
2022-09-27tauon: 7.3.1 -> 7.4.0Jan Solanti
2022-08-26tauon: fix broadcast web player templatehuantian
2022-07-13tauon: 7.2.1 -> 7.3.1Jan Solanti
2022-05-22tauon: 7.1.3 -> 7.2.1Jan Solanti
2022-02-28tauon: 7.1.2 -> 7.1.3R. Ryantm
2022-02-24tauon: 7.1.1 -> 7.1.2R. Ryantm
2022-02-17tauon: 7.1.0 -> 7.1.1Jan Solanti
2022-02-17tauon: 7.0.1 -> 7.1.0R. Ryantm
2022-02-06tauon: install desktop file and iconJan Solanti
2022-02-06tauon: 6.7.1 -> 7.0.1Jan Solanti
2021-09-21tauon: add optional withDiscordRPC (#138765)Amneesh
* tauon: add optional withDiscordRPC * Update pkgs/applications/audio/tauon/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-08tauon: init at 6.7.1Sandro Jäckel