LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Building KDE 4.8.5 from Slackware sources - few remarks (https://www.linuxquestions.org/questions/slackware-14/building-kde-4-8-5-from-slackware-sources-few-remarks-4175457103/)

Woodsman 04-06-2013 07:25 PM

Quote:

Well, just ignore the tooltips. Or as some yoga teacher once said to me: don't think about that pink elephant.
Yeah, I guess that is the "KDE Way" --- pretend a problem doesn't exist. ;)

kikinovak 04-07-2013 01:57 AM

Quote:

Originally Posted by Woodsman (Post 4926554)
Yeah, I guess that is the "KDE Way" --- pretend a problem doesn't exist. ;)

More like square pegs and round holes. :p

kikinovak 04-07-2013 12:50 PM

Here's another curiosity. The KDE-specific desktop menu entry files in /usr/share/applications/kde4 all have rwxr-xr-x (755) permissions, instead of "plain" 644. Of course, it's just a minor weirdness, but I thought I'd report it anyway.

Woodsman 04-07-2013 01:48 PM

Quote:

Here's another curiosity. The KDE-specific desktop menu entry files in /usr/share/applications/kde4 all have rwxr-xr-x (755) permissions, instead of "plain" 644.
Likewise in /usr/share/autostart. :)

kikinovak 04-09-2013 07:27 AM

OK, now I have a more serious problem. The 'kdemultimedia' package can be built against ffmpeg. But when doing so, I get the following error.

Code:

...
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::destroy()’:
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:92:9: attention : ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:92:45: attention : ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initializeVideo()’:
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:149:9: attention : ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
/tmp/microlinux/kde-build/kdemultimedia/kdemultimedia-4.8.5/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:149:57: attention : ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
make[2]: *** [ffmpegthumbs/CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/moviedecoder.o] Erreur 1
make[1]: *** [ffmpegthumbs/CMakeFiles/ffmpegthumbs.dir/all] Erreur 2
make: *** [all] Erreur 2
kdemultimedia failed to build.

Any idea what's going on?


All times are GMT -5. The time now is 10:45 AM.