Sync from SUSE:SLFO:Main eglexternalplatform revision e8a74a5f75bb0e491ccdf9c8e3f044ea
This commit is contained in:
parent
0826c571dd
commit
e61ccca2db
BIN
eglexternalplatform-1.1.tar.gz
(Stored with Git LFS)
BIN
eglexternalplatform-1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
eglexternalplatform-1.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
eglexternalplatform-1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 20:44:16 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to release 1.2
|
||||||
|
* Change the shutdown behavior so that
|
||||||
|
EGLExtPlatformExports::unloadEGLExternalPlatform is called
|
||||||
|
while the internal EGLDisplays are still valid.
|
||||||
|
* Added a meson.build file to generate the pkg-config file. It's
|
||||||
|
also set up so that you can use eglexternalplatform as a Meson
|
||||||
|
subproject.
|
||||||
|
* Interface version 1.2 is supported on 560.* and later drivers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 27 13:47:11 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Sep 27 13:47:11 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eglexternalplatform
|
# spec file for package eglexternalplatform
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: eglexternalplatform
|
Name: eglexternalplatform
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The EGL External Platform interface
|
Summary: The EGL External Platform interface
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/NVIDIA/eglexternalplatform
|
URL: https://github.com/NVIDIA/eglexternalplatform
|
||||||
Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: meson
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A work-in-progress specification of the EGL External Platform interface.
|
A work-in-progress specification of the EGL External Platform interface.
|
||||||
@ -43,19 +42,18 @@ EGL functions.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
%meson
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m0755 %{buildroot}%{_datadir}/pkgconfig
|
%meson_install
|
||||||
install -d -m0755 %{buildroot}%{_includedir}/EGL
|
|
||||||
install -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig
|
|
||||||
install -m0644 interface/*.h %{buildroot}%{_includedir}/EGL
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
%{_libdir}/pkgconfig/eglexternalplatform.pc
|
||||||
%{_includedir}/EGL
|
%{_includedir}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user