yum install kdelibs-devel
Afficher des miniatures de vidéos dans Dolphin
Merci Proxy, ça avance
Cette fois j'ai
Cette fois j'ai
[Sven@localhost mplayerthumbs-1.2]$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=/home/Sven/Téléchargement/mplayerthumbs-1.2
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.3 (using /usr/bin/qmake-qt4)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon Version: 4.3.0
-- Found Phonon: /usr/lib64/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- Performing Test _OFFT_IS_64BIT
CMake Error at /usr/share/cmake/Modules/CMakeCXXInformation.cmake:17 (GET_FILENAME_COMPONENT):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test _OFFT_IS_64BIT - Failed
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring incomplete, errors occurred!
La partie suspecte du code est à priori
CMake Error at /usr/share/cmake/Modules/CMakeCXXInformation.cmake:17 (GET_FILENAME_COMPONENT):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test _OFFT_IS_64BIT - Failed
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring incomplete, errors occurred!
Essaye de faire :
cd /home/Sven/Téléchargement/mplayerthumbs-1.2
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
- Modifié
Merci beaucoup Proxy
J'ai une nouvelle erreur car le repertoire build ne contient pas le cmakelist.txt
J'ai une nouvelle erreur car le repertoire build ne contient pas le cmakelist.txt
[Sven@localhost ~]$ cd /home/Sven/Téléchargement/mplayerthumbs-1.2
[Sven@localhost mplayerthumbs-1.2]$ cd build
[Sven@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=/home/Sven/Téléchargement/mplayerthumbs-1.2
CMake Error: The source directory "/home/Sven/Téléchargement/mplayerthumbs-1.2/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Du coup j'ai tenté la manip que tu me disait dans le répertoire de mplayerthumbs
[Sven@localhost mplayerthumbs-1.2]$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=/home/Sven/Téléchargement/mplayerthumbs-1.2
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Found Qt-Version 4.5.3 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring incomplete, errors occurred!
Tu n'as pas saisis exactement les commandes indiquées
Désolé, en fait j'avais déjà créé le dossier build dans un autre terminal.
Mais sinon le cmake est bien comme tu me l'as dit non ?
Mais sinon le cmake est bien comme tu me l'as dit non ?
Je ne positionne aucune variable !!
llg@osc-llg:/home/llg/Downloads/mplayerthumbs-1.2/build> cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.3 (using /usr/bin/qmake-qt4)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon Version: 4.3.0
-- Found Phonon: /usr/lib64/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/llg/Downloads/mplayerthumbs-1.2/build
- Modifié
Ah désolé je croyais que les .. voulaient dire de compléter ensuite
Désolé de t'embêter Proxy, j'ai le message d'erreur suivant encore
Désolé de t'embêter Proxy, j'ai le message d'erreur suivant encore
[Sven@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Found Qt-Version 4.5.3 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring incomplete, errors occurred!
il faut installer gcc-c++
- Modifié
Merci, bizarrement je l'avais installé mais ça n'était pas pris en compte. J'ai désinstallé réinstallé et ça fonctionne parfaitement... Maintenant reste à configurer la bête ^^zorglub844 wrote:il faut installer gcc-c++
Merci à vous tous
Edit : bizarrement dans les options je n'ai pas la possibilité d'activer les aperçus pour les fichiers vidéo ?
- Modifié
Excusez moi, en fait je m'étais trompé de version. Étant sous kde 3.5 je n'avais pas pris les bonnes sources
Lorsque je tente le ./configure, j'ai le message d'erreur suivant
Edit : en cherchant sur le net, je suis tombé sur quelqu'un qui disait d'installer kdebase-devel automake et build-essential. Mais c'était pour ubuntu et ces deux dernies paquets ne sont pas disponibles pour fedora
Edit : j'ai installé les outils de développement et les qt3-devel et maintenant je progresse, j'ai le message d'erreur suivant
Lorsque je tente le ./configure, j'ai le message d'erreur suivant
checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
[Sven@localhost mplayerthumbs-0.5b]$ kde-config -v
Qt: 3.3.8b
KDE: 3.5.10-13.fc11.1 Fedora
kde-config: 1.0
J'ai cherché sur le net, ils parlent de libqt, mais elles ne sont pas trouvables via yum. Comment s'y prendre ?Edit : en cherchant sur le net, je suis tombé sur quelqu'un qui disait d'installer kdebase-devel automake et build-essential. Mais c'était pour ubuntu et ces deux dernies paquets ne sont pas disponibles pour fedora
Edit : j'ai installé les outils de développement et les qt3-devel et maintenant je progresse, j'ai le message d'erreur suivant
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
- Modifié
Tu n'es pas sous kde 3.5.
Pour avoir ta version:
$ kde4-config --version.
Tu as procédé comme je l'ai indiqué en passant par export-vars ?
Pour avoir ta version:
$ kde4-config --version.
Tu as procédé comme je l'ai indiqué en passant par export-vars ?
Merci Zorglub
Je ne sais pas comment je m'y étais pris hier mais ça n'avait pas marché. Là ça fonctionne nickel chrome en suivant exactement les mêmes instructions.
Merci encore, et désolé de vous avoir embêtés
Je ne sais pas comment je m'y étais pris hier mais ça n'avait pas marché. Là ça fonctionne nickel chrome en suivant exactement les mêmes instructions.
Merci encore, et désolé de vous avoir embêtés
un mois plus tard
- Modifié
Moi, ça s'est fini par ça :

Il n'y a pas vidéo.
Sinon, une fois que tout est installé, je peux virer le dossier mplayer machin du répertoire Téléchargements ?
D'avance, merci.
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.3 include dir: /usr/include/kde4
-- Found KDE 4.3 library dir: /usr/lib64/kde4/devel
-- Found the KDE4 kconfig_compiler4 preprocessor: /usr/bin/kconfig_compiler4
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/joce/Téléchargement/mplayerthumbs-1.2
Ensuite, je ne trouve pas :
Dans Configuration > Configurer Dolphin > Général > ...Avec kde 4.3, il faut aller dans configurer Dolphin -> Général -> Aperçus et cocher 'Fichiers vidéos'

Il n'y a pas vidéo.
Sinon, une fois que tout est installé, je peux virer le dossier mplayer machin du répertoire Téléchargements ?
D'avance, merci.
Tu n'as pas fini !!
La commande totale est :
La commande totale est :
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
su -c "make install"
kbuildsycoca4
Okay.
J'ai du le refaire 2 fois de plus. :hammer:
Sinon, ce qui est dommage, c'est que je ne sais pas du tout ce qui s'est passé sur mon système. Alors que sous GNU/Linux, ce que j'aime, c'est savoir ce que je fais.
Je ne sais pas pourquoi il a fallu faire tous ces trucs bizarre, et ce que ça a réellement fait.
Je ne sais même pas si je peux supprimer le dossier mplayer machin qui est dans mes téléchargements, ou si ça casserais tout.
Sinon, les fichiers mpeg ne sont pas gérés, où c'est moi ?
J'ai aussi l'impression qu'on ne peut pas avoir d'aperçu dans les fichiers cachés (ceux pour lesquels j'ai rajouté un point devant le nom du répertoire).
Merci encore.
J'ai du le refaire 2 fois de plus. :hammer:
Sinon, ce qui est dommage, c'est que je ne sais pas du tout ce qui s'est passé sur mon système. Alors que sous GNU/Linux, ce que j'aime, c'est savoir ce que je fais.
Je ne sais pas pourquoi il a fallu faire tous ces trucs bizarre, et ce que ça a réellement fait.
Je ne sais même pas si je peux supprimer le dossier mplayer machin qui est dans mes téléchargements, ou si ça casserais tout.
Sinon, les fichiers mpeg ne sont pas gérés, où c'est moi ?
J'ai aussi l'impression qu'on ne peut pas avoir d'aperçu dans les fichiers cachés (ceux pour lesquels j'ai rajouté un point devant le nom du répertoire).
Merci encore.
Le dossier dont tu parles contient les sources : une fois compilés, les binaires sont installés dans :tabasseur wrote:..
Je ne sais même pas si je peux supprimer le dossier mplayer machin qui est dans mes téléchargements, ou si ça casserais tout.
..
-- Installing: /usr/lib64/kde4/videopreview.so
-- Set runtime path of "/usr/lib64/kde4/videopreview.so" to "/usr/lib64:/usr/lib64/kde4/devel"
-- Installing: /usr/share/config.kcfg/mplayerthumbs.kcfg
-- Installing: /usr/share/kde4/services/videopreview.desktop
-- Installing: /usr/share/kde4/apps/videothumbnail/sprocket-small.png
-- Installing: /usr/share/kde4/apps/videothumbnail/sprocket-medium.png
-- Installing: /usr/share/kde4/apps/videothumbnail/sprocket-large.png
-- Installing: /usr/bin/mplayerthumbsconfig
Tu n'as donc plus besoin de ton dossier machin, sauf si tu veux le conserver pour une recompilation futureOk, en tous cas, merci beaucoup de m'avoir aidé, et désolé pour mon erreur au début. :S
Bonne soirée.
Bonne soirée.