Package Details: gfxstream 0.1.2-2

Git Clone URL: https://aur.archlinux.org/gfxstream.git (read-only, click to copy)
Package Base: gfxstream
Description: Graphics Streaming Kit (colloquially known as Gfxstream) is a code generator that makes it easier to serialize and forward graphics API calls from one place to another.
Upstream URL: https://android.googlesource.com/platform/hardware/google/gfxstream/
Licenses: Apache-2.0
Submitter: davidgarfias
Maintainer: envolution
Last Packager: envolution
Votes: 1
Popularity: 0.40
First Submitted: 2024-10-16 07:55 (UTC)
Last Updated: 2025-01-13 17:26 (UTC)

Latest Comments

envolution commented on 2025-01-13 17:57 (UTC)

@RushingAlien added your suggestions

RushingAlien commented on 2024-12-07 05:24 (UTC)

-Ddecoders=gles,vulkan,composer

Also please add these build flags explicitly

RushingAlien commented on 2024-12-07 05:22 (UTC)

Referencing the Fedora build files for gfxstream, i think we should add vulkan-headers, libglvnd and glm as makedeps

BuildRequires:  gcc
BuildRequires:  g++
BuildRequires:  meson
BuildRequires:  pkgconfig(libdrm)
BuildRequires:  pkgconfig(aemu_base)
BuildRequires:  pkgconfig(aemu_host_common)
BuildRequires:  pkgconfig(aemu_logging)
BuildRequires:  vulkan-headers
BuildRequires:  renderdoc-devel
BuildRequires:  glm-devel   
BuildRequires:  libglvnd-devel

RushingAlien commented on 2024-12-07 05:16 (UTC)

Hey! Maybe add a small change to all these virtio-gpu-rutabaga dependencies to have the url use $pkgver in the tag, something like

source=("git+https://android.googlesource.com/platform/hardware/google/gfxstream#tag=v$pkgver-gfxstream-release")

it will be easier to update versions in the future this way, a one line change