Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31425 Details for
Bug 51063
ebuilds for wmsound and wsoundserver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wsoundserver-0.4.0.ebuild
wsoundserver-0.4.0.ebuild (text/plain), 1.30 KB, created by
Przemyslaw Maciag (RETIRED)
on 2004-05-14 09:07:30 UTC
(
hide
)
Description:
wsoundserver-0.4.0.ebuild
Filename:
MIME Type:
Creator:
Przemyslaw Maciag (RETIRED)
Created:
2004-05-14 09:07:30 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils > >MY_P=${P/wsoundserver/WSoundServer} >S=${WORKDIR}/${MY_P} > >IUSE="esd" > >DESCRIPTION="WindowMaker sound server" >SRC_URI="http://largo.windowmaker.org/files/${MY_P}.tar.gz" >HOMEPAGE="http://largo.windowmaker.org/" > >DEPEND="virtual/x11 > || ( >=x11-wm/windowmaker-0.62.0 > x11-wm/windowmaker-cvs ) > x11-libs/libdockapp > >=x11-libs/libPropList-0.9.1 > >=media-libs/audiofile-0.1.9 > esd? ( media-sound/esound )" > >RDEPEND="media-sound/wmsound-data" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/WSoundServer-WINGs.patch > epatch ${FILESDIR}/WSoundServer-rm_unknown_audiofile_compression.patch >} > >src_compile() { > cd ${S} > local myconf="--prefix=/usr --with-x --sysconfdir=/etc/X11" > > myconf="${myconf} `use_enable esd`" > > econf || die "configure failed" > emake || die "make failed" >} > >src_install() { > cd ${S} > einstall sysconfdir=/etc/X11 || die "make install failed" > dodoc AUTHORS ChangeLog README > > insinto /etc/X11/WindowMaker > newins ${FILESDIR}/WSoundServer-config WSoundServer > > insinto /usr/share/WindowMaker/Pixmaps > doins ${FILESDIR}/WSoundServer.xpm >} > >pkg_postinst() { > einfo "WSoundServer currently supports 8 or 16 bit .wav files." >}
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 51063
:
31418
|
31419
|
31420
|
31421
|
31422
|
31423
|
31424
|
31425
|
31426
|
31428
|
31429
|
31430
|
33629
|
33630
|
33631
|
35661
|
35662
|
35663