Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259664 - media-video/ffmpeg2theora replace automagic libkate dependancy with USE flag
Summary: media-video/ffmpeg2theora replace automagic libkate dependancy with USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-20 02:07 UTC by Nick White
Modified: 2009-12-22 07:52 UTC (History)
1 user (show)

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


Attachments
Patch to disable automagic libkate dependancy (libkate.patch,1.68 KB, patch)
2009-02-20 02:09 UTC, Nick White
Details | Diff
New ebuild using attached patch (ffmpeg2theora-0.22-r1.ebuild,1.65 KB, text/plain)
2009-02-20 02:11 UTC, Nick White
Details
Patch to disable automagic libkate dependancy (libkate.patch,1.92 KB, patch)
2009-05-27 10:24 UTC, Nick White
Details | Diff
ffmpeg2theora-0.24 ebuild (ffmpeg2theora-0.24.ebuild,1.18 KB, text/plain)
2009-05-27 10:26 UTC, Nick White
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick White 2009-02-20 02:07:52 UTC
As posted to bug 250723, this makes the libkate dependancy optional and selectable with a USE flag.
Comment 1 Nick White 2009-02-20 02:09:23 UTC
Created attachment 182602 [details, diff]
Patch to disable automagic libkate dependancy

The attached patch disables automagic libkate dep. and instead listens to the
argument libkate=(yes|no).

Note that I didn't use the more standard "with-libkate" or "enable-withkate"
syntax as the scons option parsing doesn't like hyphons.
Comment 2 Nick White 2009-02-20 02:11:56 UTC
Created attachment 182603 [details]
New ebuild using attached patch

An updated ebuild making use of the attached patch to remove automagic libkate
dependancy (and depend instead only on kate use-flag).

Note that this ebuild also has the fix from 255887 included.
Comment 3 Nick White 2009-05-27 10:24:12 UTC
Created attachment 192572 [details, diff]
Patch to disable automagic libkate dependancy

Slightly cleaned up patch. I just submitted this upstream, so (hopefully) it'll be included in the next release of ffmpeg.
Comment 4 Nick White 2009-05-27 10:26:18 UTC
Created attachment 192573 [details]
ffmpeg2theora-0.24 ebuild

A new EAPI 2 ebuild incorporating this patch, based on the latest version in the portage tree.
Comment 5 Nick White 2009-05-27 12:13:23 UTC
The patch attached to this bug has now been committed to svn, so next release will see it included in the tarball.
Comment 6 Nick White 2009-12-22 07:52:42 UTC
The latest (0.25) ebuild in the tree now includes this.