Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/
Date: Sun, 03 Apr 2016 12:42:36
Message-Id: 1459687306.34b29a66e764cfc626dbd0c8a3454c3cf6077e02.pacho@gentoo
1 commit: 34b29a66e764cfc626dbd0c8a3454c3cf6077e02
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 12:26:41 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 12:41:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b29a66
7
8 net-wireless/bluez: Version bump, make experimental plugins optional and disabled by default as wanted by upstream (#566004)
9
10 Package-Manager: portage-2.2.28
11
12 net-wireless/bluez/Manifest | 1 +
13 net-wireless/bluez/bluez-5.38.ebuild | 231 +++++++++++++++++++++++++++++++++++
14 net-wireless/bluez/metadata.xml | 1 +
15 3 files changed, 233 insertions(+)
16
17 diff --git a/net-wireless/bluez/Manifest b/net-wireless/bluez/Manifest
18 index e9f3a01..3b9b6e4 100644
19 --- a/net-wireless/bluez/Manifest
20 +++ b/net-wireless/bluez/Manifest
21 @@ -2,3 +2,4 @@ DIST bluez-4.101-patches.tar.xz 12380 SHA256 ea4b837245080ebe904fe4f338cd3c8c137
22 DIST bluez-4.101.tar.xz 887236 SHA256 41f9578bef39b8c94a2d6ddeaa556afd22d136936d0f03100e422fe970a45a7d SHA512 c8a88fa6948e43c81687047856806c9dc576d3223371947b496f228dec2b2614d1c5a8ff587e9f26eec44843a50503c55861f9fa736fdba43b2364f663f0cb0d WHIRLPOOL 0c4f163e4f4d0ba8f7928f5330ac3fd5f204c299346c59e73b64ebb331b0887a2b01e8ed6f4e6ae91f826a0431df4f97fe3a0900fa6013ae66fd755aaa136196
23 DIST bluez-5.35.tar.xz 1643068 SHA256 1afee054644a8b1753ac98d7ad5cd95681a38f5c4cbb1b4bb3ceaa078bf8f0e2 SHA512 33850a01e135f14015295f0eb9b578c515d180d24441b89dff545ec7c0ce8dad5fa321e20918ed6285edaa386375b4ed5688cb17bbfaf4db0742f6d6a72eec6d WHIRLPOOL e334e0e9b37f823eb348cf1679e010567893a73941533a5dc12b598f3b3c845d82f15b3b79e106a7fc4c4344a204a2205fa96509e61d7e61b6ec9f413d650356
24 DIST bluez-5.37.tar.xz 1657760 SHA256 c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0 SHA512 e9af3b1dd079185425db10630fefbb66c26f398f21edb0c213baba9599f73715ca36f405a3f9d9572e6c55b7d3d25a4cdc18668c6eb439422f637e64798a28e9 WHIRLPOOL 1697a379d944978193db51a50c19a10fb27aa4e57ee9793563ba59b25de6388dfb4847c1a851fe1467d2521f14b2b9655208b8cef0cd5e44604bc0b26beb0c2b
25 +DIST bluez-5.38.tar.xz 1658428 SHA256 0618c5440be6715805060ab5eea930526f34089c437bf61819447b160254f4df SHA512 8b072d90baac3223002969cf70aa77e1df3d4bf80044101c75735d7e5ad1c81b7c24dc343f88a4aec89c8e92887c2aaf9fd2060c36e0095281a390d16335e27a WHIRLPOOL 5eaa8e52cea89ab2beff0ff923045369aeec729b90f1506349d6fee200a447942452f60489847aedd184931c0983f035ba5409d7cc629a6e270993f126e48b8f
26
27 diff --git a/net-wireless/bluez/bluez-5.38.ebuild b/net-wireless/bluez/bluez-5.38.ebuild
28 new file mode 100644
29 index 0000000..cac4be5
30 --- /dev/null
31 +++ b/net-wireless/bluez/bluez-5.38.ebuild
32 @@ -0,0 +1,231 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit autotools eutils multilib python-single-r1 readme.gentoo-r1 systemd udev user multilib-minimal
41 +
42 +DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
43 +HOMEPAGE="http://www.bluez.org"
44 +SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
45 +
46 +LICENSE="GPL-2+ LGPL-2.1+"
47 +SLOT="0/3"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
49 +
50 +IUSE="cups doc debug extra-tools experimental +obex +readline selinux systemd test test-programs +udev"
51 +REQUIRED_USE="
52 + test? ( ${PYTHON_REQUIRED_USE} )
53 + test-programs? ( ${PYTHON_REQUIRED_USE} )
54 +"
55 +
56 +CDEPEND="
57 + >=dev-libs/glib-2.28:2
58 + >=sys-apps/dbus-1.6:=
59 + >=sys-apps/hwids-20121202.2
60 + cups? ( net-print/cups:= )
61 + obex? ( dev-libs/libical:= )
62 + readline? ( sys-libs/readline:= )
63 + systemd? ( sys-apps/systemd )
64 + udev? ( >=virtual/udev-172 )
65 +"
66 +TEST_DEPS="${PYTHON_DEPS}
67 + >=dev-python/dbus-python-1[${PYTHON_USEDEP}]
68 + || (
69 + dev-python/pygobject:3[${PYTHON_USEDEP}]
70 + dev-python/pygobject:2[${PYTHON_USEDEP}]
71 + )
72 +"
73 +
74 +DEPEND="${CDEPEND}
75 + virtual/pkgconfig
76 + test? ( ${TEST_DEPS} )
77 +"
78 +RDEPEND="${CDEPEND}
79 + selinux? ( sec-policy/selinux-bluetooth )
80 + test-programs? ( ${TEST_DEPS} )
81 +"
82 +DOC_CONTENTS="
83 + If you want to use rfcomm as a normal user, you need to add the user
84 + to the uucp group.
85 +"
86 +
87 +pkg_setup() {
88 + enewgroup plugdev
89 +
90 + if use test || use test-programs; then
91 + python-single-r1_pkg_setup
92 + fi
93 +
94 + if ! use udev; then
95 + ewarn
96 + ewarn "You are installing ${PN} with USE=-udev. This means various bluetooth"
97 + ewarn "devices and adapters from Apple, Dell, Logitech etc. will not work,"
98 + ewarn "and hid2hci will not be available."
99 + ewarn
100 + fi
101 +}
102 +
103 +src_prepare() {
104 + default
105 +
106 + # Use static group "plugdev" if there is no ConsoleKit (or systemd logind)
107 + epatch "${FILESDIR}"/bluez-plugdev.patch
108 +
109 + # Try both udevadm paths to cover udev/systemd vs. eudev locations (#539844)
110 + # http://www.spinics.net/lists/linux-bluetooth/msg58739.html
111 + epatch "${FILESDIR}"/bluez-udevadm-path.patch
112 +
113 + # Fedora patches
114 + # http://www.spinics.net/lists/linux-bluetooth/msg38490.html
115 + epatch "${FILESDIR}"/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
116 +
117 + # http://www.spinics.net/lists/linux-bluetooth/msg40136.html
118 + epatch "${FILESDIR}"/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
119 +
120 + # http://www.spinics.net/lists/linux-bluetooth/msg41264.html
121 + epatch "${FILESDIR}"/0002-autopair-Don-t-handle-the-iCade.patch
122 +
123 + # ???
124 + epatch "${FILESDIR}"/0004-agent-Assert-possible-infinite-loop.patch
125 +
126 + if use cups; then
127 + sed -i \
128 + -e "s:cupsdir = \$(libdir)/cups:cupsdir = $(cups-config --serverbin):" \
129 + Makefile.{in,tools} || die
130 + fi
131 +
132 + eautoreconf
133 +
134 + multilib_copy_sources
135 +}
136 +
137 +multilib_src_configure() {
138 + local myconf=(
139 + # readline is automagic when client is enabled
140 + # --enable-client always needs readline, bug #504038
141 + ac_cv_header_readline_readline_h=$(multilib_native_usex readline)
142 + )
143 +
144 + if ! multilib_is_native_abi; then
145 + myconf+=(
146 + # deps not used for the library
147 + {DBUS,GLIB}_{CFLAGS,LIBS}=' '
148 + )
149 + fi
150 +
151 + econf \
152 + --localstatedir=/var \
153 + --disable-android \
154 + --enable-datafiles \
155 + --enable-experimental \
156 + --enable-optimization \
157 + $(use_enable debug) \
158 + --enable-pie \
159 + --enable-threads \
160 + --enable-library \
161 + --enable-tools \
162 + --enable-manpages \
163 + --enable-monitor \
164 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
165 + $(multilib_native_use_enable cups) \
166 + $(multilib_native_use_enable experimental) \
167 + $(multilib_native_use_enable obex) \
168 + $(multilib_native_use_enable readline client) \
169 + $(multilib_native_use_enable systemd) \
170 + $(multilib_native_use_enable test-programs test) \
171 + $(multilib_native_use_enable udev) \
172 + $(multilib_native_use_enable udev sixaxis)
173 +}
174 +
175 +multilib_src_compile() {
176 + if multilib_is_native_abi; then
177 + default
178 + else
179 + emake -f Makefile -f - libs \
180 + <<<'libs: $(lib_LTLIBRARIES)'
181 + fi
182 +}
183 +
184 +multilib_src_test() {
185 + multilib_is_native_abi && default
186 +}
187 +
188 +multilib_src_install() {
189 + if multilib_is_native_abi; then
190 + emake DESTDIR="${D}" install
191 +
192 + # Only install extra-tools when relevant USE flag is enabled
193 + if use extra-tools; then
194 + ewarn "Upstream doesn't support using this tools and their bugs are"
195 + ewarn "likely to be ignored forever, also that tools can break"
196 + ewarn "without previous announcement."
197 + ewarn "Upstream also states all this tools are not really needed,"
198 + ewarn "then, if you still need to rely on them, you must ask them"
199 + ewarn "to either install that tool by default or add the needed"
200 + ewarn "functionality to the existing 'official' tools."
201 + ewarn "Please report this issues to:"
202 + ewarn "http://www.bluez.org/development/lists/"
203 +
204 + # Upstream doesn't install this, bug #524640
205 + # http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
206 + # http://comments.gmane.org/gmane.linux.bluez.kernel/54564
207 + # gatttool is only built with readline, bug #530776
208 + if use readline; then
209 + dobin attrib/gatttool
210 + dobin tools/btmgmt
211 + fi
212 + dobin tools/hex2hcd
213 + fi
214 +
215 + # Unittests are not that useful once installed, so make them optional
216 + if use test-programs; then
217 + python_fix_shebang "${ED}"/usr/$(get_libdir)/bluez/test
218 + for i in $(find "${ED}"/usr/$(get_libdir)/bluez/test -maxdepth 1 -type f ! -name "*.*"); do
219 + dosym "${i}" /usr/bin/bluez-"${i##*/}"
220 + done
221 + fi
222 + else
223 + emake DESTDIR="${D}" \
224 + install-includeHEADERS \
225 + install-libLTLIBRARIES \
226 + install-pkgconfigDATA
227 + fi
228 +}
229 +
230 +multilib_src_install_all() {
231 + prune_libtool_files --modules
232 +
233 + keepdir /var/lib/bluetooth
234 +
235 + # Upstream don't want people to play with them
236 + # But we keep installing them due to 'historical' reasons
237 + insinto /etc/bluetooth
238 + local d
239 + for d in input network proximity; do
240 + doins profiles/${d}/${d}.conf
241 + done
242 + doins src/main.conf
243 +
244 + newinitd "${FILESDIR}"/bluetooth-init.d-r3 bluetooth
245 + newinitd "${FILESDIR}"/rfcomm-init.d-r2 rfcomm
246 +
247 + einstalldocs
248 + use doc && dodoc doc/*.txt
249 + readme.gentoo_create_doc
250 +}
251 +
252 +pkg_postinst() {
253 + readme.gentoo_print_elog
254 +
255 + use udev && udev_reload
256 +
257 + has_version net-dialup/ppp || elog "To use dial up networking you must install net-dialup/ppp."
258 +
259 + if ! has_version sys-auth/consolekit && ! has_version sys-apps/systemd; then
260 + elog "Since you don't have sys-auth/consolekit neither sys-apps/systemd, you will"
261 + elog "need to add the user to the plugdev group."
262 + fi
263 +}
264
265 diff --git a/net-wireless/bluez/metadata.xml b/net-wireless/bluez/metadata.xml
266 index b765ca4..ea1c574 100644
267 --- a/net-wireless/bluez/metadata.xml
268 +++ b/net-wireless/bluez/metadata.xml
269 @@ -6,6 +6,7 @@
270 <name>Pacho Ramos</name>
271 </maintainer>
272 <use>
273 + <flag name="experimental">Build experimental plugins</flag>
274 <flag name="extra-tools">Install tools that upstream doesn't install on
275 purpose by default. All this tools shouldn't be used. Then, please
276 notify upstream about you still need them to let them know the