官方简介:Linux Music Player是Linux平台下基于Gstreamer框架的Gnome和KDE桌面媒体播放器,它支持如mp3、wma、wav、ogg等多种常用的音频格式,通过Gstreamer插件,可能支持更多的新的格式。类千千静听版本。
使用debian或ubuntu的用户可以下载.deb包。
使用redhat、fedora、redflag或evest的用户,可以下载.rpm包。
并提供源代码包,有.tar.gz和.tar.bz两种格式。
下载页面:https://sourceforge.net/project/showfiles.php?group_id=203380
播放器官方
slxxx 于 2008-10-22 20:35:30发表:
checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.0) were not met:
No package 'gstreamer-0.10' found
安装 gstreamer
wchjack 于 2008-09-05 13:27:19发表:
有人帮解析下吗?
wchjack 于 2008-09-03 21:56:43发表:
[root@localhost lmplayer-0.6.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.35.0... 0.37.1 found
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GNOMECANVAS... yes
checking for GTK... yes
checking for GNOMEVFS... yes
checking for GLADE... yes
checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.0) 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.
这是什么意思?
chaian 于 2008-03-26 16:26:24发表:
系统需求
在安装之前,请确认您的系统中安装有以下库:
gtk+-2.0
libglade-2.0
glib-2.0
gstreamer0.10
gstreamer-plugins-base
gstreamer-plugins-good
gstreamer-plugins-ugly
gstreamer-plugins-bad
安装
本软件除了提供源代码外,还针对fodera core、红旗6提供了rpm包,对针debian和ubuntu提供了deb包。下面介绍这三种安装方式:
从源代码编译安装
./configure
make
make install
安装deb包
安装rpm包
rpm -i lmplayer-0.4.1-2.i386.rpm
在红旗Linux上的安装请看这里:针对红旗6的测试安装。