diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-04-30 18:21:30 +0300 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-03 16:48:59 +0200 |
commit | 30db61f8b0b251adb75237b0535199436e04a71e (patch) | |
tree | 85f6ef96c31119566213f58d1f8a320150a4094f /media-sound/clementine/files | |
parent | dev-libs/openssl: Removed old. (diff) | |
download | gentoo-30db61f8b0b251adb75237b0535199436e04a71e.tar.gz gentoo-30db61f8b0b251adb75237b0535199436e04a71e.tar.bz2 gentoo-30db61f8b0b251adb75237b0535199436e04a71e.zip |
media-sound/clementine: several cleanups and fixes
- Clean up dependencies
- Fix dependencies upon dev-libs/crypto++ (see 580134)
- Synchronise live ebuild with latest release
- Remove obsolte comments
- Reorder cmake params
- Reenable testing
- add missing USE flags:
* added 3 missing USE flags in ebuilds of recent version: amazoncloud,
pulseaudio and vkontakte
* removed USE=ubuntu-one due to remove in upstream
* slightly change description for other USEs
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/clementine/files')
-rw-r--r-- | media-sound/clementine/files/clementine-1.3_rc1-cmake.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/clementine/files/clementine-1.3_rc1-cmake.patch b/media-sound/clementine/files/clementine-1.3_rc1-cmake.patch deleted file mode 100644 index 22a922b86136..000000000000 --- a/media-sound/clementine/files/clementine-1.3_rc1-cmake.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- Clementine-1.3rc1/CMakeLists.txt -+++ Clementine-1.3rc1/CMakeLists.txt -@@ -60,7 +60,7 @@ - - pkg_check_modules(CDIO libcdio) - pkg_check_modules(CHROMAPRINT REQUIRED libchromaprint) --pkg_search_module(CRYPTOPP cryptopp libcrypto++) -+#pkg_search_module(CRYPTOPP cryptopp libcrypto++) - pkg_check_modules(GIO gio-2.0) - pkg_check_modules(GLIB REQUIRED glib-2.0) - pkg_check_modules(GOBJECT REQUIRED gobject-2.0) -@@ -275,13 +275,14 @@ - - optional_component(VISUALISATIONS ON "Visualisations") - --if(NOT HAVE_SPOTIFY_BLOB AND NOT CRYPTOPP_FOUND) -- message(FATAL_ERROR "Either crypto++ must be available or the non-GPL Spotify " -- "code must be compiled in") --elseif(CRYPTOPP_FOUND) -+#if(NOT HAVE_SPOTIFY_BLOB AND NOT CRYPTOPP_FOUND) -+# message(FATAL_ERROR "Either crypto++ must be available or the non-GPL Spotify " -+# "code must be compiled in") -+#elseif(CRYPTOPP_FOUND) - set(HAVE_CRYPTOPP ON) -- set(HAVE_SPOTIFY_DOWNLOADER ON) --endif() -+ set(HAVE_SPOTIFY_DOWNLOADER OFF) -+ set(HAVE_SPOTIFY_BLOB OFF) -+#endif() - - # Find DBus if it's enabled - if (HAVE_DBUS) |