Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 351374 Details for
Bug 472506
media-sound/beets-1.2.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
beets-1.2.0.ebuild
beets-1.2.0.ebuild (text/plain), 2.18 KB, created by
Theofilos Intzoglou
on 2013-06-19 12:07:24 UTC
(
hide
)
Description:
beets-1.2.0.ebuild
Filename:
MIME Type:
Creator:
Theofilos Intzoglou
Created:
2013-06-19 12:07:24 UTC
Size:
2.18 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/beets/beets-1.1.0.ebuild,v 1.1 2013/06/08 16:44:19 sochotnicky Exp $ > >EAPI="5" > >PYTHON_COMPAT=( python2_7 ) >PYTHON_REQ_USE="sqlite" > >inherit distutils-r1 eutils > >MY_PV=${PV/_beta/-beta.} >MY_P=${PN}-${MY_PV} > >DESCRIPTION="A media library management system for obsessive-compulsive music geeks" >SRC_URI="https://github.com/sampsyo/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" >HOMEPAGE="http://beets.radbox.org/" > >KEYWORDS="~amd64 ~x86" >SLOT="0" >LICENSE="MIT" >IUSE="bpd beatport chroma convert discogs doc echonest_tempo lastgenre replaygain test web" > >RDEPEND=" > dev-python/munkres[${PYTHON_USEDEP}] > >=dev-python/python-musicbrainz-ngs-0.3[${PYTHON_USEDEP}] > dev-python/unidecode[${PYTHON_USEDEP}] > >=media-libs/mutagen-0.21[${PYTHON_USEDEP}] > dev-python/pyyaml[${PYTHON_USEDEP}] > bpd? ( dev-python/bluelet[${PYTHON_USEDEP}] ) > beatport? ( dev-python/requests[${PYTHON_USEDEP}] ) > chroma? ( dev-python/pyacoustid[${PYTHON_USEDEP}] ) > convert? ( media-video/ffmpeg[encode] ) > discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] ) > doc? ( dev-python/sphinx ) > echonest_tempo? ( dev-python/pyechonest[${PYTHON_USEDEP}] ) > lastgenre? ( dev-python/pylast[${PYTHON_USEDEP}] ) > replaygain? ( || ( media-sound/mp3gain media-sound/aacgain ) ) > web? ( dev-python/flask[${PYTHON_USEDEP}] ) >" > >DEPEND="${RDEPEND} > dev-python/setuptools[${PYTHON_USEDEP}]" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > # remove plugins that do not have appropriate dependencies installed > for flag in bpd chroma convert echonest_tempo lastgenre replaygain web;do > if ! use $flag ; then > rm -r beetsplug/$flag* || \ > die "Unable to remove $flag plugin" > fi > done > > for flag in bpd lastgenre web;do > if ! use $flag ; then > sed -i "s:'beetsplug.$flag',::" setup.py || \ > die "Unable to disable $flag plugin " > fi > done > > use bpd || rm -f test/test_player.py > >} > >python_compile_all() { > use doc && emake -C docs html >} > >python_test() { > cd test > "${PYTHON}" testall.py || die "Testsuite failed" >} > >python_install_all() { > #doman man/beet.1 man/beetsconfig.5 > > use doc && dohtml -r docs/_build/html/ >}
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 472506
:
350294
| 351374