Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 376260 Details for
Bug 503654
media-libs/libechonest - add live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libechonest-999 ebuild
libechonest-9999.ebuild (text/plain), 1.39 KB, created by
Uwe L. Korn
on 2014-05-02 23:56:13 UTC
(
hide
)
Description:
libechonest-999 ebuild
Filename:
MIME Type:
Creator:
Uwe L. Korn
Created:
2014-05-02 23:56:13 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >DESCRIPTION="A library for communicating with The Echo Nest" >HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest" >GIT_ECLASS="git-r3" >EGIT_REPO_URI="git://github.com/lfranchi/libechonest.git" > >inherit cmake-utils multibuild ${GIT_ECLASS} > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="+qt4 qt5" > >RESTRICT="test" # Networking required > >RDEPEND=" > qt4? ( > >=dev-libs/qjson-0.5[qt4(+)] > dev-qt/qtcore:4 > ) > qt5? ( > dev-qt/qtcore:5 > dev-qt/qtnetwork:5 > dev-qt/qtxml:5 > ) >" >DEPEND="${RDEPEND} > virtual/pkgconfig >" > >RESTRICT="test" # network access required > >DOCS=( AUTHORS README TODO ) > >pkg_setup() { > MULTIBUILD_VARIANTS=() > if use qt4; then > MULTIBUILD_VARIANTS+=(qt4) > fi > if use qt5; then > MULTIBUILD_VARIANTS+=(qt5) > fi >} > >src_configure() { > myconfigure() { > local mycmakeargs=( > -DECHONEST_BUILD_TESTS=OFF > ) > if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then > mycmakeargs+=(-DBUILD_WITH_QT4=ON) > fi > if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then > mycmakeargs+=(-DBUILD_WITH_QT4=OFF) > fi > cmake-utils_src_configure > } > > multibuild_foreach_variant myconfigure >} > >src_compile() { > multibuild_foreach_variant cmake-utils_src_compile >} > >src_install() { > multibuild_foreach_variant cmake-utils_src_install >} > >src_test() { > multibuild_foreach_variant cmake-utils_src_test >}
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 503654
:
371898
| 376260