From: Arthur Taft Date: Sun, 7 Dec 2025 02:09:26 +0000 (-0700) Subject: add librepods X-Git-Url: https://gitweb.arthurtaft.net/custom-tools.git/commitdiff_plain/c6f88f611eb2ad5877f2e458923f8588d40e390b add librepods --- diff --git a/media-sound/librepods/librepods-0.1.0-rc.4.ebuild b/media-sound/librepods/librepods-0.1.0-rc.4.ebuild new file mode 100644 index 0000000..7d9205a --- /dev/null +++ b/media-sound/librepods/librepods-0.1.0-rc.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="AirPods Liberated from Apple's Ecosystem" +HOMEPAGE="https://github.com/kavishdevar/librepods" +SRC_URI="https://github.com/kavishdevar/${PN}/releases/download/v${PV}/LibrePods-v${PV}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-build/cmake + dev-libs/openssl + dev-qt/qtbase:6 + dev-qt/qtconnectivity:6[bluetooth] + dev-qt/qtmultimedia:6[ffmpeg] + media-libs/libpulse" +RDEPEND="${DEPEND}" +BDEPEND=""