Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317147 - www-client/chromium html5-support missing dependency "theora" on media-video/ffmpeg
Summary: www-client/chromium html5-support missing dependency "theora" on media-video/...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Paweł Hajdan, Jr. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-25 18:00 UTC by Ben L.
Modified: 2010-04-26 16:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben L. 2010-04-25 18:00:05 UTC
To play html5 video/audio for me not just "mp3 threads x264" on ffmpeg is needed, "theora" is too.

Reproducible: Always

Steps to Reproduce:
1. emerge ffmpeg with USE "-theora mp3 threads x264"
2. emerge chromium
3. try to play html5 video

Actual Results:  
video wont play

Expected Results:  
video plays

possible solution should be:


--- chromium-5.0.375.9.ebuild	2010-04-25 19:56:23.330950401 +0200
+++ chromium-5.0.375.9.ebuild.new	2010-04-25 19:56:45.079961418 +0200
@@ -23,7 +23,7 @@ RDEPEND="app-arch/bzip2
 	>=media-libs/alsa-lib-1.0.19
 	media-libs/jpeg:0
 	media-libs/libpng
-	>=media-video/ffmpeg-0.5_p21602[mp3=,threads,x264=]
+	>=media-video/ffmpeg-0.5_p21602[mp3=,threads,theora=x264=]
 	sys-libs/zlib
 	>=x11-libs/gtk+-2.14.7
 	x11-libs/libXScrnSaver"
Comment 1 Ben L. 2010-04-25 18:02:03 UTC
Typo in solution, missing ,


fixed possible solution:

--- chromium-5.0.375.9.ebuild   2010-04-25 19:56:23.330950401 +0200
+++ chromium-5.0.375.9.ebuild.new       2010-04-25 19:56:45.079961418 +0200
@@ -23,7 +23,7 @@ RDEPEND="app-arch/bzip2
        >=media-libs/alsa-lib-1.0.19
        media-libs/jpeg:0
        media-libs/libpng
-       >=media-video/ffmpeg-0.5_p21602[mp3=,threads,x264=]
+       >=media-video/ffmpeg-0.5_p21602[mp3=,threads,theora=,x264=]
        sys-libs/zlib
        >=x11-libs/gtk+-2.14.7
        x11-libs/libXScrnSaver"
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-04-26 08:13:04 UTC
Ben, could you give an example of vide that doesn't play with USE="-theora" as a test case?
Comment 3 Ben L. 2010-04-26 14:26:11 UTC
Every youtube.com video...


html5test.com tells me i have no video codec too (x264 -> "no")
Comment 4 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-04-26 14:36:37 UTC
(In reply to comment #3)
> Every youtube.com video...

Could you find some other example? Debugging HTML5 video on youtube is particularly problematic.

> html5test.com tells me i have no video codec too (x264 -> "no")

Oh that's weird. Could you post all of your ffmpeg flags? Also, does x264 switch to "yes" on html5test.com when you build with USE="theora"?
Comment 5 Ben L. 2010-04-26 16:43:04 UTC
Sorry, tried everything, unable to reproduce today... sorry for opening this bug, next time i will spend more time in testing....