|
|
@ -1,13 +1,13 @@
|
|
|
|
#global prerelease rc1
|
|
|
|
%global prerelease -rc1
|
|
|
|
|
|
|
|
|
|
|
|
Name: libplacebo
|
|
|
|
Name: libplacebo
|
|
|
|
Version: 4.157.0
|
|
|
|
Version: 4.192.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 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}%{?prerelease}/%{name}-%{version}%{?prerelease}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -44,7 +44,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
|
|
|
%autosetup -p1 -n %{name}-%{version}%{?prerelease}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -65,7 +65,7 @@ developing applications that use %{name}.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_libdir}/libplacebo.so.157
|
|
|
|
%{_libdir}/libplacebo.so.192
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
@ -74,6 +74,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 18 2022 Nicolas Chauvet <kwizart@gmail.com> - 4.192.0~rc1-1
|
|
|
|
|
|
|
|
- Update to 4.192.0-rc1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 05 2021 Nicolas Chauvet <kwizart@gmail.com> - 4.157.0-1
|
|
|
|
* Tue Oct 05 2021 Nicolas Chauvet <kwizart@gmail.com> - 4.157.0-1
|
|
|
|
- Update to 4.157.0 (final)
|
|
|
|
- Update to 4.157.0 (final)
|
|
|
|
|
|
|
|
|
|
|
|