WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Somewhat modern version of Chromium  (Read 7730 times)

Offline JustinCB

  • Newbie
  • *
  • Posts: 28
Somewhat modern version of Chromium
« on: October 06, 2017, 07:14:35 AM »
The package hasn't been updated since November 2012, and the maintainer, Arslan S., hasn't been seen since May 2013.  Some other packages allegedly maintained by him have actually been maintained by Juanito since then.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Somewhat modern version of Chromium
« Reply #1 on: October 06, 2017, 08:05:46 AM »
Since the user Aslan S. is no longer active, please feel free to submit an updated chromium-browser extension for x86

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: Somewhat modern version of Chromium
« Reply #2 on: October 06, 2017, 01:18:54 PM »
A updated Chromium extension has been requested quite a few times already, see: http://forum.tinycorelinux.net/index.php?topic=19304.0

Also, Chromium (/Chrome) is much faster and more efficient than Firefox on Linux, see: https://www.phoronix.com/scan.php?page=article&item=firefox-quantum-bench&num=1

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Somewhat modern version of Chromium
« Reply #3 on: October 06, 2017, 01:40:52 PM »
Precompiled Chrome binaries for 64-bit Linux will run on Corepure64 without much trouble, but Google ceased providing precompiled 32-bit binaries for Linux a while ago. Unless you can and want to switch to 64-bit you don't have much choice but to compile it yourself.

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: Somewhat modern version of Chromium
« Reply #4 on: October 07, 2017, 02:40:05 AM »
Precompiled Chrome binaries for 64-bit Linux will run on Corepure64 without much trouble, but Google ceased providing precompiled 32-bit binaries for Linux a while ago. Unless you can and want to switch to 64-bit you don't have much choice but to compile it yourself.

But Chrome is not the open source variant and also comes with quite a few things users might not want.

So, how about Chromium (the open source variant)?

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Somewhat modern version of Chromium
« Reply #5 on: October 07, 2017, 05:30:29 AM »
I do need a LAMP style stack, which is why I maintain that. I don't have a need for a web browser at the moment, so it won't be me. I personally don't have a problem using free as in beer software, but I certainly respect others reasons not to. Once you post your Chromium extension, then we'll have a choice.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Somewhat modern version of Chromium
« Reply #6 on: February 24, 2018, 10:37:17 PM »
For info, there's a chromium-browser extension in the corepure64 9.x repo.

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: Somewhat modern version of Chromium
« Reply #7 on: February 25, 2018, 07:25:45 AM »
Thanks a lot Juanito!

Will you be regularly updating/maintaining it from now on?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Somewhat modern version of Chromium
« Reply #8 on: February 25, 2018, 09:34:50 AM »
It took almost eight hours to compile, so it's unlikely...
« Last Edit: February 25, 2018, 09:41:28 AM by Juanito »

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: Somewhat modern version of Chromium
« Reply #9 on: February 25, 2018, 10:42:12 AM »
Maybe you could use OBS (Open Build Service) for that:

https://en.wikipedia.org/wiki/Open_Build_Service

?

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Somewhat modern version of Chromium
« Reply #10 on: February 26, 2018, 08:47:26 AM »
i don't like that people put work into finding workarounds without resolving the core issue. if nobody can compile it people should stop using it altogether.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Somewhat modern version of Chromium
« Reply #11 on: February 26, 2018, 11:11:48 AM »
Like MariaDB? It took me a day and making three of my own patches to get it to compile on 64-bit. It's no wonder I don't update it.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Somewhat modern version of Chromium
« Reply #12 on: February 27, 2018, 05:47:00 AM »
andyj: yep. if it's that hard nobody should compile nor use it. i like that on tinycorelinux people don't cheat with automated frameworks. if secret knowledge is required to manually build one of these bigger jungles of bad software, tinycore won't have it, and that's a good thing :)

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: Somewhat modern version of Chromium
« Reply #13 on: February 27, 2018, 07:40:23 AM »
i don't like that people put work into finding workarounds without resolving the core issue. if nobody can compile it people should stop using it altogether.
andyj: yep. if it's that hard nobody should compile nor use it. i like that on tinycorelinux people don't cheat with automated frameworks. if secret knowledge is required to manually build one of these bigger jungles of bad software, tinycore won't have it, and that's a good thing :)

Where have any "workarounds" or "secrect knowledge" being mentioned?

Juanito only spoke about the compile time.

His personal machine probably took 8 hours to compile Chromium

With something like OBS, he could offload compiling to an automated server farm, which even compiles to several package formats at once.

openSUSE offers a public instance for OBS:

https://build.opensuse.org/

So why not use that one to compile instead of using Juanito's personal machine?
« Last Edit: February 27, 2018, 07:42:25 AM by pq5190362 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Somewhat modern version of Chromium
« Reply #14 on: February 27, 2018, 07:57:34 AM »
the build notes are here:

http://repo.tinycorelinux.net/9.x/x86_64/tcz/src/chromium-browser/

..please feel free to give it a go.