ungoogled-software / ungoogled-chromium-fedora

RPM build for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
33 stars 6 forks source link

Freeworld codecs not available #13

Closed gkeep closed 2 years ago

gkeep commented 2 years ago

Please provide a package with freeworld codecs enabled. The flatpak build includes them, as does the chromium-browser-privacy package in RPM Fusion.

Said chromium-browser-privacy package is very outdated, last update being at 2021-02-06.

wchen342 commented 2 years ago

Freeworld cannot be built on OBS, you will have to build yourself by using chromium source from https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%%{version}.tar.xz and %global freeworld 1.

I have never tried building the freeworld version so there may be bugs in spec file. Please report back if you find any and PRs are welcomed.

gkeep commented 2 years ago

Freeworld cannot be built on OBS

Real shame, compiling is not an option for me at the moment. Any chance you can update the chromium-browser-privacy package in RPM Fusion or ping its maintainer?

wchen342 commented 2 years ago

I think the repo is https://github.com/rpmfusion/chromium-browser-privacy, it seems they updated the repo recently but I cannot find the actual package on RPMFusion (probably because @qvint is the only one who can write to the RPMFusion package, and he hasn't shown up for some time).

wchen342 commented 2 years ago

I may be able to build a freeworld version with my build server for Android version. But it will take some time to set up the whole Github Actions stuff, etc.