public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/toolame: toolame-02l-r3.ebuild ChangeLog
Date: Sat, 30 May 2009 12:27:05 +0000	[thread overview]
Message-ID: <E1MANeT-0004AQ-IY@stork.gentoo.org> (raw)

ssuominen    09/05/30 12:27:05

  Modified:             ChangeLog
  Added:                toolame-02l-r3.ebuild
  Log:
  Apply uint32_t patch wrt #138002 which should solve RIFF headers parsing.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 media-sound/toolame/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/toolame/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/toolame/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/toolame/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/toolame/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	13 Aug 2007 21:18:24 -0000	1.19
+++ ChangeLog	30 May 2009 12:27:05 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/toolame
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/ChangeLog,v 1.19 2007/08/13 21:18:24 dertobi123 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/ChangeLog,v 1.20 2009/05/30 12:27:05 ssuominen Exp $
+
+*toolame-02l-r3 (30 May 2009)
+
+  30 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +toolame-02l-r3.ebuild, +files/toolame-02l-uint32_t.patch:
+  Apply uint32_t patch wrt #138002 which should solve RIFF headers parsing.
 
   13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   toolame-02l-r2.ebuild:



1.1                  media-sound/toolame/toolame-02l-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/toolame/toolame-02l-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/toolame/toolame-02l-r3.ebuild?rev=1.1&content-type=text/plain

Index: toolame-02l-r3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/toolame-02l-r3.ebuild,v 1.1 2009/05/30 12:27:05 ssuominen Exp $

EAPI=2
inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
HOMEPAGE="http://www.planckenergy.com"
SRC_URI="mirror://sourceforge/toolame/${P}.tgz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.diff \
		"${FILESDIR}"/${P}-uint.patch \
		"${FILESDIR}"/${P}-uint32_t.patch
}

src_compile() {
	append-lfs-flags
	tc-export CC
	emake || die "emake failed"
}

src_install() {
	dobin toolame || die "dobin failed"
	dodoc README HISTORY FUTURE html/* text/*
}






             reply	other threads:[~2009-05-30 12:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-30 12:27 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-08 14:37 [gentoo-commits] gentoo-x86 commit in media-sound/toolame: toolame-02l-r3.ebuild ChangeLog Tobias Klausmann (klausman)
2009-11-18  1:22 Jeroen Roovers (jer)
2009-11-18 17:50 Raul Porcel (armin76)
2009-12-23 21:34 Jeroen Roovers (jer)
2010-01-06 18:58 Brent Baude (ranger)
2010-01-24 15:48 Tobias Klausmann (klausman)
2010-01-31 17:45 Raul Porcel (armin76)
2010-05-01 15:44 Alexis Ballier (aballier)
2011-03-06 11:19 Kacper Kowalik (xarthisius)
2011-12-18 18:53 Agostino Sarubbo (ago)
2011-12-18 19:50 PaweA Hajdan (phajdan.jr)
2012-01-10 10:30 Samuli Suominen (ssuominen)
2013-07-28 21:12 Alexis Ballier (aballier)

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=E1MANeT-0004AQ-IY@stork.gentoo.org \
    --to=ssuominen@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