|
|
@ -1,8 +1,8 @@
|
|
|
|
%global prerelease -rc1
|
|
|
|
#global prerelease -rc1
|
|
|
|
|
|
|
|
|
|
|
|
Name: libplacebo
|
|
|
|
Name: libplacebo
|
|
|
|
Version: 5.228.0
|
|
|
|
Version: 5.229.1
|
|
|
|
Release: 0.1rc1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Reusable library for GPU-accelerated video/image rendering primitives
|
|
|
|
Summary: Reusable library for GPU-accelerated video/image rendering primitives
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -12,7 +12,7 @@ Source0: %{url}/archive/v%{version}%{?prerelease}/%{name}-%{version}%{?pr
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: glad
|
|
|
|
BuildRequires: glad2 >= 2.0.0
|
|
|
|
BuildRequires: lcms2-devel
|
|
|
|
BuildRequires: lcms2-devel
|
|
|
|
BuildRequires: libepoxy-devel
|
|
|
|
BuildRequires: libepoxy-devel
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
@ -67,7 +67,7 @@ developing applications that use %{name}.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_libdir}/libplacebo.so.208
|
|
|
|
%{_libdir}/libplacebo.so.229
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
@ -76,6 +76,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 03 2022 Nicolas Chauvet <kwizart@gmail.com> - 5.229.1-1
|
|
|
|
|
|
|
|
- Update to 5.229.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Nicolas Chauvet <kwizart@gmail.com> - 5.228.0-1
|
|
|
|
* Tue Oct 18 2022 Nicolas Chauvet <kwizart@gmail.com> - 5.228.0-1
|
|
|
|
- Update to 5.228.0
|
|
|
|
- Update to 5.228.0
|
|
|
|
|
|
|
|
|
|
|
|