Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465778 Details for
Bug 611436
net-libs/librespot-9999 - Open Source Spotify client library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Tentative librespot ebuild
librespot-9999.ebuild (text/plain), 786 bytes, created by
Bram Verweij
on 2017-03-02 20:51:19 UTC
(
hide
)
Description:
Tentative librespot ebuild
Filename:
MIME Type:
Creator:
Bram Verweij
Created:
2017-03-02 20:51:19 UTC
Size:
786 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >#inherit distutils-r1 >inherit git-r3 systemd > > >DESCRIPTION="Open Source Spotify client library" >HOMEPAGE="https://github.com/plietar/librespot" >EGIT_REPO_URI="https://github.com/plietar/librespot.git" > >LICENSE="|| ( MIT license )" >SLOT="0" >KEYWORDS="~arm" > >DEPEND=" > dev-util/cargo-bin > >=dev-lang/rust-bin-1.15 > media-libs/portaudio >" > >src_compile() { > cargo build --release --verbose --features "portaudio-backend alsa-backend pulseaudio-backend" || die >} > >src_test() { > cargo test || die "tests failed" >} > >src_install() { > dobin target/release/"${PN}" > dodoc docs/* README.md > systemd_dounit "${FILESDIR}"/"${PN}".service > doconfd "${FILESDIR}"/"${PN}".conf >}
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 611436
:
465778
|
465780
|
465782
|
524266
|
524268
|
524270
|
535240
|
628118
|
628120
|
628122
|
628124
|
685350
|
708141
|
760935