Summary: | Juk won't compile with vorbis support | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | Tom Chance <telex4> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | domseichter, jean-francois, vl |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tom Chance
2003-09-10 16:10:52 UTC
You can ignore that. It's just a bug in the tarball when I was taking stuff from KDE's CVS I forgot to remove the configure.in.bot file. The warning has no effect on JuK or JuK's vorbis support or the ability to build JuK. Heh -- just caught why this was confusing. The message is bogus, but JuK still won't load Oggs because of a change in the default Ogg mimetype. You can change this with a one-liner in mediafiles.cpp -- just substitute: static const char oggType[] = "application/ogg"; for static const char oggType[] = "application/x-ogg"; (Right at the top of the file.) *** Bug 64153 has been marked as a duplicate of this bug. *** *** Bug 64919 has been marked as a duplicate of this bug. *** *** Bug 67100 has been marked as a duplicate of this bug. *** I am working on a Bug-entry for juk in Gentoo that reports the same issue. Does anybody have an explanation why this Bug is invalid? (a) This was a beta that was marked not to be packaged (not that this stopped anyone). (b) The warning was fixed in 1.95a. (c) JuK 2.0 has already been out for 3 months and does not have this problem. (d) It really did compile, the warning was bogus. Need more? :-) Sorry, I wasn't specific enough, I meant the part of the Bug about changing mediafiles.cpp to static const char oggType[] = "application/ogg"; from static const char oggType[] = "application/x-ogg"; The Bug-Entry in Gentoo is available at http://bugs.gentoo.org/show_bug.cgi?id=42673 Sorry -- the bug in the Gentoo database is invalid; the user apparently has some stale mime-types installed that are causing problems -- likely in his ~/.kde directory. Between KDE 3.1 and KDE 3.2 the mime type for Ogg Vorbis changed from application/x-ogg to application/ogg (as requested by the latest vorbis spec). KDE's .desktop file for the mimetype changed accordingly. The problem mentioned above (actually not related at all to this bug report, but since they're both vorbis related they got lumped together) was just that when backporting JuK 2's CVS to KDE 3.1 I forgot to make this change so JuK 1.95 wouldn't play Vorbis files under anything but KDE CVS. (Since the users didn't have the new mime type installed.) |