gnu: clementine: Remove Spotify downloader.
authorPierre Langlois <pierre.langlois@gmx.com>
Thu, 8 Feb 2018 22:03:36 +0000 (22:03 +0000)
committerLeo Famulari <leo@famulari.name>
Fri, 9 Feb 2018 18:32:08 +0000 (13:32 -0500)
commitaf414f34fb6e3609e572880f3b0b3bbcb1b3bfc6
tree149d4bf90fee08a98356b49e027fd4c4d40afaab
parenta48b877e600769440c593449f4fd7c430be76684
gnu: clementine: Remove Spotify downloader.

Clementine has a button in the preference menu that allows downloading a
binary blob to add support for Spofify.  Let's remove this button.  It turns
out this is the only part of the code base that uses crypto++, let's remove
this dependency too.

* gnu/packages/music.scm (clementine)[arguments]: Remove crypto++ support. Set
HAVE_SPOTIFY_DOWNLOADER to FALSE.
[inputs]: Remove crypto++ input.
* gnu/packages/patches/clementine-remove-crypto++-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/local.mk
gnu/packages/music.scm
gnu/packages/patches/clementine-remove-crypto++-dependency.patch [new file with mode: 0644]