From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/
Date: Thu, 11 Feb 2016 00:29:02 +0000 (UTC) [thread overview]
Message-ID: <1455150487.270e1ad9b352a0198a1b96f070637ac0f81f51f5.mrueg@gentoo> (raw)
commit: 270e1ad9b352a0198a1b96f070637ac0f81f51f5
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 00:28:07 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 00:28:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270e1ad9
media-sound/lame: Remove old
Package-Manager: portage-2.2.27
media-sound/lame/Manifest | 1 -
media-sound/lame/lame-3.99.3.ebuild | 60 -----------------------------------
media-sound/lame/lame-3.99.5.ebuild | 62 -------------------------------------
3 files changed, 123 deletions(-)
diff --git a/media-sound/lame/Manifest b/media-sound/lame/Manifest
index c4ea8f0..34500bc 100644
--- a/media-sound/lame/Manifest
+++ b/media-sound/lame/Manifest
@@ -1,3 +1,2 @@
-DIST lame-3.99.3.tar.gz 1443843 SHA256 d4ea3c8d00d2cc09338425a25dbfeb4d587942cb3c83a677c09aeb1e850c74cf SHA512 13f01790b4ceb15824e3267955e15b91994c6350f7a59188ca331c24b29b4613953860b6193bebc6a1d7c6a71072d92604c1c0d09b443952ebed1d3229d09955 WHIRLPOOL b27782ed141b1c2a8730e44bfb15f57e68ba4c9522c0ca8d716910ffaccc8070b4c4efc091ea17e0babab409b52a8927b0a8163b4273e2ac3424171aac9a4a7c
DIST lame-3.99.5-automake-2.12.patch.gz 536 SHA256 49833b952d846405fdcc8d87de55f60dda5fb2268e1b36861c53dfd39dbd275d SHA512 9d6211e257d573ced5c29c43ba5d5cc98a231b213d6e0cfc352b14776c06c9e656ed1873d5caae466afb27dfe753eeac0842c7221a8538ccecea8f4ba0f8bfe2 WHIRLPOOL 506e505cbf8659c3f67084565fc581e4dee3ba2016db3d835e3e63d9eca0d4383443e7596229f51b349c1f8c53ef42a581761d27778de4c1e5b698c85418b401
DIST lame-3.99.5.tar.gz 1445348 SHA256 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff SHA512 ce62d7eb9fc8c53c343374ded30f11153a296910f0be7e649197bca7412c6660aad1aa6143d56b750f866229eb492cf7bb4f682535c383fb4aa57d7077d8b4d8 WHIRLPOOL c238107bfb824c67c639875547e24b64ceeeb22125800af753ca42de129138f480574a6cfe132bc2c9cffeb39e54b6d57059be69cb41bdc164cdbf29bd95afe9
diff --git a/media-sound/lame/lame-3.99.3.ebuild b/media-sound/lame/lame-3.99.3.ebuild
deleted file mode 100644
index ed3625a..0000000
--- a/media-sound/lame/lame-3.99.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://lame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
-
-RDEPEND=">=sys-libs/ncurses-5.2
- sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-3.96-ccc.patch \
- "${FILESDIR}"/${PN}-3.98-gtk-path.patch
-
- mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
-
- sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
-
- use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in #361879
-
- AT_M4DIR=${S} eautoreconf
- epunt_cxx #74498
-}
-
-src_configure() {
- local myconf
- use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
- use sndfile && myconf+=" --with-fileio=sndfile"
-
- econf \
- $(use_enable static-libs static) \
- $(use_enable debug debug norm) \
- --disable-mp3x \
- $(use_enable mp3rtp) \
- --enable-dynamic-frontends \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" pkghtmldir="${EPREFIX}/usr/share/doc/${PF}/html" install
- dobin misc/mlame
-
- dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE
- dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/media-sound/lame/lame-3.99.5.ebuild b/media-sound/lame/lame-3.99.5.ebuild
deleted file mode 100644
index 0b79548..0000000
--- a/media-sound/lame/lame-3.99.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://lame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://gentoo/${P}-automake-2.12.patch.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
-
-RDEPEND=">=sys-libs/ncurses-5.7-r7
- sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-3.96-ccc.patch \
- "${FILESDIR}"/${PN}-3.98-gtk-path.patch \
- "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \
- "${WORKDIR}"/${P}-automake-2.12.patch
-
- mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
-
- sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
-
- use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in #361879
-
- AT_M4DIR=. eautoreconf
-}
-
-src_configure() {
- local myconf
- use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
- use sndfile && myconf+=" --with-fileio=sndfile"
-
- econf \
- $(use_enable static-libs static) \
- $(use_enable debug debug norm) \
- --disable-mp3x \
- $(use_enable mp3rtp) \
- --enable-dynamic-frontends \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" pkghtmldir="${EPREFIX}/usr/share/doc/${PF}/html" install
- dobin misc/mlame
-
- dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE
- dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
next reply other threads:[~2016-02-11 0:29 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 0:29 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-28 10:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/ James Le Cuirot
2022-05-19 5:08 WANG Xuerui
2021-08-10 8:58 Yixun Lan
2021-01-06 14:31 Fabian Groffen
2020-09-08 7:56 Miroslav Šulc
2020-09-05 15:15 Sam James
2020-09-04 10:31 Sergei Trofimovich
2020-09-02 22:48 Sam James
2020-09-02 22:47 Sam James
2020-08-02 10:54 Miroslav Šulc
2020-07-21 23:15 Kent Fredric
2019-12-24 14:13 Mikle Kolyada
2019-12-10 10:54 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-03 11:58 Agostino Sarubbo
2019-12-03 11:56 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-12-03 0:05 Aaron Bauman
2018-03-23 23:55 Aaron Bauman
2018-03-15 21:15 Sergei Trofimovich
2018-03-15 8:28 Lars Wendler
2018-01-17 13:01 Lars Wendler
2017-11-19 15:14 Markus Meier
2017-11-08 12:51 Tobias Klausmann
2017-10-28 22:21 Sergei Trofimovich
2017-10-26 21:47 Sergei Trofimovich
2017-10-26 21:32 Sergei Trofimovich
2017-10-26 19:12 Sergei Trofimovich
2017-10-26 17:38 Thomas Deutschmann
2017-10-25 9:31 Agostino Sarubbo
2017-10-22 20:03 Andreas Hüttel
2016-03-20 23:10 Stephen Klimaszewski
2016-02-17 23:19 Alexis Ballier
2015-08-16 14:20 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455150487.270e1ad9b352a0198a1b96f070637ac0f81f51f5.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox