Сравнение bluez-5.68 с bluez-5.69
/usr/portage/net-wireless/bluez/bluez-5.69.ebuild 2023-10-09 14:52:34.772368483 +0300 | ||
---|---|---|
7 | 7 |
inherit autotools linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="Bluetooth Tools and System Daemons for Linux" |
10 |
HOMEPAGE="http://www.bluez.org" |
|
10 |
HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez" |
|
11 | 11 |
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz" |
12 | 12 | |
13 | 13 |
LICENSE="GPL-2+ LGPL-2.1+" |
14 | 14 |
SLOT="0/3" |
15 |
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86" |
|
15 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" |
|
16 | 16 |
IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi +obex +readline selinux systemd test test-programs +udev" |
17 | 17 | |
18 | 18 |
# Since this release all remaining extra-tools need readline support, but this could |
... | ... | |
70 | 70 |
# Fedora patches |
71 | 71 |
# https://lore.kernel.org/linux-bluetooth/20220901110719.176944-1-hadess@hadess.net/T/#m9c08d004cd5422783ee1d93154f42303bba9169f |
72 | 72 |
"${FILESDIR}"/${PN}-5.66-power-state-adapter-property.patch |
73 | ||
74 |
# Fixed in next release |
|
75 |
"${FILESDIR}"/${P}-bap-resume.patch |
|
76 |
"${FILESDIR}"/${P}-bap-nonzero.patch |
|
77 |
"${FILESDIR}"/${P}-bap-dettach-io.patch |
|
78 |
"${FILESDIR}"/${P}-bap-ebusy-fix.patch |
|
79 |
"${FILESDIR}"/${P}-monitor-decoding.patch |
|
80 |
"${FILESDIR}"/${P}-heap-use-after-free.patch |
|
81 |
"${FILESDIR}"/${P}-clang-midi.patch |
|
82 | 73 |
) |
83 | 74 | |
84 | 75 |
pkg_setup() { |