Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84253 - Transcode GTK dependency [Easy Fix]
Summary: Transcode GTK dependency [Easy Fix]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 16:42 UTC by David Escott
Modified: 2005-03-10 05:56 UTC (History)
1 user (show)

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


Attachments
Patch over current ebuild (transcode-0.6.13-gtk1.patch,381 bytes, patch)
2005-03-10 05:49 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Escott 2005-03-05 16:42:38 UTC
media-vide/transcode has the following dependency:
gtk? ( x11-libs/gtk+ )

This should be 
gtk? ( <=x11-libs/gtk+-1.2.99 )

as the configure script requires gtk-config which is not provided by gtk+2.*

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-10 05:49:04 UTC
[Should change the summary to "media-video/transcode should depend on gtk-1.2 if gtk is used"]

transcode uses gtk1, not gtk2. But the dependency should be expressed as =x11-libs/gtk+-1.2*, see attached patch.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-10 05:49:37 UTC
Created attachment 53071 [details, diff]
Patch over current ebuild
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-10 05:56:44 UTC
fixed now in the latest ebuild, thanks.