mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-tv/kodi: add support for net-libs/shairplay
Closes: https://github.com/gentoo/gentoo/pull/3611
This commit is contained in:
committed by
David Seifert
parent
fe992f877f
commit
fa4f85e02f
@@ -50,7 +50,10 @@ COMMON_DEPEND="${PYTHON_DEPS}
|
||||
app-arch/unzip
|
||||
app-arch/zip
|
||||
app-i18n/enca
|
||||
airplay? ( app-pda/libplist )
|
||||
airplay? (
|
||||
app-pda/libplist
|
||||
net-libs/shairplay
|
||||
)
|
||||
dev-libs/boost:=
|
||||
dev-libs/expat
|
||||
dev-libs/fribidi
|
||||
@@ -249,6 +252,7 @@ src_configure() {
|
||||
--with-ffmpeg=shared \
|
||||
$(use_enable alsa) \
|
||||
$(use_enable airplay) \
|
||||
$(use_enable airplay airtunes) \
|
||||
$(use_enable bluray libbluray) \
|
||||
$(use_enable caps libcap) \
|
||||
$(use_enable cec libcec) \
|
||||
@@ -36,7 +36,10 @@ REQUIRED_USE="
|
||||
"
|
||||
|
||||
COMMON_DEPEND="${PYTHON_DEPS}
|
||||
airplay? ( app-pda/libplist )
|
||||
airplay? (
|
||||
app-pda/libplist
|
||||
net-libs/shairplay
|
||||
)
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
bluray? ( >=media-libs/libbluray-0.7.0 )
|
||||
@@ -203,7 +206,7 @@ src_configure() {
|
||||
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
|
||||
-DENABLE_LDGOLD=OFF # https://bugs.gentoo.org/show_bug.cgi?id=606124
|
||||
-DENABLE_ALSA=$(usex alsa)
|
||||
-DENABLE_AIRTUNES=OFF
|
||||
-DENABLE_AIRTUNES=$(usex airplay)
|
||||
-DENABLE_AVAHI=$(usex zeroconf)
|
||||
-DENABLE_BLUETOOTH=$(usex bluetooth)
|
||||
-DENABLE_BLURAY=$(usex bluray)
|
||||
@@ -36,7 +36,10 @@ REQUIRED_USE="
|
||||
"
|
||||
|
||||
COMMON_DEPEND="${PYTHON_DEPS}
|
||||
airplay? ( app-pda/libplist )
|
||||
airplay? (
|
||||
app-pda/libplist
|
||||
net-libs/shairplay
|
||||
)
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
bluray? ( >=media-libs/libbluray-0.7.0 )
|
||||
@@ -201,7 +204,7 @@ src_configure() {
|
||||
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
|
||||
-DENABLE_LDGOLD=OFF # https://bugs.gentoo.org/show_bug.cgi?id=606124
|
||||
-DENABLE_ALSA=$(usex alsa)
|
||||
-DENABLE_AIRTUNES=OFF
|
||||
-DENABLE_AIRTUNES=$(usex airplay)
|
||||
-DENABLE_AVAHI=$(usex zeroconf)
|
||||
-DENABLE_BLUETOOTH=$(usex bluetooth)
|
||||
-DENABLE_BLURAY=$(usex bluray)
|
||||
|
||||
Reference in New Issue
Block a user