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 \