Compare commits
10 Commits
e89474e50b
...
95366061db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95366061db | ||
|
|
56464c7e89 | ||
|
|
332578a55d | ||
|
|
1c5e7bc9e4 | ||
|
|
5d0d0f5041 | ||
|
|
ff0f8a98e7 | ||
|
|
f1265da7a6 | ||
|
|
e4bba5e58f | ||
|
|
221776988d | ||
|
|
1e3908b60c |
@ -6,6 +6,10 @@ Subject: [PATCH] glx: Add another fallback library name
|
|||||||
This is mostly to avoid file conflicts with external packaging.
|
This is mostly to avoid file conflicts with external packaging.
|
||||||
|
|
||||||
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||||
|
|
||||||
|
Reference:https://src.fedoraproject.org/rpms/libglvnd/blob/rawhide/f/0001-glx-Add-another-fallback-library-name.patch
|
||||||
|
Conflict:NA
|
||||||
|
|
||||||
---
|
---
|
||||||
src/GLX/libglxmapping.c | 4 ++++
|
src/GLX/libglxmapping.c | 4 ++++
|
||||||
1 file changed, 4 insertions(+)
|
1 file changed, 4 insertions(+)
|
||||||
|
|||||||
@ -1,12 +1,3 @@
|
|||||||
diff -up libglvnd-1.3.1/bin/symbols-check.py.orig libglvnd-1.3.1/bin/symbols-check.py
|
|
||||||
--- libglvnd-1.3.1/bin/symbols-check.py.orig 2020-02-21 22:28:47.000000000 +0100
|
|
||||||
+++ libglvnd-1.3.1/bin/symbols-check.py 2020-02-28 11:38:55.126765978 +0100
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-#!/usr/bin/env python
|
|
||||||
+#!/usr/bin/env python3
|
|
||||||
# encoding=utf-8
|
|
||||||
# Copyright © 2018-2019 Intel Corporation
|
|
||||||
|
|
||||||
diff -up libglvnd-1.3.1/src/generate/eglFunctionList.py.orig libglvnd-1.3.1/src/generate/eglFunctionList.py
|
diff -up libglvnd-1.3.1/src/generate/eglFunctionList.py.orig libglvnd-1.3.1/src/generate/eglFunctionList.py
|
||||||
diff -up libglvnd-1.3.1/src/generate/genCommon.py.orig libglvnd-1.3.1/src/generate/genCommon.py
|
diff -up libglvnd-1.3.1/src/generate/genCommon.py.orig libglvnd-1.3.1/src/generate/genCommon.py
|
||||||
--- libglvnd-1.3.1/src/generate/genCommon.py.orig 2020-02-21 22:28:47.000000000 +0100
|
--- libglvnd-1.3.1/src/generate/genCommon.py.orig 2020-02-21 22:28:47.000000000 +0100
|
||||||
|
|||||||
Binary file not shown.
@ -1,20 +1,17 @@
|
|||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 1.3.4
|
Version: 1.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA/libglvnd
|
URL: https://github.com/NVIDIA/libglvnd
|
||||||
Source0: https://github.com/NVIDIA/libglvnd/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/NVIDIA/libglvnd/archive/refs/tags/v%{version}.tar.gz
|
||||||
|
|
||||||
Patch6000: backport-libglvnd-python3.patch
|
Patch6000: backport-libglvnd-python3.patch
|
||||||
Patch6001: backport-0001-glx-Add-another-fallback-library-name.patch
|
Patch6001: backport-0001-glx-Add-another-fallback-library-name.patch
|
||||||
|
|
||||||
BuildRequires: libtool xorg-x11-server-Xvfb pkgconfig(xext) pkgconfig(x11)
|
BuildRequires: libtool xorg-x11-server-Xvfb pkgconfig(xext) pkgconfig(x11)
|
||||||
BuildRequires: gcc python3-rpm-macros python3-libxml2 pkgconfig(glproto)
|
BuildRequires: gcc python3-rpm-macros python3-libxml2 pkgconfig(glproto) make
|
||||||
|
|
||||||
Requires: mesa-libEGL%{?_isa} >= 13.0.4-1
|
|
||||||
Requires: mesa-libGL%{?_isa} >= 13.0.4-1
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors.
|
libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors.
|
||||||
@ -23,12 +20,12 @@ which vendor to dispatch each API call to at runtime.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Provides: libglvnd-core-devel = %{epoch}:%{version}-%{release}
|
Requires: %{name}-opengl%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-gles%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-gles%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-glx%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-glx%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-egl%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-egl%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: libglvnd-core-devel < %{epoch}:%{version}-%{release}
|
Requires: %{name}-core-devel%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: libX11-devel%{?_isa}
|
Requires: libX11-devel%{?_isa}
|
||||||
Obsoletes: mesa-libGLES-devel < %{epoch}:%{version}-%{release}
|
Obsoletes: mesa-libGLES-devel < %{epoch}:%{version}-%{release}
|
||||||
Provides: mesa-libGLES-devel = %{epoch}:%{version}-%{release}
|
Provides: mesa-libGLES-devel = %{epoch}:%{version}-%{release}
|
||||||
@ -173,7 +170,22 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || (cat `find . -name test-
|
|||||||
%{_libdir}/pkgconfig/opengl.pc
|
%{_libdir}/pkgconfig/opengl.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 1 2021 Leigh xingxing<xingxing9@huawei.com> - 1:1.3.4-1
|
* Thu Sep 26 2024 zhangpan <zhangpan103@h-partners.com> - 1:1.7.0-2
|
||||||
|
- backport patch from upstream
|
||||||
|
|
||||||
|
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 1:1.7.0-1
|
||||||
|
- update to version 1.7.0
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1:1.6.0-1
|
||||||
|
- update to 1.6.0
|
||||||
|
|
||||||
|
* Tue Oct 25 2022 wangkerong <wangkerong@h-partners.com> - 1:1.3.4-3
|
||||||
|
- rebuild for next release
|
||||||
|
|
||||||
|
* Fri Dec 17 2021 hanhui <hanhui15@huawei.com> - 1:1.3.4-2
|
||||||
|
- Remove unnecessary installation dependencies
|
||||||
|
|
||||||
|
* Wed Dec 1 2021 xingxing<xingxing9@huawei.com> - 1:1.3.4-1
|
||||||
- Update to 1.3.4
|
- Update to 1.3.4
|
||||||
- split glx egl gles package
|
- split glx egl gles package
|
||||||
|
|
||||||
|
|||||||
BIN
v1.7.0.tar.gz
Normal file
BIN
v1.7.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user