commit 243cce3ae71574f6184360dd307bfcac2c33dccec5ce2c9dd351d4eb58f1a28c Author: Stefan Dirsch Date: Fri Sep 27 13:23:07 2024 +0000 - 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. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=10 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/eglexternalplatform-1.1.tar.gz b/eglexternalplatform-1.1.tar.gz new file mode 100644 index 0000000..2ba836f --- /dev/null +++ b/eglexternalplatform-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72725c4c9dd06b4d44bceb8794e1e78f75ed8702be23201282f8f937252a6b32 +size 10372 diff --git a/eglexternalplatform-1.2.tar.gz b/eglexternalplatform-1.2.tar.gz new file mode 100644 index 0000000..56e5d1e --- /dev/null +++ b/eglexternalplatform-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba414e6f441b1253684b4bb838b3fecde2a851374a71f32a7ba2ca80daf1709 +size 10580 diff --git a/eglexternalplatform.changes b/eglexternalplatform.changes new file mode 100644 index 0000000..86f2e34 --- /dev/null +++ b/eglexternalplatform.changes @@ -0,0 +1,53 @@ +------------------------------------------------------------------- +Thu Sep 19 20:44:16 UTC 2024 - Stefan Dirsch + +- 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 + +- needed for jira#SLE/SLE-19965, jira#SLE/SLE-19964, jira#SLE/SLE-18653 + +------------------------------------------------------------------- +Sun Jul 4 17:10:01 UTC 2021 - Callum Farmer + +- Use better tarball URL +- Run spec-cleaner + +------------------------------------------------------------------- +Thu Jul 1 22:31:22 UTC 2021 - Jan Engelhardt + +- Move headers into -devel subpackage to soothe the corresponding + rpmlint warning. + +------------------------------------------------------------------- +Thu Jul 1 22:24:58 UTC 2021 - Stefan Dirsch + +- added webpage for source tarballs to specfile + +------------------------------------------------------------------- +Thu Jul 1 19:09:58 UTC 2021 - Stefan Dirsch + +- specfile cleanup + +------------------------------------------------------------------- +Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch + +- added missing copyright to specfile + +------------------------------------------------------------------- +Thu Jul 1 12:26:03 UTC 2021 - Stefan Dirsch + +- tried to address checkin policy issues for factory + +------------------------------------------------------------------- +Thu Jul 1 09:35:35 UTC 2021 - Alexander Evseev - 1.1 + +- First build. Version 1.1 + git diff --git a/eglexternalplatform.spec b/eglexternalplatform.spec new file mode 100644 index 0000000..0125039 --- /dev/null +++ b/eglexternalplatform.spec @@ -0,0 +1,59 @@ +# +# spec file for package eglexternalplatform +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: eglexternalplatform +Version: 1.2 +Release: 0 +Summary: The EGL External Platform interface +License: MIT +Group: Development/Libraries/C and C++ +URL: https://github.com/NVIDIA/eglexternalplatform +Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: meson + +%description +A work-in-progress specification of the EGL External Platform interface. + +%package devel +Summary: The EGL External Platform interface +Group: Development/Libraries/C and C++ + +%description devel +This is a work-in-progress specification of the EGL External Platform interface +for writing EGL platforms and their interactions with window systems on +top of existing low-level EGL platform implementations. This keeps window system +implementation specifics out of EGL drivers by using application-facing +EGL functions. + +%prep +%autosetup +%meson + +%build +%meson_build + +%install +%meson_install + +%files devel +%license COPYING +%doc README.md +%{_libdir}/pkgconfig/eglexternalplatform.pc +%{_includedir}/*.h + +%changelog