Update to 3.120.0

f37
Nicolas Chauvet 4 years ago
parent bd22da7060
commit f0f87705bb

@ -1,5 +1,5 @@
Name: libplacebo Name: libplacebo
Version: 3.104.0 Version: 3.120.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Reusable library for GPU-accelerated video/image rendering primitives Summary: Reusable library for GPU-accelerated video/image rendering primitives
@ -14,17 +14,8 @@ BuildRequires: lcms2-devel
BuildRequires: libepoxy-devel BuildRequires: libepoxy-devel
BuildRequires: libshaderc-devel >= 2018.0-1 BuildRequires: libshaderc-devel >= 2018.0-1
BuildRequires: python3-mako BuildRequires: python3-mako
# Use a more modern compiler toolchain on EL7
%if 0%{?rhel} == 7
BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
# Vulkan is optional, but only available on theses arches for EL7
%ifarch x86_64 ppc64le
BuildRequires: vulkan-devel
%endif
%else # Fedora
BuildRequires: vulkan-devel BuildRequires: vulkan-devel
BuildRequires: glslang-devel BuildRequires: glslang-devel
%endif
%description %description
@ -53,17 +44,8 @@ developing applications that use %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
%endif
%build %build
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
%endif
%meson %meson
%meson_build %meson_build
@ -78,7 +60,7 @@ developing applications that use %{name}.
%files %files
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_libdir}/libplacebo.so.104 %{_libdir}/libplacebo.so.120
%files devel %files devel
%{_includedir}/* %{_includedir}/*
@ -87,6 +69,9 @@ developing applications that use %{name}.
%changelog %changelog
* Thu Apr 01 2021 Nicolas Chauvet <kwizart@gmail.com> - 3.120.0-1
- Update to 3.120.0
* Tue Feb 09 2021 Nicolas Chauvet <kwizart@gmail.com> - 3.104.0-1 * Tue Feb 09 2021 Nicolas Chauvet <kwizart@gmail.com> - 3.104.0-1
- Update to 3.104.0 - Update to 3.104.0

@ -1 +1 @@
SHA512 (libplacebo-3.104.0.tar.gz) = 750605d4dd528bebed60e1049322e9e72d4f59ecde5724275aff66c313d4cefe490beb9cafe8ddc02397dc8e00f9868dbac8b305ffd3d509cc911c79612ab4ed SHA512 (libplacebo-3.120.0.tar.gz) = 409cc4a647ae0ef100f0ca4c0ea25b2542998d0aae2a296e845965748b74963ac9d5ad844b9ca6f2f44c346620af843d5787fd479ef77398912dafb4f5c79b13

Loading…
Cancel
Save