Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199938 Details for
Bug 280061
media-sound/exaile-0.3.0_alpha3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild
exaile-0.3.0_alpha3.ebuild (text/plain), 1.71 KB, created by
Peter Sääf
on 2009-08-02 15:32:42 UTC
(
hide
)
Description:
Modified ebuild
Filename:
MIME Type:
Creator:
Peter Sääf
Created:
2009-08-02 15:32:42 UTC
Size:
1.71 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.7 2009/07/27 08:22:31 ssuominen Exp $ > >EAPI=2 >inherit eutils fdo-mime multilib python > >MY_PV=${PV/_alpha/a} > >DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+" >HOMEPAGE="http://www.exaile.org" >SRC_URI="http://www.exaile.org/files/${PN}-${MY_PV}.tar.gz" > >LICENSE="GPL-2 GPL-3" >SLOT="0" >KEYWORDS="amd64 ~ppc ~sparc ~x86" >IUSE="cddb doc hal libnotify +libsexy nls" > >RDEPEND="dev-python/dbus-python > >=media-libs/mutagen-1.10 > >=dev-python/pygtk-2.10 > >=dev-lang/python-2.5[sqlite] > dev-python/gst-python:0.10 > media-libs/gst-plugins-good:0.10 > media-plugins/gst-plugins-meta:0.10 > libnotify? ( dev-python/notify-python ) > libsexy? ( dev-python/sexy-python ) > hal? ( sys-apps/hal ) > cddb? ( dev-python/cddb-py )" >DEPEND="doc? ( dev-python/epydoc ) > nls? ( dev-util/intltool > sys-devel/gettext )" > >S=${WORKDIR}/${PN} > >src_compile() { > addwrite /root/.gstreamer-0.10 > > if use nls; then > emake translations || die "emake translations failed" > fi > > if use doc; then > emake doc || die "emake doc failed" > fi >} > >src_install() { > emake -j1 PREFIX="/usr" LIBDIR="/$(get_libdir)" \ > DESTDIR="${D}" install || die "emake install failed" > > dodoc crossfade_design FUTURE PLANNING player_planning \ > README SEARCHING > > if use doc; then > dohtml doc/*.{html,png} > dodoc doc/*.txt > fi >} > >pkg_postinst() { > python_mod_optimize /usr/$(get_libdir)/${PN} > fdo-mime_desktop_database_update > fdo-mime_mime_database_update >} > >pkg_postrm() { > python_mod_cleanup /usr/$(get_libdir)/${PN} > fdo-mime_desktop_database_update > fdo-mime_mime_database_update >}
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 280061
: 199938