public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/twolame: ChangeLog twolame-0.3.13.ebuild
@ 2011-04-07 12:12 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-04-07 12:12 UTC (permalink / raw
  To: gentoo-commits

aballier    11/04/07 12:12:45

  Modified:             ChangeLog
  Added:                twolame-0.3.13.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 media-sound/twolame/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	20 Mar 2011 11:15:49 -0000	1.41
+++ ChangeLog	7 Apr 2011 12:12:45 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/twolame
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.41 2011/03/20 11:15:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.42 2011/04/07 12:12:45 aballier Exp $
+
+*twolame-0.3.13 (07 Apr 2011)
+
+  07 Apr 2011; Alexis Ballier <aballier@gentoo.org> +twolame-0.3.13.ebuild:
+  version bump
 
   20 Mar 2011; Raúl Porcel <armin76@gentoo.org> twolame-0.3.12.ebuild:
   arm stable



1.1                  media-sound/twolame/twolame-0.3.13.ebuild

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

Index: twolame-0.3.13.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v 1.1 2011/04/07 12:12:45 aballier Exp $

EAPI=3
inherit libtool

DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder"
HOMEPAGE="http://www.twolame.org"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"

RDEPEND=">=media-libs/libsndfile-1"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	sed -i -e '/CFLAGS/s:-O3::' configure || die

	if [[ ${CHOST} == *solaris* ]]; then
		# libsndfile doesn't like -std=c99 on Solaris
		sed -i -e '/CFLAGS/s:-std=c99::' configure || die
	fi

	elibtoolize
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" pkgdocdir="${EPREFIX}/usr/share/doc/${PF}" \
		install || die

	dodoc AUTHORS ChangeLog README TODO
	prepalldocs

	find "${ED}" -name '*.la' -exec rm -f '{}' +
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/twolame: ChangeLog twolame-0.3.13.ebuild
@ 2012-05-29 13:51 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-29 13:51 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/29 13:51:31

  Modified:             ChangeLog twolame-0.3.13.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 media-sound/twolame/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 May 2012 08:54:56 -0000	1.44
+++ ChangeLog	29 May 2012 13:51:31 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/twolame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.44 2012/05/05 08:54:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.45 2012/05/29 13:51:31 aballier Exp $
+
+  29 May 2012; Alexis Ballier <aballier@gentoo.org> twolame-0.3.13.ebuild:
+  keyword ~amd64-fbsd
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> twolame-0.3.12.ebuild,
   twolame-0.3.13.ebuild:



1.4                  media-sound/twolame/twolame-0.3.13.ebuild

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

Index: twolame-0.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twolame-0.3.13.ebuild	5 May 2012 08:54:56 -0000	1.3
+++ twolame-0.3.13.ebuild	29 May 2012 13:51: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/twolame/twolame-0.3.13.ebuild,v 1.3 2012/05/05 08:54:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v 1.4 2012/05/29 13:51:31 aballier Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libsndfile-1"






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

* [gentoo-commits] gentoo-x86 commit in media-sound/twolame: ChangeLog twolame-0.3.13.ebuild
@ 2012-06-03 13:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-06-03 13:55 UTC (permalink / raw
  To: gentoo-commits

blueness    12/06/03 13:55:13

  Modified:             ChangeLog twolame-0.3.13.ebuild
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 media-sound/twolame/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	29 May 2012 13:51:31 -0000	1.45
+++ ChangeLog	3 Jun 2012 13:55:13 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/twolame
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.45 2012/05/29 13:51:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.46 2012/06/03 13:55:13 blueness Exp $
+
+  03 Jun 2012; Anthony G. Basile <blueness@gentoo.org> twolame-0.3.13.ebuild:
+  Keyword ~mips
 
   29 May 2012; Alexis Ballier <aballier@gentoo.org> twolame-0.3.13.ebuild:
   keyword ~amd64-fbsd



1.5                  media-sound/twolame/twolame-0.3.13.ebuild

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

Index: twolame-0.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twolame-0.3.13.ebuild	29 May 2012 13:51:31 -0000	1.4
+++ twolame-0.3.13.ebuild	3 Jun 2012 13:55:13 -0000	1.5
@@ -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/twolame/twolame-0.3.13.ebuild,v 1.4 2012/05/29 13:51:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.13.ebuild,v 1.5 2012/06/03 13:55:13 blueness Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libsndfile-1"






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

end of thread, other threads:[~2012-06-03 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 13:51 [gentoo-commits] gentoo-x86 commit in media-sound/twolame: ChangeLog twolame-0.3.13.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-03 13:55 Anthony G. Basile (blueness)
2011-04-07 12:12 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