Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo for Mac OS X (Portage for Mac OS X)
  • Search

MPlayer

Running Portage on Mac OS X and need help with a problem? Post here.
Locked
Advanced search
12 posts • Page 1 of 1
Author
Message
tsuraan2
n00b
n00b
Posts: 44
Joined: Mon Nov 22, 2004 9:07 pm

MPlayer

  • Quote

Post by tsuraan2 » Mon Dec 06, 2004 9:46 pm

I submitted this as a bug report, but nobody seems to have noticed, so I'm submitting it here too. I'm made a hackish ebuild for installing MPlayer under macos. The link is http://tsuraan.icompute.com/mplayer-1.0_pre5-r4.ebuild . You have to be really conservative on the USE flags because most of the options for MPlayer don't work yet, but the player itself works rather well, at least for me.

I'd love to hear if this is working for other people.
Top
JHuber
n00b
n00b
User avatar
Posts: 33
Joined: Tue Jun 24, 2003 4:31 pm

  • Quote

Post by JHuber » Sun Dec 12, 2004 5:53 pm

I use the native port of mplayer on osx. works fine.
I always thought signatures were silly. Of course I am silly too.......
Top
pi-cubic
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 143
Joined: Sun May 25, 2003 5:06 pm

  • Quote

Post by pi-cubic » Tue Dec 21, 2004 1:28 pm

JHuber wrote:I use the native port of mplayer on osx. works fine.
is it possible to run the native mplayer from the command line?
Top
trentin
n00b
n00b
User avatar
Posts: 14
Joined: Wed Dec 22, 2004 10:53 am
Location: Bratislava, Slovakia
Contact:
Contact trentin
Website

  • Quote

Post by trentin » Wed Dec 22, 2004 11:10 am

sure it is, you just have to do a tiny hack:
open the terminal and go to:

/Applications/MPlayer\ OS\ X\ 2.app/Contents/Resources/

and from here either just copy the binary mplayer into say /usr/local/bin, or just make a symlink i i did.
Top
pi-cubic
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 143
Joined: Sun May 25, 2003 5:06 pm

  • Quote

Post by pi-cubic » Wed Dec 22, 2004 11:22 am

nice, i just realized that 2 binaries exist. one executable "mplayer" and another called "Mplayer OS x". The first can be invoked from the command line...

(but how do i include /usr/local/bin in my path :roll: )
Top
trentin
n00b
n00b
User avatar
Posts: 14
Joined: Wed Dec 22, 2004 10:53 am
Location: Bratislava, Slovakia
Contact:
Contact trentin
Website

  • Quote

Post by trentin » Wed Dec 22, 2004 1:45 pm

very simple :-) just add /usr/local/bin to your PATH variable in your ~/.bash_profile or ~/.profile (if you use for instance the korn shell, like me), or you can add it to the /etc/profile file.

for example (type this into one of the files mentioned above)

export PATH=$PATH:/usr/local/bin


remeber, MacOS X is a UNIX, so pretty much all of the stuff you used to do with linux (or one of the UNIXes) can be done here in the same or very similar way (that is if you have been a unix user :-))
Top
pi-cubic
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 143
Joined: Sun May 25, 2003 5:06 pm

  • Quote

Post by pi-cubic » Wed Dec 22, 2004 1:49 pm

trentin wrote: remeber, MacOS X is a UNIX, so pretty much all of the stuff you used to do with linux (or one of the UNIXes) can be done here in the same or very similar way (that is if you have been a unix user :-))
the thing is that i had in mind the darwin bsd has its special "correct" places for many things, so i wanted to learn the "correct" way. but the more i get in touch with darwin i realize the thing you said :)
Top
atom
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 122
Joined: Mon Nov 25, 2002 11:10 am
Location: Columbus, Ohio, USA

  • Quote

Post by atom » Wed Dec 22, 2004 9:29 pm

just to note, the full path to the command line executable for me (12-12-04 mplayer) is as follows:

Code: Select all

/Applications/MPlayer\ OS\ X\ 2.app/Contents/Resources/mplayer.app/Contents/MacOS/mplayer
ubuntu.
Top
remkade
n00b
n00b
Posts: 74
Joined: Sat Nov 01, 2003 10:31 pm
Location: Somewhere

  • Quote

Post by remkade » Wed Dec 22, 2004 10:05 pm

You can actually download the mplayer sources and compile them from scratch. Works fine for me. I actually like it better than Mplayer OS X. I think if you try to install them both you will mess up the OS X gui version.
generic signature here.
Top
trentin
n00b
n00b
User avatar
Posts: 14
Joined: Wed Dec 22, 2004 10:53 am
Location: Bratislava, Slovakia
Contact:
Contact trentin
Website

  • Quote

Post by trentin » Thu Dec 23, 2004 7:47 am

i don't think this should be an issue, because the standard ./configure; make; make install would put the mplayer binary into /usr/local/bin, where as the MPlayer.app would use the binary that is located in its bundle.
http://speedmonkey.net - life from a more interesting point of view
Top
hparra
n00b
n00b
Posts: 6
Joined: Wed Jan 05, 2005 12:59 am
Location: Mission Viejo, California

mplayer native vs. emerged

  • Quote

Post by hparra » Wed Jan 05, 2005 2:13 am

I have an iBook G3 600. No Quartz Extreme, a sad ATI Rage 128. Playing movies of a certain size on Mplayer native ran very slowly. I bumped into another mplayer port called djoPlayer which seemed to run a little faster. Was wondering if any of those flags that you had to be conservative on were optimization flags.

Thanks.
Top
Duty
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Sat Nov 15, 2003 7:00 am

  • Quote

Post by Duty » Sun Feb 20, 2005 10:04 pm

tsuraan2, I tried your ebuild but it conked out with '../postproc/swscale_internal.h:148: error: parse error before "vector"'. It does this with the standard ebuild too, but at a different spot.

Anyone know how to fix this error?

Also 1.0-pre6 fails due to 'ldt_keeper.c:119: error: unknown register name `eax' in `asm'', this is in an #IFDEF ALTIVEC block but I turned off altivec use flag and it didn't help.
Top
Locked

12 posts • Page 1 of 1

Return to “Gentoo for Mac OS X (Portage for Mac OS X)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic