Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 862980 Details for
Bug 907497
media-video/pipewire-0.3.70-r2 ROC module missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
roc-toolkit ebuild
roc-toolkit-0.2.4.ebuild (text/plain), 1.16 KB, created by
Michael
on 2023-05-31 20:03:21 UTC
(
hide
)
Description:
roc-toolkit ebuild
Filename:
MIME Type:
Creator:
Michael
Created:
2023-05-31 20:03:21 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >DESCRIPTION="Real-time audio streaming over the network" >HOMEPAGE="https://github.com/roc-streaming/roc-toolkit/" >SRC_URI="https://github.com/roc-streaming/roc-toolkit/archive/refs/tags/v${PV}.tar.gz" >IUSE="+openfec pulseaudio sox speexdsp tools" > >PYTHON_COMPAT=( python3_11 ) >inherit python-any-r1 scons-utils toolchain-funcs > >LICENSE="MPL-2.0" >SLOT="0" >KEYWORDS="~amd64" > >DEPEND="|| ( sys-libs/libunwind sys-libs/llvm-libunwind ) > dev-libs/libuv >" >RDEPEND="${DEPEND}" >BDEPEND="tools? ( dev-util/gengetopt ) > dev-util/ragel > dev-util/scons > openfec? ( media-libs/openfec ) > pulseaudio? ( media-libs/libpulse ) > sox? ( media-sound/sox ) > speexdsp? ( media-libs/speexdsp ) >" > >src_compile() { > scons_opts=( > $(use !openfec && printf '%s' '--disable-openfec') > $(use !sox && printf '%s' '--disable-sox') > $(use !speexdsp && printf '%s' '--disable-speexdsp') > $(use !pulseaudio && printf '%s' '--disable-pulseaudio') > $(use !tools && printf '%s' '--disable-tools') > ) > escons "${scons_opts[@]}" -Q >} > >src_install() { > escons DESTDIR="${D}" "${scons_opts[@]}" -Q install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 907497
: 862980