Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101605 Details for
Bug 151189
media-sound/lame 3.97 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch from 3.97_beta3 to 3.97
ebuild_patch_3.97_beta3_3.97 (text/plain), 1.39 KB, created by
Alessio Cassibba (X-Drum)
on 2006-11-10 07:29:24 UTC
(
hide
)
Description:
ebuild patch from 3.97_beta3 to 3.97
Filename:
MIME Type:
Creator:
Alessio Cassibba (X-Drum)
Created:
2006-11-10 07:29:24 UTC
Size:
1.39 KB
patch
obsolete
>--- lame-3.97_beta3.ebuild 2006-11-10 16:11:39.000000000 +0100 >+++ lame-3.97.ebuild 2006-11-10 16:27:16.000000000 +0100 >@@ -7,17 +7,14 @@ > > inherit flag-o-matic toolchain-funcs eutils autotools > >-MY_P="${P/_beta/b}" >-S="${WORKDIR}/${P%%_beta*}" >- > DESCRIPTION="LAME Ain't an MP3 Encoder" > HOMEPAGE="http://lame.sourceforge.net" >-SRC_URI="mirror://sourceforge/lame/${MY_P}_.tar.gz" >+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" >-IUSE="gtk debug" >+IUSE="gtk debug mp3rtp" > > RDEPEND=">=sys-libs/ncurses-5.2 > gtk? ( =x11-libs/gtk+-1.2* )" >@@ -60,9 +57,9 @@ > > econf \ > --enable-shared \ >- --enable-mp3rtp \ > $(use_enable debug debug norm) \ > $(use_enable gtk mp3x) \ >+ $(use_enable mp3rtp mp3rtp) \ > ${myconf} || die "econf failed" > > emake || die "emake failed" >@@ -71,8 +68,16 @@ > src_install() { > make DESTDIR="${D}" pkghtmldir="/usr/share/doc/${PF}/html" install || die > >- dodoc API ChangeLog HACKING PRESETS.draft README* STYLEGUIDE TODO USAGE >+ dodoc API ChangeLog HACKING README* STYLEGUIDE TODO USAGE > dohtml misc/lameGUI.html Dll/LameDLLInterface.htm > > dobin "${S}"/misc/mlame || die > } >+ >+pkg_postinst(){ >+ if use mp3rtp ; then >+ ewarn "Warning, support for the encode-to-RTP program, 'mp3rtp'" >+ ewarn "is broken as of August 2001." >+ ewarn " " >+ fi >+}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151189
:
101604
| 101605