Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old October 25th, 2004   #1
oddabe19
Way Too Much Ubuntu
 
Join Date: Oct 2004
Location: Lancaster, Pennsylvania
Beans: 148
Send a message via AIM to oddabe19
HOWTO: Install MUINE Music Player

Muine is an incredible music player (though lacks some features) that uses Mono, and is very versitle, quick and has great sound. I prefer Xmms and Beep, however, I'm starting to use Muine more and more and finding it much cleaner and simpler.

The first thing you want to do is uncomment universe in /etc/apt/sources.list and add the following lines
Code:
#Mono
deb http://www.getsweaaa.com/~tseng/ubuntu/debs/ ./
deb-src http://www.getsweaaa.com/~tseng/ubuntu/debs/ ./
(sudo gedit /etc/apt/sources.list) and save and exit.

then do a
Code:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install muine
The apt-get upgrade shouldn't be necessary, however, I ran into broken pakage situations if I didn't do that. When it is all done, you should have Muine in Applications => Multimedia => Muine. It's as simple as that!!!

Also: I am not sure, but i believe it also requires gstreamer0.8-mad plugin, just like rhythmbox, but i'm not positive. You might also want to re-comment universe, but you don't have to comment out mono, if you don't want to.

Happy Listening.
__________________
"For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)

Last edited by oddabe19; October 25th, 2004 at 03:48 PM.. Reason: Changed Title
oddabe19 is offline   Reply With Quote
Old December 25th, 2004   #2
sebast
Just Give Me the Beans!
 
sebast's Avatar
 
Join Date: Nov 2004
Location: Quebec
Beans: 70
Ubuntu Karmic Koala (testing)
Re: HOWTO: Install MUINE Music Player

As today (December 25th 2004), Muine 0.7 is out.

It's not yet in getsweaaa.com so I decided to install it from source.

I had to install a couple of packages without any problems. However, I tried to install GTK-Sharp from sources and I got this error:

Code:
checking for gacutil... no
configure: error: No gacutil tool found
Can somebody tell me what to do to fix that problem?
__________________
SebZZZ
sebast is offline   Reply With Quote
Old December 25th, 2004   #3
oddabe19
Way Too Much Ubuntu
 
Join Date: Oct 2004
Location: Lancaster, Pennsylvania
Beans: 148
Send a message via AIM to oddabe19
Re: HOWTO: Install MUINE Music Player

Quote:
Originally Posted by sebast
As today (December 25th 2004), Muine 0.7 is out.

It's not yet in getsweaaa.com so I decided to install it from source.

I had to install a couple of packages without any problems. However, I tried to install GTK-Sharp from sources and I got this error:

Code:
checking for gacutil... no
configure: error: No gacutil tool found
Can somebody tell me what to do to fix that problem?
try a
Code:
sudo apt-get build-dep muine
with those repos in your sources.list, then try to build it from source, what that command does, is downloads and installs all the files you need to build X program (in this case, muine)

If i were home, I'd build one for you, but i'm with relatives for christmas, sorry.
__________________
"For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)
oddabe19 is offline   Reply With Quote
Old December 25th, 2004   #4
sebast
Just Give Me the Beans!
 
sebast's Avatar
 
Join Date: Nov 2004
Location: Quebec
Beans: 70
Ubuntu Karmic Koala (testing)
Re: HOWTO: Install MUINE Music Player

I tried it, but I get this error:

Code:
sebb@ubuntu:~ $ sudo apt-get build-dep muine
Password:
Reading Package Lists... Done
Building Dependency Tree... Done
E: Build-Depends dependency for muine cannot be satisfied because no available versions of package libgtk-cil can satisfy version requirements
__________________
SebZZZ
sebast is offline   Reply With Quote
Old December 31st, 2004   #5
Kitsch
First Cup of Ubuntu
 
Join Date: Dec 2004
Beans: 1
Re: HOWTO: Install MUINE Music Player

Quote:
Originally Posted by sebast
As today (December 25th 2004), Muine 0.7 is out.

It's not yet in getsweaaa.com so I decided to install it from source.

I had to install a couple of packages without any problems. However, I tried to install GTK-Sharp from sources and I got this error:

Code:
checking for gacutil... no
configure: error: No gacutil tool found
Can somebody tell me what to do to fix that problem?
Maybe you need to do this first:

Code:
sudo apt-get install mono-gac
Kitsch is offline   Reply With Quote
Old January 1st, 2005   #6
kmf
Just Give Me the Beans!
 
kmf's Avatar
 
Join Date: Oct 2004
Location: South Africa
Beans: 35
Ubuntu 7.10 Gutsy Gibbon
Send a message via Skype™ to kmf
Re: HOWTO: Install MUINE Music Player

There is a newer version availible at http://muine.gooeylinux.org/muine-0.7.1.tar.gz
Grab it while it's hot

I'm also having weird issues compiling it maybe this will sort it out

Karl
kmf is offline   Reply With Quote
Old January 5th, 2005   #7
brk3
Gee! These Aren't Roasted!
 
Join Date: Jan 2005
Beans: 198
Re: HOWTO: Install MUINE Music Player

This player seems sweet. Album cover handling is something i miss in rhytmbox. im having trouble getting it installed though. lets see it included in hoary!
brk3 is offline   Reply With Quote
Old January 9th, 2005   #8
frankps
5 Cups of Ubuntu
 
Join Date: Dec 2004
Location: Oslo, Norway
Beans: 22
Send a message via AIM to frankps Send a message via MSN to frankps
Re: HOWTO: Install MUINE Music Player

I get no sound from Muine when using the one available from Synaptic (v0.6.3-4).

I can also not compile the latest version of it.


Frank
frankps is offline   Reply With Quote
Old January 9th, 2005   #9
rwabel
Dipped in Ubuntu
 
Join Date: Nov 2004
Location: Bern, Switzerland
Beans: 570
Send a message via ICQ to rwabel
Re: HOWTO: Install MUINE Music Player

Quote:
Originally Posted by kmf
There is a newer version availible at http://muine.gooeylinux.org/muine-0.7.1.tar.gz
Grab it while it's hot

I'm also having weird issues compiling it maybe this will sort it out

Karl
even 0.8 version out with plugin feature. But the problem is that it depends on gtk-sharp2. It's not yet released.
Did you achieve to compile it from source? I'm on hoary and would love to either get somehow the needed gtk-sharp or get a compiled deb
rwabel is offline   Reply With Quote
Old January 11th, 2005   #10
ow50
Quad Shot of Ubuntu
 
ow50's Avatar
 
Join Date: Dec 2004
Location: Finland
Beans: 400
Re: HOWTO: Install MUINE Music Player

I also tried to compile the new 0.8.0 version, but i get the error "No package 'dbus-sharp' found". How can i acquire dbus-sharp?
ow50 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:15 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry