public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How to install music player without graphic ?
@ 2011-10-23  4:05 Lavender
  2011-10-23  4:15 ` Paul Colquhoun
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Lavender @ 2011-10-23  4:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

I added "USE=-KDE" to /etc/make.conf ,
but when I use emerge like below :
# sudo emerge mplayer
OR
#sudo emerge amorok
I found that the emerge always download
something which contact with X11/lib .
I don't know why the USE I set have no effect.
I only want to listem music under console , no
more fuither , so how to figure this out ?

[-- Attachment #2: Type: text/html, Size: 607 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] How to install music player without graphic ?
  2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
@ 2011-10-23  4:15 ` Paul Colquhoun
  2011-10-23  4:37 ` Lavender
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Paul Colquhoun @ 2011-10-23  4:15 UTC (permalink / raw
  To: gentoo-user

On Sun, 23 Oct 2011 12:05:57 PM Lavender wrote:
> I added "USE=-KDE" to /etc/make.conf ,
> but when I use emerge like below :
> # sudo emerge mplayer
> OR
> #sudo emerge amorok
> I found that the emerge always download
> something which contact with X11/lib .
> I don't know why the USE I set have no effect.
> I only want to listem music under console , no
> more fuither , so how to figure this out ?


Try installing  mpg123


-- 
Reverend Paul Colquhoun, ULC.    http://andor.dropbear.id.au/~paulcol
 Before you criticize someone, you should walk a mile in their shoes.
Then, when you do, you'll be a mile away, and you'll have their shoes.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:Re: [gentoo-user] How to install music player without graphic ?
  2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
  2011-10-23  4:15 ` Paul Colquhoun
@ 2011-10-23  4:37 ` Lavender
  2011-10-23  4:58 ` [gentoo-user] " Nikos Chantziaras
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Lavender @ 2011-10-23  4:37 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]

>Try installing  mpg123
>

Ha, I think I'd better solve this problem first
Thank you all the same :-)

