Request latest seamonkey and palemoon
Posted: Mon Feb 05, 2024 10:10 am
seamonkey is now 2.53.18.1
palemoon is now Pale Moon 33.0
Thanks
palemoon is now Pale Moon 33.0
Thanks
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
https://www.seamonkey-project.org/mmikeinsantarosa wrote: Mon Feb 05, 2024 10:49 am The latest seamonkey in the mozillaa repo is 2.53.18. I check for new releases of firefox and seamonkey at least every other day. AS soon as I see it, I'll get it up.
When I go to their download page, what's there is a 2.53.18.b1(beta). I bet they put it up as soon as it drops the "b".
- mike
January 16, 2024
SeaMonkey 2.53.18.1 released
The SeaMonkey project is proud to present SeaMonkey 2.53.18.1: The new release of the all-in-one Internet suite is available for free download now!
2.53.18.1 is a minor bugfix release on the 2.53.x branch and contains a crash fix and a few other fixes to the application from the underlying platform code.
SeaMonkey 2.53.18.1 is available in 23 languages, for Windows, macOS x64 and Linux.
I don't have a real debian for this one.Stevo wrote: Mon Feb 05, 2024 4:54 pm What anti said:
January 16, 2024
SeaMonkey 2.53.18.1 released
The SeaMonkey project is proud to present SeaMonkey 2.53.18.1: The new release of the all-in-one Internet suite is available for free download now!
2.53.18.1 is a minor bugfix release on the 2.53.x branch and contains a crash fix and a few other fixes to the application from the underlying platform code.
SeaMonkey 2.53.18.1 is available in 23 languages, for Windows, macOS x64 and Linux.
they might have just moved themmmikeinsantarosa wrote: Mon Feb 05, 2024 5:54 pmI don't have a real debian for this one.Stevo wrote: Mon Feb 05, 2024 4:54 pm What anti said:
January 16, 2024
SeaMonkey 2.53.18.1 released
The SeaMonkey project is proud to present SeaMonkey 2.53.18.1: The new release of the all-in-one Internet suite is available for free download now!
2.53.18.1 is a minor bugfix release on the 2.53.x branch and contains a crash fix and a few other fixes to the application from the underlying platform code.
SeaMonkey 2.53.18.1 is available in 23 languages, for Windows, macOS x64 and Linux.
steveo, it's all yours if you want it. Otherwise, I'll wait for the compiled binaries to show up at mozilla.
Pale Moon 33.3.0 released with a breaking changes - official builds now requires CPUs with AWX, and there no official builds for CPUs with SSE2: https://www.palemoon.org/releasenotes.shtmlStevo wrote: Mon Feb 05, 2024 1:18 pm Pale Moon 33.0.0 just made it into the MX 21 repo yesterday, after I had some trouble with the checksums that the OBS was generating for the finished builds.
https://mxrepo.com/mx/repo/pool/main/p/palemoon/
Code: Select all
# Set GTK Version to 2 or 3
#_GTK_VERSION=2
# Application and target
#export MOZ_PKG_SPECIAL=sse2_gtk"$_GTK_VERSION"
export MOZ_PKG_SPECIAL=avx2_gtk"$_GTK_VERSION"
mk_add_options MOZ_OBJDIR=../build/obj-pm-x64-$MOZ_PKG_SPECIAL-release
ac_add_options --enable-application=palemoon
# Build options
mk_add_options MOZ_MAKE_FLAGS="-j6"
#ac_add_options --enable-optimize="-O2 -msse2 -mfpmath=sse -w"
ac_add_options --enable-optimize="-O2 -march=x86-64-v3 -w"
ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION
ac_add_options --enable-official-branding
ac_add_options --enable-update-channel=release
ac_add_options --enable-updater
ac_add_options --disable-precompiled-startupcache
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
ac_add_options --enable-jxl
ac_add_options --disable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-necko-wifi
ac_add_options --disable-webrtc
ac_add_options --with-pthreads
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
export MC_OFFICIAL=1
export MOZILLA_OFFICIAL=1
ac_add_options --x-libraries=/usr/lib64
As Pale Moon is already in repos and that is just an update reqeust, and there is no "MX 23 Repository: The Pale Moon Browser Thread" yet (only MX 21 topic), should I create "MX 23 Repository: The Pale Moon Browser Thread"?Eadwine Rose wrote: Wed Aug 21, 2024 5:45 pm Please post the request in the correct subforum. You're in the mx21 requests.
Maybe it's a Windows thing (see below). They updated their requirements though, because if they didn't they would "leave a lot of performance on the table".Stevo wrote: Wed Aug 21, 2024 6:25 pm We also haven't supported sse2 in it for lo these many years...is there a pressing need for it now?
Minimum requirements for official builds:
32-bit (Windows only): A processor with at least SSE2 support (any CPU that is not museum-grade should be fine).
64-bit: A processor with at least AVX support. Almost all modern processors from the last decade support this.
At least 2 GB of free RAM.
While it may be possible to run it in limited fashion on less RAM, it isn't recommended as memory pressure will cause a lot of performance loss and may cause crashes.
A reasonable screen size (720p or higher).
I tried latest official builds of Pale Moon 33.3.0 on my old PC:Stevo wrote: Wed Aug 21, 2024 6:25 pm Since MX 21 and 23 xfce are GTK+ 3, and I've built the last couple versions in our repos as such, why GTK+ 2?
We also haven't supported sse2 in it for lo these many years...is there a pressing need for it now?
But MX-23 package of Pale Moon 33.2.1 (amd64, GTk3) works on my PC, how it could be if it is not SSE2 build and my CPU is SSE2 only?Stevo wrote: Wed Aug 21, 2024 6:25 pm We also haven't supported sse2 in it for lo these many years...
SSE2 build was the default build, until 33.3.0 (now the default is AVX)
OK, I guess it now has to be specially enabled in the configuration?oops wrote: Thu Aug 22, 2024 8:22 amSSE2 build was the default build, until 33.3.0 (now the default is AVX)
For better compatibility into MX, and for most people, SSE (2-3-4 ?) is better than AVX or AVX2, AVX512, etc. (with the old PCs)Stevo wrote: Thu Aug 22, 2024 10:52 am ...
OK, I guess it now has to be specially enabled in the configuration?
Code: Select all
$ inxi --flags
CPU:
Info: quad core model: Intel Core i5-2320 bits: 64 type: MCP cache:
L2: 1024 KiB
Speed (MHz): avg: 1920 min/max: 1600/3300 cores: 1: 1778 2: 1876 3: 1705
4: 2323
Flags: acpi aes aperfmperf apic arat arch_perfmon avx bts clflush cmov
constant_tsc cpuid cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept est
flexpriority flush_l1d fpu fxsr ht ibpb ibrs ida lahf_lm lm mca mce
md_clear mmx monitor msr mtrr nonstop_tsc nopl nx pae pat pbe pcid
pclmulqdq pdcm pebs pge pln pni popcnt pse pse36 pti pts rdtscp rep_good
sep ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc
tsc_deadline_timer vme vmx vnmi vpid xsave xsaveopt xtopology xtpr
No data, but behavior somehow.Stevo wrote: Thu Aug 22, 2024 10:52 am Appsoft, do you have any data on how much resources are saved with gtk2 vs gtk3?
Updated and actually using it to post here. Thanks!Stevo wrote: Thu Aug 22, 2024 10:52 am Anyway, the builds are here if you want them early: https://drive.google.com/file/d/1Hs-agw ... sp=sharing