files/patch-system-openh264 causes patch churn on updates and hits assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead. While here populate Last Updated field to avoid falling back to Epoch start and disable Automatic Updates in an unlikely case of - Cisco & Mozilla providing prebuilt version for FreeBSD - Firefox running with root priveleges i.e., write permission under /usr/local PR: 202218 [1] Reported by: kib, pi [1] Inspired by: Gentoo MFH: 2015Q3
3 lines
164 B
JavaScript
3 lines
164 B
JavaScript
pref("media.gmp-gmpopenh264.autoupdate", false);
|
|
pref("media.gmp-gmpopenh264.lastUpdate", %%TIMESTAMP%%);
|
|
pref("media.gmp-gmpopenh264.version", "%%PORTVERSION%%");
|