|
|
@ -1,8 +1,8 @@
|
|
|
|
#global prerelease -rc1
|
|
|
|
#global prerelease -rc1
|
|
|
|
|
|
|
|
|
|
|
|
Name: libplacebo
|
|
|
|
Name: libplacebo
|
|
|
|
Version: 5.229.2
|
|
|
|
Version: 5.264.0
|
|
|
|
Release: 2%{?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+
|
|
|
@ -51,6 +51,8 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson \
|
|
|
|
%meson \
|
|
|
|
|
|
|
|
-Ddovi=disabled \
|
|
|
|
|
|
|
|
-Dlibdovi=disabled \
|
|
|
|
-Dd3d11=disabled \
|
|
|
|
-Dd3d11=disabled \
|
|
|
|
-Ddemos=False
|
|
|
|
-Ddemos=False
|
|
|
|
|
|
|
|
|
|
|
@ -67,7 +69,7 @@ developing applications that use %{name}.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_libdir}/libplacebo.so.229
|
|
|
|
%{_libdir}/libplacebo.so.264
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
@ -76,6 +78,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Nicolas Chauvet <kwizart@gmail.com> - 5.264.0-1
|
|
|
|
|
|
|
|
- Update to 5.264.0
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.229.2-2
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.229.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|