fix: libplacebo (#2578)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-12-07 13:51:33 +08:00
committed by GitHub
parent 980157fcdd
commit 0cce792fdc
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "terra-libplacebo.spec"
}
labels {
extra = 1
}
}
+4 -1
View File
@@ -1,6 +1,6 @@
Name: terra-libplacebo
Version: 7.349.0
Release: 1%?dist
Release: 2%?dist
Summary: Reusable library for GPU-accelerated video/image rendering primitives
License: LGPLv2+
@@ -21,6 +21,9 @@ BuildRequires: spirv-tools-devel
BuildRequires: vulkan-devel
BuildRequires: glslang-devel
BuildRequires: xxhash-devel
# Conflict with upstream libplacebo
Conflicts: libplacebo
%description