Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
codecs
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
grahem221
n00b
n00b


Joined: 08 Aug 2007
Posts: 7

PostPosted: Thu Aug 09, 2007 12:22 am    Post subject: codecs Reply with quote

hi i want to be able to play loads of audio type files (mp3,ogg etc) and video files (avi) can someone please tell me all the codecs and other pieces of software i need to emerge to do this and what i should put in my /etc/make.conf?
Back to top
View user's profile Send private message
ichbinsisyphos
Guru
Guru


Joined: 08 Dec 2006
Posts: 547

PostPosted: Thu Aug 09, 2007 12:37 am    Post subject: Reply with quote

that depends a little on what player you want to use.

but it should be enough to set the right use flags.

or better, switch to the desktop profile, which should take care of most multimedia USE flags.


Code:
eselect profile list
eselect profile set x


Last edited by ichbinsisyphos on Thu Aug 09, 2007 12:42 am; edited 1 time in total
Back to top
View user's profile Send private message
grahem221
n00b
n00b


Joined: 08 Aug 2007
Posts: 7

PostPosted: Thu Aug 09, 2007 12:41 am    Post subject: Reply with quote

so what should i do then to switch to the desktop profile? (i'm kinda new to gentoo so i don't know much about USE)

Last edited by grahem221 on Thu Aug 09, 2007 12:47 am; edited 1 time in total
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Thu Aug 09, 2007 12:42 am    Post subject: Reply with quote

Mine:
USE='nptl nptlonly arts 3dnow vorbis alsa ogg mp3 mad ppds hal cairo X pdf v4l
v4l2 threads ieee1394 dbus WxWidgets java'
Back to top
View user's profile Send private message
ichbinsisyphos
Guru
Guru


Joined: 08 Dec 2006
Posts: 547

PostPosted: Thu Aug 09, 2007 1:01 am    Post subject: Reply with quote

grahem221 wrote:
so what should i do then to switch to the desktop profile? (i'm kinda new to gentoo so i don't know much about USE)


use eselect, as i said in my previous post. if its not installed, emerge it.

to see a list of available profiles use:
Code:
eselect profile list


choose the 2007 desktop one and type

Code:
eselect profile set x

where x is the number associated with the right profile.

afterwards you need to update your system:

Code:
emerge -uNDav world


if you then still have problems, you can add USE flags in /etc/make.conf. theres a line 'USE="..." ' where you just add additional flags.

to get an idea of what USE flags a package supports, you can just do
Code:
emerge -pv packagename


and take it slow :-)
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