./multimedia/libtheora, Video codec for Ogg multimedia streaming

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.0nb1, Package name: libtheora-1.0nb1, Maintainer: wiz

Theora is Xiph.Org's first publicly released video codec, intended for
use within the Ogg's project's Ogg multimedia streaming system. Theora
is derived directly from On2's VP3 codec; currently the two are nearly
identical, varying only in encapsulating decoder tables in the bitstream
headers, but Theora will make use of this extra freedom in the future to
improve over what is possible with VP3.

For the API documentation, install the libtheora-docs package.


Required to run:
[multimedia/libogg] [audio/libvorbis]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: 02717773001b44f95bc6c23111a89493a4a93f87
RMD160: f72d0a2ce8475a888ab67fd77b7126d66d537c9b
Filesize: 1614.245 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-22 21:18:30 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #2651 - requested by is
libtheora: build fix

Revisions pulled up:
- multimedia/libtheora/Makefile			1.23
---
Module Name:	pkgsrc
Committed By:	is
Date:		Thu Jan 22 15:14:23 UTC 2009

Modified Files:
	pkgsrc/multimedia/libtheora: Makefile

Log message:
If transfig is installed during the build, but gs is not, building
fails. As we don't want to install the docs but from a seperate package,
just disable all doc-building tools to be on the safe side. PR 40452