Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33597 - libquicktime ebuild doesn´t care about USE="-gtk" but uses it for the configure string
Summary: libquicktime ebuild doesn´t care about USE="-gtk" but uses it for the configu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 06:33 UTC by Martin Hierling
Modified: 2004-03-11 12:47 UTC (History)
0 users

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 Martin Hierling 2003-11-16 06:33:27 UTC
libquicktime ebuild doesn
Comment 1 Martin Hierling 2003-11-16 06:33:27 UTC
libquicktime ebuild doesn´t care about USE="-gtk" for the depends but uses it
for the configure string. So, if i don´t want gtk/X this ebuild is broken.

Reproducible: Always
Steps to Reproduce:
1. set USE="-gtk"
2. emerge -p libquicktime
3. see if gtk/Xfree shows up




# diff libquicktime-0.9.2.ebuild libquicktime-0.9.2.ebuild.old
19c19
<       gtk? ( =x11-libs/gtk+-1.2* )
---
>       =x11-libs/gtk+-1.2*
Comment 2 Christian Jiresjö 2003-12-30 09:45:46 UTC
This library don't need gtk to compile unless you really want the test programs. Restore the gtk? check and leave the configure check and it will build fine without gtk if USE="-gtk"
Comment 3 Hanno Böck gentoo-dev 2004-03-11 12:47:54 UTC
fixed