发新话题
打印

发表你对lmplayer的评论:网友提供的界面

发表你对lmplayer的评论:网友提供的界面

发表你对lmplayer的评论:网友提供的界面

网友“陈真”来信说:

在linux上听歌时,总会想到foobar。谢谢您的创作,让我再一次怀念起foobar。发个我使用的foobar图片,希望可以给linux播放器的gui做些参考。

有关这个界面的更多信息请访问项目主页:http://linuxmediaplay.sourceforge.net/blog/
项目主页:http://linuxmediaplay.sourceforge.net/




关于lmplayer:
x Music Player是Linux平台下基于Gstreamer框架的Gnome桌面媒体播放器,它支持如mp3、 wma、 wav、 ogg等多种常用的音频格式,通过Gstreamer插件,可能支持更多的新的格式。

lmplayer在易用上下功夫,求追的目标是:简单易用,简单就是美。

lmplayer是开源的,它遵从GPLv3协议。

本文由kelvenxu 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-6499-1-1.html

相关主题

TOP

最关心MP3编码的解决,乱码问题很头痛。
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

./configure 的时候遇到问题了,能帮看下吗?

checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.12) were not met:

No package 'gstreamer-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.


我的gstreamer已经安装了,不太清楚GST_CFLAGS and GST_LIBS这两个变量指的是什么,可以给个例子吗?

[root@f8 Packages]# rpm -ivh gstreamer-*
warning: gstreamer-0.10.14-4.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing...                ########################################### [100%]
        package gstreamer-tools-0.10.14-4.fc8 is already installed
        package gstreamer-0.10.14-4.fc8 is already installed
        package gstreamer-plugins-base-0.10.14-6.fc8 is already installed
        package gstreamer-plugins-good-0.10.6-6.fc8 is already installed
        package gstreamer-plugins-pulse-0.9.5-0.4.svn20070924.fc8 is already installed
        package gstreamer-python-0.10.8-2.fc8 is already installed

[root@f8 Packages]#

系统是Fedora 8
[root@f8 ~]# uname -a
Linux f8 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 athlon i386 GNU/Linux

哪们大侠有解决方法,请邮件联系 lihangel@163.com 十分感谢!!!

[ 本帖最后由 lihangel 于 2008-1-20 21:52 编辑 ]

TOP

引用:
原帖由 lihangel 于 2008-1-20 21:51 发表
./configure 的时候遇到问题了,能帮看下吗?

checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.12) were not met:

No package 'gstreamer-0.10' found

Consider adju ...
yum install gstreamer-devel

Just OK!

TOP

发新话题