Veit Kannegieser's repo

For contributed third party builds not necessarily configured like the main product.
e.g. AVX builds, SSE builds, Pandora builds.
User avatar
Veit Kannegieser
Moon lover
Moon lover
Posts: 77
Joined: 2019-03-23, 19:16

Re: Veit Kannegieser's repo

Post by Veit Kannegieser » 2026-04-09, 21:42

Hello nero355,

i will consider extrepo again.
Points to think about would be the how many/which variants/architectures to list there, the category (main?).
On the other hand there is currently work on the build environment to work with Python 3.1x, so maybe a a fully official package (guess SSE2 for AMD64) is also possible.

nero355
Apollo supporter
Apollo supporter
Posts: 44
Joined: 2018-01-15, 18:20

Re: Veit Kannegieser's repo

Post by nero355 » 2026-04-10, 14:41

Veit Kannegieser wrote:
2026-04-09, 21:42
I will consider extrepo again.
COOL!!! :cool: :mrgreen:
Points to think about would be the how many/which variants/architectures to list there, the category (main?).
I think that's something to discuss with the guy who made extrepo and ask him what's allowed/possible at the moment ?

In essence it's not that different than the way things are now and if something goes wrong (CPU doesn't support AVX2 or so...) the user gets notified anyway and can still manually change things if needed :)
On the other hand there is currently work on the build environment to work with Python 3.1x, so maybe a a fully official package (guess SSE2 for AMD64) is also possible.
Brr... Python... Hope it won't break anything!

jarsealer
Fanatic
Fanatic
Posts: 113
Joined: 2025-08-03, 23:56

Re: Veit Kannegieser's repo

Post by jarsealer » 2026-04-29, 08:58

Veit Kannegieser wrote:
2026-04-09, 21:31
Hello jarsealer.
jarsealer wrote:
2026-04-09, 17:45
The arm64 build is still outdated.
Can not test it, but current dists/mx23_gtk3/main/binary-arm64/Packages gives palemoon_34.2.0-1mx23_arm64.deb.
Older versions had compile problems for arm64.
Please try again.
Been using it for a while no problems.
Pale Moon, Basilisk and SeaLion arm64 user, on Raspberry Pi 5 (8 GB RAM)

User avatar
Garland
Moonbather
Moonbather
Posts: 63
Joined: 2023-09-26, 20:39

Re: Veit Kannegieser's repo

Post by Garland » 2026-05-07, 16:28

Thanks Veit for providing Pale Moon builds for Debian distributions. I am using Steve Pusser's builds for MX Linux 25 currently, but I would like to use yours in the near future when I explore other Debian 13 distributions.

I see that you offer a mx23_gtk3 variant. Why is it based on MX-23/Debian 12 when MX-25/Debian 13 is the current version?

This link may be useful to you for all the available MX Pale Moon builds:
https://mxrepo.com/mx/repo/pool/main/p/palemoon/

User avatar
andyprough
Board Warrior
Board Warrior
Posts: 1408
Joined: 2020-05-31, 04:33

Re: Veit Kannegieser's repo

Post by andyprough » 2026-05-07, 16:35

Garland wrote:
2026-05-07, 16:28
I see that you offer a mx23_gtk3 variant. Why is it based on MX-23/Debian 12 when MX-25/Debian 13 is the current version?
Not speaking for Veit, but we are usually better off if we can support older versions of Debian that are still actively maintained, such as Debian 12. It shouldn't harm the Debian 13 or MX 25 users at all to be using a version of Pale Moon that is also available for Debian12/MX23.
Last edited by andyprough on 2026-05-07, 21:22, edited 1 time in total.

User avatar
Veit Kannegieser
Moon lover
Moon lover
Posts: 77
Joined: 2019-03-23, 19:16

Re: Veit Kannegieser's repo

Post by Veit Kannegieser » 2026-05-07, 20:55

