Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344447 - Version Bump: media-libs/libvpx-0.9.5
Summary: Version Bump: media-libs/libvpx-0.9.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Media-video project
URL: http://code.google.com/p/webm/downloa...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-06 21:49 UTC by William Swartzendruber
Modified: 2011-07-07 02:49 UTC (History)
1 user (show)

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


Attachments
fix S="" ebuild variable for release ebuilds (libvpx-0.9.5.patch,296 bytes, patch)
2010-11-08 00:24 UTC, basic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Swartzendruber 2010-11-06 21:49:21 UTC
Google has released version 0.9.5 of the WebM SDK.  This includes a more efficient encoder and a faster decoder.

Reproducible: Always

Steps to Reproduce:
1. "emerge --sync"
2. "emerge --search media-libs/libvpx"
3. Observe the version number.

Actual Results:  
Clinical depression.

Expected Results:  
Much happiness!

Copying the existing 0.9.2 ebuild doesn't work because it can't find ./configure.  No idea why, as it seems to be there.
Comment 1 basic 2010-11-08 00:24:20 UTC
Created attachment 253579 [details, diff]
fix S="" ebuild variable for release ebuilds

the S="" ebuild variable needs to be reset to use "${WORKDIR}/${PN}-v${PV}" rather than the default "${WORKDIR}/${P}" due to the subdir being named "libvpx-v0.9.5" rather than "libvpx-0.9.5" (note the "v" after "-").
Comment 2 Alexis Ballier gentoo-dev 2011-07-07 02:49:50 UTC
actually 0.9.6 is now stable, dunno why this is still open