diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-07 00:38:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-07 00:38:25 +0000 |
commit | f203c80df87d5f2f123e993ffb9f88ce5d03c16d (patch) | |
tree | ab956a0001995e42d97e206f27370069bf5840db /media-libs | |
parent | License for ISO MPEG-4 reference code, used in media-libs/faac. (diff) | |
download | gentoo-2-f203c80df87d5f2f123e993ffb9f88ce5d03c16d.tar.gz gentoo-2-f203c80df87d5f2f123e993ffb9f88ce5d03c16d.tar.bz2 gentoo-2-f203c80df87d5f2f123e993ffb9f88ce5d03c16d.zip |
Add MPEG-4 to LICENSE and change LGPL-2 to LGPL-2.1, bug 357779.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/faac/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/faac/faac-1.28-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/faac/ChangeLog b/media-libs/faac/ChangeLog index b36fab7913ca..e38c25eaf472 100644 --- a/media-libs/faac/ChangeLog +++ b/media-libs/faac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/faac -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.81 2011/03/06 11:29:18 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.82 2012/01/07 00:38:25 ulm Exp $ + + 07 Jan 2012; Ulrich Mueller <ulm@gentoo.org> faac-1.28-r1.ebuild: + Add MPEG-4 to LICENSE and change LGPL-2 to LGPL-2.1, bug 357779. 06 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> faac-1.28-r1.ebuild, +files/faac-1.28-altivec.patch: diff --git a/media-libs/faac/faac-1.28-r1.ebuild b/media-libs/faac/faac-1.28-r1.ebuild index 74bda8406624..ec308ae6d28a 100644 --- a/media-libs/faac/faac-1.28-r1.ebuild +++ b/media-libs/faac/faac-1.28-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.11 2011/03/06 11:29:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.12 2012/01/07 00:38:25 ulm Exp $ EAPI=2 inherit autotools eutils @@ -9,7 +9,7 @@ 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" +LICENSE="MPEG-4 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="static-libs" |