Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118636 Details for
Bug 177751
media-sound/sonata-1.1: Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sonata-1.1.ebuild
sonata-1.1.ebuild (text/plain), 1.09 KB, created by
Sebastian
on 2007-05-09 06:47:22 UTC
(
hide
)
Description:
sonata-1.1.ebuild
Filename:
MIME Type:
Creator:
Sebastian
Created:
2007-05-09 06:47:22 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >DESCRIPTION="A lightweight music player for MPD, written in Python." >HOMEPAGE="http://sonata.berlios.de/" >SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc64 ~x86" >SLOT="0" >IUSE="taglib lyrics dbus" > >DEPEND="" >RDEPEND=">=virtual/python-2.4 > >=dev-python/pygtk-2.10 > taglib? ( >=dev-python/tagpy-0.91 ) > dbus? ( dev-python/dbus-python ) > lyrics? ( dev-python/soappy )" > >pkg_setup() { > if ! built_with_use '=x11-libs/gtk+-2*' jpeg; then > echo > ewarn "If you want album cover art displayed in Sonata," > ewarn "you must build gtk+-2.x with \"jpeg\" USE flag." > echo > ebeep 3 > fi >} > >src_compile() { > epatch ${FILESDIR}/${P}-exception.diff || die "epatch failed" > distutils_src_compile >} > >src_install() { > distutils_src_install > dodoc COPYING CHANGELOG README TODO TRANSLATORS >} > >pkg_postinst() { > python_version > python_mod_optimize /usr/lib/python${PYVER}/site-packages >} > >pkg_postrm() { > python_version > python_mod_cleanup >}
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 177751
:
118636
|
118637
|
119951
|
120168
|
120170