summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Anderson2024-01-06 20:07:23 -0600
committerMatthew Anderson2024-01-06 20:07:23 -0600
commite4c3f15ae955edd9fee01d4e1474d41ba5ecabc9 (patch)
treeefe927d702931f5fbca52be5234647b390eca2d6
parent3eeb79e3b0f48ac87a9f2dfdabc4a551c06d2087 (diff)
downloadaur-e4c3f15ae955edd9fee01d4e1474d41ba5ecabc9.tar.gz
Add libavif dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f801241b32f1..bd682abcb22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.12.0.beta8.r13.g1b9b736
+ pkgver = 3.13.19.r25.g58509f0
pkgrel = 1
url = https://github.com/ValveSoftware/gamescope
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = gamescope-git
makedepends = glslang
makedepends = wayland-protocols
makedepends = cmake
+ depends = libavif
depends = libxcomposite
depends = libxtst
depends = libxres
diff --git a/PKGBUILD b/PKGBUILD
index 74af46186766..ac77d28c275d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.12.0.beta8.r13.g1b9b736
+pkgver=3.13.19.r25.g58509f0
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/ValveSoftware/gamescope"
license=("custom:BSD-2-Clause")
depends=(
# gamescope
- "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu" "glm" "benchmark"
+ "libavif" "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu" "glm" "benchmark"
# wlroots
"libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors" "seatd"
)