diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libtheora/files/digest-libtheora-1.0_alpha5 | 2 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha5.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 979e582b1264..d7a6cb2a5190 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.36 2005/12/18 02:08:44 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.37 2006/05/25 00:20:07 flameeyes Exp $ + + 25 May 2006; Diego Pettenò <flameeyes@gentoo.org> + libtheora-1.0_alpha5.ebuild: + Add elibtoolize call. 18 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> libtheora-1.0_alpha5.ebuild: diff --git a/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 b/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 index 0e54f58011fc..f2a4683e75c7 100644 --- a/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 +++ b/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 @@ -1 +1,3 @@ MD5 41940562932a8b7bf795d79e4190b21a libtheora-1.0alpha5.tar.bz2 1765512 +RMD160 47317a42ef6165a167dc45bb697d6528e1209469 libtheora-1.0alpha5.tar.bz2 1765512 +SHA256 d219151452677ace53998f7401d106fd615aa607575740cc26442d7b8622d2f2 libtheora-1.0alpha5.tar.bz2 1765512 diff --git a/media-libs/libtheora/libtheora-1.0_alpha5.ebuild b/media-libs/libtheora/libtheora-1.0_alpha5.ebuild index 3d1b3e58a74b..ee72c77ace40 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha5.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha5.ebuild,v 1.3 2006/01/14 00:03:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha5.ebuild,v 1.4 2006/05/25 00:20:07 flameeyes Exp $ -inherit flag-o-matic +inherit flag-o-matic libtool DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -24,6 +24,8 @@ src_unpack() { unpack ${A} cd "${S}" sed -i -e 's:SUBDIRS = .*:SUBDIRS = lib include doc:' Makefile.in + + elibtoolize } src_compile() { |