Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286421 - media-libs/libtheora-1.1.0 version bump
Summary: media-libs/libtheora-1.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Media-video project
URL: http://www.theora.org/news/
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-09-25 14:17 UTC by Arseny Solokha
Modified: 2009-09-27 10:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch (libtheora-1.1.0.ebuild.patch,708 bytes, patch)
2009-09-25 14:20 UTC, Arseny Solokha
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Solokha 2009-09-25 14:17:17 UTC
libtheora 1.1.0 is out.

Changes since 1.1 beta 3:
 - Fix various small issues with the example and telemetry code.
 - Fix handing a zero-byte packet as the first frame.
 - Documentation cleanup.
 - Two minor build fixes.

Most notable changes since 1.0 grabbed from project's homepage:
    "* Better-looking videos or
    * Smaller files at the same quality.
    * Much faster decoder.
    * Two-pass mode for making files just the size you want them.
    *Rigid bitrate controls trade off quality for the needs of live streaming applications.
This release is API and ABI compatible with the 1.0 stable release and can be used as a drop in replacement."

Reproducible: Always

Steps to Reproduce:
Comment 1 Arseny Solokha 2009-09-25 14:20:57 UTC
Created attachment 205211 [details, diff]
Proposed patch

What this patch does?

1. It constructs file name for "encoder_disabled.c" patch in ebuild in other way because building of libtheora with disabled encoder still fails, and "encooder_disabled.c" hack is still needed.
2. It fixes bug 285895.
Comment 2 Alexis Ballier gentoo-dev 2009-09-27 08:16:09 UTC
bumped, thanks
Comment 3 regomodo 2009-09-27 10:57:40 UTC
With gcc-4.4.1 and glibc 2.10.1 I can say that this patch allows 1.1.0 to be successfully built on my amd64 box.