Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29656 Details for
Bug 48405
ebuild for mplayerd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuidl
mplayerd-0.1.14.ebuild (text/plain), 853 bytes, created by
Christian Korff
on 2004-04-19 14:18:11 UTC
(
hide
)
Description:
the ebuidl
Filename:
MIME Type:
Creator:
Christian Korff
Created:
2004-04-19 14:18:11 UTC
Size:
853 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># (C) 2004 by Christian Korff > >DESCRIPTION="This is a simple tcp server to control mplayer." > >HOMEPAGE="http://mplayerd.sourceforge.net/" >SRC_URI="mirror://sourceforge/mplayerd/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" >DEPEND="media-video/mplayer" > >RESTRICT="nomirror" > >src_compile() { > cd work/mplayerd > > #If you don't like to use "gcc" you should comment this out and replace cc with the compiler > #you like to use > #sed -e 's/CC=gcc/CC=cc/' -i src/Makefile || die > > cd src > make || die >} > >src_install() { > cd ${WORKDIR}/mplayerd/src > dobin mplayerd > cd .. > doman *.1 > dodoc BUGS CHANGELOG README TODO > cd docs > dodoc PTHREAD_LAYOUT commands.txt slave.txt > cd .. > insinto /etc > newins mplacerd.conf >}
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 48405
: 29656 |
34313
|
43579