#1714 closed defect (invalid)
Gstreamer-0.8.10 not found by configure in kdemultimedia-3.4.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
in BLFS-6.1 on LFS-6.1.1 Gstreamer-0.8.10 has been installed according to BLFS-6.1 instructions. during ./configure of kdemultimedia-3.4.1: checking for gstreamer-0.8 >= 0.8.0 gstreamer-control-0.8 >= 0.8.0 gstreamer-libs-0.8 >= 0.8.0... configure: WARNING: GStreamer version >= 0.8.0 required. -- and at the configure summary: --
- You do not seem to have GStreamer >= 0.8 installed.
- Without this aRts output will be used exclusively.
- JuK supports GStreamer output but will also
- work with aRts.
I guess this is okay if it is by design but the instructions list Gstreamer as an optional dependency of kdemultimedia. Thank you for your assistance :) Craig Jackson craigmjackson@…
Change History (4)
comment:1 by , 19 years ago
rep_platform: | PC → All |
---|---|
Version: | ~CVS → a-SVN |
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
KDE 3.5 will be in the book in the next day or two. From my log of kdemultimedia: checking for gstreamer-0.8 >= 0.8.0 gstreamer-control-0.8 >= 0.8.0 gstreamer-libs-0.8 >= 0.8.0...
$ pkg-config --list-all|grep gstreamer gstreamer-0.8 GStreamer - Streaming-media framework gstreamer-control-0.8 GStreamer control library - Dynamic parameters for plug-ins
comment:3 by , 19 years ago
Okay a kde upgrade is planned. In that case, I should probably ignore the
error in the kdemultimedia-3.4.1 "make" phase I believe is related to UTF-8
support ... :) Here is the output:
ktrm.cpp: In member function `int
KTRMRequestHandler::startLookup(KTRMLookup*)':
/usr/include/tunepimp/tp_c.h:639: error: too few arguments to function `int
tp_AddFile(void*, const char*, int)'
ktrm.cpp:67: error: at this point in file
ktrm.cpp: In constructor `KTRMRequestHandler::KTRMRequestHandler()':
ktrm.cpp:121: error: `tp_SetUseUTF8' undeclared (first use this function)
ktrm.cpp:121: error: (Each undeclared identifier is reported only once for
each function it appears in.)
ktrm.cpp:122: error: invalid conversion from `void (*)(void*, void*,
TPCallbackEnum, int)' to `void (*)(void*, void*, TPCallbackEnum, int,
TPFileStatus)'
ktrm.cpp:122: error: initializing argument 2 of `void
tp_SetNotifyCallback(void*, void (*)(void*, void*, TPCallbackEnum, int,
TPFileStatus), void*)'
ktrm.cpp: In member function `virtual void KTRMLookup::collision()':
ktrm.cpp:461: error: base operand of `->' has non-pointer type
`artistresult_t'
ktrm.cpp:462: error: base operand of ->' has non-pointer type
albumresult_t'
ktrm.cpp:464: error: base operand of ->' has non-pointer type
albumresult_t'
make[3]: * [ktrm.o] Error 1
make[3]: Leaving directory `/sources/kdemultimedia-3.4.1/juk'
make[2]: * [all-recursive] Error 1
make[2]: Leaving directory `/sources/kdemultimedia-3.4.1/juk'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/sources/kdemultimedia-3.4.1'
make: * [all] Error 2
This bug should probably be closed as invalid due to the fact that the dependency listed for KDEMultimedia is for GStreamer with KGST. However, because KGst is obsolete, and the error message indicated that it is looking for Gstreamer Plugins as well, I suppose we need to look into this.
More information from the OP is required, showing for instance that Gstreamer is indeed installed (and GStreamer Plugins as well). Leaving the bug for now in hopes that Bruce will install Gstreamer and Plugins and check this out when he does the KDEMultimedia updates for KDE-3.5