]> Arthur Taft Gitweb - custom-tools.git/blob - media-sound/librepods/librepods-0.1.0-rc.4.ebuild
7d9205a353746d6c7c7e9c79b94717b1e04419f4
[custom-tools.git] / media-sound / librepods / librepods-0.1.0-rc.4.ebuild
1 # Copyright 2025 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=8
5
6 DESCRIPTION="AirPods Liberated from Apple's Ecosystem"
7 HOMEPAGE="https://github.com/kavishdevar/librepods"
8 SRC_URI="https://github.com/kavishdevar/${PN}/releases/download/v${PV}/LibrePods-v${PV}.zip"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~amd64"
13
14 DEPEND="dev-build/cmake
15         dev-libs/openssl
16         dev-qt/qtbase:6
17         dev-qt/qtconnectivity:6[bluetooth]
18         dev-qt/qtmultimedia:6[ffmpeg]
19         media-libs/libpulse"
20 RDEPEND="${DEPEND}"
21 BDEPEND=""