diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-22 18:58:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-22 18:58:52 +0000 |
commit | 5d7ac2a314af19a62159d691bddb0a16bfa519a4 (patch) | |
tree | af8f86c685e9798f6d49429d88627ee420b48217 /media-sound/lame | |
parent | Stable on alpha, bug #272675 (diff) | |
download | gentoo-2-5d7ac2a314af19a62159d691bddb0a16bfa519a4.tar.gz gentoo-2-5d7ac2a314af19a62159d691bddb0a16bfa519a4.tar.bz2 gentoo-2-5d7ac2a314af19a62159d691bddb0a16bfa519a4.zip |
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lame')
-rw-r--r-- | media-sound/lame/Manifest | 1 | ||||
-rw-r--r-- | media-sound/lame/lame-3.98.2.ebuild | 82 |
2 files changed, 0 insertions, 83 deletions
diff --git a/media-sound/lame/Manifest b/media-sound/lame/Manifest index 65f69da99d87..9ab45f1806d2 100644 --- a/media-sound/lame/Manifest +++ b/media-sound/lame/Manifest @@ -4,6 +4,5 @@ AUX lame-3.98-shared-frontend.patch 1008 RMD160 8e12e752a325926e1376e45ffd3b72ca AUX lame-3.98.2-ffmpeg-0.5.patch 2950 RMD160 71628a5b2d9ac7365ccbac3dbf3de7cea6006b5d SHA1 1f7c0a6c90bdc133921f999f1ed0855e95d39a5a SHA256 f9de77da233d81485463cf6c51a3b7ff21be78b17f7d91741532f9a9f5577500 DIST lame-398-2.tar.gz 1327643 RMD160 767dd94271eef221170469535db2bf388149715a SHA1 b2db41dbc9c0824caa102e8c932b820c79ccd5ec SHA256 a17a28569d8ed1e514915c1f12bdf4eedac506e5fbdf9a429ba97d5d42c9af32 EBUILD lame-3.98.2-r1.ebuild 2577 RMD160 8a2e5c2d01d1f6916b6a39301e5a69170cc93f3d SHA1 741e3c47ea5610e038e95aa174701e953a88839e SHA256 9750f8ded01d98eb8858b9ddc5dbaebe11d81961673deab6ea9e0648c2ebb85e -EBUILD lame-3.98.2.ebuild 2487 RMD160 480899b5d010590bffda719c4ec7c87436f5aaef SHA1 5b4d56364722e36a9ed6acd78e9a5471a4e7d49e SHA256 6f1371b7a71f64eda8f77f98422931b73f936ca58ac2bfbe48f299fe9f6a7a5a MISC ChangeLog 16060 RMD160 7245c4bb444b5b6dbc1754f80a27fc53985026f6 SHA1 be53397bff87fab8df7670d3af868a73255510b1 SHA256 cf28c9b77e3996b8f6af69575d2521b20d3970b2b64504d0dbc5173a4f634f53 MISC metadata.xml 264 RMD160 a6be36fe4dffbf9280e34fafcf40571d0f960580 SHA1 7e6bff4996ab638c7e04e31197d3b45f9752c00f SHA256 69ff3c8176be87b9e058cf261280c392e026742616602914b8ee3e3b6eaa2280 diff --git a/media-sound/lame/lame-3.98.2.ebuild b/media-sound/lame/lame-3.98.2.ebuild deleted file mode 100644 index c51203e75499..000000000000 --- a/media-sound/lame/lame-3.98.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.2.ebuild,v 1.6 2008/11/14 12:25:16 armin76 Exp $ - -inherit flag-o-matic toolchain-funcs eutils autotools versionator - -DESCRIPTION="LAME Ain't an MP3 Encoder" -HOMEPAGE="http://lame.sourceforge.net" - -MY_PV=$(replace_version_separator 1 '') -[ ${MY_PV/.} = ${MY_PV} ] || MY_PV=$(replace_version_separator 1 '-' ${MY_PV}) -S=${WORKDIR}/${PN}-${MY_PV} -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug mmx mp3rtp sndfile" - -RDEPEND=">=sys-libs/ncurses-5.2 - sndfile? ( >=media-libs/libsndfile-1.0.2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - mmx? ( dev-lang/nasm )" - -src_unpack() { - unpack ${A} - cd "${S}" - - # The frontened tries to link staticly, but we prefer shared libs - epatch "${FILESDIR}"/${PN}-3.98-shared-frontend.patch - - # If ccc (alpha compiler) is installed on the system, the default - # configure is broken, fix it to respect CC. This is only - # directly broken for ARCH=alpha but would affect anybody with a - # ccc binary in their PATH. Bug #41908 (26 Jul 2004 agriffis) - epatch "${FILESDIR}"/${PN}-3.96-ccc.patch - - # Patch gtk stuff, otherwise eautoreconf dies - epatch "${FILESDIR}"/${PN}-3.98-gtk-path.patch - - # It fails parallel make otherwise when enabling nasm... - mkdir "${S}/libmp3lame/i386/.libs" || die - - AT_M4DIR="${S}" eautoreconf - epunt_cxx # embedded bug #74498 -} - -src_compile() { - use sndfile && myconf="--with-fileio=sndfile" - # The user sets compiler optimizations... But if you'd like - # lame to choose it's own... uncomment one of these (experiMENTAL) - # myconf="${myconf} --enable-expopt=full \ - # myconf="${myconf} --enable-expopt=norm \ - - econf \ - --enable-shared \ - $(use_enable debug debug norm) \ - --disable-mp3x \ - $(use_enable mmx nasm) \ - $(use_enable mp3rtp) \ - ${myconf} || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" pkghtmldir="/usr/share/doc/${PF}/html" install || die - - dodoc API ChangeLog HACKING README* STYLEGUIDE TODO USAGE || die - dohtml misc/lameGUI.html Dll/LameDLLInterface.htm || die - - 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 -} |