Compare commits

...

1 Commits

5 changed files with 29 additions and 12 deletions

View File

@@ -1 +1 @@
libplacebo349
libplacebo351

BIN
libplacebo-v7.349.0.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
libplacebo-v7.351.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 21 22:46:00 UTC 2025 - llyyr <llyyr@yukari.in>
- Update libplacebo to version 7.351.0. See details in:
https://code.videolan.org/videolan/libplacebo/-/tags/v7.351.0
-------------------------------------------------------------------
Thu Apr 17 08:39:44 UTC 2025 - llyyr <llyyr@yukari.in>
- Use python3-Jinja2 and python3-glad2 for BuildRequires instead of
using multi-versioned python packages.
- Add support for building on Leap 15.6 with python3.11 only.
-------------------------------------------------------------------
Tue Jul 2 13:43:01 UTC 2024 - llyyr <llyyr@yukari.in>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libplacebo
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,12 @@
#
%{?sle15_python_module_pythons}
%define sover 349
%define sover 351
%if 0%{?suse_version} < 1600
%define py_min_ver 11
%endif
Name: libplacebo
Version: 7.349.0
Version: 7.351.0
Release: 0
Summary: Library for GPU-accelerated video/image rendering primitives
License: LGPL-2.1-or-later
@@ -35,10 +37,10 @@ BuildRequires: gcc13-c++
BuildRequires: c++_compiler
BuildRequires: c_compiler
%endif
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module glad2}
BuildRequires: meson >= 0.63.0
BuildRequires: pkgconfig
BuildRequires: python3%{?py_min_ver}-Jinja2
BuildRequires: python3%{?py_min_ver}-glad2
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(dovi)
BuildRequires: pkgconfig(glfw3)
@@ -93,6 +95,9 @@ help understand and demonstrate the various options provided by %{name}.
cp %{SOURCE1} ./demos/3rdparty/nuklear/
%build
%if 0%{?suse_version} < 1600
export PYTHON=%{_bindir}/python3.%{py_min_ver}
%endif
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
export CC=gcc-13
export CXX=g++-13
@@ -112,8 +117,7 @@ export CXX=g++-13
%check
%meson_test
%post -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{name}%{sover}
%files -n %{name}%{sover}
%doc README.md