about summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2022-05-29clementineUnfree: removeRobert Schütz2-86/+22
2022-05-26clementine: build without qt4ajs1241-4/+2
2022-05-12clementine: add gst-plugins-bad to buildInputsboogewooge1-1/+1
clementine: add gst-plugins-bad to buildInputs `gst-plugins-bad` is required to play internet radio streams in clementine. Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-05-12clementine: add gst-plugins-bad to buildInputsboogewooge1-1/+1
clementine: add gst-plugins-bad to buildInputs `gst-plugins-bad` is required to play internet radio streams in clementine. Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-05-12add gst-plugins-bad to buildInputsboogewooge1-0/+1
`gst-plugins-bad` is required to play internet radio streams in clementine. Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-04-25clementine: 1.4.0rc1 -> unstable-2022-04-11Gabriel Ebner1-10/+3
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-20clementine: add stuff not found by configEvils1-0/+18
2021-05-20clementine: nixpkgs-fmtEvils1-11/+48
2021-05-20clementine: fetch patch to fix wayland executionEvils1-0/+6
2021-05-04clementine: added support for translationsDaniel Șerbănescu1-1/+2
2021-03-25clementine: fix build by using protobuf 3.14Orivej Desh1-1/+1
Upstream has fixed but has not released compatibility with 3.15 in https://github.com/clementine-player/Clementine/pull/6927
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-3/+3
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-3/+1
2020-11-21clementine: comment it should support qt5.15 on next updateDoron Behar1-0/+1
2020-06-08clementine: 1.3.1 -> 1.4.0rc1, switch to Qt 5, fix buildDmitry Kalinkin2-45/+17
2020-04-24clementineUnfree: update homepage link to use HTTPSKonrad Borowski1-1/+1
2020-04-24clementine: update homepage link to use HTTPSKonrad Borowski1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-03-15clementine: fix broken symlink (#82689)symphorien1-1/+1
2019-12-31treewide: *inputs are listsRobin Gloster1-1/+1
2019-10-18clementine: fix build w/ chromaprint 1.4+Renaud1-0/+5
2019-08-17treewide: name -> pnamevolth1-2/+4
2019-03-26clementine: update to qt5marius8510001-2/+1
2019-01-29clementine: use fetchFromGitHubAnton-Latukha1-5/+7
2018-10-18Merge pull request #42314 from jerith666/clementine-gst-pluginsMaximilian Bosch1-2/+3
clementine: add gst_plugins to buildInputs so setup hooks work
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-20[bot]: remove unreferenced codevolth1-3/+0
2018-06-20clementine: add gst_plugins to buildInputs so setup hooks workMatt McHenry1-2/+3
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
2018-04-24clementine: each output should hav a wrapped `GST_PLUGIN_SYSTEM_PATH_1_0`Maximilian Bosch1-3/+9
see https://github.com/NixOS/nixpkgs/commit/ef5e212d20959d4d883df2ff2a54e5ef4b2512a5#r28723596 /cc @jtojnar
2018-04-07clementine: provide free derivation by defaultMaximilian Bosch1-34/+15
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
2018-03-03clementine: apply upstream patch to fix build w/gcc7Will Dietz1-1/+6
(adds missing includes for <functional>) Fixes #36254
2017-09-09protobuf: remove old versionsNikolay Amiantov1-8/+12
This leaves only protobuf3_1 which is the last version with libprotobuf2. Also fix several packages to build with the latest protobuf.
2017-08-28clementine: fix build with gcc6Orivej Desh1-8/+10
2017-08-02clementine: 1.2.3 -> 1.3.1Raymond Gauthier5-82/+51
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-3/+3
* 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
2017-03-17clementine: added switches for optional dependences (#23730)Marti Serra1-7/+9
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.
2017-02-27gst-plugins-base: align attrname with pkgnameBjørn Forsman1-2/+2
2016-03-23clementineFree: fix gcc5 buildJoachim Fasting1-0/+6
Uses gcc switches that are no longer valid. Also strip -Werror for good measure. See https://hydra.nixos.org/build/33277865/nixlog/1/raw
2015-05-17clementine: install desktop files and iconsThomas Tuegel1-0/+5
2015-05-17Build free part of Clementine on HydraThomas Tuegel1-4/+4
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.
2015-05-04clementine: fix Spotify supportThomas Tuegel2-39/+105
2015-05-02clementine: build wrapper with runCommandThomas Tuegel1-19/+9
We only need to run the makeWrapper command to make the wrapper, so there's no need to set src, either.
2015-05-02clementine: disable build-time libspotify supportThomas Tuegel1-9/+2
Clementine can download the Spotify support blob at runtime for supported platforms, but we cannot distribute it because of licensing restrictions.