View Single Post
Old 2008-07-29, 12:39   Link #25
Ryoujin
What?
 
 
Join Date: Nov 2007
Location: The house besides yours
Age: 40
This is much more complex than I thought

Code:
COMPUTER:~ USER$ sudo rm /opt/local/etc/fonts/conf.avail/*.conf 
Password:
COMPUTER:~ USER$ sudo port uninstall fontconfig
Error: port uninstall failed: Registry error: fontconfig not registered as installed.
COMPUTER:~ USER$ sudo port install fontconfig
--->  Installing fontconfig 2.6.0_0+macosx
--->  Activating fontconfig 2.6.0_0+macosx
Error: Target org.macports.activate returned: Image error: /opt/local/etc/fonts/fonts.conf already exists and does not belong to a registered port.  Unable to activate port fontconfig.
Error: Status 1 encountered during processing.
COMPUTER:~ USER$ sudo rm /opt/local/etc/fonts/fonts.conf
COMPUTER:~ USER$ sudo port install fontconfig
--->  Activating fontconfig 2.6.0_0+macosx
Error: Target org.macports.activate returned: Image error: /opt/local/etc/fonts/fonts.dtd already exists and does not belong to a registered port.  Unable to activate port fontconfig.
Error: Status 1 encountered during processing.
Edit 1: It seems that font.dtd was the last error.

Edit 2: Wouldn't it be easier if someone just compiles it and then distributes? :P

Code:
COMPUTER:mplayer USER$ ./mplayer
MPlayer dev-SVN-r27365-4.0.1 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz (Family: 6, Model: 15, Stepping: 6)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Warning unknown option ass at line 2
The fontconfig option can't be used in a config file.
Error parsing option fontconfig=yes at line 3
Warning unknown option embeddedfonts at line 4
I'll keep going with the commands and see if it still works or what, tho.

Edit 3: Nope.

Code:
COMPUTER:mplayer USER$ cp /opt/local/mplayer /Applications/MPlayer\ OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer
cp: /opt/local/mplayer: No such file or directory

Last edited by Ryoujin; 2008-07-29 at 12:58.
Ryoujin is offline