diff options
author | 2004-03-18 10:10:11 +0000 | |
---|---|---|
committer | 2004-03-18 10:10:11 +0000 | |
commit | c8e9e705115224495888c18200667f8c94ded91e (patch) | |
tree | d74980f47785ecee6f0b4957bc52fb367c7746a4 /media-libs/libtheora | |
parent | bug 44517 (Manifest recommit) (diff) | |
download | gentoo-2-c8e9e705115224495888c18200667f8c94ded91e.tar.gz gentoo-2-c8e9e705115224495888c18200667f8c94ded91e.tar.bz2 gentoo-2-c8e9e705115224495888c18200667f8c94ded91e.zip |
Fixing bug 44758
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 470b657c9f26..b13323f6db93 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.2 2004/02/25 09:01:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.3 2004/03/18 10:10:11 phosphan Exp $ + + 18 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> + libtheora-1.0_alpha2.ebuild: + Added another SRC_URI because of bug #44758 25 Feb 2004; David Holm <dholm@gentoo.org> libtheora-1.0_alpha2.ebuild: Added to ~ppc. diff --git a/media-libs/libtheora/libtheora-1.0_alpha2.ebuild b/media-libs/libtheora/libtheora-1.0_alpha2.ebuild index ffd8e3b7e927..2e129b5ea437 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha2.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha2.ebuild,v 1.2 2004/02/25 09:01:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha2.ebuild,v 1.3 2004/03/18 10:10:11 phosphan Exp $ DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" -SRC_URI="http://www.theora.org/files/${P/_}.tar.gz" +SRC_URI="http://www.theora.org/files/${P/_}.tar.gz + http://download.videolan.org/pub/videolan/vlc/0.7.0/contrib/${P/_}.tar.gz" LICENSE="xiph" SLOT="0" |