我正在尝试从源代码构建 rhythmbox,以添加额外的功能。我遇到了问题gstreamer
configure: error: Package requirements ( gstreamer-1.0 >= 0.11.92
gstreamer-audio-1.0 >= 0.11.92
gstreamer-base-1.0 >= 0.11.92
gstreamer-plugins-base-1.0 >= 0.11.92
gstreamer-pbutils-1.0 >= 0.11.92) were not met:
No package 'gstreamer-audio-1.0' found
No package 'gstreamer-plugins-base-1.0' found
No package 'gstreamer-pbutils-1.0' found
我试过这个邮政,
sudo apt-get build-dep rhythmbox
并安装一些 gstreamer 包但无济于事。
答案1
也许您需要安装 gstreamer 的开发包。尝试安装以下软件包:
sudo apt-get install libgstreamer-plugins-base1.0-dev