Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278779 Details for
Bug 373217
media-sound/audacious-mplayer plugin: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for audacious mplayer
audacious-mplayer-0.9.1.ebuild (text/plain), 915 bytes, created by
wranz
on 2011-07-01 12:02:18 UTC
(
hide
)
Description:
ebuild for audacious mplayer
Filename:
MIME Type:
Creator:
wranz
Created:
2011-07-01 12:02:18 UTC
Size:
915 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/audacious-dumb-0.64.ebuild,v 1.1 2010/09/11 05:47:41 joker Exp $ > >EAPI=4 > >inherit eutils > >DESCRIPTION="Audacious Plug-in for mplayer" >HOMEPAGE="https://github.com/tripolar/audacious-mplayer" >SRC_URI="https://github.com/tripolar/audacious-mplayer/tarball/0.9.1 -> ${PN}-${PV}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND=">=media-sound/audacious-2.5 > media-video/mplayer" > >DEPEND="dev-util/pkgconfig > ${RDEPEND}" > >src_unpack() { > unpack ${A} > if [[ ! -d ${S} ]]; then > cd "${WORKDIR}"/*${PN}* || die "failed to enter work directory" > S="$(pwd)" > einfo "Setting WORKDIR to ${S}" > fi >} > >src_install() { > make DESTDIR="${D}" install || die > dodoc README >}
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 373217
:
278365
|
278367
|
278373
|
278377
|
278779
|
278781
|
278799
|
278801
|
280373
|
280375
|
280875
|
280877
|
280879
|
280881
|
280883