Search Criteria
Package Details: firefox-vaapi 134.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/firefox-vaapi.git (read-only, click to copy) |
---|---|
Package Base: | firefox-vaapi |
Description: | Fast, Private & Safe Web Browser (with VA-API patches) |
Upstream URL: | https://www.mozilla.org/firefox/ |
Keywords: | firefox libva va-api vaapi video |
Licenses: | MPL-2.0 |
Conflicts: | firefox |
Provides: | firefox |
Submitter: | ewout |
Maintainer: | dcelasun |
Last Packager: | dcelasun |
Votes: | 12 |
Popularity: | 0.55 |
First Submitted: | 2023-02-24 13:48 (UTC) |
Last Updated: | 2025-01-08 09:11 (UTC) |
Dependencies (54)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- Show 34 more dependencies...
Required by (171)
- activity-aware-firefox (requires firefox)
- activityfox-git (requires firefox)
- aksusbd-bin (requires firefox) (make)
- anylogic-ple (requires firefox) (optional)
- anylogic-ple-8.2.4 (requires firefox) (optional)
- anylogic-professional (requires firefox) (optional)
- anylogic-professional-8.2.4 (requires firefox) (optional)
- anylogic-university (requires firefox) (optional)
- anylogic-university-8.2.4 (requires firefox) (optional)
- atelierb (requires firefox) (optional)
- bright-cmgui (requires firefox)
- browsh (requires firefox)
- browsh-bin (requires firefox)
- clean-home (requires firefox) (optional)
- connective-plugin-linux-firefox (requires firefox)
- crunchyroll-guest-pass-finder (requires firefox) (optional)
- desktop-like-mobile-config-firefox (requires firefox)
- edge-frfox (requires firefox) (optional)
- eid-mw (requires firefox) (optional)
- ff2mpv-go-git (requires firefox) (optional)
- Show 151 more...
Sources (7)
- 0003-enable-vaapi.patch
- 0004-remove-nvidia-blocklist.patch
- firefox-symbolic.svg
- firefox.desktop
- https://archive.mozilla.org/pub/firefox/releases/134.0/source/firefox-134.0.source.tar.xz
- https://archive.mozilla.org/pub/firefox/releases/134.0/source/firefox-134.0.source.tar.xz.asc
- org.mozilla.firefox.metainfo.xml
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
dcelasun commented on 2025-01-08 09:13 (UTC)
Updated to 134.0 which builds fine for me with Python 3.13.1 from the repos.
tendie commented on 2025-01-01 19:33 (UTC) (edited on 2025-01-01 19:41 (UTC) by tendie)
Currently, building fails at:
The message may slightly vary as I installed python311 after my first failed build; without it, the message stating to run mach on python311 doesn't show up.
I can confirm that going into the source directory and building/calling mach with python311 does in fact work and the build process finishes successfully, however I don't know what the steps are to force the PKGBUILD to use python311 as opposed to 3.13 (my guesses are: python311 needs to be a dependency/build dependency and run mach with that version)
I tried by adding an env variable to the PKGBUILD under build() "export PYTHON=/usr/bin/python3.11" but the build process failed with the same error. (In addition to having to delete the built package as yay would fail because src/mozbuild already existed, therefore not reaching the build stage).
I'm guessing I should've changed the actual line where mach is called to explicitly use python311, but since it took quite a while to build and I need to get back to work I can't provide a satisfactory solution to this issue at this time. I will update if I go through with it again and successfully finish the entire install process.
EDITS: redaction/clarity, formatting, punctuation
deemon commented on 2024-12-30 23:16 (UTC)
I was wondering, why there is no HEVC support enabled in about:support? I only see HW decoding enabled for H264, VP9 and AV1; and SW for everything except also HEVC. Although my vainfo seems to show, that I have totally HEVC HW thing supported to some degree?
deemon commented on 2024-12-28 13:22 (UTC) (edited on 2024-12-30 23:25 (UTC) by deemon)
I noticed a lot of those in the journal:
firefox[12302]: Failed to create /home for shader cache (Permission denied)---disabling.
Apparently others on "normal" firefox are having the same issue... https://bugzilla.mozilla.org/show_bug.cgi?id=1921742 -- fixed as workaround by putting into /etc/environmentMESA_SHADER_CACHE_DIR=$HOME/.cache/mesa_shader_cache
. no more spam in logs. :-)xzntest commented on 2024-12-05 01:19 (UTC)
Need slightly older version of rust, one that uses LLVM 18 instead of 19. Rust 1.81 should work.
Zexal commented on 2024-12-03 09:10 (UTC) (edited on 2024-12-05 17:53 (UTC) by Zexal)
133.0-1 doesn't compile. Any thoughts?
EDIT: Thanks to xzntest, realized the issue. Never use rust so I had not idea how rust toolchains are supposed to work. Uninstalled stable and installed last release with LLVM 18 (1.81.1). If its using LLVM from the rust toolchain why doesn't it just use the same LLVM at the final step? Hmm..
Anyways, copy & paste if anyone else is having the same issue (if same arch):
kikislater commented on 2024-11-25 04:09 (UTC)
@deemon : just comment these lines =>
deemon commented on 2024-11-24 10:16 (UTC) (edited on 2024-11-24 10:24 (UTC) by deemon)
For me the build failed on Manjaro, because it complained that my nss is not >=3.105 or something (Manjaro has still 3.104) -- np, will wait until manjaro gets the correct version also sometime later. But it's not even listed as dependency and started building regardless and failed later, when the build process itself didn't have correct version.
kikislater commented on 2024-11-23 05:30 (UTC)
Thank you broller, this is what we need !
broller commented on 2024-11-23 04:45 (UTC)
@dcelasun Oh okay, I understand. Thank you for explaining, appreciate the clarifications a lot!
1 2 3 4 5 6 .. 8 Next › Last »