Compare commits

...

No commits in common. 'f37' and 'i10ce' have entirely different histories.
f37 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/libplacebo-*.tar.gz
SOURCES/libplacebo-7.349.0.tar.gz

@ -0,0 +1 @@
f273dcccf15704c1b4efd84ca211d52328360447 SOURCES/libplacebo-7.349.0.tar.gz

@ -0,0 +1,12 @@
https://github.com/haasn/libplacebo/issues/226
--- libplacebo/src/glsl/meson.build 2023-12-02 20:48:51.445273381 -0400
+++ libplacebo_patch/src/glsl/meson.build 2023-12-05 10:56:49.083295970 -0400
@@ -44,7 +44,7 @@ elif not glslang_req.disabled()
# Always required for static linking
cxx.find_library('MachineIndependent', required: true, static: true),
cxx.find_library('OSDependent', required: true, static: true),
- cxx.find_library('OGLCompiler', required: true, static: true),
+# cxx.find_library('OGLCompiler', required: true, static: true),
cxx.find_library('GenericCodeGen', required: true, static: true),
# SPIRV-Tools are required only if optimizer is enabled in glslang build
cxx.find_library('SPIRV-Tools', required: false, static: true),

@ -1,24 +1,38 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 4;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
#global prerelease -rc1
Name: libplacebo
Version: 4.208.0
Release: 1%{?dist}
Version: 7.349.0
Release: %autorelease
Summary: Reusable library for GPU-accelerated video/image rendering primitives
License: LGPLv2+
License: LGPL-2.0-or-later
URL: https://github.com/haasn/libplacebo
Source0: %{url}/archive/v%{version}%{?prerelease}/%{name}-%{version}%{?prerelease}.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: glad2
BuildRequires: lcms2-devel
BuildRequires: libdovi-devel
BuildRequires: libepoxy-devel
BuildRequires: libunwind-devel
BuildRequires: libshaderc-devel >= 2018.0-1
BuildRequires: libshaderc-devel
BuildRequires: python3-mako
BuildRequires: spirv-tools-devel
BuildRequires: vulkan-devel
BuildRequires: glslang-devel
BuildRequires: xxhash-devel
%description
@ -60,21 +74,92 @@ developing applications that use %{name}.
%meson_install
%ldconfig_scriptlets
%files
%license LICENSE
%doc README.md
%{_libdir}/libplacebo.so.208
%{_libdir}/libplacebo.so.349
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_includedir}/libplacebo
%{_libdir}/libplacebo.so
%{_libdir}/pkgconfig/libplacebo.pc
%changelog
* Mon Dec 23 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 7.349.0-4
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.349.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jul 16 2024 Nicolas Chauvet <kwizart@gmail.com> - 7.349.0-3
- Add missing sources
* Tue Jul 16 2024 Nicolas Chauvet <kwizart@gmail.com> - 7.349.0-2
- Fix build
* Wed Jul 10 2024 Nicolas Chauvet <kwizart@gmail.com> - 7.349.0-1
- Update to 7.349.0
* Sun Apr 07 2024 Sérgio M. Basto <sergio@serjux.com> - 6.338.2-5
- Fix build failure due to OGLCompiler being removed from glslang and
shaderc
* Sun Feb 25 2024 Carl George <carlwgeorge@fedoraproject.org> - 6.338.2-4
- Switch to SPDX license identifier
* Sun Feb 25 2024 Carl George <carlwgeorge@fedoraproject.org> - 6.338.2-3
- Remove deprecated %%%%ldconfig_scriptlets
* Sun Feb 25 2024 Carl George <carlwgeorge@fedoraproject.org> - 6.338.2-2
- Remove globs from %%%%files
* Tue Jan 30 2024 Nicolas Chauvet <kwizart@gmail.com> - 6.338.2-1
- Update to 6.338.2
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.338.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 24 2024 Nicolas Chauvet <kwizart@gmail.com> - 6.338.1-3
- Drop version from BR
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.338.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 23 2023 Nicolas Chauvet <kwizart@gmail.com> - 6.338.1-1
- Update to 6.338.1
* Fri Sep 29 2023 Nicolas Chauvet <nchauvet@linagora.com> - 6.338.0-1
- Update to 6.338.0
* Sun Aug 06 2023 Nicolas Chauvet <kwizart@gmail.com> - 6.292.1-1
- Update to 6.292.1
* Fri Jul 21 2023 Nicolas Chauvet <kwizart@gmail.com> - 6.292.0-1
- Update to 6.292.0
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.264.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Mar 24 2023 Nicolas Chauvet <kwizart@gmail.com> - 5.264.1-1
- Update to 5.264.1
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 Nicolas Chauvet <kwizart@gmail.com> - 5.229.2-1
- Update to 5.229.2
* 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
- Update to 5.228.0
* Wed Aug 10 2022 Nicolas Chauvet <kwizart@gmail.com> - 4.208.0-1
- Update to 4.208.0
@ -168,3 +253,5 @@ developing applications that use %{name}.
* Mon Feb 12 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-1
- Initial spec file
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (libplacebo-4.208.0.tar.gz) = a460cc1bb75bf34982c1bce0a100b586a90e70d6060ee5cd3f8bbf76b9647a6534c6edfcf6382dcc6847051dc5229d651ea545bd8323161fa9056977fbea688c
Loading…
Cancel
Save