Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] moc player can't play flac
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
nihilist_80
n00b
n00b


Joined: 05 Oct 2006
Posts: 33

PostPosted: Fri Oct 06, 2006 8:21 am    Post subject: [solved] moc player can't play flac Reply with quote

Hello,
Is there anyone using moc as music player?
http://moc.daper.net/

I'm trying to play flac files with it, and it doesn't work.
All other files playing well(ogg,mp3),
The command emerge -pv moc
Code:

olmo michael # emerge -pv moc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R   ] media-sound/moc-2.1.4-r1  USE="mad vorbis -oss" 0 kB


shows there is no flac support, but on the website it is explained that it does play flac, but i don't know how to get it working.
Any suggestions?



edit(2 times):
flac is installed, but moc won't play flac


Last edited by nihilist_80 on Sat Oct 07, 2006 2:18 pm; edited 2 times in total
Back to top
View user's profile Send private message
anime-otaku
Apprentice
Apprentice


Joined: 24 Apr 2006
Posts: 181
Location: Germany

PostPosted: Fri Oct 06, 2006 8:40 am    Post subject: Reply with quote

please change the title, too. Make something like a [SOLVED] behind or before it
_________________
Gentoo compiles you to heaven

There are 10 kinds of people. Those who understands BINARY and those who don't.

Answer the unanswered posts
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Fri Oct 06, 2006 8:48 am    Post subject: Reply with quote

Hu? Is this solved already?!?!

Greetz
swimmer
Back to top
View user's profile Send private message
anime-otaku
Apprentice
Apprentice


Joined: 24 Apr 2006
Posts: 181
Location: Germany

PostPosted: Fri Oct 06, 2006 9:04 am    Post subject: Re: moc player can't play flac Reply with quote

nihilist_80 wrote:

edit:
flac is installed

_________________
Gentoo compiles you to heaven

There are 10 kinds of people. Those who understands BINARY and those who don't.

Answer the unanswered posts
Back to top
View user's profile Send private message
nihilist_80
n00b
n00b


Joined: 05 Oct 2006
Posts: 33

PostPosted: Fri Oct 06, 2006 9:09 am    Post subject: Reply with quote

;-)
you misunderstood my edit, i want to mention that i've already emerged flac, but moc still won't play it, so the problem is not solved....
Perhaps i should re-edit my first post? ;-)
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Fri Oct 06, 2006 9:56 pm    Post subject: Reply with quote

Code:
~> emerge -pv moc                                                   
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R   ] media-sound/moc-2.4.0  USE="alsa curl ffmpeg flac libsamplerate mad musepack oss vorbis -debug -sndfile -speex" 0 kB
Total size of downloads: 0 kB
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Oct 07, 2006 1:20 am    Post subject: Reply with quote

Here the same ... makes sense ;-)

Greetz
swimmer
Back to top
View user's profile Send private message
nihilist_80
n00b
n00b


Joined: 05 Oct 2006
Posts: 33

PostPosted: Sat Oct 07, 2006 10:40 am    Post subject: Reply with quote

I don't understand this,
Code:

olmo michael # emerge -pv moc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-sound/moc-2.1.4-r1  USE="mad vorbis -oss" 0 kB

Total size of downloads: 0 kB

I forgot to mention that i'm running an amd x86-64 system, Is this perhaps the Problem?
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Oct 07, 2006 10:55 am    Post subject: Reply with quote

I think it is simply masked ... what does a "eix -e moc" give you? In case it is masked you can add this line
Quote:
media-sound/moc ~x86_64
to your /etc/portage/package.keywords ...

I'm not sure what precisely the keyword for x86_64 is but you'll know that for sure ;-)

HTH
swimmer
Back to top
View user's profile Send private message
nihilist_80
n00b
n00b


Joined: 05 Oct 2006
Posts: 33

PostPosted: Sat Oct 07, 2006 11:02 am    Post subject: Reply with quote

Code:
olmo michael # eix -e moc
bash: eix: command not found


Must i have installed something, or whats the problem?
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Oct 07, 2006 11:17 am    Post subject: Reply with quote

nihilist_80 wrote:
Code:
olmo michael # eix -e moc
bash: eix: command not found


Must i have installed something, or whats the problem?

Uh - no you don't *have* to install eix - I just find it /very/ useful ;-)
And it shows you all the versions of a package what "emerge -s" can't provide you. But you can find out what versions are available by looking in /usr/portage/media-sound/moc ...

Greetz
swimmer
Back to top
View user's profile Send private message
nihilist_80
n00b
n00b


Joined: 05 Oct 2006
Posts: 33

PostPosted: Sat Oct 07, 2006 11:53 am    Post subject: Reply with quote

Code:

olmo michael # eix -e moc
* media-sound/moc
     Available versions:  2.1.4-r1 ~2.2.0-r1 ~2.3.0 *2.3.2 *2.3.3 ~2.4.0
     Installed:           2.1.4-r1
     Homepage:            http://moc.daper.net/
     Description:         Music On Console - ncurses interface for playing audio files


please be patient, i'm learning slow, but I'm learning... ;-)
ok it looks like that the newest version ist not installed, so i should do that....

I added
media-sound/moc
to /etc/portage/package.keywords, added flac to /etc/portage/package.use and it works.

Finally, can listen to my music.
Thanks for your help and patience ;-)
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Oct 07, 2006 12:05 pm    Post subject: Reply with quote

Glad to hear that it works now :)

Greetz
swimmer
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum