Prácticamente nunca he tenido la necesidad de compilar nada y por esto mis conocimientos son escasos.
Al intentar compilar banshee después de ejecutar el comando
./configure me da el siguiente error:
checking for GST... no
configure: error: Package requirements (gstreamer-0.10 >= 0.10.26
gstreamer-base-0.10 >= 0.10.26
gstreamer-plugins-base-0.10 >= 0.10.26
gstreamer-controller-0.10 >= 0.10.26
gstreamer-dataprotocol-0.10 >= 0.10.26
gstreamer-fft-0.10 >= 0.10.26) were not met:
No package 'gstreamer-plugins-base-0.10' found
No package 'gstreamer-fft-0.10' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GST_CFLAGS
and GST_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
estaba probando de compilar la versión 2.6 y he pensado que quizás instalando una versión más antigua no tendría el problema. He probado con la versión 2.4.1 y el problema es el mismo.
Que debo hacer para compilarlo?
Ya se que banshee esta en los repositorios pero quiero compilarlo por mi mismo