# HG changeset patch # User diego # Date 1149942283 0 # Node ID f3b0eea2ae9af80c973d3e8a2ff64e30a542cb67 # Parent 8fb542b97815f57f35debdd467a09f5ad83df1fb Expand and update the Solaris and AIX sections. patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net diff -r 8fb542b97815 -r f3b0eea2ae9a DOCS/xml/en/ports.xml --- a/DOCS/xml/en/ports.xml Fri Jun 09 23:19:13 2006 +0000 +++ b/DOCS/xml/en/ports.xml Sat Jun 10 12:24:43 2006 +0000 @@ -171,6 +171,23 @@ installed. +Caveat: + +mediaLib is +currently disabled by default in +MPlayer because of brokenness. SPARC users +who build MPlayer with mediaLib support have reported a thick, +green-tint on video encoded and decoded with libavcodec. You may enable +it if you wish with: + +$ ./configure --enable-mlib + +You do this at your own risk. x86 users should +never use mediaLib, as this will +result in very poor MPlayer performance. + + + To build the package you will need GNU make (gmake, /opt/sfw/gmake), native @@ -202,7 +219,9 @@ "as" on your system). - +Solutions to common problems: + + Error message from configure on a Solaris x86 system using GCC without GNU assembler: @@ -227,8 +246,33 @@ ... more "Illegal mnemonic" and "Syntax error" errors ... + - +MPlayer may segfault when decoding +and encoding video that uses the win32codecs: + +... +Trying to force audio codec driver family acm... +Opening audio decoder: [acm] Win32/ACM decoders +sysi86(SI86DSCR): Invalid argument +Couldn't install fs segment, expect segfault + + +MPlayer interrupted by signal 11 in module: init_audio_codec +... + +This is because of a change to sysi86() in Solaris 10 and pre-Solaris +Nevada b31 releases. This has been fixed in Solaris Nevada b32; +however, Sun has yet to backport the fix to Solaris 10. The MPlayer +Project has made Sun aware of the problem and a patch is currently in +progress for Solaris 10. More information about this bug can be found +at: +. + + + + Due to bugs in Solaris 8, you may not be able to play DVD discs larger than 4 GB: @@ -249,6 +293,8 @@ The hsfs problem can be fixed by installing patch 109764-04 (sparc) / 109765-04 (x86). + + @@ -425,6 +471,7 @@ 604e +POWER3 POWER4 @@ -434,7 +481,6 @@ POWER POWER2 -POWER3 POWER5 @@ -442,11 +488,38 @@ Sound via the Ultimedia Services is not supported, as Ultimedia was dropped in AIX 5.1; therefore, the only option is to use the AIX Open Sound System (OSS) drivers from 4Front Technologies at http://www.opensound.com/aix.html. -4Front Technologies freely provides the OSS drivers for personal and -non-commercial usage. +url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html +. +4Front Technologies freely provides OSS drivers for AIX 5.1 for +non-commercial use; however, there are currently no sound output +drivers for AIX 5.2 or 5.3. This means AIX 5.2 +and 5.3 are not capable of MPlayer audio output, presently. +Solutions to common problems: + + + + +If you encounter this error message from configure: + +$ ./configure +... +Checking for iconv program ... no +No working iconv program found, use +--charset=US-ASCII to continue anyway. +Messages in the GTK-2 interface will be broken then. + +This is because AIX uses non-standard character set names; therefore, +converting MPlayer output to another character set is currently not +supported. The solution is to use: + +$ ./configure --charset=noconv + + + + +