C'est relativement simple... Je cherche a compiler cette version d'Amarok. J'ai donc chercher les sources, que j'ai décompressés.
Ensuite en tapant
./configure --prefix=`kde-config --prefix`
j'obtient a la fin de la configuration ce message :
==========================
=== amaroK - WARNING ========================================================
==========================
=
= The optional GStreamer-engine will not be built. If you want to use the
= powerful GStreamer multimedia framework with amaroK, please download
= version 0.8.4 or higher from http://gstreamer.freedesktop.org/
= If you are sure GStreamer is already installed then there is most likely a
= problem with your pkg-config setup, see amarok/README
=
J'ai chercher dans le Readme, première question de la FAQ :
Q: I have the required version of GStreamer installed but configure doesn't
find it!
Q: I have pkg-config problems.
A: Here's an extract from the PKG-CONFIG man page:
pkg-config retrieves information about packages from special metadata
files. These files are named after the package, with the extension
.pc. By default, pkg-config looks in the directory prefix/lib/pkgconfig
for these files; it will also look in the colon-separated list of
directories specified by the PKG_CONFIG_PATH environment variable.
So, do export PKG_CONFIG_PATH="/path/to/gstreamer-0.x.y.pc" and reconfigure.
Après avoir installer gstreamer-devel j'obtiens mon gstreamer-0.8.pc situé dans /usr/lib/pkgconfig/
Mais arrivé là je ne vois pas quoi faire... Je ne comprend pas où je dois placer mon PKG_CONFIG_PATH="/usr/lib/pkgconfig/gstreamer-0.8.pc" :/
Si quelqu'un pouvait m'aider 🙁