Yes, exactly - hoped for compatibility.
I used it for a Raspberry Pi 3b at work, which runs 12 "bookworm" based Raspbian. Upgraded Monday/Tuesday to 13 "trixie",
but now fails to install, because of package names changed for 64 bit time_t. And MX25 does have a armhf package..
Will try to install ARM64 OS, which is a bit silly on a 1 GiB model.

jarsealer
Fanatic
Fanatic
Posts: 113
Joined: 2025-08-03, 23:56

Re: Veit Kannegieser's repo

Post by jarsealer » 2026-05-07, 21:04

Veit Kannegieser wrote:
2026-05-07, 20:55
Yes, exactly - hoped for compatibility.
I used it for a Raspberry Pi 3b at work, which runs 12 "bookworm" based Raspbian. Upgraded Monday/Tuesday to 13 "trixie",
but now fails to install, because of package names changed for 64 bit time_t. And MX25 does have a armhf package..
Will try to install ARM64 OS, which is a bit silly on a 1 GiB model.
I'd be willing to help out with building PM ARM64 for trixie GTK3 and you can add it to the repo, if you let me know.
Pale Moon, Basilisk and SeaLion arm64 user, on Raspberry Pi 5 (8 GB RAM)

User avatar
Veit Kannegieser
Moon lover
Moon lover
Posts: 77
Joined: 2019-03-23, 19:16

Re: Veit Kannegieser's repo

Post by Veit Kannegieser » 2026-05-11, 22:01

Thanks, the ARM64 package from MX should work fine, and is usually build soon after release.

User avatar
Veit Kannegieser
Moon lover
Moon lover
Posts: 77
Joined: 2019-03-23, 19:16

Re: Veit Kannegieser's repo

Post by Veit Kannegieser » 2026-05-11, 22:54

The extrepo-data merge request was accepted.
  1. Install extrepo tool if you do not have it yet:

    Code: Select all

    sudo apt-get install extrepo
  2. Search for repository name:

    Code: Select all

    extrepo search palemoon | less
  3. Chose only one, like palemoon_sse2_gtk2 or palemoon_avx_gtk3.
    This will create /etc/apt/sources.list.d/extrepo_palemoon_*_*.sources
    and /var/lib/extrepo/keys/palemoon_*.asc

    Code: Select all

    sudo extrepo enable palemoon_avx_gtk3
  4. Update+install with apt - as usual:

    Code: Select all

    sudo apt-get update
    sudo apt-get install palemoon
    
  5. Possibly update extrepo data:

    Code: Select all

    sudo extrepo update
    or specific

    Code: Select all

    sudo extrepo update palemoon_avx_gtk3
  6. Disable repo if no longer wanted or before changing to a different repository name:

    Code: Select all

    sudo extrepo disable palemoon_avx_gtk3
The installation of extrepo (1) and Pale Moon (4) can be done using graphical or TUI (aptitude) tools.
The extrepo query/enable/disable/update is console only. Only enable (3) is usually needed.

So far it works.

User avatar
andyprough
Board Warrior
Board Warrior
Posts: 1408
Joined: 2020-05-31, 04:33

Re: Veit Kannegieser's repo

Post by andyprough » 2026-05-12, 02:22

Veit Kannegieser wrote:
2026-05-11, 22:54
The extrepo-data merge request was accepted.
Hi Veit, Will this become the required way to access it, or if we already have access through your previous key and repo instructions, will those stay active?

User avatar
Veit Kannegieser
Moon lover
Moon lover
Posts: 77
Joined: 2019-03-23, 19:16

Re: Veit Kannegieser's repo

Post by Veit Kannegieser » 2026-05-13, 00:48

Everything will stay as before.
Extrepo is just a different way to install repository source and PGP key.

User avatar
andyprough
Board Warrior
Board Warrior
Posts: 1408
Joined: 2020-05-31, 04:33

Re: Veit Kannegieser's repo

Post by andyprough » 2026-05-13, 01:26

Veit Kannegieser wrote:
2026-05-13, 00:48
Everything will stay as before.
Extrepo is just a different way to install repository source and PGP key.
Excellent, thank you!