Author Topic: SeaMonkey-2.42b8 and Thunderbird 45.8.0  (Read 18595 times)

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #15 on: May 31, 2017, 05:08:54 am »
Thanks Andreas, I'll add them to my tree.
BTW, next release will have changes to Lightning so you'll have to redo your localized version.
Also seems that dmik made an error in his libpathstrict patch for Firefox.exe and as I just copied his patch... Here's updated binaries.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #16 on: June 04, 2017, 01:51:30 am »
I've rebuilt SeaMonkey, now 2.42.9. Frank-Rainer Grahl supplied a bunch of backported patches from upstream to bring 2.42 up to release standards. Some icons fixed thanks to Andreas Kohl. I fixed the merge, a couple of files didn't originally merge correctly. The Mozilla tree is now slightly ahead of Firefox 45.5, now at the 45.9 level with H264, AAC and now MP3 playback working (volume still broken). Seamonky.exe is also patched to not need LIBPATHSTRICT or RUN! anymore.https://bitbucket.org/dryeo/dry-comm-esr31/downloads/seamonkey-2.42.9esr.en-US.os2.zip. Same requirements as previously, the latest FFmpeg 3.3.1 (Hobbes incoming currently) should also work for H264, AAC and MP3.

Neil Waldhauer

  • Hero Member
  • *****
  • Posts: 1025
  • Karma: +24/-0
    • View Profile
    • Blonde Guy
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #17 on: June 04, 2017, 05:24:27 am »
When I run the new version 2.42.9, I get this added to POPUPLOG.OS2

Code: [Select]
06-03-2017  20:16:06  SYS2070  PID 0054  TID 0001  Slot 0078
H:\SEAMONKEY2\SEAMONKEY.EXE
XUL->LIBCX0._fread
127

OK, it works with an updated LIBCX0.DLL you supplied.
« Last Edit: June 04, 2017, 11:00:30 pm by Neil Waldhauer »
Expert consulting for ArcaOS, OS/2 and eComStation
http://www.blondeguy.com

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #18 on: June 04, 2017, 09:18:47 am »
Shoot, sorry I forgot that I updated libcx, try this, it'll find itself into the RPM tree.
Should be able to backup and replace the version on @UNIXROOT\usr\lib, might need unlocking and a reboot or at least a Mozilla restart.
« Last Edit: June 04, 2017, 09:21:10 am by Dave Yeo »

xynixme

  • Guest
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #19 on: June 04, 2017, 08:21:10 pm »
the latest FFmpeg 3.3.1 (Hobbes incoming currently) should also work for H264, AAC and MP3.

FFPLAY.EXE, apparently a requirement of QWinFF, is no component of FFMpeg anymore?

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #20 on: June 04, 2017, 08:40:18 pm »
Need a more up to date SDL2, ffplay no longer supports SDL and the port on Hobbes is to old or configure should have updated version.h but was not run due to the porter going the OpenWatcom route with Doodles in tree patches.
The failure in config.log
Code: [Select]
check_cpp -Ik:/ffmpeg/include/SDL2
BEGIN k:/ffmpeg/tmp/ffconf.AwYCwzvr.c
    1   #include <SDL.h>
    2   #if !((SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x020100)
    3   #error "unsatisfied condition: (SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x020100"
    4   #endif
END k:/ffmpeg/tmp/ffconf.AwYCwzvr.c

Probably bad line wrap above.
I'll revisit when I have time, unless someone else wants to fix SDL2

xynixme

  • Guest
Re: SeaMonkey-2.42b8 and Thunderbird 45.8.0
« Reply #21 on: June 04, 2017, 09:09:27 pm »
QWinFF may be the only app which requires FFPLAY.EXE. I cannot recall another example, and remembered the setting of QWinFF.

Which ZIP file is the home of LZMA5.DLL ("available as zips in the http://rpm.netlabs.org/release/00/zip/ directory
libc066, zlib, bzip2, freetype, fontconfig, libzma0")?

Edit: xz-5_2_3-2_oc00.zip
« Last Edit: June 04, 2017, 09:21:03 pm by AndrĂ© Heldoorn »