Re: F40 Change Proposal: F40 MariaDB MySQL repackaging (Self-Contained)

2023-10-19 Thread pgnd
i understand the release-it-from-distro argument, but my $0.02, MDB @ Fedora has version-lagged for so long, with no response to requests to update, either official distro, or modules, that I switched to upstream. https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ https:/

Re: Remove openh264?

2025-05-29 Thread pgnd
Swap to noopenh264 instead: I believe the correct way to do this is to first disable the repo, then swap the packages: - sudo dnf config-manager setopt fedora-cisco-openh264.enabled=0 - sudo dnf swap '*openh264*' noopenh264 mozilla-openh264 (from the cisco repo) can't be removed because firef

Re: Remove openh264?

2025-05-29 Thread pgnd
here, addition of `--no-best` is sufficient dnf config-manager setopt fedora-cisco-openh264.enabled=0 dnf swap '*openh264*' noopenh264 --no-best with that, the install's good, removing gstreamer1-plugin-openh264 mozilla-openh264 openh264 and installing noopenh264 restarting FF 13

Re: Remove openh264?

2025-05-29 Thread pgnd
I've done this, but as soon as I do a simple "dnf update" it tries to replace noopenh264 with openh264 again ... from "fedora-multimedia" ... hmmm i don't use/install `fedora-multimedia` here. i have what i need from rpmfusion*. iirc (?) they _can_ coexist ... try changing your repo priori