* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-07-10 10:23 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-10 10:23 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/07/10 10:23:16
Modified: ChangeLog
Added: faac-1.28-r1.ebuild
Log:
Revision bump for >= libmp4v2 1.9.0.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.69 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 19 Feb 2009 23:13:34 -0000 1.68
+++ ChangeLog 10 Jul 2009 10:23:16 -0000 1.69
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/faac
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.68 2009/02/19 23:13:34 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.69 2009/07/10 10:23:16 ssuominen Exp $
+
+*faac-1.28-r1 (10 Jul 2009)
+
+ 10 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> +faac-1.28-r1.ebuild,
+ +files/faac-1.28-external-libmp4v2.patch:
+ Revision bump for >= libmp4v2 1.9.0.
*faac-1.28 (19 Feb 2009)
1.1 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.1&content-type=text/plain
Index: faac-1.28-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.1 2009/07/10 10:23:16 ssuominen Exp $
EAPI=2
inherit autotools eutils
DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
HOMEPAGE="http://www.audiocoding.com/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libmp4v2"
DEPEND="${RDEPEND}
!<media-libs/faad2-2.0-r3"
src_prepare() {
epatch "${FILESDIR}"/${P}-external-libmp4v2.patch
eautoreconf
epunt_cxx
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
dohtml docs/*.html
insinto /usr/share/doc/${PF}/pdf
doins docs/libfaac.pdf
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-08-15 8:41 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-08-15 8:41 UTC (permalink / raw
To: gentoo-commits
maekke 09/08/15 08:41:22
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
amd64/x86 stable, bug #280791
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Revision Changes Path
1.73 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 1 Aug 2009 16:12:41 -0000 1.72
+++ ChangeLog 15 Aug 2009 08:41:22 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.72 2009/08/01 16:12:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.73 2009/08/15 08:41:22 maekke Exp $
+
+ 15 Aug 2009; Markus Meier <maekke@gentoo.org> faac-1.28-r1.ebuild:
+ amd64/x86 stable, bug #280791
01 Aug 2009; Jeroen Roovers <jer@gentoo.org> faac-1.28.ebuild:
Stable for HPPA (bug #278485).
1.3 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.2&r2=1.3
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faac-1.28-r1.ebuild 10 Jul 2009 10:25:36 -0000 1.2
+++ faac-1.28-r1.ebuild 15 Aug 2009 08:41:22 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.2 2009/07/10 10:25:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.3 2009/08/15 08:41:22 maekke Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-08-25 12:52 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-08-25 12:52 UTC (permalink / raw
To: gentoo-commits
jer 09/08/25 12:52:19
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
Stable for HPPA (bug #280791).
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.74 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 15 Aug 2009 08:41:22 -0000 1.73
+++ ChangeLog 25 Aug 2009 12:52:19 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.73 2009/08/15 08:41:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.74 2009/08/25 12:52:19 jer Exp $
+
+ 25 Aug 2009; Jeroen Roovers <jer@gentoo.org> faac-1.28-r1.ebuild:
+ Stable for HPPA (bug #280791).
15 Aug 2009; Markus Meier <maekke@gentoo.org> faac-1.28-r1.ebuild:
amd64/x86 stable, bug #280791
1.4 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.3&r2=1.4
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faac-1.28-r1.ebuild 15 Aug 2009 08:41:22 -0000 1.3
+++ faac-1.28-r1.ebuild 25 Aug 2009 12:52:19 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.3 2009/08/15 08:41:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.4 2009/08/25 12:52:19 jer Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-08-29 10:40 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-08-29 10:40 UTC (permalink / raw
To: gentoo-commits
klausman 09/08/29 10:40:08
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
Stable on alpha, bug #280791
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.75 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 25 Aug 2009 12:52:19 -0000 1.74
+++ ChangeLog 29 Aug 2009 10:40:08 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.74 2009/08/25 12:52:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.75 2009/08/29 10:40:08 klausman Exp $
+
+ 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> faac-1.28-r1.ebuild:
+ Stable on alpha, bug #280791
25 Aug 2009; Jeroen Roovers <jer@gentoo.org> faac-1.28-r1.ebuild:
Stable for HPPA (bug #280791).
1.5 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.4&r2=1.5
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faac-1.28-r1.ebuild 25 Aug 2009 12:52:19 -0000 1.4
+++ faac-1.28-r1.ebuild 29 Aug 2009 10:40:08 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.4 2009/08/25 12:52:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.5 2009/08/29 10:40:08 klausman Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-08-29 18:49 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-29 18:49 UTC (permalink / raw
To: gentoo-commits
nixnut 09/08/29 18:49:02
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
ppc stable #280791
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.76 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 29 Aug 2009 10:40:08 -0000 1.75
+++ ChangeLog 29 Aug 2009 18:49:02 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.75 2009/08/29 10:40:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.76 2009/08/29 18:49:02 nixnut Exp $
+
+ 29 Aug 2009; nixnut <nixnut@gentoo.org> faac-1.28-r1.ebuild:
+ ppc stable #280791
29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> faac-1.28-r1.ebuild:
Stable on alpha, bug #280791
1.6 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.5&r2=1.6
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- faac-1.28-r1.ebuild 29 Aug 2009 10:40:08 -0000 1.5
+++ faac-1.28-r1.ebuild 29 Aug 2009 18:49:02 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.5 2009/08/29 10:40:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.6 2009/08/29 18:49:02 nixnut Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-08-31 19:34 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-08-31 19:34 UTC (permalink / raw
To: gentoo-commits
ranger 09/08/31 19:34:57
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
stable ppc64, bug 280791
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.77 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 29 Aug 2009 18:49:02 -0000 1.76
+++ ChangeLog 31 Aug 2009 19:34:57 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.76 2009/08/29 18:49:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.77 2009/08/31 19:34:57 ranger Exp $
+
+ 31 Aug 2009; Brent Baude <ranger@gentoo.org> faac-1.28-r1.ebuild:
+ stable ppc64, bug 280791
29 Aug 2009; nixnut <nixnut@gentoo.org> faac-1.28-r1.ebuild:
ppc stable #280791
1.7 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.6&r2=1.7
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faac-1.28-r1.ebuild 29 Aug 2009 18:49:02 -0000 1.6
+++ faac-1.28-r1.ebuild 31 Aug 2009 19:34:57 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.6 2009/08/29 18:49:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.7 2009/08/31 19:34:57 ranger Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-09-21 21:35 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-09-21 21:35 UTC (permalink / raw
To: gentoo-commits
maekke 09/09/21 21:35:09
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
arm stable, bug #280791
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Revision Changes Path
1.78 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 31 Aug 2009 19:34:57 -0000 1.77
+++ ChangeLog 21 Sep 2009 21:35:09 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.77 2009/08/31 19:34:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.78 2009/09/21 21:35:09 maekke Exp $
+
+ 21 Sep 2009; Markus Meier <maekke@gentoo.org> faac-1.28-r1.ebuild:
+ arm stable, bug #280791
31 Aug 2009; Brent Baude <ranger@gentoo.org> faac-1.28-r1.ebuild:
stable ppc64, bug 280791
1.8 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.7&r2=1.8
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- faac-1.28-r1.ebuild 31 Aug 2009 19:34:57 -0000 1.7
+++ faac-1.28-r1.ebuild 21 Sep 2009 21:35:09 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.7 2009/08/31 19:34:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.8 2009/09/21 21:35:09 maekke Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2009-10-10 16:02 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-10 16:02 UTC (permalink / raw
To: gentoo-commits
armin76 09/10/10 16:02:38
Modified: ChangeLog faac-1.28-r1.ebuild
Log:
ia64/sh/sparc stable wrt #280791
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.79 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 21 Sep 2009 21:35:09 -0000 1.78
+++ ChangeLog 10 Oct 2009 16:02:37 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.78 2009/09/21 21:35:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.79 2009/10/10 16:02:37 armin76 Exp $
+
+ 10 Oct 2009; Raúl Porcel <armin76@gentoo.org> faac-1.28-r1.ebuild:
+ ia64/sh/sparc stable wrt #280791
21 Sep 2009; Markus Meier <maekke@gentoo.org> faac-1.28-r1.ebuild:
arm stable, bug #280791
1.9 media-libs/faac/faac-1.28-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?r1=1.8&r2=1.9
Index: faac-1.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faac-1.28-r1.ebuild 21 Sep 2009 21:35:09 -0000 1.8
+++ faac-1.28-r1.ebuild 10 Oct 2009 16:02:37 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.8 2009/09/21 21:35:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.9 2009/10/10 16:02:37 armin76 Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libmp4v2-1.9.0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
@ 2012-09-16 17:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-16 17:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/16 17:56:06
Modified: ChangeLog
Removed: faac-1.28-r1.ebuild
Log:
old
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.97 media-libs/faac/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 8 Jul 2012 17:21:45 -0000 1.96
+++ ChangeLog 16 Sep 2012 17:56:06 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.96 2012/07/08 17:21:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.97 2012/09/16 17:56:06 ssuominen Exp $
+
+ 16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -faac-1.28-r1.ebuild:
+ old
08 Jul 2012; Raúl Porcel <armin76@gentoo.org> faac-1.28-r3.ebuild:
alpha/ia64/sh/sparc stable wrt #419077
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-09-16 17:56 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-21 21:35 [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2012-09-16 17:56 Samuli Suominen (ssuominen)
2009-10-10 16:02 Raul Porcel (armin76)
2009-08-31 19:34 Brent Baude (ranger)
2009-08-29 18:49 Gysbert Wassenaar (nixnut)
2009-08-29 10:40 Tobias Klausmann (klausman)
2009-08-25 12:52 Jeroen Roovers (jer)
2009-08-15 8:41 Markus Meier (maekke)
2009-07-10 10:23 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox