ChangeLog

# ChangeLog for media-video/dirac
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v 1.15 2008/08/16 13:09:25 bluebird Exp $

16 Aug 2008; Friedrich Oslage dirac-0.10.0.ebuild:
Add ~sparc keyword, bug #232453

14 Aug 2008; Tobias Klausmann dirac-0.10.0.ebuild:
Keyworded on alpha, bug #232453

08 Aug 2008; Alexis Ballier dirac-0.10.0.ebuild:
keyword ~x86-fbsd

22 Jul 2008; Markus Rothe dirac-0.10.0.ebuild:
Added ~ppc64; bug #232453

*dirac-0.10.0 (04 Jun 2008)

04 Jun 2008; Alexis Ballier -dirac-0.9.1.ebuild,
+dirac-0.10.0.ebuild:
Version bump and set VARTEXFONTS, just in case

05 Mar 2008; Alexis Ballier
files/dirac-0.5.2-doc.patch, dirac-0.9.1.ebuild:
Fix doc building, improve dep docs, switch to latex-base

05 Mar 2008; Alexis Ballier -dirac-0.8.0.ebuild:
remove old

28 Jan 2008; Alexis Ballier -dirac-0.5.2.ebuild,
-dirac-0.5.4.ebuild, -dirac-0.6.0.ebuild:
remove old

*dirac-0.9.1 (28 Jan 2008)

28 Jan 2008; Alexis Ballier +dirac-0.9.1.ebuild:
version bump

*dirac-0.8.0 (21 Oct 2007)

21 Oct 2007; Alexis Ballier +dirac-0.8.0.ebuild:
version bump

*dirac-0.5.4 (14 Feb 2007)

14 Feb 2007; Hanno Boeck +dirac-0.5.4.ebuild:
Add latest 0.5.x version, 0.6.0 is api incompatible.

*dirac-0.6.0 (20 Jan 2007)

20 Jan 2007; Hanno Boeck +dirac-0.6.0.ebuild:
Version bump.

04 Jan 2007; Diego Pettenò dirac-0.5.2.ebuild:
Fix broken autotools handling.

03 May 2006; Diego Pettenò metadata.xml:
Update metadata to list media-video@gentoo.org as maintainer.

*dirac-0.5.2 (10 Jun 2005)

10 Jun 2005; Diego Pettenò
+files/dirac-0.5.2-doc.patch, +metadata.xml, +dirac-0.5.2.ebuild:
First addition to portage, needed to build dirac codec support on VLC. Added
patch to make documentation compilation optional. It uses cppunit if present
to do unit testing, but it has its own testsuite also if it's not present.

Manifest

AUX dirac-0.5.2-doc.patch 2304 RMD160 819dd71f91d29e2dde5f4910ba66035c175637e2 SHA1 86d85c55b1a5afb9f1e531f127fb4167b44c06bd SHA256 48d18f815991833bc39239ec5029c047739133d4e6b167c6a5652d7714b79cf7
DIST dirac-0.10.0.tar.gz 927087 RMD160 c7a13137cbf83921dd5e9c7f0d73bea5397b74f9 SHA1 70b0ba2c158b6e3b8c8f2736110e5a33daac7ffb SHA256 b6fd7f57ba2445f602ce89d7eab53f15230ac534dd2f0fa297f4143a39edcf14
EBUILD dirac-0.10.0.ebuild 1259 RMD160 6fe26e24ff8212e8c7f0fe7c24639ad72e2de0f6 SHA1 0320f01336160fde68bb069d8b2a227b3f8de71c SHA256 7a5358fba6d1221b48f441e728b973152cb34697df5e87b5918a6d3b0796bc80
MISC ChangeLog 2301 RMD160 8cd3e51f64d1f1a02abf4d99b8f9c7a8a26fa4aa SHA1 ec8edd572a15ee1bfabcc65a38c62f911b71150c SHA256 fa0ed55473e81c107fd1e848596e6706dff440612cced9778d80b4e664983cf8
MISC metadata.xml 223 RMD160 86b42c49b694db39ddb3fdc60b98a3ad1a0c3392 SHA1 ea8c387229caaf4b0d3c9fbef9143b70dcae0b0d SHA256 dd48e823ec9a151bc3611121402ed26ee24eb3304aa62870b1e875a8fa0ac812

dirac-0.10.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-0.10.0.ebuild,v 1.5 2008/08/16 13:09:25 bluebird Exp $

WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"

inherit eutils autotools

DESCRIPTION="Open Source video codec"
HOMEPAGE="http://dirac.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="mmx debug doc"

DEPEND="doc? ( app-doc/doxygen
virtual/latex-base
media-gfx/graphviz
|| ( app-text/dvipdfm
>=app-text/tetex-2
app-text/ptex )
)"
RDEPEND=""

src_unpack() {
unpack ${A}
cd "${S}"

epatch "${FILESDIR}/${PN}-0.5.2-doc.patch"

AT_M4DIR="m4" eautoreconf
}

src_compile() {
econf \
$(use_enable mmx) \
$(use_enable debug) \
$(use_enable doc) \
|| die "econf failed"

VARTEXFONTS="${T}/fonts" emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" \
htmldir="/usr/share/doc/${PF}/html" \
latexdir="/usr/share/doc/${PF}/programmers" \
algodir="/usr/share/doc/${PF}/algorithm" \
faqdir="/usr/share/doc/${PF}" \
install || die "emake install failed"

dodoc README AUTHORS NEWS TODO ChangeLog
}

files

metadata.xml




video

media-video@gentoo.org