diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-08-21 16:31:54 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-08-21 16:31:54 +0000 |
commit | 51f476448735dab84683288956c85e05a8f471cd (patch) | |
tree | a7a3e26650113da499f1f178cad1f6b530027317 /media-libs/libtheora | |
parent | bug 101337 (diff) | |
download | gentoo-2-51f476448735dab84683288956c85e05a8f471cd.tar.gz gentoo-2-51f476448735dab84683288956c85e05a8f471cd.tar.bz2 gentoo-2-51f476448735dab84683288956c85e05a8f471cd.zip |
New version
(Portage version: 1.589-cvs)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libtheora/Manifest | 8 | ||||
-rw-r--r-- | media-libs/libtheora/files/digest-libtheora-1.0_alpha5 | 1 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha5.ebuild | 51 |
4 files changed, 64 insertions, 4 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index db3ff63d5365..3ea6e5ce9879 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,12 @@ # 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.34 2005/06/23 10:59:25 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.35 2005/08/21 16:31:54 lu_zero Exp $ + +*libtheora-1.0_alpha5 (21 Aug 2005) + + 21 Aug 2005; Luca Barbato <lu_zero@gentoo.org> + +libtheora-1.0_alpha5.ebuild: + New version 23 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> -libtheora-1.0_alpha4.ebuild: diff --git a/media-libs/libtheora/Manifest b/media-libs/libtheora/Manifest index ca09d2405b26..cb9c036cedfd 100644 --- a/media-libs/libtheora/Manifest +++ b/media-libs/libtheora/Manifest @@ -1,7 +1,9 @@ MD5 7ecf3f5d542322ef4206b769efdde62b libtheora-1.0_alpha4-r1.ebuild 1325 -MD5 5cd390daa69c4b3a98e62c4d7e975e71 libtheora-1.0_alpha3.ebuild 920 -MD5 863e3e1ac78de8842de6bc4853f2d25c ChangeLog 4401 MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 -MD5 e0d4279bd99d241bd9414fcab198c847 files/libtheora-1.0_alpha4-enable-flags.patch 876 +MD5 5cd390daa69c4b3a98e62c4d7e975e71 libtheora-1.0_alpha3.ebuild 920 +MD5 fdad10941f01f32493693ddfa240ae71 ChangeLog 4534 +MD5 e2f8fb49a6b8ae0b6229a9ebc61fcf1e libtheora-1.0_alpha5.ebuild 1221 MD5 f828864823910f80ec4368be981c0a61 files/digest-libtheora-1.0_alpha4-r1 73 +MD5 5839fe9a5b09d214b1e39bf1d6695277 files/digest-libtheora-1.0_alpha5 73 +MD5 e0d4279bd99d241bd9414fcab198c847 files/libtheora-1.0_alpha4-enable-flags.patch 876 MD5 a9f9ea68a0659a1bd63f423e5028d5bf files/digest-libtheora-1.0_alpha3 72 diff --git a/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 b/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 new file mode 100644 index 000000000000..0e54f58011fc --- /dev/null +++ b/media-libs/libtheora/files/digest-libtheora-1.0_alpha5 @@ -0,0 +1 @@ +MD5 41940562932a8b7bf795d79e4190b21a 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 new file mode 100644 index 000000000000..2fa9f503a936 --- /dev/null +++ b/media-libs/libtheora/libtheora-1.0_alpha5.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2005 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.1 2005/08/21 16:31:54 lu_zero Exp $ +inherit flag-o-matic + +DESCRIPTION="The Theora Video Compression Codec" +HOMEPAGE="http://www.theora.org/" +SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" + +LICENSE="xiph" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +IUSE="encode doc" + +RDEPEND=">=media-libs/libogg-1.1.0 + >=media-libs/libvorbis-1.0.1" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +S=${WORKDIR}/${P/_} + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e 's:SUBDIRS = .*:SUBDIRS = lib include doc:' Makefile.in + # fix stupid --enable flags + cd ${S} +} + +src_compile() { + + # bug #75403, -O3 needs to be filtered to -O2 + replace-flags -O3 -O2 + + use doc || + export ac_cv_prog_HAVE_DOXYGEN="false" + + econf \ + $(use_enable encode) \ + --enable-shared --disable-dependency-tracking || die "configure failed" + emake || die "make failed" +} + +src_install() { + make \ + DESTDIR=${D} \ + docdir=usr/share/doc/${PF} \ + install || die "make install failed" + + dodoc README +} |