summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
Commit message (Collapse)AuthorAge
* treewide: *inputs are listsRobin Gloster2019-12-31
|
* clementine: fix build w/ chromaprint 1.4+Renaud2019-10-18
|
* treewide: name -> pnamevolth2019-08-17
|
* clementine: update to qt5marius8510002019-03-26
|
* clementine: use fetchFromGitHubAnton-Latukha2019-01-29
|
* Merge pull request #42314 from jerith666/clementine-gst-pluginsMaximilian Bosch2018-10-18
|\ | | | | clementine: add gst_plugins to buildInputs so setup hooks work
| * clementine: add gst_plugins to buildInputs so setup hooks workMatt McHenry2018-06-20
| | | | | | | | | | | | | | | | when the build was refactored in ef5e212d, this was lost. a4ba8c65 got most of it back, but missed the addition of gst_plugins to buildInputs. fixes #39960
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |
* | [bot]: remove unreferenced codevolth2018-07-20
|/
* clementine: each output should hav a wrapped `GST_PLUGIN_SYSTEM_PATH_1_0`Maximilian Bosch2018-04-24
| | | | | | see https://github.com/NixOS/nixpkgs/commit/ef5e212d20959d4d883df2ff2a54e5ef4b2512a5#r28723596 /cc @jtojnar
* clementine: provide free derivation by defaultMaximilian Bosch2018-04-07
| | | | | | | | | | | The `clementine` package is actually released under Apache license, but requires the unfree `libspotify` package to build. Now `nixpkgs.clementine` points to the free derivation and `nixpkgs.clementineUnfree` has been introduced for the package bundled with spotify support. Fixes #38315
* clementine: apply upstream patch to fix build w/gcc7Will Dietz2018-03-03
| | | | | | (adds missing includes for <functional>) Fixes #36254
* protobuf: remove old versionsNikolay Amiantov2017-09-09
| | | | | | This leaves only protobuf3_1 which is the last version with libprotobuf2. Also fix several packages to build with the latest protobuf.
* clementine: fix build with gcc6Orivej Desh2017-08-28
|
* clementine: 1.2.3 -> 1.3.1Raymond Gauthier2017-08-02
|
* 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
* clementine: added switches for optional dependences (#23730)Marti Serra2017-03-17
| | | | | | Added switches for ipod, mtp, cd and cloud support. The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
* gst-plugins-base: align attrname with pkgnameBjørn Forsman2017-02-27
|
* clementineFree: fix gcc5 buildJoachim Fasting2016-03-23
| | | | | | Uses gcc switches that are no longer valid. Also strip -Werror for good measure. See https://hydra.nixos.org/build/33277865/nixlog/1/raw
* clementine: install desktop files and iconsThomas Tuegel2015-05-17
|
* Build free part of Clementine on HydraThomas Tuegel2015-05-17
| | | | | | | Clementine consists of a large free part (the main application) and a small part with unfree dependencies (the Spotify blob). Add a top-level attribute for the free Clementine for users who don't want unfree software, and so that the bulk of Clementine will be in the binary cache.
* clementine: fix Spotify supportThomas Tuegel2015-05-04
|
* clementine: build wrapper with runCommandThomas Tuegel2015-05-02
| | | | | We only need to run the makeWrapper command to make the wrapper, so there's no need to set src, either.
* clementine: disable build-time libspotify supportThomas Tuegel2015-05-02
| | | | | | Clementine can download the Spotify support blob at runtime for supported platforms, but we cannot distribute it because of licensing restrictions.
* clementine: don't copy files unnecessarilyThomas Tuegel2015-05-02
|
* clementine: wrapped -> unwrappedThomas Tuegel2015-05-02
|
* clementine: build with required patchesThomas Tuegel2015-05-02
|
* Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-01
|\
| * Improvements to the clementine package.Raymond Gauthier2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Pass the gstreamer plugins as a list attribute instead of individual attributes. + This should allow for greater customization (e.g.: a user can add / remove plugins by overriding the plugin list attribute). This is the same technique as used for wrapping chrome with gstreamer plugins. - Moved integration of gstreamer plugins, spotify library and clementine into a wrapper derivation. + This should allow a user to change the gstreamer plugin set and activate / deactivate the spotify plugin without triggering a whole rebuild of the clementine sources (which is pretty long).
* | clementine: patch for cmake-3.2Thomas Tuegel2015-03-23
|/
* clementine: wrap for GST_PLUGINS_PATHThomas Tuegel2015-01-26
|
* clementine: version bump 1.2.1 -> 1.2.3 (close #3570)Thomas Tuegel2014-08-14
| | | | @vcunat: fix hydraPlatforms type (list nestedness), enableParallelBuilding.
* clementine: fix evaluationBjørn Forsman2014-05-25
| | | | | | | $ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace error: while querying the derivation named `clementine-1.2.1': while evaluating `optional' at .../lib/lists.nix:113:20, called from .../pkgs/applications/audio/clementine/default.nix:50:22: undefined variable `not' at .../pkgs/applications/audio/clementine/default.nix:50:32
* clementine: disable unfree dependencies by defaultThomas Tuegel2014-05-24
| | | | | | | Clementine has an optional dependency on libspotify, which is unfree. Enabling libspotify unconditionally prevented Hydra from distributing Clementine. Now, we optionally enable it based on config.clementine.spotify.
* Silence some Hydra evaluation warningsEelco Dolstra2014-04-24
|
* Claim maintainership of recently added packagesThomas Tuegel2014-03-07
| | | | Also set platforms for some packages where it was missing.
* add clementine-1.2.1Thomas Tuegel2014-01-02