Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280877 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 v1.0.1 for audacious-3.0
audacious-mplayer-1.0.1.ebuild (text/plain), 736 bytes, created by
wranz
on 2011-07-24 23:02:09 UTC
(
hide
)
Description:
ebuild v1.0.1 for audacious-3.0
Filename:
MIME Type:
Creator:
wranz
Created:
2011-07-24 23:02:09 UTC
Size:
736 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=4 > >inherit eutils > >DESCRIPTION="Mplayer Plug-in for Audacious" >HOMEPAGE="https://github.com/tripolar/audacious-mplayer" >SRC_URI="https://github.com/tripolar/audacious-mplayer/tarball/v${PV} -> ${PN}-${PV}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND=">=media-sound/audacious-3.0 > 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 > cd "${S}" >} > > >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