Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19188 Details for
Bug 21217
ebuild for cdw-0.1.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for cdw-0.2.0_pre3
cdw-0.2.0_pre3.ebuild (text/plain), 1004 bytes, created by
Thomas Ferencz (RETIRED)
on 2003-10-13 10:17:31 UTC
(
hide
)
Description:
ebuild for cdw-0.2.0_pre3
Filename:
MIME Type:
Creator:
Thomas Ferencz (RETIRED)
Created:
2003-10-13 10:17:31 UTC
Size:
1004 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="frontend to cdrecord and mkisofs" >HOMEPAGE="http://cdw.sourceforge.net" >MY_P="cdw-0.2.0-pre3" >SRC_URI="mirror://sourceforge/cdw/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gtk2 oggvorbis mpeg nls" >DEPEND="sys-libs/ncurses > nls? ( sys-devel/gettext ) > gtk? ( x11-libs/gtk+ ) > oggvorbis? ( media-sound/vorbis-tools ) > mpeg? ( media-sound/lame )" > >S=${WORKDIR}/${MY_P} > >src_compile() { > if [ `use gtk` ] ; then > EXTRA_ECONF="--enable-gui" > fi > if [ `use oggvorbis` ] ; then > EXTRA_ECONF="${EXTRA_ECONF} --with-oggenc=/usr/bin/oggenc" > fi > if [ `use mpeg` ] ; then > EXTRA_ECONF="${EXTRA_ECONF} --with-lame=/usr/bin/lame" > fi > > > econf `use_enable nls` || die > make || die >} > >src_install() { > make DESTDIR=${D} install || die >} > >pkg_postinst() { > ln -s /usr/share/cdw /usr/local/share/cdw >} >pkg_prerm() { > rm /usr/local/share/cdw >}
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 21217
:
19139
| 19188 |
19236