public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-03-01 12:14 Alexis Ballier (aballier)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2012-03-01 12:14 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/01 12:14:46

  Modified:             ChangeLog
  Added:                lame-3.99.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.146                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	4 Feb 2012 16:52:02 -0000	1.145
+++ ChangeLog	1 Mar 2012 12:14:46 -0000	1.146
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.145 2012/02/04 16:52:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.146 2012/03/01 12:14:46 aballier Exp $
+
+*lame-3.99.5 (01 Mar 2012)
+
+  01 Mar 2012; Alexis Ballier <aballier@gentoo.org> +lame-3.99.5.ebuild:
+  version bump
 
 *lame-3.99.4 (04 Feb 2012)
 



1.1                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.1&content-type=text/plain

Index: lame-3.99.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.1 2012/03/01 12:14:46 aballier Exp $

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 mmx mp3rtp sndfile static-libs"

RDEPEND=">=sys-libs/ncurses-5.7-r7
	sndfile? ( >=media-libs/libsndfile-1.0.2 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	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 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 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 {} +
}






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-06-14  2:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 9+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  2:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 02:08:33

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Fix build with automake-2.12 (bug #420487).
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.151                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	15 May 2012 13:45:24 -0000	1.150
+++ ChangeLog	14 Jun 2012 02:08:31 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.150 2012/05/15 13:45:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.151 2012/06/14 02:08:31 radhermit Exp $
+
+  14 Jun 2012; Tim Harder <radhermit@gentoo.org> lame-3.99.5.ebuild,
+  +files/lame-3.99.5-automake-2.12.patch:
+  Fix build with automake-2.12 (bug #420487).
 
   15 May 2012; Alexis Ballier <aballier@gentoo.org> lame-3.99.5.ebuild:
   keyword ~amd64-fbsd



1.4                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.3&r2=1.4

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lame-3.99.5.ebuild	15 May 2012 13:45:24 -0000	1.3
+++ lame-3.99.5.ebuild	14 Jun 2012 02:08:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.3 2012/05/15 13:45:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.4 2012/06/14 02:08:31 radhermit Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -23,7 +23,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${PN}-3.96-ccc.patch \
-		"${FILESDIR}"/${PN}-3.98-gtk-path.patch
+		"${FILESDIR}"/${PN}-3.98-gtk-path.patch \
+		"${FILESDIR}"/${P}-automake-2.12.patch
 
 	mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-06-14  5:13 Tim Harder (radhermit)
  0 siblings, 0 replies; 9+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  5:13 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 05:13:42

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Use mirrored patch to avoid CVS mangling.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.153                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	14 Jun 2012 02:13:17 -0000	1.152
+++ ChangeLog	14 Jun 2012 05:13:42 -0000	1.153
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.152 2012/06/14 02:13:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.153 2012/06/14 05:13:42 radhermit Exp $
+
+  14 Jun 2012; Tim Harder <radhermit@gentoo.org> lame-3.99.5.ebuild,
+  -files/lame-3.99.5-automake-2.12.patch:
+  Use mirrored patch to avoid CVS mangling.
 
   14 Jun 2012; Tim Harder <radhermit@gentoo.org>
   files/lame-3.99.5-automake-2.12.patch:



1.5                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.4&r2=1.5

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lame-3.99.5.ebuild	14 Jun 2012 02:08:31 -0000	1.4
+++ lame-3.99.5.ebuild	14 Jun 2012 05:13:42 -0000	1.5
@@ -1,13 +1,14 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.4 2012/06/14 02:08:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.5 2012/06/14 05:13:42 radhermit Exp $
 
 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"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+	mirror://gentoo/${P}-automake-2.12.patch.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -24,7 +25,7 @@
 	epatch \
 		"${FILESDIR}"/${PN}-3.96-ccc.patch \
 		"${FILESDIR}"/${PN}-3.98-gtk-path.patch \
-		"${FILESDIR}"/${P}-automake-2.12.patch
+		"${WORKDIR}"/${P}-automake-2.12.patch
 
 	mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-07-14 19:26 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-14 19:26 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/14 19:26:32

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  marked x86 per bug 426420
  
  (Portage version: 2.2.0_alpha117/cvs/Linux i686)

Revision  Changes    Path
1.155                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	14 Jul 2012 13:37:52 -0000	1.154
+++ ChangeLog	14 Jul 2012 19:26:32 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.154 2012/07/14 13:37:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.155 2012/07/14 19:26:32 jdhore Exp $
+
+  14 Jul 2012; Jeff Horelick <jdhore@gentoo.org> lame-3.99.5.ebuild:
+  marked x86 per bug 426420
 
   14 Jul 2012; Agostino Sarubbo <ago@gentoo.org> lame-3.99.5.ebuild:
   Stable for amd64, wrt bug #426420



1.7                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.6&r2=1.7

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lame-3.99.5.ebuild	14 Jul 2012 13:37:52 -0000	1.6
+++ lame-3.99.5.ebuild	14 Jul 2012 19:26:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.6 2012/07/14 13:37:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.7 2012/07/14 19:26:32 jdhore Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug mmx mp3rtp sndfile static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-07-23 20:23 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-07-23 20:23 UTC (permalink / raw
  To: gentoo-commits

maekke      12/07/23 20:23:59

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  arm stable, bug #426420
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.156                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	14 Jul 2012 19:26:32 -0000	1.155
+++ ChangeLog	23 Jul 2012 20:23:58 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.155 2012/07/14 19:26:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.156 2012/07/23 20:23:58 maekke Exp $
+
+  23 Jul 2012; Markus Meier <maekke@gentoo.org> lame-3.99.5.ebuild:
+  arm stable, bug #426420
 
   14 Jul 2012; Jeff Horelick <jdhore@gentoo.org> lame-3.99.5.ebuild:
   marked x86 per bug 426420



1.8                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.7&r2=1.8

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lame-3.99.5.ebuild	14 Jul 2012 19:26:32 -0000	1.7
+++ lame-3.99.5.ebuild	23 Jul 2012 20:23:58 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.7 2012/07/14 19:26:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.8 2012/07/23 20:23:58 maekke Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug mmx mp3rtp sndfile static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-07-25  2:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-25  2:58 UTC (permalink / raw
  To: gentoo-commits

jer         12/07/25 02:58:28

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Stable for HPPA (bug #426420).
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.157                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	23 Jul 2012 20:23:58 -0000	1.156
+++ ChangeLog	25 Jul 2012 02:58:28 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.156 2012/07/23 20:23:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.157 2012/07/25 02:58:28 jer Exp $
+
+  25 Jul 2012; Jeroen Roovers <jer@gentoo.org> lame-3.99.5.ebuild:
+  Stable for HPPA (bug #426420).
 
   23 Jul 2012; Markus Meier <maekke@gentoo.org> lame-3.99.5.ebuild:
   arm stable, bug #426420



1.9                  media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.8&r2=1.9

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lame-3.99.5.ebuild	23 Jul 2012 20:23:58 -0000	1.8
+++ lame-3.99.5.ebuild	25 Jul 2012 02:58:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.8 2012/07/23 20:23:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.9 2012/07/25 02:58:28 jer Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug mmx mp3rtp sndfile static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2012-08-06 21:20 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-08-06 21:20 UTC (permalink / raw
  To: gentoo-commits

ranger      12/08/06 21:20:02

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Marking lame-3.99.5 ppc64 for bug 426420
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.158                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	25 Jul 2012 02:58:28 -0000	1.157
+++ ChangeLog	6 Aug 2012 21:20:02 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.157 2012/07/25 02:58:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.158 2012/08/06 21:20:02 ranger Exp $
+
+  06 Aug 2012; Brent Baude <ranger@gentoo.org> lame-3.99.5.ebuild:
+  Marking lame-3.99.5 ppc64 for bug 426420
 
   25 Jul 2012; Jeroen Roovers <jer@gentoo.org> lame-3.99.5.ebuild:
   Stable for HPPA (bug #426420).



1.10                 media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.9&r2=1.10

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lame-3.99.5.ebuild	25 Jul 2012 02:58:28 -0000	1.9
+++ lame-3.99.5.ebuild	6 Aug 2012 21:20:02 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.9 2012/07/25 02:58:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.10 2012/08/06 21:20:02 ranger Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug mmx mp3rtp sndfile static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2013-03-02 17:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-02 17:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/02 17:58:47

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Use pkg-config to get libncurses libraries, like libtinfo wrt #454322 by "Grigoriy"
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.162                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	21 Feb 2013 18:41:59 -0000	1.161
+++ ChangeLog	2 Mar 2013 17:58:47 -0000	1.162
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.161 2013/02/21 18:41:59 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.162 2013/03/02 17:58:47 ssuominen Exp $
+
+  02 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> lame-3.99.5.ebuild,
+  +files/lame-3.99.5-pkgconfig-to-get-correct-libs.patch:
+  Use pkg-config to get libncurses libraries, like libtinfo wrt #454322 by
+  "Grigoriy"
 
   21 Feb 2013; Zac Medico <zmedico@gentoo.org> lame-3.99.5.ebuild:
   Add ~arm-linux keyword.



1.14                 media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.13&r2=1.14

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lame-3.99.5.ebuild	21 Feb 2013 18:41:59 -0000	1.13
+++ lame-3.99.5.ebuild	2 Mar 2013 17:58:47 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.13 2013/02/21 18:41:59 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.14 2013/03/02 17:58:47 ssuominen Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -25,6 +25,7 @@
 	epatch \
 		"${FILESDIR}"/${PN}-3.96-ccc.patch \
 		"${FILESDIR}"/${PN}-3.98-gtk-path.patch \
+		"${FILESDIR}"/${P}-pkgconfig-to-get-correct-libs.patch \
 		"${WORKDIR}"/${P}-automake-2.12.patch
 
 	mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
@@ -33,8 +34,7 @@
 
 	use mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in #361879
 
-	AT_M4DIR=${S} eautoreconf
-	epunt_cxx #74498
+	AT_M4DIR=. eautoreconf
 }
 
 src_configure() {





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild
@ 2013-03-03 15:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-03 15:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/03 15:08:00

  Modified:             ChangeLog lame-3.99.5.ebuild
  Log:
  Check for tgetent instead of initscr from the termcap library; check for -ltinfo too. This will replace the prev. pkg-config patch.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.163                media-sound/lame/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.162&r2=1.163

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	2 Mar 2013 17:58:47 -0000	1.162
+++ ChangeLog	3 Mar 2013 15:08:00 -0000	1.163
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/lame
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.162 2013/03/02 17:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.163 2013/03/03 15:08:00 ssuominen Exp $
+
+  03 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> lame-3.99.5.ebuild,
+  -files/lame-3.99.5-pkgconfig-to-get-correct-libs.patch,
+  +files/lame-3.99.5-tinfo.patch:
+  Check for tgetent instead of initscr from the termcap library; check for
+  -ltinfo too. This will replace the prev. pkg-config patch.
 
   02 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> lame-3.99.5.ebuild,
   +files/lame-3.99.5-pkgconfig-to-get-correct-libs.patch:



1.15                 media-sound/lame/lame-3.99.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.14&r2=1.15

Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lame-3.99.5.ebuild	2 Mar 2013 17:58:47 -0000	1.14
+++ lame-3.99.5.ebuild	3 Mar 2013 15:08:00 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.14 2013/03/02 17:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.15 2013/03/03 15:08:00 ssuominen Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -25,7 +25,7 @@
 	epatch \
 		"${FILESDIR}"/${PN}-3.96-ccc.patch \
 		"${FILESDIR}"/${PN}-3.98-gtk-path.patch \
-		"${FILESDIR}"/${P}-pkgconfig-to-get-correct-libs.patch \
+		"${FILESDIR}"/${PN}-3.99.5-tinfo.patch \
 		"${WORKDIR}"/${P}-automake-2.12.patch
 
 	mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-03 15:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 21:20 [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.99.5.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-03 15:08 Samuli Suominen (ssuominen)
2013-03-02 17:58 Samuli Suominen (ssuominen)
2012-07-25  2:58 Jeroen Roovers (jer)
2012-07-23 20:23 Markus Meier (maekke)
2012-07-14 19:26 Jeff Horelick (jdhore)
2012-06-14  5:13 Tim Harder (radhermit)
2012-06-14  2:08 Tim Harder (radhermit)
2012-03-01 12:14 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox