特殊:Badtitle/NS100:GXMMS:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/GXMMS}} {{Languages|UbuntuHelp:GXMMS}} [http://www.nongnu.org/gxmms/ gxmms] is a simple GNOME panel applet that lets you control the basic functio...
 
Wikibot留言 | 贡献
无编辑摘要
第2行: 第2行:
{{Languages|UbuntuHelp:GXMMS}}
{{Languages|UbuntuHelp:GXMMS}}
[http://www.nongnu.org/gxmms/ gxmms] is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
[http://www.nongnu.org/gxmms/ gxmms] is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
http://www.nongnu.org/gxmms/img/shot-gorilla.png
http://www.nongnu.org/gxmms/img/shot-gorilla.png
http://www.nongnu.org/gxmms/img/shot-crux.png
http://www.nongnu.org/gxmms/img/shot-crux.png
http://www.nongnu.org/gxmms/img/shot-scrystal.png
http://www.nongnu.org/gxmms/img/shot-scrystal.png
== Features ==
== Features ==
* Scrollable track time progress bar  
* Scrollable track time progress bar  
第15行: 第13行:
* Show/Hide main window, playlist editor, graphical eq and more  
* Show/Hide main window, playlist editor, graphical eq and more  
* Internazionalization (i18n)
* Internazionalization (i18n)
== Using apt-get ==
== Using apt-get ==
gxmms is availible in the universe for breezy:
gxmms is availible in the universe for breezy:
<pre><nowiki>
<pre><nowiki>
sudo apt-get install gxmms
sudo apt-get install gxmms
</nowiki></pre>
</nowiki></pre>
See below for a manual install.
See below for a manual install.
== Download ==
== Download ==
<pre><nowiki>
<pre><nowiki>
wget -c http://savannah.nongnu.org/download/gxmms/gxmms-0.3.0.tar.gz
wget -c http://savannah.nongnu.org/download/gxmms/gxmms-0.3.0.tar.gz
</nowiki></pre>
</nowiki></pre>
== Installation ==
== Installation ==
configure and compile it
configure and compile it
第36行: 第29行:
</nowiki></pre>
</nowiki></pre>
Note the new <code><nowiki>--with-xmms</nowiki></code> and <code><nowiki>--with-bmp</nowiki></code> arguments which have been added in version '''0.3.0'''. It is needed to specify one of them, but '''not both'''. These new arguments allow the creation of specific applets for XMMS and BMP (both can be installed in the system).
Note the new <code><nowiki>--with-xmms</nowiki></code> and <code><nowiki>--with-bmp</nowiki></code> arguments which have been added in version '''0.3.0'''. It is needed to specify one of them, but '''not both'''. These new arguments allow the creation of specific applets for XMMS and BMP (both can be installed in the system).
compile it
compile it
<pre><nowiki>
<pre><nowiki>
make
make
</nowiki></pre>
</nowiki></pre>
install it
install it
<pre><nowiki>
<pre><nowiki>
sudo make install
sudo make install
</nowiki></pre>
</nowiki></pre>
or to install it via a deb file (CheckInstall)  
or to install it via a deb file (CheckInstall)  
<pre><nowiki>
<pre><nowiki>
sudo checkinstall
sudo checkinstall
</nowiki></pre>
</nowiki></pre>
Please, note that this is not a normal executable, so it must be launched from GNOME panels menus.
Please, note that this is not a normal executable, so it must be launched from GNOME panels menus.
----
----

2007年11月30日 (五) 17:31的版本

{{#ifexist: :GXMMS/zh | | {{#ifexist: GXMMS/zh | | {{#ifeq: {{#titleparts:GXMMS|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:GXMMS|1|-1|}} | zh | | }}

gxmms is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player. shot-gorilla.png shot-crux.png shot-scrystal.png

Features

  • Scrollable track time progress bar
  • Volume control with mouse scrollwheel
  • Buttons: Previous track - Play / Pause - Stop - Next track - Eject
  • Real-time tooltips with track title and time
  • Control repeat and shuffle properties
  • Show/Hide main window, playlist editor, graphical eq and more
  • Internazionalization (i18n)

Using apt-get

gxmms is availible in the universe for breezy:

sudo apt-get install gxmms

See below for a manual install.

Download

wget -c http://savannah.nongnu.org/download/gxmms/gxmms-0.3.0.tar.gz

Installation

configure and compile it

./configure [--with-xmms | --with-bmp] --prefix=/usr --libexecdir=/usr/lib/gnome-applets

Note the new --with-xmms and --with-bmp arguments which have been added in version 0.3.0. It is needed to specify one of them, but not both. These new arguments allow the creation of specific applets for XMMS and BMP (both can be installed in the system). compile it

make

install it

sudo make install

or to install it via a deb file (CheckInstall)

sudo checkinstall

Please, note that this is not a normal executable, so it must be launched from GNOME panels menus.