Compiling mesa-git with H264 and H265 for flatpak

This page summarizes the projects mentioned and recommended in the original post on /r/flatpak

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • toolbox enter # Install dependencies sudo dnf -y install @'C Development Tools and Libraries' buildstream bst-external ostree # Clone this git repository git clone https://gitlab.com/freedesktop-sdk/mesa-git-extension.git cd mesa-git-extension # Checkout the branch of the version you want to build (22.08 in this example) git checkout release/22.08 # Build Flatpak runtimes for x86_64 and i686 architectures make export-repo ARCH=x86_64 REPO=repo/22.08/x86_64 make export-repo ARCH=i686 REPO=repo/22.08/i686 # To install a local version, you must first uninstall any previously installed version flatpak uninstall org.freedesktop.Platform.GL.mesa-git org.freedesktop.Platform.GL32.mesa-git # Install for both the x86_64 and i686 architectures flatpak install ./repo/22.08/x86_64 org.freedesktop.Platform.GL.mesa-git flatpak install ./repo/22.08/i686 org.freedesktop.Platform.GL32.mesa-git

  • Hi, sorry for the delayed response. I've just added instructions to the repository and sent an MR to upstream. It should show up in https://gitlab.com/freedesktop-sdk/mesa-git-extension when it gets accepted. Until then, here's it on my fork: https://gitlab.com/jntesteves/mesa-git-extension/-/blob/feature/build-instructions/README.md

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project