Update to 4.157.0

f37
Nicolas Chauvet 3 years ago
parent a01fd31767
commit 4192ac4e9c

@ -1,11 +1,13 @@
%global prerelease rc1
Name: libplacebo Name: libplacebo
Version: 3.120.3 Version: 4.157.0
Release: 2%{?dist} Release: 0.1.rc1%{?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+
URL: https://github.com/haasn/libplacebo URL: https://github.com/haasn/libplacebo
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/v%{version}-rc1/%{name}-%{version}-rc1.tar.gz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -42,11 +44,12 @@ developing applications that use %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %{name}-%{version}-rc1
%build %build
%meson \ %meson \
-Dd3d11=disabled \
-Ddemos=False -Ddemos=False
%meson_build %meson_build
@ -62,7 +65,7 @@ developing applications that use %{name}.
%files %files
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_libdir}/libplacebo.so.120 %{_libdir}/libplacebo.so.157
%files devel %files devel
%{_includedir}/* %{_includedir}/*
@ -71,6 +74,9 @@ developing applications that use %{name}.
%changelog %changelog
* Thu Aug 19 2021 Nicolas Chauvet <kwizart@gmail.com> - 4.157.0-0.1.rc1
- Update to 4.157.0-rc1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.120.3-2 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.120.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save