summary refs log tree commit diff
path: root/pkgs/applications/audio/lmms
Commit message (Collapse)AuthorAge
* lmms: Add support for Carla (#223103)Rampoina2023-04-02
| | | Add Carla as an optional dependency and the needed patch
* maintainers: update personal detailsYana Timoshenko2021-12-31
|
* lmms: build using fluidsynth 2.xsternenseemann2021-10-16
| | | | | LMMS supports building against FluidSynth 2, so there's no need to keep using the legacy version.
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* lmms: 1.2.1 -> 1.2.2Michael Faille2020-07-31
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* lmms: 1.2.0-rc7 -> 1.2.1Fabian Thorand2020-02-22
|
* lmms: fix qt5rys ostrovid2019-11-24
| | | | | | | | | | * lmms: fix qt5 * lmms: implement better solution * lmms: limit platforms * lmms: add missing dependency
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* lmms: 1.2.0-rc6 -> 1.2.0-rc7Jörg Thalheim2018-12-23
|
* lmms: 1.2.0-rc4 -> 1.2.0-rc6Jörg Thalheim2018-07-15
| | | | This fixes compilation
* lmms: 1.1.90 -> 1.2.0-rc4, Qt5, optional lame, libsoundio, portaudioYegor Timoshenko2017-11-07
|
* Lmms: fix homepage URLCillian de Róiste2017-08-30
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* lmms: 1.1.3 -> 1.1.90Franz Pletz2016-02-24
| | | | cc @goibhniu
* Convert all jack references to libjack2William A. Kennington III2015-06-27
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* lmms: update from 1.1.2 to 1.1.3Cillian de Róiste2015-03-10
|
* lmms: update from 1.1.0 to 1.1.2Cillian de Róiste2015-02-20
|
* lmms: update from 1.0.3 to 1.1.0Cillian de Róiste2015-01-02
|
* lmms: 0.4.15 -> 1.0.3, fix ogg vorbis and fluidsynth supportCillian de Róiste2014-08-31
|
* Merge recent master into x-updatesVladimír Čunát2014-08-02
|\ | | | | | | | | | | | | | | | | | | Hydra: ?compare=1142825 Conflicts (easy): pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
| * Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | | | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
| * Remove obsolete jackaudio version 1.Peter Simons2014-07-28
| |
| * jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | | | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* | lmms: fix build with freetype-2.5Vladimír Čunát2014-06-26
|/
* lmms: tidy up, fix buildCillian de Róiste2014-01-19
|
* lmms: update from 0.4.10 to 0.4.15Nixpkgs Monitor2014-01-19
|
* Adding lmms: Linux MultiMedia StudioCillian de Roiste2011-04-22
svn path=/nixpkgs/trunk/; revision=26925