Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92672 - juk can be compiled using only akode without arts or gstreamer
Summary: juk can be compiled using only akode without arts or gstreamer
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-15 00:20 UTC by Darius Scerbavicius
Modified: 2005-05-15 02:19 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 Darius Scerbavicius 2005-05-15 00:20:38 UTC
When emerging juk with -gstreamer and -arts, juk checks for one of them and fails with an error message, however it can be compiled without gstreamer or arts, only using akode.

Reproducible: Always
Steps to Reproduce:
1. add -gstreamer and -arts to your USE flags
2. emerge juk

Actual Results:  
 * juk needs USE="arts" (and kdelibs compiled with USE="arts") or 
USE="gstreamer" 

Expected Results:  
juk compiles using the akode engine
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-15 02:19:16 UTC
Looking in the juk source, you can find something like this (juk/configure.in.in):

test "x$build_arts" = "xno" && test "x$have_gst" = "xno" ) ; then
        DO_NOT_COMPILE="$DO_NOT_COMPILE juk"
fi

So it seems that the juk author does not support compiling without arts and gstreamer.