diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-05 15:05:26 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-05 15:05:26 +0000 |
commit | 3b6d601a2aa260e1347a4ddc688088c27c379b48 (patch) | |
tree | ad63d2f3c539c9a7221f5f0e99151f405d2809b5 /media-libs/libtheora | |
parent | Version bump, remove old broken release. (diff) | |
download | gentoo-2-3b6d601a2aa260e1347a4ddc688088c27c379b48.tar.gz gentoo-2-3b6d601a2aa260e1347a4ddc688088c27c379b48.tar.bz2 gentoo-2-3b6d601a2aa260e1347a4ddc688088c27c379b48.zip |
Mangle Makefile.in, not Makefile.am.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha7.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index c4236de274ec..0c2ec9376ecb 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.51 2006/10/04 12:06:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.52 2006/10/05 15:05:26 exg Exp $ + + 05 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> + libtheora-1.0_alpha7.ebuild: + Mangle Makefile.in, not Makefile.am. 04 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> libtheora-1.0_alpha7.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_alpha7.ebuild b/media-libs/libtheora/libtheora-1.0_alpha7.ebuild index 312b8ec0b3a3..fc7b45bf9aeb 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha7.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha7.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_alpha7.ebuild,v 1.4 2006/10/04 12:06:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha7.ebuild,v 1.5 2006/10/05 15:05:26 exg Exp $ -inherit flag-o-matic libtool autotools +inherit flag-o-matic libtool DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_} src_unpack() { unpack ${A} cd "${S}" - sed -i -e 's:SUBDIRS = .*:SUBDIRS = lib include doc:' Makefile.am + sed -i -e 's:SUBDIRS = .*:SUBDIRS = lib include doc:' Makefile.in elibtoolize |