summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* clementine: add stuff not found by configEvils2021-05-20
|
* clementine: nixpkgs-fmtEvils2021-05-20
|
* clementine: fetch patch to fix wayland executionEvils2021-05-20
|
* clementine: added support for translationsDaniel Șerbănescu2021-05-04
|
* clementine: fix build by using protobuf 3.14Orivej Desh2021-03-25
| | | | | Upstream has fixed but has not released compatibility with 3.15 in https://github.com/clementine-player/Clementine/pull/6927
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* 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: stdenv.lib -> libBen Siraphob2021-01-16
|
* 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
|
* clementine: comment it should support qt5.15 on next updateDoron Behar2020-11-21
|
* clementine: 1.3.1 -> 1.4.0rc1, switch to Qt 5, fix buildDmitry Kalinkin2020-06-08
|
* clementineUnfree: update homepage link to use HTTPSKonrad Borowski2020-04-24
|
* clementine: update homepage link to use HTTPSKonrad Borowski2020-04-24
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* clementine: fix broken symlink (#82689)symphorien2020-03-15
|
* 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.