[-- Attachment #2: Type: text/html, Size: 325 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
  2011-10-23  4:15 ` Paul Colquhoun
  2011-10-23  4:37 ` Lavender
@ 2011-10-23  4:58 ` Nikos Chantziaras
  2011-10-25 10:10   ` Jonas de Buhr
  2011-10-23  5:19 ` Lavender
  2011-10-23  5:31 ` Lavender
  4 siblings, 1 reply; 10+ messages in thread
From: Nikos Chantziaras @ 2011-10-23  4:58 UTC (permalink / raw
  To: gentoo-user

On 10/23/2011 07:05 AM, Lavender wrote:
> I added "USE=-KDE" to /etc/make.conf ,
> but when I use emerge like below :
> # sudo emerge mplayer
> OR
> #sudo emerge amorok
> I found that the emerge always download
> something which contact with X11/lib .
> I don't know why the USE I set have no effect.

Well, these are X applications (and Amarok is a KDE application.) 
Obviously they need X to work.  USE flags are there to configure 
*optional* dependencies and behaviors.  For mplayer and Amarok, these 
dependencies are not optional.

As others mentioned, you should install a command line player.  There 
are a few.  mpg123 is not really a media player though.  You might want 
to look at this:

http://tuxarena.blogspot.com/2009/04/several-powerful-console-music-players.html




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:[gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
                   ` (2 preceding siblings ...)
  2011-10-23  4:58 ` [gentoo-user] " Nikos Chantziaras
@ 2011-10-23  5:19 ` Lavender
  2011-10-23  5:31 ` Lavender
  4 siblings, 0 replies; 10+ messages in thread
From: Lavender @ 2011-10-23  5:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

>Well, these are X applications (and Amarok is a KDE application.) 
>Obviously they need X to work.  USE flags are there to configure 
>*optional* dependencies and behaviors.  For mplayer and Amarok, these 
>dependencies are not optional.
>
>As others mentioned, you should install a command line player.  There 
>are a few.  mpg123 is not really a media player though.  You might want 
>to look at this:
>
>http://tuxarena.blogspot.com/2009/04/several-powerful-console-music-players.html
>

Thank you ! No wonder it didn't work . Maybe I indeed need to install a KDE desktop .

[-- Attachment #2: Type: text/html, Size: 1177 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re:[gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
                   ` (3 preceding siblings ...)
  2011-10-23  5:19 ` Lavender
@ 2011-10-23  5:31 ` Lavender
  2011-10-23  5:45   ` [gentoo-user] " du yang
  4 siblings, 1 reply; 10+ messages in thread
From: Lavender @ 2011-10-23  5:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

>Well, these are X applications (and Amarok is a KDE application.) 
>Obviously they need X to work.  USE flags are there to configure 
>*optional* dependencies and behaviors.  For mplayer and Amarok, these 
>dependencies are not optional.
>
>As others mentioned, you should install a command line player.  There 
>are a few.  mpg123 is not really a media player though.  You might want 
>to look at this:
>
>http://tuxarena.blogspot.com/2009/04/several-powerful-console-music-players.html
>

Wait ! I remember once when I used Federa , I also installed mplayer from source code .
Mplayer afforded an option looked like --without-graphic , Then I could use mplayer under
console and it didn't contact with graphical desktop.
 
It seems that documentation about mplayer is needed . 

[-- Attachment #2: Type: text/html, Size: 1432 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  5:31 ` Lavender
@ 2011-10-23  5:45   ` du yang
  2011-10-23 17:44     ` Jesús J. Guerrero Botella
  0 siblings, 1 reply; 10+ messages in thread
From: du yang @ 2011-10-23  5:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]

On Sunday 10/23/11 13:31:13 CST, Lavender wrote:
> >Well, these are X applications (and Amarok is a KDE application.) 
> >Obviously they need X to work.  USE flags are there to configure 
> >*optional* dependencies and behaviors.  For mplayer and Amarok, these 
> >dependencies are not optional.
> >
> >As others mentioned, you should install a command line player.  There 
> >are a few.  mpg123 is not really a media player though.  You might want 
> >to look at this:
> >
> >http://tuxarena.blogspot.com/2009/04/
> several-powerful-console-music-players.html
> >
> Wait ! I remember once when I used Federa , I also installed mplayer from
> source code .
> Mplayer afforded an option looked like --without-graphic , Then I could use
> mplayer under
> console and it didn't contact with graphical desktop.
>  
> It seems that documentation about mplayer is needed . 
> 
You can use "mplayer -vo fbdev" to play	videos under console, but you 
should have framebuffer	enabled in kernel and use flag "fbcon" enabled.

-- 
oooO:::::::::
(..):::::::::
:\.(:::Oooo::
::\_)::(..)::
:::::::)./:::
::::::(_/::::

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  5:45   ` [gentoo-user] " du yang
@ 2011-10-23 17:44     ` Jesús J. Guerrero Botella
  0 siblings, 0 replies; 10+ messages in thread
From: Jesús J. Guerrero Botella @ 2011-10-23 17:44 UTC (permalink / raw
  To: gentoo-user

You really need to find out what you need/want.

If you want a nice GUI media player then you either need X or some
kind of solution that works on framebuffer (they exist, but they are
not straightforward to get working). Some web based players exist as
well.

Secondly, mplayer does work on command line. You don't need to do
anything special for that. However, its capabilities come limited by
the graphics capabilities of your environment. If you ware in
framebuffer and you have correctly set up it using kms, uvesafb or
something like that, then you can probably play videos and show
graphics in your ttys, if not, then you'll need X for that. In any
case, don't expect a great performance when playing high resolution
videos in a framebuffer device.

As for music, there are some very good players for command line, some
of them are strictly command-based, others (like moc) offer a nice
ncurses-based interface where you can navigate your collections and
playlists.
-- 
Jesús Guerrero Botella



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] Re: How to install music player without graphic ?
  2011-10-23  4:58 ` [gentoo-user] " Nikos Chantziaras
@ 2011-10-25 10:10   ` Jonas de Buhr
  2011-10-25 11:09     ` Leonardo Guilherme
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas de Buhr @ 2011-10-25 10:10 UTC (permalink / raw
  To: gentoo-user

Am 23.10.2011 06:58, schrieb Nikos Chantziaras:
> On 10/23/2011 07:05 AM, Lavender wrote:
>> I added "USE=-KDE" to /etc/make.conf ,
>> but when I use emerge like below :
>> # sudo emerge mplayer
>> OR
>> #sudo emerge amorok
>> I found that the emerge always download
>> something which contact with X11/lib .
>> I don't know why the USE I set have no effect.
>
> Well, these are X applications (and Amarok is a KDE application.)
> Obviously they need X to work. USE flags are there to configure
> *optional* dependencies and behaviors. For mplayer and Amarok, these
> dependencies are not optional.

for amarok this is true, but mplayer works well without X:
http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html

USE="-X" emerge mplayer should work fine.

but i recommend mp3blaster for console music playback.

>
> As others mentioned, you should install a command line player. There are
> a few. mpg123 is not really a media player though. You might want to
> look at this:
>
> http://tuxarena.blogspot.com/2009/04/several-powerful-console-music-players.html
>
>
>




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] Re: How to install music player without graphic ?
  2011-10-25 10:10   ` Jonas de Buhr
@ 2011-10-25 11:09     ` Leonardo Guilherme
  0 siblings, 0 replies; 10+ messages in thread
From: Leonardo Guilherme @ 2011-10-25 11:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]

I recommend cmus, it does have an cool ncurses-based interfaces and some
vi-style commands

2011/10/25 Jonas de Buhr <jonas.de.buhr@gmx.net>

> Am 23.10.2011 06:58, schrieb Nikos Chantziaras:
>
>  On 10/23/2011 07:05 AM, Lavender wrote:
>>
>>> I added "USE=-KDE" to /etc/make.conf ,
>>> but when I use emerge like below :
>>> # sudo emerge mplayer
>>> OR
>>> #sudo emerge amorok
>>> I found that the emerge always download
>>> something which contact with X11/lib .
>>> I don't know why the USE I set have no effect.
>>>
>>
>> Well, these are X applications (and Amarok is a KDE application.)
>> Obviously they need X to work. USE flags are there to configure
>> *optional* dependencies and behaviors. For mplayer and Amarok, these
>> dependencies are not optional.
>>
>
> for amarok this is true, but mplayer works well without X:
> http://www.mplayerhq.hu/DOCS/**HTML/en/softreq.html<http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html>
>
> USE="-X" emerge mplayer should work fine.
>
> but i recommend mp3blaster for console music playback.
>
>
>
>> As others mentioned, you should install a command line player. There are
>> a few. mpg123 is not really a media player though. You might want to
>> look at this:
>>
>> http://tuxarena.blogspot.com/**2009/04/several-powerful-**
>> console-music-players.html<http://tuxarena.blogspot.com/2009/04/several-powerful-console-music-players.html>
>>
>>
>>
>>
>
>


-- 

Leonardo

[-- Attachment #2: Type: text/html, Size: 2248 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-25 11:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23  4:05 [gentoo-user] How to install music player without graphic ? Lavender
2011-10-23  4:15 ` Paul Colquhoun
2011-10-23  4:37 ` Lavender
2011-10-23  4:58 ` [gentoo-user] " Nikos Chantziaras
2011-10-25 10:10   ` Jonas de Buhr
2011-10-25 11:09     ` Leonardo Guilherme
2011-10-23  5:19 ` Lavender
2011-10-23  5:31 ` Lavender
2011-10-23  5:45   ` [gentoo-user] " du yang
2011-10-23 17:44     ` Jesús J. Guerrero Botella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox