Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/files/, media-sound/clementine/
Date: Sat, 17 Nov 2018 23:11:02
Message-Id: 1542496235.f7bad51a4cf9b76f1859cee8aff0e1086d73a64b.asturm@gentoo
1 commit: f7bad51a4cf9b76f1859cee8aff0e1086d73a64b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 22:56:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 23:10:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bad51a
7
8 media-sound/clementine: 1.3.1_p20181112 snapshot bump
9
10 Bug: https://bugs.gentoo.org/658808
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/clementine/Manifest | 1 +
15 .../clementine/clementine-1.3.1_p20181112.ebuild | 182 +++++++++++++++++++++
16 .../files/clementine-1.3.1_p20181112-no-dbus.patch | 41 +++++
17 3 files changed, 224 insertions(+)
18
19 diff --git a/media-sound/clementine/Manifest b/media-sound/clementine/Manifest
20 index 369a56dd408..10cd87cf3d4 100644
21 --- a/media-sound/clementine/Manifest
22 +++ b/media-sound/clementine/Manifest
23 @@ -1,2 +1,3 @@
24 DIST clementine-1.3.1_p20180416.tar.gz 8489387 BLAKE2B 37412428cf030a71f0011ba68a7ce71a3bbdc59402dc6d6349cca8ee44b208052cee9add1597a9577e5a6ed4bb2ebf16c4e1f79612d12be265f637caffd02a76 SHA512 8f38554571c637d9f79df43679ac2a76383f7a9b4ee8e921a16175889180e72afadc352dd40d73a671aa8ae9b01f6a251ae7b94b010043f8bcb8d8f42dcfff62
25 DIST clementine-1.3.1_p20180523.tar.gz 8490122 BLAKE2B 783cd420c8e3cd7423ecb6caa3466efd2c09e9033c2a198f52dc113603233f1bf3e3dc5208491338c0fdc9ab26e5b661e7fced0dd835b4c19a867fa3cacc9ccd SHA512 a47de226108240313fef2ce965726b3afea988030adffe38fdabf5d0dc46b2eda42cfebc32d77e939eb6dd687a99556c9bd8848c6a5e78c434950d00a8833200
26 +DIST clementine-1.3.1_p20181112.tar.gz 8526632 BLAKE2B da3f155006ef5e94233104011aadad41e974ec339827b91bd3c5c0c2420b23199be852a9d0cb7c9b0112ba2d43ff3e3e87388db92679f8e64da5c3fa3e578c1d SHA512 eed16cec7323b142e4602a4bd81d7363e9cf4fc203c3b8b341aadbe883fdbd571dff0792260eec8af2f91e79fe905c3510d1e7ce1b06e9d4698016820cc771fa
27
28 diff --git a/media-sound/clementine/clementine-1.3.1_p20181112.ebuild b/media-sound/clementine/clementine-1.3.1_p20181112.ebuild
29 new file mode 100644
30 index 00000000000..0840a685935
31 --- /dev/null
32 +++ b/media-sound/clementine/clementine-1.3.1_p20181112.ebuild
33 @@ -0,0 +1,182 @@
34 +# Copyright 1999-2018 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +PLOCALES="af ar be bg bn br bs ca cs cy da de el en en_CA en_GB eo es et eu fa fi fr ga gl he he_IL hi hr hu hy ia id is it ja ka kk ko lt lv mk_MK mr ms my nb nl oc pa pl pt pt_BR ro ru si_LK sk sl sr sr@latin sv te tr tr_TR uk uz vi zh_CN zh_TW"
40 +
41 +MY_P="${P/_}"
42 +if [[ ${PV} == *9999* ]]; then
43 + EGIT_BRANCH="qt5"
44 + EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git"
45 + GIT_ECLASS="git-r3"
46 +else
47 + COMMIT=b8eea8ccc116388b67e4b042a5b81e87bf7a24e5
48 + SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
49 + KEYWORDS="~amd64 ~x86"
50 +fi
51 +inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils ${GIT_ECLASS}
52 +unset GIT_ECLASS
53 +
54 +DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
55 +HOMEPAGE="https://www.clementine-player.org https://github.com/clementine-player/Clementine"
56 +
57 +LICENSE="GPL-3"
58 +SLOT="0"
59 +IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks wiimote"
60 +
61 +REQUIRED_USE="
62 + udisks? ( dbus )
63 + wiimote? ( dbus )
64 +"
65 +
66 +COMMON_DEPEND="
67 + app-crypt/qca:2[qt5(+)]
68 + dev-db/sqlite:=
69 + dev-libs/crypto++[asm]
70 + dev-libs/glib:2
71 + dev-libs/libxml2
72 + dev-libs/protobuf:=
73 + dev-qt/qtconcurrent:5
74 + dev-qt/qtcore:5
75 + dev-qt/qtgui:5
76 + dev-qt/qtnetwork:5[ssl]
77 + dev-qt/qtsql:5[sqlite]
78 + dev-qt/qtwidgets:5
79 + media-libs/chromaprint:=
80 + media-libs/gstreamer:1.0
81 + media-libs/gst-plugins-base:1.0
82 + >=media-libs/libmygpo-qt-1.0.9[qt5(+)]
83 + >=media-libs/taglib-1.11.1_p20181028
84 + sys-libs/zlib
85 + virtual/glu
86 + virtual/opengl
87 + x11-libs/libX11
88 + cdda? ( dev-libs/libcdio:= )
89 + dbus? ( dev-qt/qtdbus:5 )
90 + ipod? ( >=media-libs/libgpod-0.8.0 )
91 + lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
92 + moodbar? ( sci-libs/fftw:3.0 )
93 + mtp? ( >=media-libs/libmtp-1.0.0 )
94 + projectm? (
95 + media-libs/glew:=
96 + >=media-libs/libprojectm-1.2.0
97 + )
98 +"
99 +# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway;
100 +# Libprojectm-1.2 seems to work fine, so no reason to use bundled version; check clementine's patches:
101 +# https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
102 +# Still possibly essential but not applied yet patches are:
103 +# 06-fix-numeric-locale.patch
104 +# 08-stdlib.h-for-rand.patch
105 +RDEPEND="${COMMON_DEPEND}
106 + media-plugins/gst-plugins-meta:1.0
107 + media-plugins/gst-plugins-soup:1.0
108 + media-plugins/gst-plugins-taglib:1.0
109 + mms? ( media-plugins/gst-plugins-libmms:1.0 )
110 + mtp? ( gnome-base/gvfs[mtp] )
111 + udisks? ( sys-fs/udisks:2 )
112 +"
113 +DEPEND="${COMMON_DEPEND}
114 + >=dev-cpp/gtest-1.8.0
115 + dev-libs/boost
116 + dev-qt/linguist-tools:5
117 + dev-qt/qtopengl:5
118 + dev-qt/qtx11extras:5
119 + dev-qt/qtxml:5
120 + sys-devel/gettext
121 + virtual/pkgconfig
122 + box? ( dev-cpp/sparsehash )
123 + dropbox? ( dev-cpp/sparsehash )
124 + googledrive? ( dev-cpp/sparsehash )
125 + pulseaudio? ( media-sound/pulseaudio )
126 + seafile? ( dev-cpp/sparsehash )
127 + skydrive? ( dev-cpp/sparsehash )
128 + test? (
129 + dev-qt/qttest:5
130 + gnome-base/gsettings-desktop-schemas
131 + )
132 +"
133 +
134 +RESTRICT="test"
135 +
136 +S="${WORKDIR}/${PN^}-${COMMIT}"
137 +
138 +DOCS=( Changelog README.md )
139 +
140 +PATCHES=( "${FILESDIR}"/${P}-no-dbus.patch )
141 +
142 +src_prepare() {
143 + l10n_find_plocales_changes "src/translations" "" ".po"
144 +
145 + cmake-utils_src_prepare
146 + # some tests fail or hang
147 + sed -i \
148 + -e '/add_test_file(translations_test.cpp/d' \
149 + tests/CMakeLists.txt || die
150 +
151 + if ! use test; then
152 + sed -e "/find_package.*Qt5/s:\ Test::" -i CMakeLists.txt || die
153 + cmake_comment_add_subdirectory tests
154 + fi
155 +
156 + rm -r 3rdparty/{libmygpo-qt,libmygpo-qt5,taglib} || die
157 +}
158 +
159 +src_configure() {
160 + # spotify is not in portage
161 + local mycmakeargs=(
162 + -DBUILD_WERROR=OFF
163 + # force to find crypto++ see bug #548544
164 + -DCRYPTOPP_LIBRARIES="cryptopp"
165 + -DCRYPTOPP_FOUND=ON
166 + # avoid automagically enabling of ccache (bug #611010)
167 + -DCCACHE_EXECUTABLE=OFF
168 + -DENABLE_BREAKPAD=OFF #< disable crash reporting
169 + -DENABLE_DEVICEKIT=OFF
170 + -DENABLE_GIO=ON
171 + -DENABLE_SPOTIFY_BLOB=OFF
172 + -DUSE_SYSTEM_GMOCK=ON
173 + -DUSE_SYSTEM_PROJECTM=ON
174 + -DBUNDLE_PROJECTM_PRESETS=OFF
175 + -DLINGUAS="$(l10n_get_locales)"
176 + -DENABLE_BOX="$(usex box)"
177 + -DENABLE_AUDIOCD="$(usex cdda)"
178 + -DENABLE_DBUS="$(usex dbus)"
179 + -DENABLE_DROPBOX="$(usex dropbox)"
180 + -DENABLE_GOOGLE_DRIVE="$(usex googledrive)"
181 + -DENABLE_LIBGPOD="$(usex ipod)"
182 + -DENABLE_LIBLASTFM="$(usex lastfm)"
183 + -DENABLE_MOODBAR="$(usex moodbar)"
184 + -DENABLE_LIBMTP="$(usex mtp)"
185 + -DENABLE_VISUALISATIONS="$(usex projectm)"
186 + -DENABLE_SEAFILE="$(usex seafile)"
187 + -DENABLE_SKYDRIVE="$(usex skydrive)"
188 + -DENABLE_LIBPULSE="$(usex pulseaudio)"
189 + -DENABLE_UDISKS2="$(usex udisks)"
190 + -DENABLE_WIIMOTEDEV="$(usex wiimote)"
191 + )
192 +
193 + use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
194 +
195 + cmake-utils_src_configure
196 +}
197 +
198 +src_test() {
199 + cd "${CMAKE_BUILD_DIR}" || die
200 + virtx emake test
201 +}
202 +
203 +pkg_postinst() {
204 + xdg_desktop_database_update
205 + gnome2_icon_cache_update
206 +
207 + elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta "
208 + elog "USE flags. You may be interested in setting aac, flac, mp3, ogg or wavpack USE flags "
209 + elog "depending on your preferences"
210 +}
211 +
212 +pkg_postrm() {
213 + xdg_desktop_database_update
214 + gnome2_icon_cache_update
215 +}
216
217 diff --git a/media-sound/clementine/files/clementine-1.3.1_p20181112-no-dbus.patch b/media-sound/clementine/files/clementine-1.3.1_p20181112-no-dbus.patch
218 new file mode 100644
219 index 00000000000..d03db2451ad
220 --- /dev/null
221 +++ b/media-sound/clementine/files/clementine-1.3.1_p20181112-no-dbus.patch
222 @@ -0,0 +1,41 @@
223 +From d940136d0ae2a98ea72d842df0099bebcd361426 Mon Sep 17 00:00:00 2001
224 +From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
225 +Date: Fri, 2 Nov 2018 12:58:08 +0100
226 +Subject: [PATCH] Fix build without Qt5DBus
227 +
228 +---
229 + CMakeLists.txt | 2 +-
230 + src/CMakeLists.txt | 4 ++++
231 + 2 files changed, 5 insertions(+), 1 deletion(-)
232 +
233 +diff --git a/CMakeLists.txt b/CMakeLists.txt
234 +index c1de26e3e..eaf794c27 100644
235 +--- a/CMakeLists.txt
236 ++++ b/CMakeLists.txt
237 +@@ -304,7 +304,7 @@ endif ()
238 + if(WIN32)
239 + set(QT_LIBRARIES Qt5::Core Qt5::OpenGL Qt5::Sql Qt5::Network Qt5::Xml Qt5::Widgets Qt5::Concurrent)
240 + else(WIN32)
241 +- set(QT_LIBRARIES Qt5::Core Qt5::OpenGL Qt5::Sql Qt5::Network Qt5::Xml Qt5::Widgets Qt5::Concurrent Qt5::X11Extras Qt5::DBus)
242 ++ set(QT_LIBRARIES Qt5::Core Qt5::OpenGL Qt5::Sql Qt5::Network Qt5::Xml Qt5::Widgets Qt5::Concurrent Qt5::X11Extras)
243 + endif(WIN32)
244 +
245 + # Remove GLU and GL from the link line - they're not really required
246 +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
247 +index 120f09949..88f1ac6c3 100644
248 +--- a/src/CMakeLists.txt
249 ++++ b/src/CMakeLists.txt
250 +@@ -1249,6 +1249,10 @@ target_link_libraries(clementine_lib
251 + Qocoa
252 + )
253 +
254 ++if (HAVE_DBUS)
255 ++ target_link_libraries(clementine_lib Qt5::DBus)
256 ++endif ()
257 ++
258 + if(ENABLE_VISUALISATIONS)
259 + target_link_libraries(clementine_lib ${LIBPROJECTM_LIBRARIES})
260 + endif(ENABLE_VISUALISATIONS)
261 +--
262 +2.19.1
263 +