First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 204904
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael Donaghy <gentoo@sdonag.plus.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 204904 depends on: Show dependency tree
Bug 204904 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-01-08 14:00 0000
Even if I have USE=-libcaca, xine-ui still attempts to build with caca support;
investigation revealed the ebuild was passing the wrong arguments to configure.

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/libcaca
2. Set USE=-libcaca
3. emerge media-video/xine-ui

Actual Results:  
xine-ui attempts to build the cacaxine frontend

Expected Results:  
xine-ui should build without the cacaxine frontend

Patch to fix:
--- /usr/portage/media-video/xine-ui/xine-ui-0.99.5.ebuild      2008-01-02
12:06:25.000000000 +0000
+++ /usr/local/portage/media-video/xine-ui/xine-ui-0.99.5.ebuild       
2008-01-08 13:49:37.000000000 +0000
@@ -67,7 +67,7 @@
                $(use_enable debug) \
                $(use_with X x) \
                $(use_with aalib) \
-               $(use_with libcaca) \
+               $(use_with libcaca caca) \
                $(use_with curl) \
                $(use_with readline) \
                --without-ncurses \

------- Comment #1 From Alexis Ballier 2008-01-08 22:21:06 0000 -------
applied, thanks for spotting it & the fix

First Last Prev Next    No search results available      Search page      Enter new bug